Open CASCADE Technology 7.8.2.dev
|
#include <math_VectorBase.hxx>
Typedefs | |
using | math_Vector = math_VectorBase<double> |
This class implements the real vector abstract data type. Vectors can have an arbitrary range which must be defined at the declaration and cannot be changed after this declaration. | |
using math_Vector = math_VectorBase<double> |
This class implements the real vector abstract data type. Vectors can have an arbitrary range which must be defined at the declaration and cannot be changed after this declaration.
Vector are copied through assignment:
The Exception RangeError is raised when trying to access outside the range of a vector :
The Exception DimensionError is raised when the dimensions of two vectors are not compatible :