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