|
MRPT
1.9.9
|
Definition at line 66 of file xsmatrix.h.
#include <xSens_MT4/xstypes/include/xsens/xsmatrix.h>
Public Attributes | |
| XSCPPPROTECTED XsReal *const | m_data |
| Contained data. More... | |
| const XsSize | m_rows |
| Number of rows in the matrix. More... | |
| const XsSize | m_cols |
| Number of columns in the matrix. More... | |
| const XsSize | m_stride |
| Number of items per row in memory (usually equal to cols but not always) More... | |
| const int | m_flags |
| Flags for data management. More... | |
| const XsSize XsMatrix::m_cols |
Number of columns in the matrix.
Definition at line 74 of file xsmatrix.h.
| XSCPPPROTECTED XsReal* const XsMatrix::m_data |
Contained data.
Definition at line 70 of file xsmatrix.h.
| const int XsMatrix::m_flags |
Flags for data management.
Definition at line 79 of file xsmatrix.h.
| const XsSize XsMatrix::m_rows |
Number of rows in the matrix.
Definition at line 72 of file xsmatrix.h.
| const XsSize XsMatrix::m_stride |
Number of items per row in memory (usually equal to cols but not always)
Definition at line 77 of file xsmatrix.h.
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |