| add_AB(const CSparseMatrix &A, const CSparseMatrix &B) | mrpt::math::CSparseMatrix | |
| clear(const size_t nRows=1, const size_t nCols=1) | mrpt::math::CSparseMatrix | |
| cols() const | mrpt::math::CSparseMatrix | inline |
| compressFromTriplet() | mrpt::math::CSparseMatrix | |
| construct_from_existing_cs(const cs &sm) | mrpt::math::CSparseMatrix | private |
| construct_from_mrpt_mat(const MATRIX &C) | mrpt::math::CSparseMatrix | inlineprivate |
| construct_from_triplet(const cs &triplet) | mrpt::math::CSparseMatrix | private |
| copy(const cs *const sm) | mrpt::math::CSparseMatrix | private |
| copy_fast(cs *const sm) | mrpt::math::CSparseMatrix | private |
| cs2dense(const cs &SM, CMatrixDouble &outMat) | mrpt::math::CSparseMatrix | static |
| CSparseMatrix(const size_t nRows=0, const size_t nCols=0) | mrpt::math::CSparseMatrix | |
| CSparseMatrix(const CSparseMatrixTemplate< T > &data) | mrpt::math::CSparseMatrix | inline |
| CSparseMatrix(const CMatrixFixedNumeric< T, N, M > &MAT) | mrpt::math::CSparseMatrix | inlineexplicit |
| CSparseMatrix(const CMatrixTemplateNumeric< T > &MAT) | mrpt::math::CSparseMatrix | inlineexplicit |
| CSparseMatrix(const CSparseMatrix &other) | mrpt::math::CSparseMatrix | |
| CSparseMatrix(const cs *const sm) | mrpt::math::CSparseMatrix | explicit |
| get_dense(CMatrixDouble &outMat) const | mrpt::math::CSparseMatrix | |
| insert_entry(const size_t row, const size_t col, const double val) | mrpt::math::CSparseMatrix | |
| insert_entry_fast(const size_t row, const size_t col, const double val) | mrpt::math::CSparseMatrix | inline |
| insert_submatrix(const size_t row, const size_t col, const MATRIX &M) | mrpt::math::CSparseMatrix | inline |
| internal_free_mem() | mrpt::math::CSparseMatrix | private |
| isColumnCompressed() const | mrpt::math::CSparseMatrix | inline |
| isTriplet() const | mrpt::math::CSparseMatrix | inline |
| multiply_AB(const CSparseMatrix &A, const CSparseMatrix &B) | mrpt::math::CSparseMatrix | |
| multiply_Ab(const mrpt::math::CVectorDouble &b, mrpt::math::CVectorDouble &out_res) const | mrpt::math::CSparseMatrix | |
| operator*(const CSparseMatrix &other) const | mrpt::math::CSparseMatrix | inline |
| operator*(const mrpt::math::CVectorDouble &other) const | mrpt::math::CSparseMatrix | inline |
| operator*=(const CSparseMatrix &other) | mrpt::math::CSparseMatrix | inline |
| operator+(const CSparseMatrix &other) const | mrpt::math::CSparseMatrix | inline |
| operator+=(const CSparseMatrix &other) | mrpt::math::CSparseMatrix | inline |
| operator=(const CSparseMatrix &other) | mrpt::math::CSparseMatrix | |
| rows() const | mrpt::math::CSparseMatrix | inline |
| saveToTextFile_dense(const std::string &filName) | mrpt::math::CSparseMatrix | |
| saveToTextFile_sparse(const std::string &filName) | mrpt::math::CSparseMatrix | |
| setColCount(const size_t nCols) | mrpt::math::CSparseMatrix | inline |
| setRowCount(const size_t nRows) | mrpt::math::CSparseMatrix | inline |
| sparse_matrix | mrpt::math::CSparseMatrix | private |
| swap(CSparseMatrix &other) | mrpt::math::CSparseMatrix | |
| transpose() const | mrpt::math::CSparseMatrix | |
| ~CSparseMatrix() | mrpt::math::CSparseMatrix | virtual |