Ravelin
SVector6d.h
1 /****************************************************************************
2  * Copyright 2013 Evan Drumwright
3  * This library is distributed under the terms of the Apache V2.0
4  * License (obtainable from http://www.apache.org/licenses/LICENSE-2.0).
5  ****************************************************************************/
6 
7 #ifndef _SVECTOR6D_H
8 #define _SVECTOR6D_H
9 
10 #include <algorithm>
11 #include <boost/shared_ptr.hpp>
12 #include <Ravelin/cblas.h>
13 #include <Ravelin/MissizeException.h>
14 #include <Ravelin/Vector3d.h>
15 #include <Ravelin/ColumnIteratord.h>
16 #include <Ravelin/RowIteratord.h>
17 
18 namespace Ravelin {
19 
20 #include "ddefs.h"
21 #include "SVector6.h"
22 #include "undefs.h"
23 
24 } // end namespace
25 
26 #endif
27