MRPT logo

mrpt::math::CMatrixTemplate< T > Member List

This is the complete list of members for mrpt::math::CMatrixTemplate< T >, including all inherited members.

appendCol(const std::vector< T > &in)mrpt::math::CMatrixTemplate< T > [inline]
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(const CMatrixTemplate &m, const size_t cropRowCount, const size_t cropColCount)mrpt::math::CMatrixTemplate< T > [inline]
CMatrixTemplate(size_t row, size_t col, V(&theArray)[N])mrpt::math::CMatrixTemplate< T > [inline]
CMatrixTemplate(size_t row, size_t col, const V &theVector)mrpt::math::CMatrixTemplate< T > [inline]
deleteColumn(size_t col)mrpt::math::CMatrixTemplate< T > [inline]
deleteRow(size_t row)mrpt::math::CMatrixTemplate< T > [inline]
exchangeColumns(size_t col1, size_t col2)mrpt::math::CMatrixTemplate< T > [inline]
exchangeRows(size_t row1, size_t row2)mrpt::math::CMatrixTemplate< T > [inline]
extractCol(size_t nCol, std::vector< T > &out, int startingRow=0) const mrpt::math::CMatrixTemplate< T > [inline]
extractCol(size_t nCol, CMatrixTemplate< T > &out, int startingRow=0) const mrpt::math::CMatrixTemplate< T > [inline]
extractColumns(size_t firstCol, size_t lastCol, CMatrixTemplate< T > &out) const mrpt::math::CMatrixTemplate< T > [inline]
extractMatrix(size_t nRow, size_t nCol, CMatrixTemplate< R > &in) const mrpt::math::CMatrixTemplate< T > [inline]
extractMatrix(size_t nRow, size_t nCol, size_t nrows, size_t ncols, CMatrixTemplate< T > &outMat) const mrpt::math::CMatrixTemplate< T > [inline]
extractMatrix(size_t nRow, size_t nCol, std::vector< T > &in) const mrpt::math::CMatrixTemplate< T > [inline]
extractMatrix(const size_t nRow, const size_t nCol, CMatrixFixedNumeric< T, NROWS, NCOLS > &outMat) const mrpt::math::CMatrixTemplate< T > [inline]
extractMatrix(size_t nRow, size_t nCol, size_t ncols) const mrpt::math::CMatrixTemplate< T > [inline]
extractRow(size_t nRow, std::vector< F > &out, size_t startingCol=0) const mrpt::math::CMatrixTemplate< T > [inline]
extractRow(size_t nRow, CMatrixTemplate< F > &out, size_t startingCol=0) const mrpt::math::CMatrixTemplate< T > [inline]
extractRows(size_t firstRow, size_t lastRow, CMatrixTemplate< T > &out) const mrpt::math::CMatrixTemplate< T > [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< T > [inline]
fill(const T &val)mrpt::math::CMatrixTemplate< T > [inline]
fromMatlabStringFormat(const std::string &s)mrpt::math::CMatrixTemplate< T > [inline]
get_unsafe(size_t row, size_t col) const mrpt::math::CMatrixTemplate< T > [inline]
get_unsafe(size_t row, size_t col)mrpt::math::CMatrixTemplate< T > [inline]
get_unsafe_row(size_t row) const mrpt::math::CMatrixTemplate< T > [inline]
getAsVector(std::vector< T > &out) const mrpt::math::CMatrixTemplate< T > [inline]
getColCount() const mrpt::math::CMatrixTemplate< T > [inline]
getRowCount() const mrpt::math::CMatrixTemplate< T > [inline]
inMatlabFormat() const mrpt::math::CMatrixTemplate< T > [inline]
insertCol(size_t nCol, const std::vector< T > &in)mrpt::math::CMatrixTemplate< T > [inline]
insertMatrix(const size_t nRow, const size_t nCol, const CMatrixTemplate< R > &in)mrpt::math::CMatrixTemplate< T > [inline]
insertMatrix(const size_t nRow, const size_t nCol, const CMatrixFixedNumeric< T, NROWS, NCOLS > &in)mrpt::math::CMatrixTemplate< T > [inline]
insertMatrix(size_t nRow, size_t nCol, const std::vector< T > &in)mrpt::math::CMatrixTemplate< T > [inline]
insertMatrixTranspose(const size_t nRow, const size_t nCol, const CMatrixTemplate< T > &in)mrpt::math::CMatrixTemplate< T > [inline]
insertMatrixTranspose(const size_t nRow, const size_t nCol, const CMatrixFixedNumeric< T, NROWS, NCOLS > &in)mrpt::math::CMatrixTemplate< T > [inline]
insertRow(size_t nRow, const std::vector< T > &in)mrpt::math::CMatrixTemplate< T > [inline]
IsSquare() const 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]
loadFromTextFile(const std::string &file)mrpt::math::CMatrixTemplate< T > [inline]
m_Colsmrpt::math::CMatrixTemplate< T > [protected]
m_Rowsmrpt::math::CMatrixTemplate< T > [protected]
m_Valmrpt::math::CMatrixTemplate< T > [protected]
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 size_t row1, const size_t row2, const size_t col1, const size_t col2) 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]
removeColumns(const mrpt::vector_size_t &idxsToRemove, bool vectorIsAlreadySorted=false)mrpt::math::CMatrixTemplate< T > [inline]
saveToTextFile(const std::string &file, TMatrixTextFileFormat fileFormat=MATRIX_FORMAT_ENG, bool appendMRPTHeader=false, const std::string &userHeader=std::string("")) const mrpt::math::CMatrixTemplate< T > [inline]
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]
swapCols(size_t nCol1, size_t nCol2)mrpt::math::CMatrixTemplate< T > [inline]
swapRows(size_t nRow1, size_t nRow2)mrpt::math::CMatrixTemplate< T > [inline]
value_type typedefmrpt::math::CMatrixTemplate< T >
~CMatrixTemplate()mrpt::math::CMatrixTemplate< T > [inline, virtual]




Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:27:43 EDT 2009