, including all inherited members.
add_AB(const CSparseMatrix &A, const CSparseMatrix &B) | mrpt::math::CSparseMatrix | |
clear() | mrpt::math::CSparseMatrix | |
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 | [inline, private] |
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 | [inline, explicit] |
CSparseMatrix(const CMatrixTemplateNumeric< T > &MAT) | mrpt::math::CSparseMatrix | [inline, explicit] |
CSparseMatrix(const CSparseMatrix &other) | mrpt::math::CSparseMatrix | |
CSparseMatrix(const cs *const sm) | mrpt::math::CSparseMatrix | [explicit] |
get_dense(CMatrixDouble &outMat) const | mrpt::math::CSparseMatrix | |
getColCount() const | mrpt::math::CSparseMatrix | [inline] |
getRowCount() const | mrpt::math::CSparseMatrix | [inline] |
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 | |
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 mrpt::vector_double &b, mrpt::vector_double &out_res) const | mrpt::math::CSparseMatrix | |
multiply_AB(const CSparseMatrix &A, const CSparseMatrix &B) | mrpt::math::CSparseMatrix | |
operator*(const CSparseMatrix &other) const | mrpt::math::CSparseMatrix | [inline] |
operator*(const mrpt::vector_double &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 | |
saveToTextFile_dense(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] |
transpose() const | mrpt::math::CSparseMatrix | |
~CSparseMatrix() | mrpt::math::CSparseMatrix | [virtual] |