a class to hold the static members of RefVectorBase. Static members in template classes have to be initialized on a PER TEMPLATE basis - this gets around that problem.
Definition at line 142 of file VectorBase.hpp.
#include <VectorBase.hpp>
Static Public Attributes | |
static GNSSTK_EXPORT double | zeroTolerance = 10e-10 |
|
static |
used with zeroize(), any number below this value will become 0. this variable can be assigned any value.
Definition at line 147 of file VectorBase.hpp.