~ubuntu-branches/ubuntu/utopic/freecad/utopic-proposed

« back to all changes in this revision

Viewing changes to src/3rdParty/boost/numeric/bindings/atlas/clapack_inc.hpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-07-22 20:15:18 UTC
  • mfrom: (30.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140722201518-szma903mba26tphe
Tags: 0.14.3702+dfsg-1
* [7fc727b] Imported Upstream version 0.14.3702
* [3edf0de] Refresh patches.
* [077b63a] Redirect unittest output into stdout. Fixes autopkgtests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * 
3
 
 * Copyright (c) Kresimir Fresl 2002 
4
 
 *
5
 
 * Distributed under the Boost Software License, Version 1.0.
6
 
 * (See accompanying file LICENSE_1_0.txt or copy at
7
 
 * http://www.boost.org/LICENSE_1_0.txt)
8
 
 *
9
 
 * Author acknowledges the support of the Faculty of Civil Engineering, 
10
 
 * University of Zagreb, Croatia.
11
 
 *
12
 
 */
13
 
 
14
 
//////////////////////////////////////////////////////////////////////////
15
 
//
16
 
// ATLAS (Automatically Tuned Linear Algebra Software)
17
 
// 
18
 
// ''At present, it provides C and Fortran77 interfaces to a portably 
19
 
// efficient BLAS implementation, as well as a few routines from LAPACK.''
20
 
//
21
 
// see: http://math-atlas.sourceforge.net/
22
 
//
23
 
//////////////////////////////////////////////////////////////////////////
24
 
 
25
 
#ifndef BOOST_NUMERIC_BINDINGS_CLAPACK_INC_H
26
 
#define BOOST_NUMERIC_BINDINGS_CLAPACK_INC_H
27
 
 
28
 
extern "C" {
29
 
/* see footnote [2] in libs/numeric/bindings/lapack/doc/index.html */ 
30
 
/* #include <atlas/atlas_enum.h> */
31
 
#include <atlas/clapack.h> 
32
 
}
33
 
 
34
 
#endif