#include <ov-re-sparse.h>
Inherits octave_base_sparse< SparseMatrix >.
octave_sparse_matrix::octave_sparse_matrix | ( | void | ) | [inline] |
octave_sparse_matrix::octave_sparse_matrix | ( | const SparseMatrix & | m | ) | [inline] |
octave_sparse_matrix::octave_sparse_matrix | ( | const SparseMatrix & | m, | |
const MatrixType & | t | |||
) | [inline] |
octave_sparse_matrix::octave_sparse_matrix | ( | const MSparse< double > & | m, | |
const MatrixType & | t | |||
) | [inline] |
octave_sparse_matrix::octave_sparse_matrix | ( | const Sparse< double > & | m, | |
const MatrixType & | t | |||
) | [inline] |
octave_sparse_matrix::octave_sparse_matrix | ( | const octave_sparse_matrix & | m | ) | [inline] |
octave_sparse_matrix::~octave_sparse_matrix | ( | void | ) | [inline] |
octave_value octave_sparse_matrix::abs | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::acos | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::acosh | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::angle | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::arg | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
mxArray * octave_sparse_matrix::as_mxArray | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::asin | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::asinh | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::atan | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::atanh | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
boolNDArray octave_sparse_matrix::bool_array_value | ( | bool | warn = false |
) | const [virtual] |
Reimplemented from octave_base_value.
builtin_type_t octave_sparse_matrix::builtin_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::ceil | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
charNDArray octave_sparse_matrix::char_array_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
octave_base_value* octave_sparse_matrix::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_sparse< SparseMatrix >.
ComplexNDArray octave_sparse_matrix::complex_array_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
ComplexMatrix octave_sparse_matrix::complex_matrix_value | ( | bool | = false |
) | const [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::conj | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::convert_to_str_internal | ( | bool | pad, | |
bool | force, | |||
char | type | |||
) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::cos | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::cosh | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
octave_base_value* octave_sparse_matrix::empty_clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_sparse< SparseMatrix >.
octave_value octave_sparse_matrix::erf | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::erfc | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::exp | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::expm1 | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::finite | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::fix | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::floor | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::gamma | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::imag | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
idx_vector octave_sparse_matrix::index_vector | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_matrix::is_double_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_matrix::is_float_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_matrix::is_real_matrix | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_matrix::is_real_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::isinf | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::isna | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::isnan | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::lgamma | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_matrix::load_binary | ( | std::istream & | is, | |
bool | swap, | |||
oct_mach_info::float_format | fmt | |||
) | [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::log | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::log10 | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::log1p | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::log2 | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::real | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::round | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::roundb | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
bool octave_sparse_matrix::save_binary | ( | std::ostream & | os, | |
bool & | save_as_floats | |||
) | [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::signum | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::sin | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::sinh | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
SparseComplexMatrix octave_sparse_matrix::sparse_complex_matrix_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
SparseMatrix octave_sparse_matrix::sparse_matrix_value | ( | bool | = false |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::sqrt | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::tan | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_sparse_matrix::tanh | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_base_value * octave_sparse_matrix::try_narrowing_conversion | ( | void | ) | [virtual] |
Reimplemented from octave_base_value.