Navigation

Operators and Keywords

Function List:

C++ API

boolMatrix Class Reference

#include <boolMatrix.h>

Inherits Array2< bool >.

Collaboration diagram for boolMatrix:

List of all members.


Public Member Functions

 boolMatrix (void)
 boolMatrix (octave_idx_type r, octave_idx_type c)
 boolMatrix (octave_idx_type r, octave_idx_type c, bool val)
 boolMatrix (const dim_vector &dv)
 boolMatrix (const dim_vector &dv, bool val)
 boolMatrix (const Array2< bool > &a)
 boolMatrix (const boolMatrix &a)
boolMatrixoperator= (const boolMatrix &a)
bool operator== (const boolMatrix &a) const
bool operator!= (const boolMatrix &a) const
boolMatrix transpose (void) const
boolMatrixinsert (const boolMatrix &a, octave_idx_type r, octave_idx_type c)
boolMatrix operator! (void) const
boolMatrix diag (octave_idx_type k=0) const
boolMatrix all (int dim=-1) const
boolMatrix any (int dim=-1) const

Static Public Member Functions

static bool resize_fill_value (void)

Constructor & Destructor Documentation

boolMatrix::boolMatrix ( void   )  [inline]

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

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

boolMatrix::boolMatrix ( const dim_vector dv  )  [inline]

boolMatrix::boolMatrix ( const dim_vector dv,
bool  val 
) [inline]

boolMatrix::boolMatrix ( const Array2< bool > &  a  )  [inline]

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


Member Function Documentation

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

boolMatrix boolMatrix::any ( int  dim = -1  )  const

boolMatrix boolMatrix::diag ( octave_idx_type  k = 0  )  const

Reimplemented from Array2< bool >.

boolMatrix & boolMatrix::insert ( const boolMatrix a,
octave_idx_type  r,
octave_idx_type  c 
)

boolMatrix boolMatrix::operator! ( void   )  const

bool boolMatrix::operator!= ( const boolMatrix a  )  const

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

bool boolMatrix::operator== ( const boolMatrix a  )  const

static bool boolMatrix::resize_fill_value ( void   )  [inline, static]

Reimplemented from Array< T >.

boolMatrix boolMatrix::transpose ( void   )  const [inline]

Reimplemented from Array2< bool >.


The documentation for this class was generated from the following files: