This is the complete list of members for MSparse< T >, including all inherited members.
| any_element_is_nan(void) const | Sparse< T > | inline |
| array_value(void) const | Sparse< T > | |
| assign(const octave::idx_vector &i, const Sparse< T, Alloc > &rhs) | Sparse< T > | |
| assign(const octave::idx_vector &i, const T &rhs) | Sparse< T > | |
| assign(const octave::idx_vector &i, const octave::idx_vector &j, const Sparse< T, Alloc > &rhs) | Sparse< T > | |
| assign(const octave::idx_vector &i, const octave::idx_vector &j, const T &rhs) | Sparse< T > | |
| byte_size(void) const | Sparse< T > | inline |
| cat(int dim, octave_idx_type n, const Sparse< T, Alloc > *sparse_list) | Sparse< T > | static |
| change_capacity(octave_idx_type nz) | Sparse< T > | inline |
| checkelem(octave_idx_type n) | Sparse< T > | inline |
| checkelem(octave_idx_type i, octave_idx_type j) | Sparse< T > | inline |
| checkelem(const Array< octave_idx_type > &ra_idx) | Sparse< T > | inline |
| checkelem(octave_idx_type n) const | Sparse< T > | inline |
| checkelem(octave_idx_type i, octave_idx_type j) const | Sparse< T > | inline |
| checkelem(const Array< octave_idx_type > &ra_idx) const | Sparse< T > | inline |
| cidx(void) | Sparse< T > | inline |
| cidx(octave_idx_type i) | Sparse< T > | inline |
| cidx(octave_idx_type i) const | Sparse< T > | inline |
| cidx(void) const | Sparse< T > | inline |
| cols(void) const | Sparse< T > | inline |
| columns(void) const | Sparse< T > | inline |
| compute_index(const Array< octave_idx_type > &ra_idx) const | Sparse< T > | |
| data(void) | Sparse< T > | inline |
| data(octave_idx_type i) | Sparse< T > | inline |
| data(octave_idx_type i) const | Sparse< T > | inline |
| data(void) const | Sparse< T > | inline |
| delete_elements(const octave::idx_vector &i) | Sparse< T > | |
| delete_elements(int dim, const octave::idx_vector &i) | Sparse< T > | |
| delete_elements(const octave::idx_vector &i, const octave::idx_vector &j) | Sparse< T > | |
| diag(octave_idx_type k=0) const | MSparse< T > | inline |
| dim1(void) const | Sparse< T > | inline |
| dim2(void) const | Sparse< T > | inline |
| dims(void) const | Sparse< T > | inline |
| elem(octave_idx_type n) | Sparse< T > | inline |
| elem(octave_idx_type i, octave_idx_type j) | Sparse< T > | inline |
| elem(const Array< octave_idx_type > &ra_idx) | Sparse< T > | inline |
| elem(octave_idx_type n) const | Sparse< T > | inline |
| elem(octave_idx_type i, octave_idx_type j) const | Sparse< T > | inline |
| elem(const Array< octave_idx_type > &ra_idx) const | Sparse< T > | inline |
| element_type typedef | Sparse< T > | |
| get_col_index(octave_idx_type k) | Sparse< T > | inline |
| get_row_index(octave_idx_type k) | Sparse< T > | inline |
| index(const octave::idx_vector &i, bool resize_ok=false) const | Sparse< T > | |
| index(const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok=false) const | Sparse< T > | |
| indices_ok(void) const | Sparse< T > | inline |
| insert(const Sparse< T > &a, octave_idx_type r, octave_idx_type c) | MSparse< T > | inline |
| insert(const Sparse< T > &a, const Array< octave_idx_type > &indx) | MSparse< T > | inline |
| Sparse< T >::insert(const Sparse< T, Alloc > &a, octave_idx_type r, octave_idx_type c) | Sparse< T > | |
| Sparse< T >::insert(const Sparse< T, Alloc > &a, const Array< octave_idx_type > &idx) | Sparse< T > | |
| ipermute(const Array< octave_idx_type > &vec) const | MSparse< T > | inline |
| isempty(void) const | Sparse< T > | inline |
| issquare(void) const | Sparse< T > | inline |
| m_dimensions | Sparse< T > | protected |
| m_rep | Sparse< T > | protected |
| make_unique(void) | Sparse< T > | inlineprotected |
| map(U(&fcn)(T)) const | MSparse< T > | inline |
| map(U(&fcn)(const T &)) const | MSparse< T > | inline |
| Sparse< T >::map(F fcn) const | Sparse< T > | inline |
| maybe_compress(bool remove_zeros=false) | Sparse< T > | inline |
| MSparse(void) | MSparse< T > | inline |
| MSparse(octave_idx_type n, octave_idx_type m) | MSparse< T > | inline |
| MSparse(const dim_vector &dv, octave_idx_type nz=0) | MSparse< T > | inline |
| MSparse(const MSparse< T > &a) | MSparse< T > | inline |
| MSparse(const MSparse< T > &a, const dim_vector &dv) | MSparse< T > | inline |
| MSparse(const Sparse< T > &a) | MSparse< T > | inline |
| MSparse(const Sparse< U > &a) | MSparse< T > | inline |
| MSparse(const Array< T > &a, const octave::idx_vector &r, const octave::idx_vector &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true, octave_idx_type nzm=-1) | MSparse< T > | inline |
| MSparse(octave_idx_type r, octave_idx_type c, T val) | MSparse< T > | inlineexplicit |
| MSparse(const PermMatrix &a) | MSparse< T > | inlineexplicit |
| MSparse(octave_idx_type r, octave_idx_type c, octave_idx_type num_nz) | MSparse< T > | inline |
| ndims(void) const | Sparse< T > | inline |
| nil_rep(void) | Sparse< T > | privatestatic |
| nnz(void) const | Sparse< T > | inline |
| numel(void) const | Sparse< T > | inline |
| nzmax(void) const | Sparse< T > | inline |
| operator()(octave_idx_type n) | Sparse< T > | inline |
| operator()(octave_idx_type i, octave_idx_type j) | Sparse< T > | inline |
| operator()(const Array< octave_idx_type > &ra_idx) | Sparse< T > | inline |
| operator()(octave_idx_type n) const | Sparse< T > | inline |
| operator()(octave_idx_type i, octave_idx_type j) const | Sparse< T > | inline |
| operator()(const Array< octave_idx_type > &ra_idx) const | Sparse< T > | inline |
| operator=(const MSparse< T > &a) | MSparse< T > | inline |
| Sparse< T >::operator=(const Sparse< T, Alloc > &a) | Sparse< T > | |
| permute(const Array< octave_idx_type > &vec, bool inv=false) const | MSparse< T > | inline |
| print_info(std::ostream &os, const std::string &prefix) const | Sparse< T > | |
| range_error(const char *fcn, octave_idx_type n) const | Sparse< T > | |
| range_error(const char *fcn, octave_idx_type n) | Sparse< T > | |
| range_error(const char *fcn, octave_idx_type i, octave_idx_type j) const | Sparse< T > | |
| range_error(const char *fcn, octave_idx_type i, octave_idx_type j) | Sparse< T > | |
| range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) const | Sparse< T > | |
| range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) | Sparse< T > | |
| reshape(const dim_vector &new_dims) const | MSparse< T > | inline |
| resize(octave_idx_type r, octave_idx_type c) | Sparse< T > | |
| resize(const dim_vector &dv) | Sparse< T > | |
| resize1(octave_idx_type n) | Sparse< T > | |
| ridx(void) | Sparse< T > | inline |
| ridx(octave_idx_type i) | Sparse< T > | inline |
| ridx(octave_idx_type i) const | Sparse< T > | inline |
| ridx(void) const | Sparse< T > | inline |
| rows(void) const | Sparse< T > | inline |
| sort(octave_idx_type dim=0, sortmode mode=ASCENDING) const | Sparse< T > | |
| sort(Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const | Sparse< T > | |
| Sparse(void) | Sparse< T > | inline |
| Sparse(octave_idx_type n) | Sparse< T > | inlineexplicit |
| Sparse(octave_idx_type nr, octave_idx_type nc) | Sparse< T > | inlineexplicit |
| Sparse(octave_idx_type nr, octave_idx_type nc, T val) | Sparse< T > | explicit |
| Sparse(const dim_vector &dv, octave_idx_type nz) | Sparse< T > | inline |
| Sparse(octave_idx_type nr, octave_idx_type nc, octave_idx_type nz) | Sparse< T > | inline |
| Sparse(const dim_vector &dv, octave_idx_type nz, T *ptr, octave_idx_type *ridx, octave_idx_type *cidx, const Alloc &xallocator=Alloc()) | Sparse< T > | inline |
| Sparse(const PermMatrix &a) | Sparse< T > | explicit |
| Sparse(const Sparse< U > &a) | Sparse< T > | inline |
| Sparse(const Sparse< T, Alloc > &a) | Sparse< T > | inline |
| Sparse(const dim_vector &dv) | Sparse< T > | |
| Sparse(const Sparse< T, Alloc > &a, const dim_vector &dv) | Sparse< T > | |
| Sparse(const Array< T > &a, const octave::idx_vector &r, const octave::idx_vector &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true, octave_idx_type nzm=-1) | Sparse< T > | |
| Sparse(const Array< T > &a) | Sparse< T > | |
| squeeze(void) const | MSparse< T > | inline |
| test(F fcn) const | Sparse< T > | inline |
| test_all(F fcn) const | Sparse< T > | inline |
| test_all(bool(&fcn)(T)) const | Sparse< T > | inline |
| test_all(bool(&fcn)(const T &)) const | Sparse< T > | inline |
| test_any(F fcn) const | Sparse< T > | inline |
| test_any(bool(&fcn)(T)) const | Sparse< T > | inline |
| test_any(bool(&fcn)(const T &)) const | Sparse< T > | inline |
| transpose(void) const | MSparse< T > | inline |
| xcidx(void) | Sparse< T > | inline |
| xcidx(octave_idx_type i) | Sparse< T > | inline |
| xdata(void) | Sparse< T > | inline |
| xdata(octave_idx_type i) | Sparse< T > | inline |
| xelem(octave_idx_type n) | Sparse< T > | inline |
| xelem(octave_idx_type n) const | Sparse< T > | inline |
| xelem(octave_idx_type i, octave_idx_type j) | Sparse< T > | inline |
| xelem(octave_idx_type i, octave_idx_type j) const | Sparse< T > | inline |
| xelem(const Array< octave_idx_type > &ra_idx) | Sparse< T > | inline |
| xelem(const Array< octave_idx_type > &ra_idx) const | Sparse< T > | inline |
| xridx(void) | Sparse< T > | inline |
| xridx(octave_idx_type i) | Sparse< T > | inline |
| ~MSparse(void)=default | MSparse< T > | |
| ~Sparse(void) | Sparse< T > | virtual |