SeldonComplexMatrix.hxx
1 // Copyright (C) 2003-2011 Marc DuruflĂ©
2 // Copyright (C) 2001-2011 Vivien Mallet
3 //
4 // This file is part of the linear-algebra library Seldon,
5 // http://seldon.sourceforge.net/.
6 //
7 // Seldon is free software; you can redistribute it and/or modify it under the
8 // terms of the GNU Lesser General Public License as published by the Free
9 // Software Foundation; either version 2.1 of the License, or (at your option)
10 // any later version.
11 //
12 // Seldon is distributed in the hope that it will be useful, but WITHOUT ANY
13 // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 // FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
15 // more details.
16 //
17 // You should have received a copy of the GNU Lesser General Public License
18 // along with Seldon. If not, see http://www.gnu.org/licenses/.
19 
20 
21 #ifndef SELDON_FILE_SELDON_COMPLEX_MATRIX_HXX
22 
23 #include "SeldonComplexMatrixHeader.hxx"
24 #include "SeldonComplexMatrixInline.hxx"
25 
26 // additional classes and functions for sparse complex matrices
27 // where real part and imaginary part are stored separately
28 #include "matrix_sparse/complex/Matrix_ComplexSparse.cxx"
29 #include "matrix_sparse/complex/Matrix_SymComplexSparse.cxx"
30 #include "matrix_sparse/complex/Matrix_ArrayComplexSparse.cxx"
31 
32 // functions related to complex matrices
33 #include "matrix_sparse/complex/Functions_MatVectComplex.cxx"
34 #include "matrix_sparse/complex/Functions_MatrixComplex.cxx"
35 #include "matrix_sparse/complex/Matrix_ComplexConversions.cxx"
36 
37 #define SELDON_FILE_SELDON_COMPLEX_MATRIX_HXX
38 #endif