#include "ov-perm.h"
Public Member Functions | |
octave_perm_matrix () | |
octave_perm_matrix (const PermMatrix &p) | |
octave_value | all (int dim=0) const |
octave_value | any (int dim=0) const |
NDArray | array_value (bool=false) const |
octave_value | as_double () const |
octave_value | as_int16 () const |
octave_value | as_int32 () const |
octave_value | as_int64 () const |
octave_value | as_int8 () const |
mxArray * | as_mxArray (bool interleaved) const |
octave_value | as_single () const |
octave_value | as_uint16 () const |
octave_value | as_uint32 () const |
octave_value | as_uint64 () const |
octave_value | as_uint8 () const |
boolNDArray | bool_array_value (bool warn=false) const |
builtin_type_t | builtin_type () const |
std::size_t | byte_size () const |
charNDArray | char_array_value (bool=false) const |
std::string | class_name () const |
octave_base_value * | clone () const |
ComplexNDArray | complex_array_value (bool=false) const |
ComplexMatrix | complex_matrix_value (bool=false) const |
Complex | complex_value (bool=false) const |
octave_value | convert_to_str_internal (bool pad, bool force, char type) const |
virtual octave_value | diag (octave_idx_type k=0) const |
octave_value | diag (octave_idx_type k=0) const |
virtual octave_value | diag (octave_idx_type m, octave_idx_type n) const |
dim_vector | dims () const |
octave_value | do_index_op (const octave_value_list &idx, bool resize_ok=false) |
double | double_value (bool=false) const |
std::string | edit_display (const float_display_format &fmt, octave_idx_type i, octave_idx_type j) const |
octave_base_value * | empty_clone () const |
octave_value | fast_elem_extract (octave_idx_type n) const |
FloatNDArray | float_array_value (bool=false) const |
FloatComplexNDArray | float_complex_array_value (bool=false) const |
FloatComplexMatrix | float_complex_matrix_value (bool=false) const |
FloatComplex | float_complex_value (bool=false) const |
FloatMatrix | float_matrix_value (bool=false) const |
float | float_value (bool=false) const |
octave_value | full_value () const |
float_display_format | get_edit_display_format () const |
octave::idx_vector | index_vector (bool require_integers=false) const |
int16NDArray | int16_array_value () const |
int32NDArray | int32_array_value () const |
int64NDArray | int64_array_value () const |
int8NDArray | int8_array_value () const |
bool | is_constant () const |
bool | is_defined () const |
bool | is_double_type () const |
bool | is_matrix_type () const |
bool | is_perm_matrix () const |
bool | is_real_matrix () const |
sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
bool | is_true () const |
bool | isfloat () const |
bool | isnumeric () const |
bool | isreal () const |
sortmode | issorted (sortmode mode=UNSORTED) const |
bool | load_ascii (std::istream &is) |
bool | load_binary (std::istream &is, bool swap, octave::mach_info::float_format fmt) |
octave_value | map (unary_mapper_t umap) const |
MatrixType | matrix_type () const |
MatrixType | matrix_type (const MatrixType &) const |
Matrix | matrix_value (bool=false) const |
octave_idx_type | nnz () const |
type_conv_info | numeric_conversion_function () const |
PermMatrix | perm_matrix_value () const |
octave_value | permute (const Array< int > &vec, bool inv=false) const |
void | print (std::ostream &os, bool pr_as_read_syntax=false) |
bool | print_as_scalar () const |
void | print_info (std::ostream &os, const std::string &prefix) const |
void | print_raw (std::ostream &os, bool pr_as_read_syntax=false) const |
octave_value | reshape (const dim_vector &new_dims) const |
octave_value | resize (const dim_vector &dv, bool fill=false) const |
bool | save_ascii (std::ostream &os) |
bool | save_binary (std::ostream &os, bool save_as_floats) |
double | scalar_value (bool frc_str_conv=false) const |
void | short_disp (std::ostream &os) const |
octave_value | sort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const |
octave_value | sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const |
Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
SparseBoolMatrix | sparse_bool_matrix_value (bool=false) const |
SparseComplexMatrix | sparse_complex_matrix_value (bool=false) const |
SparseMatrix | sparse_matrix_value (bool=false) const |
octave_value | squeeze () const |
virtual octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx) |
octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx) |
virtual octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx, bool auto_add) |
virtual octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int) |
octave_base_value * | try_narrowing_conversion () |
int | type_id () const |
std::string | type_name () const |
uint16NDArray | uint16_array_value () const |
uint32NDArray | uint32_array_value () const |
uint64NDArray | uint64_array_value () const |
uint8NDArray | uint8_array_value () const |
int | write (octave::stream &os, int block_size, oct_data_conv::data_type output_type, int skip, octave::mach_info::float_format flt_fmt) const |
Public Member Functions inherited from octave_base_value | |
octave_base_value () | |
octave_base_value (const octave_base_value &) | |
virtual | ~octave_base_value ()=default |
virtual octave_value | as_double_or_copy () |
virtual void | assign (const std::string &, const octave_value &) |
virtual boolMatrix | bool_matrix_value (bool=false) const |
virtual bool | bool_value (bool=false) const |
virtual void | break_closure_cycles (const std::shared_ptr< octave::stack_frame > &) |
virtual void | call_object_destructor () |
virtual Cell | cell_value () const |
virtual Array< std::string > | cellstr_value () const |
virtual charMatrix | char_matrix_value (bool force=false) const |
virtual octave_classdef * | classdef_object_value (bool silent=false) |
octave_idx_type | columns () const |
virtual ComplexDiagMatrix | complex_diag_matrix_value (bool=false) const |
virtual void | convert_to_row_or_column_vector () |
virtual octave_value | convert_to_str (bool pad=false, bool force=false, char type='\'') const |
virtual octave_value | diag (octave_idx_type m, octave_idx_type n) const |
virtual DiagMatrix | diag_matrix_value (bool=false) const |
virtual octave_value | dump () const |
virtual void | erase_subfunctions () |
virtual bool | fast_elem_insert (octave_idx_type n, const octave_value &x) |
virtual bool | fast_elem_insert_self (void *where, builtin_type_t btyp) const |
virtual octave_fcn_handle * | fcn_handle_value (bool silent=false) |
virtual octave_base_value * | find_parent_class (const std::string &) |
virtual FloatComplexDiagMatrix | float_complex_diag_matrix_value (bool=false) const |
virtual FloatDiagMatrix | float_diag_matrix_value (bool=false) const |
virtual float | float_scalar_value (bool frc_str_conv=false) const |
virtual octave_function * | function_value (bool silent=false) |
virtual octave_function * | get_cached_fcn (const octave_value_list &) |
virtual octave_function * | get_cached_fcn (void *, void *) |
virtual bool | has_function_cache () const |
virtual octave_int16 | int16_scalar_value () const |
virtual octave_int32 | int32_scalar_value () const |
virtual octave_int64 | int64_scalar_value () const |
virtual int64_t | int64_value (bool=false, bool=false) const |
virtual octave_int8 | int8_scalar_value () const |
virtual int | int_value (bool=false, bool=false) const |
virtual bool | is_all_va_args () const |
virtual bool | is_anonymous_function () const |
virtual bool | is_bool_matrix () const |
virtual bool | is_bool_scalar () const |
virtual bool | is_builtin_function () const |
virtual bool | is_char_matrix () const |
virtual bool | is_classdef_meta () const |
virtual bool | is_classdef_object () const |
virtual bool | is_classdef_superclass_ref () const |
virtual bool | is_complex_matrix () const |
virtual bool | is_complex_scalar () const |
virtual bool | is_cs_list () const |
virtual bool | is_diag_matrix () const |
virtual bool | is_dld_function () const |
virtual bool | is_full_num_matrix () const |
virtual bool | is_function () const |
virtual bool | is_function_cache () const |
virtual bool | is_function_handle () const |
virtual bool | is_inline_function () const |
virtual bool | is_instance_of (const std::string &) const |
virtual bool | is_int16_type () const |
virtual bool | is_int32_type () const |
virtual bool | is_int64_type () const |
virtual bool | is_int8_type () const |
virtual bool | is_legacy_object () const |
virtual bool | is_magic_colon () const |
virtual bool | is_magic_int () const |
virtual bool | is_maybe_function () const |
virtual bool | is_mex_function () const |
virtual bool | is_package () const |
virtual bool | is_range () const |
virtual bool | is_real_scalar () const |
virtual bool | is_scalar_type () const |
virtual bool | is_single_type () const |
virtual bool | is_sq_string () const |
virtual bool | is_storable () const |
virtual bool | is_string () const |
virtual bool | is_uint16_type () const |
virtual bool | is_uint32_type () const |
virtual bool | is_uint64_type () const |
virtual bool | is_uint8_type () const |
virtual bool | is_user_code () const |
virtual bool | is_user_function () const |
virtual bool | is_user_script () const |
bool | is_zero_by_zero () const |
virtual bool | iscell () const |
virtual bool | iscellstr () const |
virtual bool | iscomplex () const |
bool | isempty () const |
virtual bool | isfield (const std::string &) const |
virtual bool | isinteger () const |
virtual bool | isjava () const |
virtual bool | islocked () const |
virtual bool | islogical () const |
virtual bool | isnull () const |
virtual bool | isobject () const |
virtual bool | issparse () const |
virtual bool | isstruct () const |
virtual octave_value_list | list_value () const |
virtual bool | load_hdf5 (octave_hdf5_id loc_id, const char *name) |
virtual void | lock () |
virtual long int | long_value (bool=false, bool=false) const |
virtual octave_base_value * | make_storable_value () |
virtual string_vector | map_keys () const |
virtual octave_map | map_value () const |
virtual void | maybe_call_dtor () |
virtual void | maybe_economize () |
virtual const void * | mex_get_data () const |
virtual const octave_idx_type * | mex_get_ir () const |
virtual const octave_idx_type * | mex_get_jc () const |
virtual int | ndims () const |
virtual octave_idx_type | nfields () const |
virtual int | nint_value (bool=false) const |
virtual std::size_t | nparents () const |
virtual octave_idx_type | numel () const |
virtual type_conv_info | numeric_demotion_function () const |
virtual octave_idx_type | nzmax () const |
virtual std::list< std::string > | parent_class_name_list () const |
virtual string_vector | parent_class_names () const |
virtual bool | print_name_tag (std::ostream &os, const std::string &name) const |
virtual void | print_with_name (std::ostream &output_buf, const std::string &name, bool print_padding=true) |
virtual octave::range< double > | range_value () const |
octave_idx_type | rows () const |
virtual bool | save_hdf5 (octave_hdf5_id loc_id, const char *name, bool save_as_floats) |
virtual octave_scalar_map | scalar_map_value () const |
virtual short int | short_value (bool=false, bool=false) const |
virtual octave_value | simple_subsasgn (char type, octave_value_list &idx, const octave_value &rhs) |
virtual octave_value_list | simple_subsref (char type, octave_value_list &idx, int nargout) |
virtual Matrix | size () |
virtual octave_value | storable_value () |
virtual std::string | string_value (bool force=false) const |
virtual string_vector | string_vector_value (bool pad=false) const |
virtual octave_value | subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
virtual octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx, bool auto_add) |
virtual octave_uint16 | uint16_scalar_value () const |
virtual octave_uint32 | uint32_scalar_value () const |
virtual octave_uint64 | uint64_scalar_value () const |
virtual uint64_t | uint64_value (bool=false, bool=false) const |
virtual octave_uint8 | uint8_scalar_value () const |
virtual unsigned int | uint_value (bool=false, bool=false) const |
virtual unsigned long int | ulong_value (bool=false, bool=false) const |
virtual octave_value | undef_subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
virtual octave_base_value * | unique_clone () |
virtual octave_base_value * | unique_parent_class (const std::string &) |
virtual void | unlock () |
virtual octave_user_code * | user_code_value (bool silent=false) |
virtual octave_user_function * | user_function_value (bool silent=false) |
virtual octave_user_script * | user_script_value (bool silent=false) |
virtual unsigned short int | ushort_value (bool=false, bool=false) const |
virtual octave_idx_type | xnumel (const octave_value_list &) |
virtual std::string | xstring_value () const |
Static Public Member Functions | |
static void | register_type () |
static void | register_type (octave::type_info &) |
static std::string | static_class_name () |
static int | static_type_id () |
static std::string | static_type_name () |
Static Public Member Functions inherited from octave_base_value | |
static void | register_type () |
static void | register_type (octave::type_info &) |
static std::string | static_class_name () |
static int | static_type_id () |
static std::string | static_type_name () |
Protected Member Functions | |
virtual octave_value | to_dense () const |
Protected Member Functions inherited from octave_base_value | |
int | current_print_indent_level () const |
void | decrement_indent_level () const |
void | increment_indent_level () const |
void | indent (std::ostream &os) const |
void | newline (std::ostream &os) const |
octave_value | numeric_assign (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
void | reset () const |
void | reset_indent_level () const |
void | warn_load (const char *type) const |
void | warn_save (const char *type) const |
Protected Attributes | |
octave_value | m_dense_cache |
PermMatrix | m_matrix |
Protected Attributes inherited from octave_base_value | |
octave::refcount< octave_idx_type > & | count |
octave::refcount< octave_idx_type > | m_count |
|
inline |
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 90 of file ov-perm.h.
References octave_value::all().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 91 of file ov-perm.h.
References octave_value::any().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 235 of file ov-perm.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 257 of file ov-perm.cc.
References m_matrix.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 275 of file ov-perm.cc.
References int16_array_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 281 of file ov-perm.cc.
References int32_array_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 287 of file ov-perm.cc.
References int64_array_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 269 of file ov-perm.cc.
References int8_array_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 437 of file ov-perm.cc.
References octave_value::as_mxArray(), and to_dense().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 263 of file ov-perm.cc.
References float_array_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 299 of file ov-perm.cc.
References uint16_array_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 305 of file ov-perm.cc.
References uint32_array_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 311 of file ov-perm.cc.
References uint64_array_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 293 of file ov-perm.cc.
References uint8_array_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 240 of file ov-perm.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 120 of file ov-perm.h.
References btyp_double.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 241 of file ov-perm.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 237 of file ov-perm.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 232 of file ov-perm.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 176 of file ov-perm.cc.
References octave_base_value::columns(), err_invalid_conversion(), m_matrix, octave_base_value::rows(), type_name(), and warn_implicit_conversion().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 250 of file ov-perm.cc.
References octave_value::convert_to_str_internal(), and to_dense().
octave_value octave_base_value::diag |
Definition at line 780 of file ov-base.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 102 of file ov-perm.h.
References octave_value::diag().
octave_value octave_base_value::diag |
Definition at line 782 of file ov-base.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 77 of file ov-perm.h.
Referenced by is_true(), and print_as_scalar().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 72 of file ov-perm.cc.
References octave_value_list::length().
Referenced by subsref().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 152 of file ov-perm.cc.
References err_invalid_conversion(), octave_base_value::isempty(), m_matrix, type_name(), and warn_implicit_conversion().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 323 of file ov-perm.cc.
References m_matrix, and octave_print_internal().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 566 of file ov-perm.cc.
References PermMatrix::elem(), m_matrix, n, PermMatrix::numel(), octave_base_value::octave_value, r, and PermMatrix::rows().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 236 of file ov-perm.cc.
Referenced by as_single().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 238 of file ov-perm.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 233 of file ov-perm.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 188 of file ov-perm.cc.
References octave_base_value::columns(), err_invalid_conversion(), lo_ieee_float_nan_value(), m_matrix, octave_base_value::rows(), type_name(), and warn_implicit_conversion().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 231 of file ov-perm.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 164 of file ov-perm.cc.
References err_invalid_conversion(), octave_base_value::isempty(), m_matrix, type_name(), and warn_implicit_conversion().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 317 of file ov-perm.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 244 of file ov-perm.cc.
References index_vector().
Referenced by index_vector().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 188 of file ov-perm.h.
Referenced by as_int16().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 191 of file ov-perm.h.
Referenced by as_int32().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 194 of file ov-perm.h.
Referenced by as_int64().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 185 of file ov-perm.h.
Referenced by as_int8().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 140 of file ov-perm.cc.
References dims(), octave_base_value::numel(), dim_vector::numel(), and warn_array_as_logical().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 348 of file ov-perm.cc.
References error(), extract_keyword(), m_dense_cache, m_matrix, n, and octave_base_value::octave_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 389 of file ov-perm.cc.
References m, m_matrix, swap_bytes< 2 >(), swap_bytes< 4 >(), and swap_bytes< 8 >().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 253 of file ov-perm.h.
References octave_value::map().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 93 of file ov-perm.h.
References MatrixType::Permuted_Diagonal.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 230 of file ov-perm.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 493 of file ov-perm.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 84 of file ov-perm.h.
References octave_value::permute().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 451 of file ov-perm.cc.
References octave_base_value::newline(), and print_raw().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 443 of file ov-perm.cc.
References dim_vector::all_ones(), dim_vector::any_zero(), and dims().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 466 of file ov-perm.cc.
References m_matrix, and PermMatrix::print_info().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 429 of file ov-perm.cc.
References octave_base_value::current_print_indent_level(), m_matrix, and octave_print_internal().
Referenced by print().
|
static |
Definition at line 482 of file ov-perm.cc.
|
static |
Definition at line 482 of file ov-perm.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 81 of file ov-perm.h.
References octave_value::reshape().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 87 of file ov-perm.h.
References octave_value::resize().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 333 of file ov-perm.cc.
References PermMatrix::col_perm_vec(), m_matrix, n, Array< T, Alloc >::numel(), and PermMatrix::rows().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 374 of file ov-perm.cc.
References Array< T, Alloc >::byte_size(), PermMatrix::col_perm_vec(), Array< T, Alloc >::data(), m_matrix, and PermMatrix::rows().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 503 of file ov-perm.cc.
References PermMatrix::columns(), PermMatrix::isempty(), m_matrix, PermMatrix::ndims(), PermMatrix::numel(), octave_print_internal(), and PermMatrix::rows().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 107 of file ov-perm.h.
References octave_value::sort().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 105 of file ov-perm.h.
References octave_value::sort().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 114 of file ov-perm.h.
References Array< T, Alloc >::sort_rows_idx().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 219 of file ov-perm.cc.
References m_matrix.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 225 of file ov-perm.cc.
References sparse_matrix_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 213 of file ov-perm.cc.
References m_matrix.
Referenced by sparse_complex_matrix_value().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
octave_value octave_base_value::subsref |
Definition at line 335 of file ov-base.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 45 of file ov-perm.cc.
References do_index_op(), error(), octave_value::next_subsref(), panic_impossible, and type_name().
octave_value octave_base_value::subsref |
Definition at line 344 of file ov-base.cc.
octave_value_list octave_base_value::subsref |
Definition at line 339 of file ov-base.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
protectedvirtual |
Definition at line 473 of file ov-perm.cc.
References octave_value::is_defined(), m_dense_cache, and m_matrix.
Referenced by as_mxArray(), convert_to_str_internal(), and write().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 555 of file ov-perm.cc.
References m_matrix, and PermMatrix::numel().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 268 of file ov-perm.h.
Referenced by complex_value(), double_value(), float_complex_value(), float_value(), and subsref().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 200 of file ov-perm.h.
Referenced by as_uint16().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 203 of file ov-perm.h.
Referenced by as_uint32().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 206 of file ov-perm.h.
Referenced by as_uint64().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 197 of file ov-perm.h.
Referenced by as_uint8().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 458 of file ov-perm.cc.
References to_dense(), and octave_value::write().
|
mutableprotected |
Definition at line 264 of file ov-perm.h.
Referenced by load_ascii(), and to_dense().
|
protected |
Definition at line 260 of file ov-perm.h.
Referenced by as_double(), complex_value(), double_value(), edit_display(), fast_elem_extract(), float_complex_value(), float_value(), load_ascii(), load_binary(), print_info(), print_raw(), save_ascii(), save_binary(), short_disp(), sparse_bool_matrix_value(), sparse_matrix_value(), to_dense(), and try_narrowing_conversion().