#include <boolNDArray.h>
Inherits Array< bool >.
typedef boolMatrix boolNDArray::matrix_type |
boolNDArray::boolNDArray | ( | void | ) | [inline] |
boolNDArray::boolNDArray | ( | const dim_vector & | dv | ) | [inline] |
boolNDArray::boolNDArray | ( | const dim_vector & | dv, | |
const bool & | val | |||
) | [inline] |
boolNDArray::boolNDArray | ( | const boolNDArray & | a | ) | [inline] |
boolNDArray::boolNDArray | ( | const boolMatrix & | a | ) | [inline] |
boolNDArray boolNDArray::all | ( | int | dim = -1 |
) | const |
boolNDArray boolNDArray::any | ( | int | dim = -1 |
) | const |
bool boolNDArray::any_element_is_nan | ( | void | ) | const [inline] |
octave_idx_type boolNDArray::compute_index | ( | Array< octave_idx_type > & | ra_idx, | |
const dim_vector & | dimensions | |||
) | [static] |
boolNDArray boolNDArray::concat | ( | const boolNDArray & | rb, | |
const Array< octave_idx_type > & | ra_idx | |||
) |
boolNDArray boolNDArray::diag | ( | octave_idx_type | k = 0 |
) | const |
Reimplemented from Array< bool >.
void boolNDArray::increment_index | ( | Array< octave_idx_type > & | ra_idx, | |
const dim_vector & | dimensions, | |||
int | start_dimension = 0 | |||
) | [static] |
boolNDArray & boolNDArray::insert | ( | const boolNDArray & | a, | |
const Array< octave_idx_type > & | ra_idx | |||
) |
boolNDArray & boolNDArray::insert | ( | const boolNDArray & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) |
boolNDArray & boolNDArray::invert | ( | void | ) |
boolMatrix boolNDArray::matrix_value | ( | void | ) | const |
octave_idx_type boolNDArray::nnz | ( | void | ) | const [inline] |
boolNDArray boolNDArray::operator! | ( | void | ) | const |
boolNDArray& boolNDArray::operator= | ( | const boolNDArray & | a | ) | [inline] |
static bool boolNDArray::resize_fill_value | ( | void | ) | [inline, static] |
Reimplemented from Array< bool >.
boolNDArray boolNDArray::squeeze | ( | void | ) | const [inline] |
Reimplemented from Array< bool >.