#include <VectorBase.hpp>
Inheritance diagram for RefVectorBaseHelper:

Static members in template classes have to be initialized on a PER TEMPLATE basis - this gets around that problem.
Definition at line 127 of file VectorBase.hpp.
Static Public Attributes | |
| double | zeroTolerance = 10e-10 |
| used with zeroize(), any number below this value will become 0. | |
|
|
used with zeroize(), any number below this value will become 0. this variable can be assigned any value. Definition at line 37 of file VectorBase.cpp. Referenced by MatrixTest2(), and VectorTest(). |
1.3.9.1