asVector(VECTOR &vec) const | mrpt::math::CSparseMatrixTemplate< T > | inline |
begin() const | mrpt::math::CSparseMatrixTemplate< T > | inline |
clear() | mrpt::math::CSparseMatrixTemplate< T > | inline |
cols() const | mrpt::math::CSparseMatrixTemplate< T > | inline |
const_iterator typedef | mrpt::math::CSparseMatrixTemplate< T > | |
const_reverse_iterator typedef | mrpt::math::CSparseMatrixTemplate< T > | |
CSparseMatrixTemplate()=default | mrpt::math::CSparseMatrixTemplate< T > | |
CSparseMatrixTemplate(size_t nR, size_t nC) | mrpt::math::CSparseMatrixTemplate< T > | inline |
empty() const | mrpt::math::CSparseMatrixTemplate< T > | inline |
end() const | mrpt::math::CSparseMatrixTemplate< T > | inline |
exists(size_t r, size_t c) const | mrpt::math::CSparseMatrixTemplate< T > | inline |
getColumn(size_t nCol, VECTOR &vec) const | mrpt::math::CSparseMatrixTemplate< T > | inline |
getNonNullElements() const | mrpt::math::CSparseMatrixTemplate< T > | inline |
getNullElements() const | mrpt::math::CSparseMatrixTemplate< T > | inline |
getRow(size_t nRow, VECTOR &vec) const | mrpt::math::CSparseMatrixTemplate< T > | inline |
insert(size_t row, size_t column, const T &obj) | mrpt::math::CSparseMatrixTemplate< T > | inline |
insertMatrix(size_t row, size_t column, const MATRIX_LIKE &mat) | mrpt::math::CSparseMatrixTemplate< T > | inline |
isNotNull(size_t nRow, size_t nCol) const | mrpt::math::CSparseMatrixTemplate< T > | inline |
isNull(size_t nRow, size_t nCol) const | mrpt::math::CSparseMatrixTemplate< T > | inline |
mColumns | mrpt::math::CSparseMatrixTemplate< T > | protected |
mRows | mrpt::math::CSparseMatrixTemplate< T > | protected |
objectList | mrpt::math::CSparseMatrixTemplate< T > | protected |
operator()(size_t r, size_t c) const | mrpt::math::CSparseMatrixTemplate< T > | inline |
operator()(size_t r, size_t c) | mrpt::math::CSparseMatrixTemplate< T > | inline |
operator()(size_t firstRow, size_t lastRow, size_t firstColumn, size_t lastColumn) const | mrpt::math::CSparseMatrixTemplate< T > | inline |
purge(T nullObject=T()) | mrpt::math::CSparseMatrixTemplate< T > | inline |
rbegin() const | mrpt::math::CSparseMatrixTemplate< T > | inline |
rend() const | mrpt::math::CSparseMatrixTemplate< T > | inline |
resize(size_t nRows, size_t nCols) | mrpt::math::CSparseMatrixTemplate< T > | inline |
rows() const | mrpt::math::CSparseMatrixTemplate< T > | inline |
setColumn(size_t nCol, const VECTOR &vec, const T &nullObject=T()) | mrpt::math::CSparseMatrixTemplate< T > | inline |
setRow(size_t nRow, const VECTOR &vec, const T &nullObject=T()) | mrpt::math::CSparseMatrixTemplate< T > | inline |
SparseMatrixMap typedef | mrpt::math::CSparseMatrixTemplate< T > | |