![]() |
VRS
A file format for sensor data.
|
Class to represent matrices of 3 and 4 dimensions, each for either int32_t, float or double. More...
#include <DataPieceTypes.h>
Public Types | |
using | type = T |
Public Member Functions | |
MatrixND (const T arr[N][N]) | |
PointND< T, N > & | operator[] (size_t n) |
const PointND< T, N > & | operator[] (size_t n) const |
bool | operator== (const MatrixND< T, N > &rhs) const |
bool | operator!= (const MatrixND< T, N > &rhs) const |
MatrixND & | operator= (const T rhs[N][N]) |
Public Attributes | |
PointND< T, N > | points [N] |
Static Public Attributes | |
static constexpr size_t | kMatrixSize = N |
Class to represent matrices of 3 and 4 dimensions, each for either int32_t, float or double.