Ravelin
SparseVectorNf.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_VECTOR_NF_H_
8 #define _SPARSE_VECTOR_NF_H_
9 
10 #include <map>
11 #include <boost/shared_ptr.hpp>
12 #include <Ravelin/VectorNf.h>
13 
14 namespace Ravelin {
15 
16 #include "fdefs.h"
17 #include "SparseVectorN.h"
18 #include "undefs.h"
19 
20 } // end namespace
21 
22 #endif
23