Public Member Functions |
| SparseBoolMatrix (void) |
| SparseBoolMatrix (octave_idx_type r, octave_idx_type c) |
| SparseBoolMatrix (octave_idx_type r, octave_idx_type c, bool val) |
| SparseBoolMatrix (const dim_vector &dv, octave_idx_type nz=0) |
| SparseBoolMatrix (const Sparse< bool > &a) |
| SparseBoolMatrix (const SparseBoolMatrix &a) |
| SparseBoolMatrix (const SparseBoolMatrix &a, const dim_vector &dv) |
| SparseBoolMatrix (const boolMatrix &a) |
| SparseBoolMatrix (const boolNDArray &a) |
| SparseBoolMatrix (const PermMatrix &a) |
| 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 (octave_idx_type r, octave_idx_type c, octave_idx_type num_nz) |
SparseBoolMatrix | all (int dim=-1) const |
SparseBoolMatrix | any (int dim=-1) const |
Array< bool > | array_value (void) const |
void | assign (const idx_vector &i, const Sparse< bool > &rhs) |
void | assign (const idx_vector &i, const idx_vector &j, const Sparse< bool > &rhs) |
size_t | byte_size (void) const |
octave_idx_type | capacity (void) const |
void | change_capacity (octave_idx_type nz) |
bool & | checkelem (octave_idx_type n) |
bool & | checkelem (octave_idx_type i, octave_idx_type j) |
bool & | checkelem (const Array< octave_idx_type > &ra_idx) |
bool | checkelem (octave_idx_type n) const |
bool | checkelem (octave_idx_type i, octave_idx_type j) const |
bool | checkelem (const Array< octave_idx_type > &ra_idx) const |
octave_idx_type * | cidx (void) |
octave_idx_type & | cidx (octave_idx_type i) |
octave_idx_type | cidx (octave_idx_type i) const |
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 (void) |
bool & | data (octave_idx_type i) |
bool | data (octave_idx_type i) const |
bool * | data (void) const |
void | delete_elements (const idx_vector &i) |
void | delete_elements (int dim, const idx_vector &i) |
void | delete_elements (const idx_vector &i, const idx_vector &j) |
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 (octave_idx_type n) |
bool & | elem (octave_idx_type i, octave_idx_type j) |
bool & | elem (const Array< octave_idx_type > &ra_idx) |
bool | elem (octave_idx_type n) const |
bool | elem (octave_idx_type i, octave_idx_type j) const |
bool | elem (const Array< octave_idx_type > &ra_idx) 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 |
SparseBoolMatrix & | insert (const SparseBoolMatrix &a, octave_idx_type r, octave_idx_type c) |
SparseBoolMatrix & | insert (const SparseBoolMatrix &a, const Array< octave_idx_type > &indx) |
Sparse< bool > & | insert (const Sparse< bool > &a, octave_idx_type r, octave_idx_type c) |
Sparse< bool > & | insert (const Sparse< bool > &a, const Array< octave_idx_type > &idx) |
SparseBoolMatrix | ipermute (const Array< octave_idx_type > &vec) const |
bool | is_empty (void) const |
bool | is_square (void) const |
octave_idx_type | length (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 | nelem (void) const |
octave_idx_type | nnz (void) const |
octave_idx_type | numel (void) const |
octave_idx_type | nzmax (void) const |
SparseBoolMatrix | operator! (void) const |
bool | operator!= (const SparseBoolMatrix &a) const |
bool & | operator() (octave_idx_type n) |
bool & | operator() (octave_idx_type i, octave_idx_type j) |
bool & | operator() (const Array< octave_idx_type > &ra_idx) |
bool | operator() (octave_idx_type n) const |
bool | operator() (octave_idx_type i, octave_idx_type j) const |
bool | operator() (const Array< octave_idx_type > &ra_idx) 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 |
bool | range_error (const char *fcn, octave_idx_type n) const |
bool & | range_error (const char *fcn, octave_idx_type n) |
bool | range_error (const char *fcn, octave_idx_type i, octave_idx_type j) const |
bool & | range_error (const char *fcn, octave_idx_type i, octave_idx_type j) |
bool | range_error (const char *fcn, const Array< octave_idx_type > &ra_idx) const |
bool & | range_error (const char *fcn, const Array< octave_idx_type > &ra_idx) |
SparseBoolMatrix | reshape (const dim_vector &new_dims) const |
void | resize (octave_idx_type r, octave_idx_type c) |
void | resize (const dim_vector &dv) |
void | resize1 (octave_idx_type n) |
octave_idx_type * | ridx (void) |
octave_idx_type & | ridx (octave_idx_type i) |
octave_idx_type | ridx (octave_idx_type i) const |
octave_idx_type * | ridx (void) const |
octave_idx_type | rows (void) const |
Sparse< bool > | sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const |
Sparse< bool > | sort (Array< octave_idx_type > &sidx, 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 (F fcn) const |
bool | test_all (bool(&fcn)(bool)) const |
bool | test_all (bool(&fcn)(const bool &)) const |
bool | test_any (F fcn) const |
bool | test_any (bool(&fcn)(bool)) const |
bool | test_any (bool(&fcn)(const bool &)) const |
SparseBoolMatrix | transpose (void) const |
octave_idx_type * | xcidx (void) |
octave_idx_type & | xcidx (octave_idx_type i) |
bool * | xdata (void) |
bool & | xdata (octave_idx_type i) |
bool & | xelem (octave_idx_type n) |
bool | xelem (octave_idx_type n) const |
bool & | xelem (octave_idx_type i, octave_idx_type j) |
bool | xelem (octave_idx_type i, octave_idx_type j) const |
bool & | xelem (const Array< octave_idx_type > &ra_idx) |
bool | xelem (const Array< octave_idx_type > &ra_idx) const |
octave_idx_type * | xridx (void) |
octave_idx_type & | xridx (octave_idx_type i) |
Definition at line 33 of file boolSparse.h.