#include <utl/BasicVector.h>
Go to the source code of this file.
Namespaces | |
tst | |
Functions | |
template<class Vector > | |
const Vector::CoordinateType & | tst::cartesian () |
template<class Vector > | |
const Vector::CoordinateType & | tst::cylindrical () |
template<class Vector > | |
const Vector::CoordinateType & | tst::spherical () |
test helper for basic vector
The functions in this module are separate to disable optimisation that might remove a function call in the tests of the constructors.
Definition in file testBasicVectorHelper.h.