#include <ov-bool-sparse.h>
Inherits octave_base_sparse< SparseBoolMatrix >.
octave_sparse_bool_matrix::octave_sparse_bool_matrix | ( | void | ) | [inline] |
octave_sparse_bool_matrix::octave_sparse_bool_matrix | ( | const SparseBoolMatrix & | bnda | ) | [inline] |
octave_sparse_bool_matrix::octave_sparse_bool_matrix | ( | const SparseBoolMatrix & | bnda, | |
const MatrixType & | t | |||
) | [inline] |
octave_sparse_bool_matrix::octave_sparse_bool_matrix | ( | const boolNDArray & | m | ) | [inline] |
octave_sparse_bool_matrix::octave_sparse_bool_matrix | ( | const boolMatrix & | m | ) | [inline] |
octave_sparse_bool_matrix::octave_sparse_bool_matrix | ( | const octave_sparse_bool_matrix & | bm | ) | [inline] |
octave_sparse_bool_matrix::~octave_sparse_bool_matrix | ( | void | ) | [inline] |
Reimplemented from octave_base_value.
mxArray * octave_sparse_bool_matrix::as_mxArray | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
boolNDArray octave_sparse_bool_matrix::bool_array_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
boolMatrix octave_sparse_bool_matrix::bool_matrix_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
builtin_type_t octave_sparse_bool_matrix::builtin_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
charNDArray octave_sparse_bool_matrix::char_array_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
octave_base_value* octave_sparse_bool_matrix::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_sparse< SparseBoolMatrix >.
ComplexNDArray octave_sparse_bool_matrix::complex_array_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
ComplexMatrix octave_sparse_bool_matrix::complex_matrix_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
octave_value octave_sparse_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_sparse_bool_matrix::empty_clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_sparse< SparseBoolMatrix >.
idx_vector octave_sparse_bool_matrix::index_vector | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_bool_matrix::is_bool_matrix | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_bool_matrix::is_bool_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_bool_matrix::is_real_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_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.
octave_base_value::type_conv_info octave_sparse_bool_matrix::numeric_conversion_function | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_bool_matrix::save_binary | ( | std::ostream & | os, | |
bool & | save_as_floats | |||
) | [virtual] |
Reimplemented from octave_base_value.
double octave_sparse_bool_matrix::scalar_value | ( | bool | frc_str_conv = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
SparseBoolMatrix octave_sparse_bool_matrix::sparse_bool_matrix_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
SparseComplexMatrix octave_sparse_bool_matrix::sparse_complex_matrix_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
SparseMatrix octave_sparse_bool_matrix::sparse_matrix_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
octave_base_value * octave_sparse_bool_matrix::try_narrowing_conversion | ( | void | ) | [virtual] |
Reimplemented from octave_base_value.