#include <boolMatrix.h>
Inherits Array2< bool >.
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) | |
boolMatrix & | operator= (const boolMatrix &a) |
bool | operator== (const boolMatrix &a) const |
bool | operator!= (const boolMatrix &a) const |
boolMatrix | transpose (void) const |
boolMatrix & | insert (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) |
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 boolMatrix & | a | ) | [inline] |
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 >.