| add_elem(const int r, const int c, const T v) | itpp::Sparse_Mat< T > | |
| clear() | itpp::Sparse_Mat< T > | |
| clear_elem(const int r, const int c) | itpp::Sparse_Mat< T > | |
| cols() const | itpp::Sparse_Mat< T > | inline |
| compact() | itpp::Sparse_Mat< T > | |
| density() | itpp::Sparse_Mat< T > | |
| full(Mat< T > &m) const | itpp::Sparse_Mat< T > | |
| full() const | itpp::Sparse_Mat< T > | |
| get_col(int c, Sparse_Vec< T > &v) const | itpp::Sparse_Mat< T > | |
| get_col(int c) const | itpp::Sparse_Mat< T > | |
| get_submatrix(int r1, int r2, int c1, int c2) const | itpp::Sparse_Mat< T > | |
| get_submatrix_cols(int c1, int c2) const | itpp::Sparse_Mat< T > | |
| mult_trans(const Sparse_Mat< T > &m1, const Sparse_Mat< T > &m2) | itpp::Sparse_Mat< T > | friend |
| nnz() | itpp::Sparse_Mat< T > | |
| operator()(int r, int c) const | itpp::Sparse_Mat< T > | |
| operator*(const T &c, const Sparse_Mat< T > &m) | itpp::Sparse_Mat< T > | friend |
| operator*(const Sparse_Mat< T > &m1, const Sparse_Mat< T > &m2) | itpp::Sparse_Mat< T > | friend |
| operator*(const Sparse_Mat< T > &m, const Sparse_Vec< T > &v) | itpp::Sparse_Mat< T > | friend |
| operator*(const Sparse_Mat< T > &m, const Vec< T > &v) | itpp::Sparse_Mat< T > | friend |
| operator*(const Vec< T > &v, const Sparse_Mat< T > &m) | itpp::Sparse_Mat< T > | friend |
| operator*=(const T &v) | itpp::Sparse_Mat< T > | |
| operator+(const Sparse_Mat< T > &m1, const Sparse_Mat< T > &m2) | itpp::Sparse_Mat< T > | friend |
| operator+=(const Sparse_Mat< T > &v) | itpp::Sparse_Mat< T > | |
| operator+=(const Mat< T > &v) | itpp::Sparse_Mat< T > | |
| operator-() const | itpp::Sparse_Mat< T > | |
| operator-=(const Sparse_Mat< T > &v) | itpp::Sparse_Mat< T > | |
| operator-=(const Mat< T > &v) | itpp::Sparse_Mat< T > | |
| operator/=(const T &v) | itpp::Sparse_Mat< T > | |
| operator=(const Sparse_Mat< T > &m) | itpp::Sparse_Mat< T > | |
| operator=(const Mat< T > &m) | itpp::Sparse_Mat< T > | |
| operator==(const Sparse_Mat< T > &m) const | itpp::Sparse_Mat< T > | |
| rows() const | itpp::Sparse_Mat< T > | inline |
| set(int r, int c, T v) | itpp::Sparse_Mat< T > | |
| set_col(int c, const Sparse_Vec< T > &v) | itpp::Sparse_Mat< T > | |
| set_new(int r, int c, T v) | itpp::Sparse_Mat< T > | |
| set_size(int rows, int cols, int row_data_init=-1) | itpp::Sparse_Mat< T > | |
| set_submatrix(int r1, int r2, int c1, int c2, const Mat< T > &m) | itpp::Sparse_Mat< T > | |
| set_submatrix(int r, int c, const Mat< T > &m) | itpp::Sparse_Mat< T > | |
| Sparse_Mat() | itpp::Sparse_Mat< T > | |
| Sparse_Mat(int rows, int cols, int row_data_init=200) | itpp::Sparse_Mat< T > | |
| Sparse_Mat(const Sparse_Mat< T > &m) | itpp::Sparse_Mat< T > | |
| Sparse_Mat(const Mat< T > &m) | itpp::Sparse_Mat< T > | |
| Sparse_Mat(const Mat< T > &m, T epsilon) | itpp::Sparse_Mat< T > | |
| trans_mult(const Sparse_Mat< T > &m) | itpp::Sparse_Mat< T > | friend |
| trans_mult(const Sparse_Mat< T > &m1, const Sparse_Mat< T > &m2) | itpp::Sparse_Mat< T > | friend |
| trans_mult(const Sparse_Mat< T > &m, const Vec< T > &v) | itpp::Sparse_Mat< T > | friend |
| trans_mult_s(const Sparse_Mat< T > &m) | itpp::Sparse_Mat< T > | friend |
| transpose(Sparse_Mat< T > &m) const | itpp::Sparse_Mat< T > | |
| transpose() const | itpp::Sparse_Mat< T > | |
| zero_elem(const int r, const int c) | itpp::Sparse_Mat< T > | |
| zeros() | itpp::Sparse_Mat< T > | |
| ~Sparse_Mat() | itpp::Sparse_Mat< T > | |