#include <ov-bool-mat.h>
Inherits octave_base_matrix< boolNDArray >.
octave_bool_matrix::octave_bool_matrix | ( | void | ) | [inline] |
octave_bool_matrix::octave_bool_matrix | ( | const boolNDArray & | bnda | ) | [inline] |
octave_bool_matrix::octave_bool_matrix | ( | const boolMatrix & | bm | ) | [inline] |
octave_bool_matrix::octave_bool_matrix | ( | const boolMatrix & | bm, | |
const MatrixType & | t | |||
) | [inline] |
octave_bool_matrix::octave_bool_matrix | ( | const octave_bool_matrix & | bm | ) | [inline] |
octave_bool_matrix::~octave_bool_matrix | ( | void | ) | [inline] |
Reimplemented from octave_base_value.
mxArray * octave_bool_matrix::as_mxArray | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
boolNDArray octave_bool_matrix::bool_array_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
boolMatrix octave_bool_matrix::bool_matrix_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
builtin_type_t octave_bool_matrix::builtin_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
charNDArray octave_bool_matrix::char_array_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_base_value* octave_bool_matrix::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< boolNDArray >.
ComplexNDArray octave_bool_matrix::complex_array_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
ComplexMatrix octave_bool_matrix::complex_matrix_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
octave_value octave_bool_matrix::convert_to_str_internal | ( | bool | pad, | |
bool | force, | |||
char | type | |||
) | const [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
octave_base_value* octave_bool_matrix::empty_clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< boolNDArray >.
FloatNDArray octave_bool_matrix::float_array_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
FloatComplexNDArray octave_bool_matrix::float_complex_array_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
FloatComplexMatrix octave_bool_matrix::float_complex_matrix_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
FloatComplex octave_bool_matrix::float_complex_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
FloatMatrix octave_bool_matrix::float_matrix_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
idx_vector octave_bool_matrix::index_vector | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
int16NDArray octave_bool_matrix::int16_array_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
int32NDArray octave_bool_matrix::int32_array_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
int64NDArray octave_bool_matrix::int64_array_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
int8NDArray octave_bool_matrix::int8_array_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
void octave_bool_matrix::invert | ( | void | ) | [inline] |
bool octave_bool_matrix::is_bool_matrix | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_bool_matrix::is_bool_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_bool_matrix::is_real_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_bool_matrix::load_ascii | ( | std::istream & | is | ) | [virtual] |
Reimplemented from octave_base_value.
bool octave_bool_matrix::load_binary | ( | std::istream & | is, | |
bool | swap, | |||
oct_mach_info::float_format | fmt | |||
) | [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
void* octave_bool_matrix::mex_get_data | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_base_value::type_conv_info octave_bool_matrix::numeric_conversion_function | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
void octave_bool_matrix::print_raw | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [virtual] |
Reimplemented from octave_base_value.
bool octave_bool_matrix::save_ascii | ( | std::ostream & | os | ) | [virtual] |
Reimplemented from octave_base_value.
bool octave_bool_matrix::save_binary | ( | std::ostream & | os, | |
bool & | save_as_floats | |||
) | [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
SparseBoolMatrix octave_bool_matrix::sparse_bool_matrix_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
SparseComplexMatrix octave_bool_matrix::sparse_complex_matrix_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
SparseMatrix octave_bool_matrix::sparse_matrix_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_base_value * octave_bool_matrix::try_narrowing_conversion | ( | void | ) | [virtual] |
Reimplemented from octave_base_value.
uint16NDArray octave_bool_matrix::uint16_array_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
uint32NDArray octave_bool_matrix::uint32_array_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
uint64NDArray octave_bool_matrix::uint64_array_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
uint8NDArray octave_bool_matrix::uint8_array_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
int octave_bool_matrix::write | ( | octave_stream & | os, | |
int | block_size, | |||
oct_data_conv::data_type | output_type, | |||
int | skip, | |||
oct_mach_info::float_format | flt_fmt | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.