cotila  1.2.1
A compile time linear algebra system
cotila.h
1 #ifndef COTILA_COTILA_H_
2 #define COTILA_COTILA_H_
3 
4 #include <cotila/matrix/math.h>
5 #include <cotila/matrix/matrix.h>
6 #include <cotila/matrix/operators.h>
7 #include <cotila/matrix/utility.h>
8 #include <cotila/scalar/math.h>
9 #include <cotila/vector/math.h>
10 #include <cotila/vector/operators.h>
11 #include <cotila/vector/utility.h>
12 #include <cotila/vector/vector.h>
13 
14 #endif // COTILA_COTILA_H_
Mathematical operations on vectors.
Mathematical operations on matrices.
Contains the definition of the cotila::matrix class.
Contains the definition of the cotila::vector class.
Mathematical operations on scalar values.