Definition in file Vector.hpp.
#include <limits>
#include <vector>
#include "VectorBase.hpp"
#include "VectorOperators.hpp"
Include dependency graph for Vector.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Classes | |
| class | Vector |
| This class pretty much duplicates std::valarray<T> except it's fully STL container compliant. More... | |
| class | VectorSlice |
| A slice of Vector<T> that can be modified. More... | |
| class | ConstVectorSlice |
| A Vector<T> slice that doesn't allow modification. More... | |
1.3.9.1