, including all inherited members.
appendRow(const std::vector< T > &in) | mrpt::math::CMatrixTemplate< T > | [inline] |
CMatrixTemplate(const CMatrixTemplate &m) | mrpt::math::CMatrixTemplate< T > | [inline] |
CMatrixTemplate(size_t row=3, size_t col=3) | mrpt::math::CMatrixTemplate< T > | [inline] |
CMatrixTemplate(size_t row, size_t col, V(&theArray)[N]) | mrpt::math::CMatrixTemplate< T > | [inline] |
extractCol(size_t nCol, std::vector< T > &out, int startingRow=0) | mrpt::math::CMatrixTemplate< T > | [inline] |
extractCol(size_t nCol, CMatrixTemplate< T > &out, int startingRow=0) | mrpt::math::CMatrixTemplate< T > | [inline] |
extractRow(size_t nRow, std::vector< F > &out, size_t startingCol=0) | mrpt::math::CMatrixTemplate< T > | [inline] |
extractRow(size_t nRow, CMatrixTemplate< F > &out, size_t startingCol=0) | mrpt::math::CMatrixTemplate< T > | [inline] |
fill(const T &val) | mrpt::math::CMatrixTemplate< T > | [inline] |
get_unsafe(size_t row, size_t col) const | mrpt::math::CMatrixTemplate< T > | [inline] |
get_unsafe_row(size_t row) const | mrpt::math::CMatrixTemplate< T > | [inline] |
getColCount() const | mrpt::math::CMatrixTemplate< T > | [inline] |
getRowCount() const | mrpt::math::CMatrixTemplate< T > | [inline] |
insertCol(size_t nCol, const std::vector< T > &in) | mrpt::math::CMatrixTemplate< T > | [inline] |
insertMatrix(size_t nRow, size_t nCol, const CMatrixTemplate< R > &in) | mrpt::math::CMatrixTemplate< T > | [inline] |
insertMatrix(size_t nRow, size_t nCol, const std::vector< T > &in) | mrpt::math::CMatrixTemplate< T > | [inline] |
insertMatrixTranspose(size_t nRow, size_t nCol, const CMatrixTemplate< T > &in) | mrpt::math::CMatrixTemplate< T > | [inline] |
insertRow(size_t nRow, const std::vector< T > &in) | mrpt::math::CMatrixTemplate< T > | [inline] |
IsSquare() | mrpt::math::CMatrixTemplate< T > | [inline] |
joinMatrix(const CMatrixTemplate< T > &left_up, const CMatrixTemplate< T > &right_up, const CMatrixTemplate< T > &left_down, const CMatrixTemplate< T > &right_down) | mrpt::math::CMatrixTemplate< T > | [inline] |
m_Cols | mrpt::math::CMatrixTemplate< T > | [protected] |
m_Rows | mrpt::math::CMatrixTemplate< T > | [protected] |
m_Val | mrpt::math::CMatrixTemplate< T > | [protected] |
nc() const | mrpt::math::CMatrixTemplate< T > | [inline] |
nr() const | mrpt::math::CMatrixTemplate< T > | [inline] |
operator()(size_t row, size_t col) | mrpt::math::CMatrixTemplate< T > | [inline] |
operator()(size_t row, size_t col) const | mrpt::math::CMatrixTemplate< T > | [inline] |
operator()(size_t ith) | mrpt::math::CMatrixTemplate< T > | [inline] |
operator()(size_t ith) const | mrpt::math::CMatrixTemplate< T > | [inline] |
operator=(const CMatrixTemplate &m) | mrpt::math::CMatrixTemplate< T > | [inline] |
operator=(V(&theArray)[N]) | mrpt::math::CMatrixTemplate< T > | [inline] |
realloc(size_t row, size_t col, bool newElementsToZero=false) | mrpt::math::CMatrixTemplate< T > | [inline, protected] |
set_unsafe(size_t row, size_t col, const T &v) | mrpt::math::CMatrixTemplate< T > | [inline] |
setSize(size_t row, size_t col) | mrpt::math::CMatrixTemplate< T > | [inline] |
~CMatrixTemplate() | mrpt::math::CMatrixTemplate< T > | [inline, virtual] |