Navigation

Operators and Keywords

Function List:

C++ API

MSparse< T > Member List

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

byte_size(void) constSparse< T > [inline]
capacity(void) constSparse< T > [inline]
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(void)Sparse< T > [inline]
cidx(octave_idx_type i)Sparse< T > [inline]
cidx(octave_idx_type i) constSparse< T > [inline]
cidx(void) constSparse< T > [inline]
clear_index(void)Sparse< T > [inline]
cols(void) constSparse< T > [inline]
columns(void) constSparse< T > [inline]
compute_index(const Array< octave_idx_type > &ra_idx) constSparse< T > [inline]
data(void)Sparse< T > [inline]
data(octave_idx_type i)Sparse< T > [inline]
data(octave_idx_type i) constSparse< T > [inline]
data(void) constSparse< T > [inline]
diag(octave_idx_type k=0) const MSparse< T > [inline]
dim1(void) constSparse< T > [inline]
dim2(void) constSparse< T > [inline]
dimensionsSparse< T >
dims(void) 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_idx(void) constSparse< T > [inline]
get_row_index(octave_idx_type k)Sparse< T > [inline]
idxSparse< T > [protected]
idx_countSparse< T > [protected]
index(idx_vector &i, int resize_ok) const MSparse< T > [inline]
index(idx_vector &i, idx_vector &j, int resize_ok) const MSparse< T > [inline]
index(Array< idx_vector > &ra_idx, int resize_ok) const MSparse< T > [inline]
index_count(void) constSparse< T > [inline]
indices_ok(void) 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]
ipermute(const Array< octave_idx_type > &vec) const MSparse< T > [inline]
is_empty(void) constSparse< T > [inline]
is_square(void) constSparse< T > [inline]
length(void) constSparse< T > [inline]
make_unique(void)Sparse< T > [inline, protected]
map(F fcn) const MSparse< T > [inline]
maybe_compress(bool remove_zeros=false)Sparse< T > [inline]
maybe_delete_elements(idx_vector &i)Sparse< T > [inline]
maybe_delete_elements(idx_vector &i, idx_vector &j)Sparse< T > [inline]
maybe_delete_elements(Array< idx_vector > &ra_idx)Sparse< T > [inline]
mex_get_data(void) constSparse< T > [inline]
mex_get_ir(void) constSparse< T > [inline]
mex_get_jc(void) constSparse< 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 Array< T > a, const Array< octave_idx_type > &r, const Array< octave_idx_type > &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true)MSparse< T > [inline]
MSparse(const Array< T > a, const Array< double > &r, const Array< double > &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true)MSparse< T > [inline]
MSparse(octave_idx_type r, octave_idx_type c, T val)MSparse< T > [inline, explicit]
MSparse(octave_idx_type r, octave_idx_type c, octave_idx_type num_nz)MSparse< T > [inline]
ndims(void) constSparse< T > [inline]
nelem(void) constSparse< T > [inline]
nnz(void) constSparse< T > [inline]
numel(void) constSparse< T > [inline]
nzmax(void) 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 > &a)Sparse< T > [inline]
permute(const Array< octave_idx_type > &vec, bool inv=false) const MSparse< T > [inline]
print_info(std::ostream &os, const std::string &prefix) constSparse< T > [inline]
range_error(const char *fcn, octave_idx_type n) constSparse< T > [inline]
range_error(const char *fcn, octave_idx_type n)Sparse< T > [inline]
range_error(const char *fcn, octave_idx_type i, octave_idx_type j) constSparse< T > [inline]
range_error(const char *fcn, octave_idx_type i, octave_idx_type j)Sparse< T > [inline]
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) constSparse< T > [inline]
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx)Sparse< T > [inline]
repSparse< T >
reshape(const dim_vector &new_dims) const MSparse< T > [inline]
resize(octave_idx_type r, octave_idx_type c)Sparse< T > [inline]
resize(const dim_vector &dv)Sparse< T > [inline]
resize_no_fill(octave_idx_type r, octave_idx_type c)Sparse< T > [inline]
resize_no_fill(const dim_vector &dv)Sparse< T > [inline]
ridx(void)Sparse< T > [inline]
ridx(octave_idx_type i)Sparse< T > [inline]
ridx(octave_idx_type i) constSparse< T > [inline]
ridx(void) constSparse< T > [inline]
rows(void) constSparse< T > [inline]
set_index(const idx_vector &i)Sparse< T > [inline]
sort(octave_idx_type dim=0, sortmode mode=ASCENDING) constSparse< T > [inline]
sort(Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) constSparse< T > [inline]
Sparse(void)Sparse< T > [inline]
Sparse(octave_idx_type n)Sparse< T > [inline, explicit]
Sparse(octave_idx_type nr, octave_idx_type nc)Sparse< T > [inline, explicit]
Sparse(octave_idx_type nr, octave_idx_type nc, Tval)Sparse< T > [inline, 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 Sparse< U > &a)Sparse< T > [inline]
Sparse(const Sparse< T > &a)Sparse< T > [inline]
Sparse(const dim_vector &dv)Sparse< T > [inline]
Sparse(const Sparse< T > &a, const dim_vector &dv)Sparse< T > [inline]
Sparse(const Array< T > &a, const Array< octave_idx_type > &r, const Array< octave_idx_type > &c, octave_idx_type nr, octave_idx_type nc, bool sum_terms)Sparse< T > [inline]
Sparse(const Array< T > &a, const Array< double > &r, const Array< double > &c, octave_idx_type nr, octave_idx_type nc, bool sum_terms)Sparse< T > [inline]
Sparse(const Array2< T > &a)Sparse< T > [inline]
Sparse(const Array< T > &a)Sparse< T > [inline]
squeeze(void) const MSparse< T > [inline]
transpose(void) const MSparse< T > [inline]
value(void)Sparse< 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) 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(void)Sparse< T > [inline]
xridx(octave_idx_type i)Sparse< T > [inline]
~MSparse(void)MSparse< T > [inline]
~Sparse(void)Sparse< T > [inline, virtual]