manybody/linalg.hpp

Go to the documentation of this file.
00001 #ifndef _LINALG_HPP_
00002 #define _LINALG_HPP_
00003 
00004 //
00005 // Copyright (c) 2008 Simen Kvaal
00006 //
00007 // This file is part of OpenFCI.
00008 //
00009 // OpenFCI is free software: you can redistribute it and/or modify
00010 // it under the terms of the GNU General Public License as published by
00011 // the Free Software Foundation, either version 3 of the License, or
00012 // (at your option) any later version.
00013 //
00014 // OpenFCI is distributed in the hope that it will be useful,
00015 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00016 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017 // GNU General Public License for more details.
00018 //
00019 // You should have received a copy of the GNU General Public License
00020 // along with OpenFCI. If not, see <http://www.gnu.org/licenses/>.
00021 //
00022 
00033 #include "simple_vector.hpp"
00034 #include "simple_matrix.hpp"
00035 #include "simple_linalg.hpp"
00036 #include <lpp/lapack.hh>
00037 
00039 typedef simple_dense::simple_matrix<double> dense_matrix;
00041 typedef simple_dense::simple_vector<double> dense_vector;
00043 typedef simple_dense::simple_matrix<int> dense_matrix_int;
00044 
00045 
00046 
00047 #endif // _LINALG_HPP_

Generated on Wed Jun 17 11:44:02 2009 for OpenFCI by  doxygen 1.4.7