00001 /* 00002 * 00003 * Copyright (c) Kresimir Fresl 2002 00004 * 00005 * Distributed under the Boost Software License, Version 1.0. 00006 * (See accompanying file LICENSE_1_0.txt or copy at 00007 * http://www.boost.org/LICENSE_1_0.txt) 00008 * 00009 * Author acknowledges the support of the Faculty of Civil Engineering, 00010 * University of Zagreb, Croatia. 00011 * 00012 */ 00013 00015 // 00016 // ATLAS (Automatically Tuned Linear Algebra Software) 00017 // 00018 // ''At present, it provides C and Fortran77 interfaces to a portably 00019 // efficient BLAS implementation, as well as a few routines from LAPACK.'' 00020 // 00021 // see: http://math-atlas.sourceforge.net/ 00022 // 00024 00025 #ifndef BOOST_NUMERIC_BINDINGS_CLAPACK_INC_H 00026 #define BOOST_NUMERIC_BINDINGS_CLAPACK_INC_H 00027 00028 extern "C" { 00029 /* see footnote [2] in libs/numeric/bindings/lapack/doc/index.html */ 00030 /* #include <atlas/atlas_enum.h> */ 00031 #include <atlas/clapack.h> 00032 } 00033 00034 #endif