, including all inherited members.
_GetBaseClass() | mrpt::utils::CSerializable | [protected, static] |
appendCol(const std::vector< T > &in) | mrpt::math::CMatrixTemplate< bool > | [inline] |
appendRow(const std::vector< T > &in) | mrpt::math::CMatrixTemplate< bool > | [inline] |
classCSerializable | mrpt::utils::CSerializable | [static] |
clone() const | mrpt::utils::CSerializable | [inline] |
CMatrixB(size_t row=1, size_t col=1) | mrpt::math::CMatrixB | [inline] |
CMatrixB(const CMatrixBool &m) | mrpt::math::CMatrixB | [inline] |
CMatrixB(const CMatrixTemplateNumeric< bool > &m) | mrpt::math::CMatrixB | [inline] |
CMatrixTemplate(const CMatrixTemplate &m) | mrpt::math::CMatrixTemplate< bool > | [inline] |
CMatrixTemplate(size_t row=3, size_t col=3) | mrpt::math::CMatrixTemplate< bool > | [inline] |
CMatrixTemplate(const CMatrixTemplate &m, const size_t cropRowCount, const size_t cropColCount) | mrpt::math::CMatrixTemplate< bool > | [inline] |
CMatrixTemplate(size_t row, size_t col, V(&theArray)[N]) | mrpt::math::CMatrixTemplate< bool > | [inline] |
CMatrixTemplate(size_t row, size_t col, const V &theVector) | mrpt::math::CMatrixTemplate< bool > | [inline] |
deleteColumn(size_t col) | mrpt::math::CMatrixTemplate< bool > | [inline] |
deleteRow(size_t row) | mrpt::math::CMatrixTemplate< bool > | [inline] |
duplicate() const =0 | mrpt::utils::CSerializable | [pure virtual] |
exchangeColumns(size_t col1, size_t col2) | mrpt::math::CMatrixTemplate< bool > | [inline] |
exchangeRows(size_t row1, size_t row2) | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractCol(size_t nCol, std::vector< T > &out, int startingRow=0) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractCol(size_t nCol, CMatrixTemplate< T > &out, int startingRow=0) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractColumns(size_t firstCol, size_t lastCol, CMatrixTemplate< T > &out) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractMatrix(size_t nRow, size_t nCol, CMatrixTemplate< R > &in) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractMatrix(size_t nRow, size_t nCol, size_t nrows, size_t ncols, CMatrixTemplate< T > &outMat) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractMatrix(size_t nRow, size_t nCol, std::vector< T > &in) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractMatrix(const size_t nRow, const size_t nCol, CMatrixFixedNumeric< T, NROWS, NCOLS > &outMat) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractMatrix(size_t nRow, size_t nCol, size_t ncols) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractRow(size_t nRow, std::vector< F > &out, size_t startingCol=0) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractRow(size_t nRow, CMatrixTemplate< F > &out, size_t startingCol=0) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractRows(size_t firstRow, size_t lastRow, CMatrixTemplate< T > &out) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
extractSubmatrix(const size_t row1, const size_t row2, const size_t col1, const size_t col2, CMatrixTemplate< T > &out) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
fill(const T &val) | mrpt::math::CMatrixTemplate< bool > | [inline] |
fromMatlabStringFormat(const std::string &s) | mrpt::math::CMatrixTemplate< bool > | [inline] |
get_unsafe(size_t row, size_t col) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
get_unsafe(size_t row, size_t col) | mrpt::math::CMatrixTemplate< bool > | [inline] |
get_unsafe_row(size_t row) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
getAsVector(std::vector< T > &out) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
getColCount() const | mrpt::math::CMatrixTemplate< bool > | [inline] |
getRowCount() const | mrpt::math::CMatrixTemplate< bool > | [inline] |
GetRuntimeClass() const | mrpt::utils::CSerializable | [virtual] |
inMatlabFormat() const | mrpt::math::CMatrixTemplate< bool > | [inline] |
insertCol(size_t nCol, const std::vector< T > &in) | mrpt::math::CMatrixTemplate< bool > | [inline] |
insertMatrix(const size_t nRow, const size_t nCol, const CMatrixTemplate< R > &in) | mrpt::math::CMatrixTemplate< bool > | [inline] |
insertMatrix(const size_t nRow, const size_t nCol, const CMatrixFixedNumeric< T, NROWS, NCOLS > &in) | mrpt::math::CMatrixTemplate< bool > | [inline] |
insertMatrix(size_t nRow, size_t nCol, const std::vector< T > &in) | mrpt::math::CMatrixTemplate< bool > | [inline] |
insertMatrixTranspose(const size_t nRow, const size_t nCol, const CMatrixTemplate< T > &in) | mrpt::math::CMatrixTemplate< bool > | [inline] |
insertMatrixTranspose(const size_t nRow, const size_t nCol, const CMatrixFixedNumeric< T, NROWS, NCOLS > &in) | mrpt::math::CMatrixTemplate< bool > | [inline] |
insertRow(size_t nRow, const std::vector< T > &in) | mrpt::math::CMatrixTemplate< bool > | [inline] |
IsSquare() const | mrpt::math::CMatrixTemplate< bool > | [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< bool > | [inline] |
loadFromTextFile(const std::string &file) | mrpt::math::CMatrixTemplate< bool > | [inline] |
m_Cols | mrpt::math::CMatrixTemplate< bool > | [protected] |
m_Rows | mrpt::math::CMatrixTemplate< bool > | [protected] |
m_Val | mrpt::math::CMatrixTemplate< bool > | [protected] |
mrpt::utils::CStream class | mrpt::utils::CSerializable | [friend] |
operator()(size_t row, size_t col) | mrpt::math::CMatrixTemplate< bool > | [inline] |
operator()(size_t row, size_t col) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
operator()(size_t ith) | mrpt::math::CMatrixTemplate< bool > | [inline] |
operator()(size_t ith) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
operator()(const size_t row1, const size_t row2, const size_t col1, const size_t col2) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
operator=(const CMatrixBool &m) | mrpt::math::CMatrixB | [inline] |
CMatrixTemplate< bool >::operator=(const CMatrixTemplate &m) | mrpt::math::CMatrixTemplate< bool > | [inline] |
CMatrixTemplate< bool >::operator=(V(&theArray)[N]) | mrpt::math::CMatrixTemplate< bool > | [inline] |
readFromStream(mrpt::utils::CStream &in, int version)=0 | mrpt::utils::CSerializable | [protected, pure virtual] |
realloc(size_t row, size_t col, bool newElementsToZero=false) | mrpt::math::CMatrixTemplate< bool > | [inline, protected] |
removeColumns(const mrpt::vector_size_t &idxsToRemove, bool vectorIsAlreadySorted=false) | mrpt::math::CMatrixTemplate< bool > | [inline] |
saveToTextFile(const std::string &file, TMatrixTextFileFormat fileFormat=MATRIX_FORMAT_ENG, bool appendMRPTHeader=false, const std::string &userHeader=std::string("")) const | mrpt::math::CMatrixTemplate< bool > | [inline] |
set_unsafe(size_t row, size_t col, const T &v) | mrpt::math::CMatrixTemplate< bool > | [inline] |
setSize(size_t row, size_t col) | mrpt::math::CMatrixTemplate< bool > | [inline] |
swapCols(size_t nCol1, size_t nCol2) | mrpt::math::CMatrixTemplate< bool > | [inline] |
swapRows(size_t nRow1, size_t nRow2) | mrpt::math::CMatrixTemplate< bool > | [inline] |
value_type typedef | mrpt::math::CMatrixTemplate< bool > | |
writeToStream(mrpt::utils::CStream &out, int *getVersion) const =0 | mrpt::utils::CSerializable | [protected, pure virtual] |
~CMatrixTemplate() | mrpt::math::CMatrixTemplate< bool > | [inline, virtual] |
~CSerializable() | mrpt::utils::CSerializable | [virtual] |