GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
MSparse< T > Member List

This is the complete list of members for MSparse< T >, including all inherited members.

any_element_is_nan() constSparse< T >inline
array_value() constSparse< 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() constSparse< 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) constSparse< T >inline
checkelem(octave_idx_type i, octave_idx_type j) constSparse< T >inline
checkelem(const Array< octave_idx_type > &ra_idx) constSparse< T >inline
cidx()Sparse< T >inline
cidx(octave_idx_type i)Sparse< T >inline
cidx(octave_idx_type i) constSparse< T >inline
cidx() constSparse< T >inline
cols() constSparse< T >inline
columns() constSparse< T >inline
compute_index(const Array< octave_idx_type > &ra_idx) constSparse< T >
data()Sparse< T >inline
data(octave_idx_type i)Sparse< T >inline
data(octave_idx_type i) constSparse< T >inline
data() constSparse< 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) constMSparse< T >inline
dim1() constSparse< T >inline
dim2() constSparse< T >inline
dims() constSparse< 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) constSparse< T >inline
elem(octave_idx_type i, octave_idx_type j) constSparse< T >inline
elem(const Array< octave_idx_type > &ra_idx) constSparse< T >inline
element_type typedefSparse< 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) constSparse< T >
index(const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok=false) constSparse< T >
indices_ok() constSparse< 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) constMSparse< T >inline
isempty() constSparse< T >inline
issquare() constSparse< T >inline
m_dimensionsSparse< T >protected
m_repSparse< T >protected
make_unique()Sparse< T >inlineprotected
map(U(&fcn)(T)) constMSparse< T >inline
map(U(&fcn)(const T &)) constMSparse< T >inline
Sparse< T >::map(F fcn) constSparse< T >inline
maybe_compress(bool remove_zeros=false)Sparse< T >inline
MSparse()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() constSparse< T >inline
nnz() constSparse< T >inline
numel() constSparse< T >inline
nzmax() constSparse< 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) constSparse< T >inline
operator()(octave_idx_type i, octave_idx_type j) constSparse< T >inline
operator()(const Array< octave_idx_type > &ra_idx) constSparse< 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) constMSparse< T >inline
print_info(std::ostream &os, const std::string &prefix) constSparse< T >
range_error(const char *fcn, octave_idx_type n) constSparse< 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) constSparse< 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) constSparse< T >
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx)Sparse< T >
reshape(const dim_vector &new_dims) constMSparse< 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()Sparse< T >inline
ridx(octave_idx_type i)Sparse< T >inline
ridx(octave_idx_type i) constSparse< T >inline
ridx() constSparse< T >inline
rows() constSparse< T >inline
sort(octave_idx_type dim=0, sortmode mode=ASCENDING) constSparse< T >
sort(Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) constSparse< T >
Sparse()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() constMSparse< T >inline
test(F fcn) constSparse< T >inline
test_all(F fcn) constSparse< T >inline
test_all(bool(&fcn)(T)) constSparse< T >inline
test_all(bool(&fcn)(const T &)) constSparse< T >inline
test_any(F fcn) constSparse< T >inline
test_any(bool(&fcn)(T)) constSparse< T >inline
test_any(bool(&fcn)(const T &)) constSparse< T >inline
transpose() constMSparse< T >inline
xcidx()Sparse< T >inline
xcidx(octave_idx_type i)Sparse< T >inline
xdata()Sparse< T >inline
xdata(octave_idx_type i)Sparse< T >inline
xelem(octave_idx_type n)Sparse< T >inline
xelem(octave_idx_type n) constSparse< T >inline
xelem(octave_idx_type i, octave_idx_type j)Sparse< T >inline
xelem(octave_idx_type i, octave_idx_type j) constSparse< T >inline
xelem(const Array< octave_idx_type > &ra_idx)Sparse< T >inline
xelem(const Array< octave_idx_type > &ra_idx) constSparse< T >inline
xridx()Sparse< T >inline
xridx(octave_idx_type i)Sparse< T >inline
~MSparse()=defaultMSparse< T >
~Sparse()Sparse< T >virtual