Ravelin
SparseMatrixNd.h
1 /****************************************************************************
2  * Copyright 2013 Evan Drumwright
3  * This library is distributed under the terms of the GNU General Public
4  * License (obtainable from http://www.apache.org/licenses/LICENSE-2.0).
5  ****************************************************************************/
6 
7 #ifndef _SPARSE_MATRIX_ND_H_
8 #define _SPARSE_MATRIX_ND_H_
9 
10 #include <map>
11 #include <boost/shared_ptr.hpp>
12 #include <Ravelin/SparseVectorNd.h>
13 #include <Ravelin/MatrixNd.h>
14 #include <Ravelin/VectorNd.h>
15 
16 namespace Ravelin {
17 
18 #include "ddefs.h"
19 #include "SparseMatrixN.h"
20 #include "undefs.h"
21 
22 } // end namespace
23 
24 #endif
25