Imagine++
LinAlg.h
1 // ===========================================================================
2 // Imagine++ Libraries
3 // Copyright (C) Imagine
4 // For detailed information: http://imagine.enpc.fr/software
5 // ===========================================================================
6 
7 #ifndef _IMAGINELINALGLINALG_H
8 #define _IMAGINELINALGLINALG_H
9 
10 #include <numeric>
11 #include <cassert>
12 #include <cmath>
13 #include <cstring>
14 #include <Imagine/Common.h>
15 
20 
21 #include "LinAlg/MyEigen.h"
22 #include "LinAlg/Vector.h" // Vector
23 #include "LinAlg/Matrix.h" // Matrix
24 #include "LinAlg/SymMatrix.h" // SymMatrix
25 
26 #endif