MRPT  1.9.9
XsMatrix Struct Reference

Detailed Description

Definition at line 65 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...
 

Member Data Documentation

◆ m_cols

const XsSize XsMatrix::m_cols

Number of columns in the matrix.

Definition at line 73 of file xsmatrix.h.

◆ m_data

XSCPPPROTECTED XsReal* const XsMatrix::m_data

Contained data.

Definition at line 69 of file xsmatrix.h.

◆ m_flags

const int XsMatrix::m_flags

Flags for data management.

Definition at line 78 of file xsmatrix.h.

◆ m_rows

const XsSize XsMatrix::m_rows

Number of rows in the matrix.

Definition at line 71 of file xsmatrix.h.

◆ m_stride

const XsSize XsMatrix::m_stride

Number of items per row in memory (usually equal to cols but not always)

Definition at line 76 of file xsmatrix.h.




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020