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