Base Vector class
Definition in file VectorBase.hpp.
#include <valarray>
#include "Exception.hpp"
#include "MathBase.hpp"
#include "gnsstk_export.h"
#include "VectorBaseOperators.hpp"
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Macros | |
#define | VecBaseArrayAssignMacro(func) VecBaseArrayAssignMacroDontCheckRange(func) |
#define | VecBaseArrayAssignMacroDontCheckRange(func) |
#define | VecBaseAtomicAssignMacro(func) |
#define | VecBaseNewAssignOperator(funcName, op) |
Functions | |
gnsstk::NEW_EXCEPTION_CLASS (VectorException, gnsstk::Exception) | |
#define VecBaseArrayAssignMacro | ( | func | ) | VecBaseArrayAssignMacroDontCheckRange(func) |
Definition at line 197 of file VectorBase.hpp.
#define VecBaseArrayAssignMacroDontCheckRange | ( | func | ) |
Definition at line 179 of file VectorBase.hpp.
#define VecBaseAtomicAssignMacro | ( | func | ) |
Definition at line 201 of file VectorBase.hpp.
#define VecBaseNewAssignOperator | ( | funcName, | |
op | |||
) |
Definition at line 206 of file VectorBase.hpp.