Navigation

Operators and Keywords

Function List:

C++ API

SparseBoolMatrix Member List

This is the complete list of members for SparseBoolMatrix, including all inherited members.

all(int dim=-1) const SparseBoolMatrix
any(int dim=-1) const SparseBoolMatrix
byte_size(void) constSparse< bool > [inline]
capacity(void) constSparse< bool > [inline]
change_capacity(octave_idx_type nz)Sparse< bool > [inline]
checkelem(octave_idx_type n)Sparse< bool > [inline]
checkelem(octave_idx_type i, octave_idx_type j)Sparse< bool > [inline]
checkelem(const Array< octave_idx_type > &ra_idx)Sparse< bool > [inline]
checkelem(octave_idx_type n) constSparse< bool > [inline]
checkelem(octave_idx_type i, octave_idx_type j) constSparse< bool > [inline]
checkelem(const Array< octave_idx_type > &ra_idx) constSparse< bool > [inline]
cidx(void)Sparse< bool > [inline]
cidx(octave_idx_type i)Sparse< bool > [inline]
cidx(octave_idx_type i) constSparse< bool > [inline]
cidx(void) constSparse< bool > [inline]
clear_index(void)Sparse< bool >
cols(void) constSparse< bool > [inline]
columns(void) constSparse< bool > [inline]
compute_index(const Array< octave_idx_type > &ra_idx) constSparse< bool >
concat(const SparseBoolMatrix &rb, const Array< octave_idx_type > &ra_idx)SparseBoolMatrix
data(void)Sparse< bool > [inline]
data(octave_idx_type i)Sparse< bool > [inline]
data(octave_idx_type i) constSparse< bool > [inline]
data(void) constSparse< bool > [inline]
diag(octave_idx_type k=0) const SparseBoolMatrix
dim1(void) constSparse< bool > [inline]
dim2(void) constSparse< bool > [inline]
dimensionsSparse< bool >
dims(void) constSparse< bool > [inline]
elem(octave_idx_type n)Sparse< bool > [inline]
elem(octave_idx_type i, octave_idx_type j)Sparse< bool > [inline]
elem(const Array< octave_idx_type > &ra_idx)Sparse< bool > [inline]
elem(octave_idx_type n) constSparse< bool > [inline]
elem(octave_idx_type i, octave_idx_type j) constSparse< bool > [inline]
elem(const Array< octave_idx_type > &ra_idx) constSparse< bool > [inline]
element_type typedefSparse< bool >
get_col_index(octave_idx_type k)Sparse< bool > [inline]
get_idx(void) constSparse< bool > [inline]
get_row_index(octave_idx_type k)Sparse< bool > [inline]
idxSparse< bool > [protected]
idx_countSparse< bool > [protected]
index(idx_vector &i, int resize_ok) const SparseBoolMatrix
index(idx_vector &i, idx_vector &j, int resize_ok) const SparseBoolMatrix
index(Array< idx_vector > &ra_idx, int resize_ok) const SparseBoolMatrix
index_count(void) constSparse< bool > [inline]
indices_ok(void) constSparse< bool > [inline]
insert(const SparseBoolMatrix &a, octave_idx_type r, octave_idx_type c)SparseBoolMatrix
insert(const SparseBoolMatrix &a, const Array< octave_idx_type > &indx)SparseBoolMatrix
Sparse< bool >::insert(const Sparse< bool > &a, octave_idx_type r, octave_idx_type c)Sparse< bool >
Sparse< bool >::insert(const Sparse< bool > &a, const Array< octave_idx_type > &idx)Sparse< bool >
ipermute(const Array< octave_idx_type > &vec) const SparseBoolMatrix
is_empty(void) constSparse< bool > [inline]
is_square(void) constSparse< bool > [inline]
length(void) constSparse< bool > [inline]
make_unique(void)Sparse< bool > [inline, protected]
map(F fcn) constSparse< bool > [inline]
matrix_value(void) const SparseBoolMatrix
maybe_compress(bool remove_zeros=false)Sparse< bool > [inline]
maybe_delete_elements(idx_vector &i)Sparse< bool >
maybe_delete_elements(idx_vector &i, idx_vector &j)Sparse< bool >
maybe_delete_elements(Array< idx_vector > &ra_idx)Sparse< bool >
mex_get_data(void) constSparse< bool > [inline]
mex_get_ir(void) constSparse< bool > [inline]
mex_get_jc(void) constSparse< bool > [inline]
ndims(void) constSparse< bool > [inline]
nelem(void) constSparse< bool > [inline]
nnz(void) constSparse< bool > [inline]
numel(void) constSparse< bool > [inline]
nzmax(void) constSparse< bool > [inline]
operator!(void) const SparseBoolMatrix
operator!=(const SparseBoolMatrix &a) const SparseBoolMatrix
operator()(octave_idx_type n)Sparse< bool > [inline]
operator()(octave_idx_type i, octave_idx_type j)Sparse< bool > [inline]
operator()(const Array< octave_idx_type > &ra_idx)Sparse< bool > [inline]
operator()(octave_idx_type n) constSparse< bool > [inline]
operator()(octave_idx_type i, octave_idx_type j) constSparse< bool > [inline]
operator()(const Array< octave_idx_type > &ra_idx) constSparse< bool > [inline]
operator<<(std::ostream &os, const SparseBoolMatrix &a)SparseBoolMatrix [friend]
operator=(const SparseBoolMatrix &a)SparseBoolMatrix [inline]
Sparse< bool >::operator=(const Sparse< bool > &a)Sparse< bool >
operator==(const SparseBoolMatrix &a) const SparseBoolMatrix
operator>>(std::istream &is, SparseBoolMatrix &a)SparseBoolMatrix [friend]
permute(const Array< octave_idx_type > &vec, bool inv=false) const SparseBoolMatrix
print_info(std::ostream &os, const std::string &prefix) constSparse< bool >
range_error(const char *fcn, octave_idx_type n) constSparse< bool >
range_error(const char *fcn, octave_idx_type n)Sparse< bool >
range_error(const char *fcn, octave_idx_type i, octave_idx_type j) constSparse< bool >
range_error(const char *fcn, octave_idx_type i, octave_idx_type j)Sparse< bool >
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) constSparse< bool >
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx)Sparse< bool >
repSparse< bool >
reshape(const dim_vector &new_dims) const SparseBoolMatrix
resize(octave_idx_type r, octave_idx_type c)Sparse< bool > [inline]
resize(const dim_vector &dv)Sparse< bool > [inline]
resize_no_fill(octave_idx_type r, octave_idx_type c)Sparse< bool >
resize_no_fill(const dim_vector &dv)Sparse< bool >
ridx(void)Sparse< bool > [inline]
ridx(octave_idx_type i)Sparse< bool > [inline]
ridx(octave_idx_type i) constSparse< bool > [inline]
ridx(void) constSparse< bool > [inline]
rows(void) constSparse< bool > [inline]
set_index(const idx_vector &i)Sparse< bool >
sort(octave_idx_type dim=0, sortmode mode=ASCENDING) constSparse< bool >
sort(Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) constSparse< bool >
Sparse(void)Sparse< bool > [inline]
Sparse(octave_idx_type n)Sparse< bool > [inline, explicit]
Sparse(octave_idx_type nr, octave_idx_type nc)Sparse< bool > [inline, explicit]
Sparse(octave_idx_type nr, octave_idx_type nc, boolval)Sparse< bool > [explicit]
Sparse(const dim_vector &dv, octave_idx_type nz)Sparse< bool > [inline]
Sparse(octave_idx_type nr, octave_idx_type nc, octave_idx_type nz)Sparse< bool > [inline]
Sparse(const Sparse< U > &a)Sparse< bool > [inline]
Sparse(const Sparse< bool > &a)Sparse< bool > [inline]
Sparse(const dim_vector &dv)Sparse< bool >
Sparse(const Sparse< bool > &a, const dim_vector &dv)Sparse< bool >
Sparse(const Array< bool > &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< bool >
Sparse(const Array< bool > &a, const Array< double > &r, const Array< double > &c, octave_idx_type nr, octave_idx_type nc, bool sum_terms)Sparse< bool >
Sparse(const Array2< bool > &a)Sparse< bool >
Sparse(const Array< bool > &a)Sparse< bool >
SparseBoolMatrix(void)SparseBoolMatrix [inline]
SparseBoolMatrix(octave_idx_type r, octave_idx_type c)SparseBoolMatrix [inline]
SparseBoolMatrix(octave_idx_type r, octave_idx_type c, bool val)SparseBoolMatrix [inline, explicit]
SparseBoolMatrix(const dim_vector &dv, octave_idx_type nz=0)SparseBoolMatrix [inline]
SparseBoolMatrix(const Sparse< bool > &a)SparseBoolMatrix [inline]
SparseBoolMatrix(const SparseBoolMatrix &a)SparseBoolMatrix [inline]
SparseBoolMatrix(const SparseBoolMatrix &a, const dim_vector &dv)SparseBoolMatrix [inline]
SparseBoolMatrix(const boolMatrix &a)SparseBoolMatrix [inline, explicit]
SparseBoolMatrix(const boolNDArray &a)SparseBoolMatrix [inline, explicit]
SparseBoolMatrix(const Array< bool > 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)SparseBoolMatrix [inline, explicit]
SparseBoolMatrix(const Array< bool > a, const Array< double > &r, const Array< double > &c, octave_idx_type nr=-1, octave_idx_type nc=-1, bool sum_terms=true)SparseBoolMatrix [inline, explicit]
SparseBoolMatrix(octave_idx_type r, octave_idx_type c, octave_idx_type num_nz)SparseBoolMatrix [inline]
squeeze(void) const SparseBoolMatrix
transpose(void) const SparseBoolMatrix [inline]
value(void)Sparse< bool >
xcidx(void)Sparse< bool > [inline]
xcidx(octave_idx_type i)Sparse< bool > [inline]
xdata(void)Sparse< bool > [inline]
xdata(octave_idx_type i)Sparse< bool > [inline]
xelem(octave_idx_type n)Sparse< bool > [inline]
xelem(octave_idx_type n) constSparse< bool > [inline]
xelem(octave_idx_type i, octave_idx_type j)Sparse< bool > [inline]
xelem(octave_idx_type i, octave_idx_type j) constSparse< bool > [inline]
xelem(const Array< octave_idx_type > &ra_idx)Sparse< bool > [inline]
xelem(const Array< octave_idx_type > &ra_idx) constSparse< bool > [inline]
xridx(void)Sparse< bool > [inline]
xridx(octave_idx_type i)Sparse< bool > [inline]
~Sparse(void)Sparse< bool > [virtual]