|
| SparseBoolMatrix (const Array< bool > &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) |
|
| SparseBoolMatrix (const boolMatrix &a) |
|
| SparseBoolMatrix (const boolNDArray &a) |
|
| SparseBoolMatrix (const dim_vector &dv, octave_idx_type nz=0) |
|
| SparseBoolMatrix (const PermMatrix &a) |
|
| SparseBoolMatrix (const Sparse< bool > &a) |
|
| SparseBoolMatrix (const SparseBoolMatrix &a) |
|
| SparseBoolMatrix (const SparseBoolMatrix &a, const dim_vector &dv) |
|
| SparseBoolMatrix (octave_idx_type r, octave_idx_type c) |
|
| SparseBoolMatrix (octave_idx_type r, octave_idx_type c, bool val) |
|
| SparseBoolMatrix (octave_idx_type r, octave_idx_type c, octave_idx_type num_nz) |
|
| SparseBoolMatrix (void) |
|
SparseBoolMatrix | all (int dim=-1) const |
|
SparseBoolMatrix | any (int dim=-1) const |
|
bool | any_element_is_nan (void) const |
|
Array< bool > | array_value (void) const |
|
void | assign (const idx_vector &i, const idx_vector &j, const Sparse< bool > &rhs) |
|
void | assign (const idx_vector &i, const Sparse< bool > &rhs) |
|
size_t | byte_size (void) const |
|
void | change_capacity (octave_idx_type nz) |
|
bool & | checkelem (const Array< octave_idx_type > &ra_idx) |
|
bool | checkelem (const Array< octave_idx_type > &ra_idx) const |
|
bool & | checkelem (octave_idx_type i, octave_idx_type j) |
|
bool | checkelem (octave_idx_type i, octave_idx_type j) const |
|
bool & | checkelem (octave_idx_type n) |
|
bool | checkelem (octave_idx_type n) const |
|
octave_idx_type & | cidx (octave_idx_type i) |
|
octave_idx_type | cidx (octave_idx_type i) const |
|
octave_idx_type * | cidx (void) |
|
octave_idx_type * | cidx (void) const |
|
octave_idx_type | cols (void) const |
|
octave_idx_type | columns (void) const |
|
octave_idx_type | compute_index (const Array< octave_idx_type > &ra_idx) const |
|
SparseBoolMatrix | concat (const SparseBoolMatrix &rb, const Array< octave_idx_type > &ra_idx) |
|
bool & | data (octave_idx_type i) |
|
bool | data (octave_idx_type i) const |
|
bool * | data (void) |
|
bool * | data (void) const |
|
void | delete_elements (const idx_vector &i) |
|
void | delete_elements (const idx_vector &i, const idx_vector &j) |
|
void | delete_elements (int dim, const idx_vector &i) |
|
SparseBoolMatrix | diag (octave_idx_type k=0) const |
|
octave_idx_type | dim1 (void) const |
|
octave_idx_type | dim2 (void) const |
|
dim_vector | dims (void) const |
|
bool & | elem (const Array< octave_idx_type > &ra_idx) |
|
bool | elem (const Array< octave_idx_type > &ra_idx) const |
|
bool & | elem (octave_idx_type i, octave_idx_type j) |
|
bool | elem (octave_idx_type i, octave_idx_type j) const |
|
bool & | elem (octave_idx_type n) |
|
bool | elem (octave_idx_type n) const |
|
octave_idx_type | get_col_index (octave_idx_type k) |
|
octave_idx_type | get_row_index (octave_idx_type k) |
|
SparseBoolMatrix | index (const idx_vector &i, bool resize_ok) const |
|
SparseBoolMatrix | index (const idx_vector &i, const idx_vector &j, bool resize_ok) const |
|
bool | indices_ok (void) const |
|
Sparse< bool > & | insert (const Sparse< bool > &a, const Array< octave_idx_type > &idx) |
|
Sparse< bool > & | insert (const Sparse< bool > &a, octave_idx_type r, octave_idx_type c) |
|
SparseBoolMatrix & | insert (const SparseBoolMatrix &a, const Array< octave_idx_type > &indx) |
|
SparseBoolMatrix & | insert (const SparseBoolMatrix &a, octave_idx_type r, octave_idx_type c) |
|
SparseBoolMatrix | ipermute (const Array< octave_idx_type > &vec) const |
|
bool | isempty (void) const |
|
bool | issquare (void) const |
|
Sparse< U > | map (F fcn) const |
|
Sparse< U > | map (U(&fcn)(bool)) const |
|
Sparse< U > | map (U(&fcn)(const bool &)) const |
|
boolMatrix | matrix_value (void) const |
|
Sparse< bool > | maybe_compress (bool remove_zeros=false) |
|
void * | mex_get_data (void) const |
|
octave_idx_type * | mex_get_ir (void) const |
|
octave_idx_type * | mex_get_jc (void) const |
|
octave_idx_type | ndims (void) const |
|
octave_idx_type | nnz (void) const |
| Actual number of nonzero terms. More...
|
|
octave_idx_type | numel (void) const |
|
octave_idx_type | nzmax (void) const |
| Amount of storage for nonzero elements. More...
|
|
SparseBoolMatrix | operator! (void) const |
|
bool | operator!= (const SparseBoolMatrix &a) const |
|
bool & | operator() (const Array< octave_idx_type > &ra_idx) |
|
bool | operator() (const Array< octave_idx_type > &ra_idx) const |
|
bool & | operator() (octave_idx_type i, octave_idx_type j) |
|
bool | operator() (octave_idx_type i, octave_idx_type j) const |
|
bool & | operator() (octave_idx_type n) |
|
bool | operator() (octave_idx_type n) const |
|
SparseBoolMatrix & | operator= (const SparseBoolMatrix &a) |
|
bool | operator== (const SparseBoolMatrix &a) const |
|
SparseBoolMatrix | permute (const Array< octave_idx_type > &vec, bool inv=false) const |
|
void | print_info (std::ostream &os, const std::string &prefix) const |
|
OCTAVE_NORETURN bool & | range_error (const char *fcn, const Array< octave_idx_type > &ra_idx) |
|
OCTAVE_NORETURN bool | range_error (const char *fcn, const Array< octave_idx_type > &ra_idx) const |
|
OCTAVE_NORETURN bool & | range_error (const char *fcn, octave_idx_type i, octave_idx_type j) |
|
OCTAVE_NORETURN bool | range_error (const char *fcn, octave_idx_type i, octave_idx_type j) const |
|
OCTAVE_NORETURN bool & | range_error (const char *fcn, octave_idx_type n) |
|
OCTAVE_NORETURN bool | range_error (const char *fcn, octave_idx_type n) const |
|
SparseBoolMatrix | reshape (const dim_vector &new_dims) const |
|
void | resize (const dim_vector &dv) |
|
void | resize (octave_idx_type r, octave_idx_type c) |
|
void | resize1 (octave_idx_type n) |
|
octave_idx_type & | ridx (octave_idx_type i) |
|
octave_idx_type | ridx (octave_idx_type i) const |
|
octave_idx_type * | ridx (void) |
|
octave_idx_type * | ridx (void) const |
|
octave_idx_type | rows (void) const |
|
Sparse< bool > | sort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const |
|
Sparse< bool > | sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const |
|
SparseBoolMatrix | squeeze (void) const |
|
SparseMatrix | sum (int dim=-1) const |
|
bool | test (F fcn) const |
|
bool | test_all (bool(&fcn)(bool)) const |
|
bool | test_all (bool(&fcn)(const bool &)) const |
|
bool | test_all (F fcn) const |
|
bool | test_any (bool(&fcn)(bool)) const |
|
bool | test_any (bool(&fcn)(const bool &)) const |
|
bool | test_any (F fcn) const |
|
SparseBoolMatrix | transpose (void) const |
|
octave_idx_type & | xcidx (octave_idx_type i) |
|
octave_idx_type * | xcidx (void) |
|
bool & | xdata (octave_idx_type i) |
|
bool * | xdata (void) |
|
bool & | xelem (const Array< octave_idx_type > &ra_idx) |
|
bool | xelem (const Array< octave_idx_type > &ra_idx) const |
|
bool & | xelem (octave_idx_type i, octave_idx_type j) |
|
bool | xelem (octave_idx_type i, octave_idx_type j) const |
|
bool & | xelem (octave_idx_type n) |
|
bool | xelem (octave_idx_type n) const |
|
octave_idx_type & | xridx (octave_idx_type i) |
|
octave_idx_type * | xridx (void) |
|
Definition at line 40 of file boolSparse.h.