Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Friends

SparseBoolMatrix Class Reference

#include "boolSparse.h"

Inheritance diagram for SparseBoolMatrix:
Inheritance graph
[legend]
Collaboration diagram for SparseBoolMatrix:
Collaboration graph
[legend]

List of all members.

Public Types

typedef bool element_type

Public Member Functions

 SparseBoolMatrix (void)
 SparseBoolMatrix (octave_idx_type r, octave_idx_type c)
 SparseBoolMatrix (const dim_vector &dv, octave_idx_type nz=0)
 SparseBoolMatrix (const boolMatrix &a)
 SparseBoolMatrix (const boolNDArray &a)
 SparseBoolMatrix (const Sparse< bool > &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, bool val)
 SparseBoolMatrix (const SparseBoolMatrix &a)
 SparseBoolMatrix (octave_idx_type r, octave_idx_type c, octave_idx_type num_nz)
 SparseBoolMatrix (const SparseBoolMatrix &a, const dim_vector &dv)
SparseBoolMatrix all (int dim=-1) const
SparseBoolMatrix any (int dim=-1) const
Array< boolarray_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 i, octave_idx_type j) const
bool checkelem (const Array< octave_idx_type > &ra_idx) const
boolcheckelem (octave_idx_type n)
boolcheckelem (octave_idx_type i, octave_idx_type j)
boolcheckelem (const Array< octave_idx_type > &ra_idx)
bool checkelem (octave_idx_type n) const
octave_idx_typecidx (void)
octave_idx_typecidx (octave_idx_type i)
octave_idx_type cidx (octave_idx_type i) const
octave_idx_typecidx (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)
booldata (void)
booldata (octave_idx_type i)
bool data (octave_idx_type i) const
booldata (void) const
void delete_elements (int dim, const idx_vector &i)
void delete_elements (const idx_vector &i, const idx_vector &j)
void delete_elements (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
boolelem (octave_idx_type n)
boolelem (octave_idx_type i, octave_idx_type j)
boolelem (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
SparseBoolMatrixinsert (const SparseBoolMatrix &a, octave_idx_type r, octave_idx_type c)
SparseBoolMatrixinsert (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 (U(&fcn)(bool)) const
Sparse< U > map (U(&fcn)(const bool &)) const
Sparse< U > map (F fcn) const
boolMatrix matrix_value (void) const
Sparse< boolmaybe_compress (bool remove_zeros=false)
void * mex_get_data (void) const
octave_idx_typemex_get_ir (void) const
octave_idx_typemex_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
booloperator() (octave_idx_type n)
booloperator() (const Array< octave_idx_type > &ra_idx)
booloperator() (octave_idx_type i, octave_idx_type j)
bool operator() (octave_idx_type i, octave_idx_type j) const
bool operator() (const Array< octave_idx_type > &ra_idx) const
bool operator() (octave_idx_type n) const
SparseBoolMatrixoperator= (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
boolrange_error (const char *fcn, octave_idx_type i, octave_idx_type j)
bool range_error (const char *fcn, octave_idx_type n) const
boolrange_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, const Array< octave_idx_type > &ra_idx) const
boolrange_error (const char *fcn, const Array< octave_idx_type > &ra_idx)
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) const
octave_idx_typeridx (void)
octave_idx_typeridx (octave_idx_type i)
octave_idx_typeridx (void) const
octave_idx_type rows (void) const
Sparse< boolsort (octave_idx_type dim=0, sortmode mode=ASCENDING) const
Sparse< boolsort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const
SparseBoolMatrix squeeze (void) const
SparseMatrix sum (int dim=-1) const
SparseBoolMatrix transpose (void) const
octave_idx_typexcidx (octave_idx_type i)
octave_idx_typexcidx (void)
boolxdata (octave_idx_type i)
boolxdata (void)
bool xelem (octave_idx_type n) const
bool xelem (const Array< octave_idx_type > &ra_idx) const
boolxelem (const Array< octave_idx_type > &ra_idx)
bool xelem (octave_idx_type i, octave_idx_type j) const
boolxelem (octave_idx_type i, octave_idx_type j)
boolxelem (octave_idx_type n)
octave_idx_typexridx (void)
octave_idx_typexridx (octave_idx_type i)

Static Public Member Functions

static Sparse< boolcat (int dim, octave_idx_type n, const Sparse< bool > *sparse_list)

Public Attributes

dim_vector dimensions
Sparse< bool >::SparseRep * rep

Protected Member Functions

void make_unique (void)

Friends

OCTAVE_API std::ostream & operator<< (std::ostream &os, const SparseBoolMatrix &a)
OCTAVE_API std::istream & operator>> (std::istream &is, SparseBoolMatrix &a)

Detailed Description

Definition at line 33 of file boolSparse.h.


Member Typedef Documentation

typedef bool Sparse< bool >::element_type [inherited]

Definition at line 55 of file Sparse.h.


Constructor & Destructor Documentation

SparseBoolMatrix::SparseBoolMatrix ( void   )  [inline]

Definition at line 39 of file boolSparse.h.

SparseBoolMatrix::SparseBoolMatrix ( octave_idx_type  r,
octave_idx_type  c 
) [inline]

Definition at line 41 of file boolSparse.h.

SparseBoolMatrix::SparseBoolMatrix ( octave_idx_type  r,
octave_idx_type  c,
bool  val 
) [inline, explicit]

Definition at line 43 of file boolSparse.h.

SparseBoolMatrix::SparseBoolMatrix ( const dim_vector dv,
octave_idx_type  nz = 0 
) [inline]

Definition at line 46 of file boolSparse.h.

SparseBoolMatrix::SparseBoolMatrix ( const Sparse< bool > &  a  )  [inline]

Definition at line 49 of file boolSparse.h.

SparseBoolMatrix::SparseBoolMatrix ( const SparseBoolMatrix a  )  [inline]

Definition at line 51 of file boolSparse.h.

SparseBoolMatrix::SparseBoolMatrix ( const SparseBoolMatrix a,
const dim_vector dv 
) [inline]

Definition at line 53 of file boolSparse.h.

SparseBoolMatrix::SparseBoolMatrix ( const boolMatrix a  )  [inline, explicit]

Definition at line 56 of file boolSparse.h.

SparseBoolMatrix::SparseBoolMatrix ( const boolNDArray a  )  [inline, explicit]

Definition at line 58 of file boolSparse.h.

SparseBoolMatrix::SparseBoolMatrix ( const PermMatrix a  )  [inline, explicit]

Definition at line 60 of file boolSparse.h.

SparseBoolMatrix::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 
) [inline]

Definition at line 62 of file boolSparse.h.

SparseBoolMatrix::SparseBoolMatrix ( octave_idx_type  r,
octave_idx_type  c,
octave_idx_type  num_nz 
) [inline]

Definition at line 68 of file boolSparse.h.


Member Function Documentation

SparseBoolMatrix SparseBoolMatrix::all ( int  dim = -1  )  const

Definition at line 136 of file boolSparse.cc.

References SPARSE_ALL_OP.

Referenced by octave_base_sparse< SparseComplexMatrix >::all().

SparseBoolMatrix SparseBoolMatrix::any ( int  dim = -1  )  const
Array<bool > Sparse< bool >::array_value ( void   )  const [inherited]
void Sparse< bool >::assign ( const idx_vector i,
const Sparse< bool > &  rhs 
) [inherited]
void Sparse< bool >::assign ( const idx_vector i,
const idx_vector j,
const Sparse< bool > &  rhs 
) [inherited]
size_t Sparse< bool >::byte_size ( void   )  const [inline, inherited]

Definition at line 275 of file Sparse.h.

octave_idx_type Sparse< bool >::capacity ( void   )  const [inline, inherited]

Definition at line 246 of file Sparse.h.

static Sparse<bool > Sparse< bool >::cat ( int  dim,
octave_idx_type  n,
const Sparse< bool > *  sparse_list 
) [static, inherited]
void Sparse< bool >::change_capacity ( octave_idx_type  nz  )  [inline, inherited]

Definition at line 445 of file Sparse.h.

References Sparse< T >::SparseRep::change_length().

bool & Sparse< bool >::checkelem ( octave_idx_type  n  )  [inline, inherited]

Definition at line 323 of file Sparse.h.

bool & Sparse< bool >::checkelem ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 334 of file Sparse.h.

bool & Sparse< bool >::checkelem ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 345 of file Sparse.h.

References compute_index(), and elem.

bool Sparse< bool >::checkelem ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 380 of file Sparse.h.

bool Sparse< bool >::checkelem ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Definition at line 388 of file Sparse.h.

bool Sparse< bool >::checkelem ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 396 of file Sparse.h.

References compute_index(), and Sparse< T >::elem().

octave_idx_type* Sparse< bool >::cidx ( void   )  [inline, inherited]

Definition at line 479 of file Sparse.h.

References Sparse< T >::SparseRep::c.

Referenced by any(), matrix_value(), operator!(), operator==(), and sum().

octave_idx_type& Sparse< bool >::cidx ( octave_idx_type  i  )  [inline, inherited]

Definition at line 480 of file Sparse.h.

References Sparse< T >::SparseRep::cidx().

octave_idx_type Sparse< bool >::cidx ( octave_idx_type  i  )  const [inline, inherited]

Definition at line 484 of file Sparse.h.

References Sparse< T >::SparseRep::ccidx().

octave_idx_type* Sparse< bool >::cidx ( void   )  const [inline, inherited]

Definition at line 486 of file Sparse.h.

References Sparse< T >::SparseRep::c.

octave_idx_type Sparse< bool >::cols ( void   )  const [inline, inherited]

Definition at line 263 of file Sparse.h.

Referenced by any(), matrix_value(), operator!(), operator==(), and sum().

octave_idx_type Sparse< bool >::columns ( void   )  const [inline, inherited]

Definition at line 264 of file Sparse.h.

octave_idx_type Sparse< bool >::compute_index ( const Array< octave_idx_type > &  ra_idx  )  const [inherited]
SparseBoolMatrix SparseBoolMatrix::concat ( const SparseBoolMatrix rb,
const Array< octave_idx_type > &  ra_idx 
)

Definition at line 89 of file boolSparse.cc.

References Sparse< T >::cols(), insert(), and Sparse< T >::rows().

bool * Sparse< bool >::data ( void   )  [inline, inherited]

Definition at line 461 of file Sparse.h.

References Sparse< T >::SparseRep::d.

Referenced by matrix_value(), and operator==().

bool & Sparse< bool >::data ( octave_idx_type  i  )  [inline, inherited]

Definition at line 462 of file Sparse.h.

References Sparse< T >::SparseRep::data().

bool Sparse< bool >::data ( octave_idx_type  i  )  const [inline, inherited]

Definition at line 466 of file Sparse.h.

References Sparse< T >::SparseRep::data().

bool * Sparse< bool >::data ( void   )  const [inline, inherited]

Definition at line 468 of file Sparse.h.

References Sparse< T >::SparseRep::d.

void Sparse< bool >::delete_elements ( const idx_vector i  )  [inherited]
void Sparse< bool >::delete_elements ( const idx_vector i,
const idx_vector j 
) [inherited]
void Sparse< bool >::delete_elements ( int  dim,
const idx_vector i 
) [inherited]
SparseBoolMatrix SparseBoolMatrix::diag ( octave_idx_type  k = 0  )  const

Reimplemented from Sparse< bool >.

Definition at line 236 of file boolSparse.cc.

Referenced by octave_base_sparse< SparseComplexMatrix >::diag().

octave_idx_type Sparse< bool >::dim1 ( void   )  const [inline, inherited]

Definition at line 259 of file Sparse.h.

octave_idx_type Sparse< bool >::dim2 ( void   )  const [inline, inherited]

Definition at line 260 of file Sparse.h.

dim_vector Sparse< bool >::dims ( void   )  const [inline, inherited]

Definition at line 281 of file Sparse.h.

bool & Sparse< bool >::elem ( octave_idx_type  n  )  [inline, inherited]

Definition at line 355 of file Sparse.h.

bool & Sparse< bool >::elem ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 361 of file Sparse.h.

bool & Sparse< bool >::elem ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 367 of file Sparse.h.

References compute_index(), and Sparse< T >::elem().

bool Sparse< bool >::elem ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 406 of file Sparse.h.

bool Sparse< bool >::elem ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Definition at line 408 of file Sparse.h.

bool Sparse< bool >::elem ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 410 of file Sparse.h.

References compute_index(), and Sparse< T >::elem().

octave_idx_type Sparse< bool >::get_col_index ( octave_idx_type  k  )  [inline, inherited]

Definition at line 267 of file Sparse.h.

octave_idx_type Sparse< bool >::get_row_index ( octave_idx_type  k  )  [inline, inherited]

Definition at line 266 of file Sparse.h.

SparseBoolMatrix SparseBoolMatrix::index ( const idx_vector i,
bool  resize_ok 
) const

Reimplemented from Sparse< bool >.

Definition at line 287 of file boolSparse.cc.

Referenced by index().

SparseBoolMatrix SparseBoolMatrix::index ( const idx_vector i,
const idx_vector j,
bool  resize_ok 
) const

Reimplemented from Sparse< bool >.

Definition at line 293 of file boolSparse.cc.

References index().

bool Sparse< bool >::indices_ok ( void   )  const [inline, inherited]

Definition at line 592 of file Sparse.h.

References Sparse< T >::SparseRep::indices_ok().

Sparse<bool >& Sparse< bool >::insert ( const Sparse< bool > &  a,
octave_idx_type  r,
octave_idx_type  c 
) [inherited]
Sparse<bool >& Sparse< bool >::insert ( const Sparse< bool > &  a,
const Array< octave_idx_type > &  idx 
) [inherited]
SparseBoolMatrix & SparseBoolMatrix::insert ( const SparseBoolMatrix a,
octave_idx_type  r,
octave_idx_type  c 
)

Definition at line 75 of file boolSparse.cc.

Referenced by concat(), and insert().

SparseBoolMatrix & SparseBoolMatrix::insert ( const SparseBoolMatrix a,
const Array< octave_idx_type > &  indx 
)

Definition at line 82 of file boolSparse.cc.

References insert().

SparseBoolMatrix SparseBoolMatrix::ipermute ( const Array< octave_idx_type > &  vec  )  const

Reimplemented from Sparse< bool >.

Definition at line 311 of file boolSparse.cc.

bool Sparse< bool >::is_empty ( void   )  const [inline, inherited]

Definition at line 457 of file Sparse.h.

bool Sparse< bool >::is_square ( void   )  const [inline, inherited]

Definition at line 455 of file Sparse.h.

octave_idx_type Sparse< bool >::length ( void   )  const [inline, inherited]

Definition at line 257 of file Sparse.h.

void Sparse< bool >::make_unique ( void   )  [inline, protected, inherited]

Definition at line 146 of file Sparse.h.

Sparse<U> Sparse< bool >::map ( U(&)(bool fcn  )  const [inline, inherited]

Definition at line 584 of file Sparse.h.

Sparse<U> Sparse< bool >::map ( U(&)(const bool &)  fcn  )  const [inline, inherited]

Definition at line 589 of file Sparse.h.

Sparse<U> Sparse< bool >::map ( fcn  )  const [inline, inherited]
boolMatrix SparseBoolMatrix::matrix_value ( void   )  const
Sparse<bool > Sparse< bool >::maybe_compress ( bool  remove_zeros = false  )  [inline, inherited]

Definition at line 423 of file Sparse.h.

References Sparse< T >::SparseRep::maybe_compress().

void* Sparse< bool >::mex_get_data ( void   )  const [inline, inherited]

Definition at line 508 of file Sparse.h.

octave_idx_type* Sparse< bool >::mex_get_ir ( void   )  const [inline, inherited]

Definition at line 510 of file Sparse.h.

octave_idx_type* Sparse< bool >::mex_get_jc ( void   )  const [inline, inherited]

Definition at line 512 of file Sparse.h.

octave_idx_type Sparse< bool >::ndims ( void   )  const [inline, inherited]

Definition at line 488 of file Sparse.h.

References dim_vector::length().

octave_idx_type Sparse< bool >::nelem ( void   )  const [inline, inherited]

Definition at line 256 of file Sparse.h.

octave_idx_type Sparse< bool >::nnz ( void   )  const [inline, inherited]

Definition at line 247 of file Sparse.h.

References Sparse< T >::SparseRep::nnz().

Referenced by any(), operator!(), operator==(), and sum().

octave_idx_type Sparse< bool >::numel ( void   )  const [inline, inherited]

Definition at line 251 of file Sparse.h.

References dim_vector::safe_numel().

octave_idx_type Sparse< bool >::nzmax ( void   )  const [inline, inherited]

Definition at line 245 of file Sparse.h.

References Sparse< T >::SparseRep::length().

SparseBoolMatrix SparseBoolMatrix::operator! ( void   )  const
bool SparseBoolMatrix::operator!= ( const SparseBoolMatrix a  )  const

Definition at line 69 of file boolSparse.cc.

bool Sparse< bool >::operator() ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 418 of file Sparse.h.

References elem.

bool Sparse< bool >::operator() ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 420 of file Sparse.h.

References elem.

bool & Sparse< bool >::operator() ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 377 of file Sparse.h.

References elem.

bool Sparse< bool >::operator() ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Definition at line 419 of file Sparse.h.

References elem.

bool & Sparse< bool >::operator() ( octave_idx_type  n  )  [inline, inherited]

Definition at line 375 of file Sparse.h.

References elem.

bool & Sparse< bool >::operator() ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 376 of file Sparse.h.

References elem.

SparseBoolMatrix& SparseBoolMatrix::operator= ( const SparseBoolMatrix a  )  [inline]

Definition at line 70 of file boolSparse.h.

References Sparse< T >::operator=().

bool SparseBoolMatrix::operator== ( const SparseBoolMatrix a  )  const
SparseBoolMatrix SparseBoolMatrix::permute ( const Array< octave_idx_type > &  vec,
bool  inv = false 
) const

Reimplemented from Sparse< bool >.

Definition at line 305 of file boolSparse.cc.

Referenced by octave_base_sparse< SparseComplexMatrix >::permute().

void Sparse< bool >::print_info ( std::ostream &  os,
const std::string &  prefix 
) const [inherited]
bool & Sparse< bool >::range_error ( const char fcn,
octave_idx_type  n 
) [inherited]
bool Sparse< bool >::range_error ( const char fcn,
octave_idx_type  i,
octave_idx_type  j 
) const [inherited]
bool & Sparse< bool >::range_error ( const char fcn,
octave_idx_type  i,
octave_idx_type  j 
) [inherited]
bool Sparse< bool >::range_error ( const char fcn,
const Array< octave_idx_type > &  ra_idx 
) const [inherited]
bool & Sparse< bool >::range_error ( const char fcn,
const Array< octave_idx_type > &  ra_idx 
) [inherited]
bool Sparse< bool >::range_error ( const char fcn,
octave_idx_type  n 
) const [inherited]
SparseBoolMatrix SparseBoolMatrix::reshape ( const dim_vector new_dims  )  const

Reimplemented from Sparse< bool >.

Definition at line 299 of file boolSparse.cc.

Referenced by octave_base_sparse< SparseComplexMatrix >::reshape().

void Sparse< bool >::resize ( octave_idx_type  r,
octave_idx_type  c 
) [inherited]
void Sparse< bool >::resize ( const dim_vector dv  )  [inherited]
void Sparse< bool >::resize1 ( octave_idx_type  n  )  [inherited]
octave_idx_type* Sparse< bool >::ridx ( void   )  [inline, inherited]

Definition at line 470 of file Sparse.h.

References Sparse< T >::SparseRep::r.

Referenced by any(), matrix_value(), operator!(), operator==(), and sum().

octave_idx_type& Sparse< bool >::ridx ( octave_idx_type  i  )  [inline, inherited]

Definition at line 471 of file Sparse.h.

References Sparse< T >::SparseRep::ridx().

octave_idx_type Sparse< bool >::ridx ( octave_idx_type  i  )  const [inline, inherited]

Definition at line 475 of file Sparse.h.

References Sparse< T >::SparseRep::cridx().

octave_idx_type* Sparse< bool >::ridx ( void   )  const [inline, inherited]

Definition at line 477 of file Sparse.h.

References Sparse< T >::SparseRep::r.

octave_idx_type Sparse< bool >::rows ( void   )  const [inline, inherited]

Definition at line 262 of file Sparse.h.

Referenced by any(), matrix_value(), operator!(), operator==(), and sum().

Sparse<bool > Sparse< bool >::sort ( octave_idx_type  dim = 0,
sortmode  mode = ASCENDING 
) const [inherited]
Sparse<bool > Sparse< bool >::sort ( Array< octave_idx_type > &  sidx,
octave_idx_type  dim = 0,
sortmode  mode = ASCENDING 
) const [inherited]
SparseBoolMatrix SparseBoolMatrix::squeeze ( void   )  const

Reimplemented from Sparse< bool >.

Definition at line 281 of file boolSparse.cc.

Referenced by octave_base_sparse< SparseComplexMatrix >::squeeze().

SparseMatrix SparseBoolMatrix::sum ( int  dim = -1  )  const
SparseBoolMatrix SparseBoolMatrix::transpose ( void   )  const [inline]

Reimplemented from Sparse< bool >.

Definition at line 79 of file boolSparse.h.

References Sparse< T >::transpose().

Referenced by DEFUN_DLD().

octave_idx_type* Sparse< bool >::xcidx ( void   )  [inline, inherited]

Definition at line 481 of file Sparse.h.

References Sparse< T >::SparseRep::c.

octave_idx_type& Sparse< bool >::xcidx ( octave_idx_type  i  )  [inline, inherited]

Definition at line 482 of file Sparse.h.

References Sparse< T >::SparseRep::cidx().

bool * Sparse< bool >::xdata ( void   )  [inline, inherited]

Definition at line 463 of file Sparse.h.

References Sparse< T >::SparseRep::d.

bool & Sparse< bool >::xdata ( octave_idx_type  i  )  [inline, inherited]

Definition at line 464 of file Sparse.h.

References Sparse< T >::SparseRep::data().

bool Sparse< bool >::xelem ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 316 of file Sparse.h.

References compute_index(), and Sparse< T >::xelem().

bool Sparse< bool >::xelem ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 304 of file Sparse.h.

bool & Sparse< bool >::xelem ( octave_idx_type  n  )  [inline, inherited]

Definition at line 298 of file Sparse.h.

bool & Sparse< bool >::xelem ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 313 of file Sparse.h.

References compute_index(), and Sparse< T >::xelem().

bool Sparse< bool >::xelem ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Definition at line 311 of file Sparse.h.

References Sparse< T >::SparseRep::celem().

bool & Sparse< bool >::xelem ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 310 of file Sparse.h.

References Sparse< T >::SparseRep::elem().

octave_idx_type& Sparse< bool >::xridx ( octave_idx_type  i  )  [inline, inherited]

Definition at line 473 of file Sparse.h.

References Sparse< T >::SparseRep::ridx().

octave_idx_type* Sparse< bool >::xridx ( void   )  [inline, inherited]

Definition at line 472 of file Sparse.h.

References Sparse< T >::SparseRep::r.


Friends And Related Function Documentation

OCTAVE_API std::ostream& operator<< ( std::ostream &  os,
const SparseBoolMatrix a 
) [friend]

Definition at line 256 of file boolSparse.cc.

OCTAVE_API std::istream& operator>> ( std::istream &  is,
SparseBoolMatrix a 
) [friend]

Definition at line 273 of file boolSparse.cc.


Member Data Documentation

dim_vector Sparse< bool >::dimensions [inherited]

Definition at line 166 of file Sparse.h.

Sparse<bool >::SparseRep* Sparse< bool >::rep [inherited]

Definition at line 164 of file Sparse.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines