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 00014 #ifndef BOOST_NUMERIC_BINDINGS_CBLAS_HPP 00015 #define BOOST_NUMERIC_BINDINGS_CBLAS_HPP 00016 00017 #include <boost/numeric/bindings/atlas/cblas1.hpp> 00018 #include <boost/numeric/bindings/atlas/cblas2.hpp> 00019 #include <boost/numeric/bindings/atlas/cblas3.hpp> 00020 00021 #endif