GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MSparse< T > Member List

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 idx_vector &i, const Sparse< T > &rhs)Sparse< T >
assign(const idx_vector &i, const idx_vector &j, const Sparse< T > &rhs)Sparse< T >
byte_size(void) const Sparse< T >inline
capacity(void) const Sparse< T >inline
cat(int dim, octave_idx_type n, const Sparse< T > *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 idx_vector &i)Sparse< T >
delete_elements(int dim, const idx_vector &i)Sparse< T >
delete_elements(const idx_vector &i, const 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
dimensionsSparse< T >
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 typedefSparse< T >
get_col_index(octave_idx_type k)Sparse< T >inline
get_row_index(octave_idx_type k)Sparse< T >inline
index(const idx_vector &i, bool resize_ok=false) const Sparse< T >
index(const idx_vector &i, const 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
ipermute(const Array< octave_idx_type > &vec) const MSparse< T >inline
is_empty(void) const Sparse< T >inline
is_square(void) const Sparse< T >inline
length(void) const Sparse< T >inline
make_unique(void)Sparse< T >inlineprotected
map(U(&fcn)(T)) const MSparse< T >inline
map(U(&fcn)(const T &)) const MSparse< T >inline
Sparse::map(F fcn) const Sparse< T >inline
maybe_compress(bool remove_zeros=false)Sparse< T >inline
mex_get_data(void) const Sparse< T >inline
mex_get_ir(void) const Sparse< T >inline
mex_get_jc(void) const 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 idx_vector &r, const 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
nelem(void) const Sparse< T >inline
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::operator=(const Sparse< T > &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 >
repSparse< 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 PermMatrix &a)Sparse< T >explicit
Sparse(const Sparse< U > &a)Sparse< T >inline
Sparse(const Sparse< T > &a)Sparse< T >inline
Sparse(const dim_vector &dv)Sparse< T >
Sparse(const Sparse< T > &a, const dim_vector &dv)Sparse< T >
Sparse(const Array< T > &a, const idx_vector &r, const 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)MSparse< T >inline
~Sparse(void)Sparse< T >virtual