KrisLibrary  1.0.0
matrix.h
1 #ifndef MATH_MATRIX_H
2 #define MATH_MATRIX_H
3 
4 #include "MatrixTemplate.h"
5 #include "vector.h"
6 
7 namespace Math {
8  typedef MatrixTemplate<Real> Matrix;
9 }
10 
11 #endif
Contains all definitions in the Math package.
Definition: WorkspaceBound.h:12