GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "ov-cs-list.h"
Public Types | |
typedef octave_base_value *(* | type_conv_fcn )(const octave_base_value &) |
enum | unary_mapper_t { umap_abs, umap_acos, umap_acosh, umap_angle, umap_arg, umap_asin, umap_asinh, umap_atan, umap_atanh, umap_cbrt, umap_ceil, umap_conj, umap_cos, umap_cosh, umap_erf, umap_erfinv, umap_erfcinv, umap_erfc, umap_erfcx, umap_erfi, umap_dawson, umap_exp, umap_expm1, umap_finite, umap_fix, umap_floor, umap_gamma, umap_imag, umap_isinf, umap_isna, umap_isnan, umap_lgamma, umap_log, umap_log2, umap_log10, umap_log1p, umap_real, umap_round, umap_roundb, umap_signum, umap_sin, umap_sinh, umap_sqrt, umap_tan, umap_tanh, umap_xisalnum, umap_xisalpha, umap_xisascii, umap_xiscntrl, umap_xisdigit, umap_xisgraph, umap_xislower, umap_xisprint, umap_xispunct, umap_xisspace, umap_xisupper, umap_xisxdigit, umap_xsignbit, umap_xtoascii, umap_xtolower, umap_xtoupper, umap_unknown, num_unary_mappers = umap_unknown } |
Public Member Functions | |
octave_cs_list (void) | |
octave_cs_list (const octave_value_list &l) | |
octave_cs_list (const Cell &c) | |
octave_cs_list (const octave_cs_list &l) | |
~octave_cs_list (void) | |
virtual octave_value | all (int=0) const |
virtual string_vector | all_strings (bool pad=false) const |
virtual octave_value | any (int=0) const |
virtual NDArray | array_value (bool=false) const |
virtual mxArray * | as_mxArray (void) const |
virtual void | assign (const std::string &, const octave_value &) |
virtual boolNDArray | bool_array_value (bool=false) const |
virtual boolMatrix | bool_matrix_value (bool=false) const |
virtual bool | bool_value (bool=false) const |
virtual builtin_type_t | builtin_type (void) const |
virtual size_t | byte_size (void) const |
virtual octave_idx_type | capacity (void) const |
virtual Cell | cell_value (void) const |
virtual Array< std::string > | cellstr_value (void) const |
virtual charNDArray | char_array_value (bool=false) const |
virtual charMatrix | char_matrix_value (bool force=false) const |
OCTAVE_EMPTY_CPP_ARG std::string | class_name (void) const |
octave_base_value * | clone (void) const |
octave_idx_type | columns (void) const |
virtual ComplexNDArray | complex_array_value (bool=false) const |
virtual ComplexDiagMatrix | complex_diag_matrix_value (bool=false) const |
virtual ComplexMatrix | complex_matrix_value (bool=false) const |
virtual Complex | complex_value (bool=false) const |
virtual void | convert_to_row_or_column_vector (void) |
virtual octave_value | convert_to_str (bool pad=false, bool force=false, char type= '\'') const |
virtual octave_value | convert_to_str_internal (bool pad, bool force, char type) const |
virtual octave_value | diag (octave_idx_type k=0) const |
virtual octave_value | diag (octave_idx_type m, octave_idx_type n) const |
virtual DiagMatrix | diag_matrix_value (bool=false) const |
dim_vector | dims (void) const |
virtual octave_value | do_index_op (const octave_value_list &idx, bool resize_ok=false) |
virtual octave_value_list | do_multi_index_op (int nargout, const octave_value_list &idx) |
virtual octave_value_list | do_multi_index_op (int nargout, const octave_value_list &idx, const std::list< octave_lvalue > *lvalue_list) |
virtual double | double_value (bool=false) const |
virtual void | dump (std::ostream &os) const |
octave_base_value * | empty_clone (void) const |
virtual void | erase_subfunctions (void) |
virtual octave_value | fast_elem_extract (octave_idx_type n) const |
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_fcn_inline * | fcn_inline_value (bool silent=false) |
virtual octave_base_value * | find_parent_class (const std::string &) |
virtual FloatNDArray | float_array_value (bool=false) const |
virtual FloatComplexNDArray | float_complex_array_value (bool=false) const |
virtual FloatComplexDiagMatrix | float_complex_diag_matrix_value (bool=false) const |
virtual FloatComplexMatrix | float_complex_matrix_value (bool=false) const |
virtual FloatComplex | float_complex_value (bool=false) const |
virtual FloatDiagMatrix | float_diag_matrix_value (bool=false) const |
virtual FloatMatrix | float_matrix_value (bool=false) const |
virtual float | float_scalar_value (bool frc_str_conv=false) const |
virtual float | float_value (bool=false) const |
virtual octave_value | full_value (void) const |
virtual octave_function * | function_value (bool silent=false) |
void | grab (void) |
virtual idx_vector | index_vector (bool require_integers=false) const |
virtual int16NDArray | int16_array_value (void) const |
virtual octave_int16 | int16_scalar_value (void) const |
virtual int32NDArray | int32_array_value (void) const |
virtual octave_int32 | int32_scalar_value (void) const |
virtual int64NDArray | int64_array_value (void) const |
virtual octave_int64 | int64_scalar_value (void) const |
virtual int64_t | int64_value (bool=false, bool=false) const |
virtual int8NDArray | int8_array_value (void) const |
virtual octave_int8 | int8_scalar_value (void) const |
virtual int | int_value (bool=false, bool=false) const |
virtual bool | is_all_va_args (void) const |
virtual bool | is_anonymous_function (void) const |
virtual bool | is_bool_matrix (void) const |
virtual bool | is_bool_scalar (void) const |
virtual bool | is_bool_type (void) const |
virtual bool | is_builtin_function (void) const |
virtual bool | is_cell (void) const |
virtual bool | is_cellstr (void) const |
virtual bool | is_char_matrix (void) const |
virtual bool | is_classdef_object (void) const |
virtual bool | is_complex_matrix (void) const |
virtual bool | is_complex_scalar (void) const |
virtual bool | is_complex_type (void) const |
bool | is_constant (void) const |
bool | is_cs_list (void) const |
bool | is_defined (void) const |
virtual bool | is_diag_matrix (void) const |
virtual bool | is_dld_function (void) const |
virtual bool | is_double_type (void) const |
bool | is_empty (void) const |
virtual bool | is_float_type (void) const |
virtual bool | is_function (void) const |
virtual bool | is_function_handle (void) const |
virtual bool | is_inline_function (void) const |
virtual bool | is_instance_of (const std::string &) const |
virtual bool | is_int16_type (void) const |
virtual bool | is_int32_type (void) const |
virtual bool | is_int64_type (void) const |
virtual bool | is_int8_type (void) const |
virtual bool | is_integer_type (void) const |
virtual bool | is_java (void) const |
virtual bool | is_magic_colon (void) const |
virtual bool | is_map (void) const |
virtual bool | is_matrix_type (void) const |
virtual bool | is_mex_function (void) const |
virtual bool | is_null_value (void) const |
virtual bool | is_numeric_type (void) const |
virtual bool | is_object (void) const |
virtual bool | is_perm_matrix (void) const |
virtual bool | is_range (void) const |
virtual bool | is_real_matrix (void) const |
virtual bool | is_real_scalar (void) const |
virtual bool | is_real_type (void) const |
virtual bool | is_scalar_type (void) const |
virtual bool | is_single_type (void) const |
virtual sortmode | is_sorted (sortmode mode=UNSORTED) const |
virtual sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
virtual bool | is_sparse_type (void) const |
virtual bool | is_sq_string (void) const |
virtual bool | is_string (void) const |
virtual bool | is_true (void) const |
virtual bool | is_uint16_type (void) const |
virtual bool | is_uint32_type (void) const |
virtual bool | is_uint64_type (void) const |
virtual bool | is_uint8_type (void) const |
virtual bool | is_user_code (void) const |
virtual bool | is_user_function (void) const |
virtual bool | is_user_script (void) const |
virtual bool | islocked (void) const |
octave_value_list | list_value (void) const |
virtual bool | load_ascii (std::istream &is) |
virtual bool | load_binary (std::istream &is, bool swap, oct_mach_info::float_format fmt) |
virtual bool | load_hdf5 (octave_hdf5_id loc_id, const char *name) |
virtual void | lock (void) |
virtual long int | long_value (bool=false, bool=false) const |
virtual octave_value | map (unary_mapper_t) const |
virtual string_vector | map_keys (void) const |
virtual octave_map | map_value (void) const |
virtual MatrixType | matrix_type (void) const |
virtual MatrixType | matrix_type (const MatrixType &typ) const |
virtual Matrix | matrix_value (bool=false) const |
virtual void | maybe_economize (void) |
virtual void * | mex_get_data (void) const |
virtual octave_idx_type * | mex_get_ir (void) const |
virtual octave_idx_type * | mex_get_jc (void) const |
virtual int | ndims (void) const |
virtual octave_idx_type | nfields (void) const |
virtual int | nint_value (bool=false) const |
virtual octave_idx_type | nnz (void) const |
virtual size_t | nparents (void) const |
virtual octave_idx_type | numel (const octave_value_list &) |
virtual octave_idx_type | numel (void) const |
virtual type_conv_info | numeric_conversion_function (void) const |
virtual type_conv_info | numeric_demotion_function (void) const |
virtual octave_idx_type | nzmax (void) const |
virtual std::list< std::string > | parent_class_name_list (void) const |
virtual string_vector | parent_class_names (void) const |
virtual PermMatrix | perm_matrix_value (void) const |
virtual octave_value | permute (const Array< int > &vec, bool=false) const |
virtual void | print (std::ostream &os, bool pr_as_read_syntax=false) |
virtual bool | print_as_scalar (void) const |
virtual void | print_info (std::ostream &os, const std::string &prefix) const |
virtual bool | print_name_tag (std::ostream &os, const std::string &name) const |
virtual void | print_raw (std::ostream &os, bool pr_as_read_syntax=false) const |
virtual void | print_with_name (std::ostream &output_buf, const std::string &name, bool print_padding=true) |
virtual Range | range_value (void) const |
void | release (void) |
virtual octave_value | reshape (const dim_vector &) const |
virtual octave_value | resize (const dim_vector &, bool fill=false) const |
octave_idx_type | rows (void) const |
virtual bool | save_ascii (std::ostream &os) |
virtual bool | save_binary (std::ostream &os, bool &save_as_floats) |
virtual bool | save_hdf5 (octave_hdf5_id loc_id, const char *name, bool save_as_floats) |
virtual octave_scalar_map | scalar_map_value (void) const |
virtual double | scalar_value (bool frc_str_conv=false) const |
virtual void | short_disp (std::ostream &os) const |
virtual short int | short_value (bool=false, bool=false) const |
virtual Matrix | size (void) |
virtual octave_value | sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const |
virtual octave_value | sort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const |
virtual Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
virtual SparseBoolMatrix | sparse_bool_matrix_value (bool=false) const |
virtual SparseComplexMatrix | sparse_complex_matrix_value (bool=false) const |
virtual SparseMatrix | sparse_matrix_value (bool=false) const |
virtual octave_value | squeeze (void) const |
virtual std::string | string_value (bool force=false) const |
virtual octave_value | subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx) |
octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int) |
virtual octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout, const std::list< octave_lvalue > *lvalue_list) |
virtual octave_base_value * | try_narrowing_conversion (void) |
OCTAVE_EMPTY_CPP_ARG int | type_id (void) const |
OCTAVE_EMPTY_CPP_ARG std::string | type_name (void) const |
virtual uint16NDArray | uint16_array_value (void) const |
virtual octave_uint16 | uint16_scalar_value (void) const |
virtual uint32NDArray | uint32_array_value (void) const |
virtual octave_uint32 | uint32_scalar_value (void) const |
virtual uint64NDArray | uint64_array_value (void) const |
virtual octave_uint64 | uint64_scalar_value (void) const |
virtual uint64_t | uint64_value (bool=false, bool=false) const |
virtual uint8NDArray | uint8_array_value (void) const |
virtual octave_uint8 | uint8_scalar_value (void) 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 (void) |
virtual octave_base_value * | unique_parent_class (const std::string &) |
virtual void | unlock (void) |
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 int | write (octave_stream &os, int block_size, oct_data_conv::data_type output_type, int skip, oct_mach_info::float_format flt_fmt) const |
Static Public Member Functions | |
static void | register_type (void) |
static std::string | static_class_name (void) |
static int | static_type_id (void) |
static std::string | static_type_name (void) |
Protected Member Functions | |
int | current_print_indent_level (void) const |
void | decrement_indent_level (void) const |
void | gripe_load (const char *type) const |
void | gripe_save (const char *type) const |
void | increment_indent_level (void) 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 (void) const |
void | reset_indent_level (void) const |
Static Protected Member Functions | |
static const char * | get_umap_name (unary_mapper_t) |
Protected Attributes | |
octave_refcount< octave_idx_type > | count |
Private Attributes | |
octave_value_list | lst |
Static Private Attributes | |
static const std::string | c_name |
static int | t_id |
static const std::string | t_name |
Definition at line 43 of file ov-cs-list.h.
|
inherited |
|
inherited |
|
inline |
Definition at line 48 of file ov-cs-list.h.
|
inline |
Definition at line 51 of file ov-cs-list.h.
octave_cs_list::octave_cs_list | ( | const Cell & | c | ) |
Definition at line 41 of file ov-cs-list.cc.
|
inline |
Definition at line 56 of file ov-cs-list.h.
|
inline |
Definition at line 59 of file ov-cs-list.h.
|
virtualinherited |
Reimplemented in octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 361 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_class, octave_cell, and octave_char_matrix_str.
Definition at line 891 of file ov-base.cc.
References octave_value::all_strings(), octave_base_value::convert_to_str(), and error_state.
|
virtualinherited |
Reimplemented in octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_scalar, octave_perm_matrix, octave_float_complex, and octave_scalar.
Definition at line 367 of file ov-base.cc.
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_lazy_index, octave_matrix, octave_bool, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_float_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_scalar, octave_bool_matrix, octave_sparse_matrix, octave_complex, octave_char_matrix_str, octave_char_matrix, octave_complex_matrix, octave_float_complex, and octave_sparse_bool_matrix.
Definition at line 558 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_el_div(), oct_binop_el_ldiv(), oct_catop_m_chm(), oct_catop_matrix_struct(), oct_catop_s_chm(), and octave_jit_cast_matrix_any().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_scalar_struct, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_perm_matrix, octave_float_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_class, octave_complex, octave_float_complex, octave_complex_matrix, octave_cell, octave_float_complex_matrix, octave_char_matrix, octave_sparse_matrix, octave_sparse_complex_matrix, octave_struct, and octave_sparse_bool_matrix.
Definition at line 1120 of file ov-base.cc.
|
inlinevirtualinherited |
Reimplemented in octave_class.
Definition at line 278 of file ov-base.h.
Referenced by oct_assignop_assign().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_bool_matrix, octave_lazy_index, octave_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_complex, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_float_complex, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_bool_matrix, and octave_sparse_matrix.
Definition at line 646 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_assignop_conv_and_assign().
|
virtualinherited |
Reimplemented in octave_bool, octave_bool_matrix, and octave_sparse_bool_matrix.
Definition at line 637 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_assignop_assign(), oct_catop_bm_sbm(), and oct_catop_sbm_bm().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, octave_scalar, octave_complex, and octave_float_complex.
Definition at line 629 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_assignop_assign(), oct_assignop_conv_and_assign(), oct_catop_b_sbm(), and oct_catop_sbm_b().
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_scalar_struct, octave_range, octave_cell, octave_struct, octave_matrix, octave_perm_matrix, octave_fcn_handle, octave_complex, octave_sparse_complex_matrix, octave_float_matrix, octave_sparse_matrix, octave_bool_matrix, octave_sparse_bool_matrix, octave_complex_matrix, octave_char_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_scalar, octave_bool, OCTAVE_VALUE_INT_MATRIX_T, octave_lazy_index, octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 383 of file ov-base.h.
References btyp_unknown.
|
inlinevirtualinherited |
Reimplemented in octave_scalar_struct, octave_class, octave_range, octave_cell, octave_struct, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, and octave_perm_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 313 of file ov-base.h.
References octave_value::numel().
|
virtualinherited |
Reimplemented in octave_cell.
Definition at line 533 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::cell_value().
|
virtualinherited |
Reimplemented in octave_cell, and octave_char_matrix_str.
Definition at line 917 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_bool, octave_range, octave_float_scalar, octave_scalar, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_char_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_complex_matrix, octave_sparse_bool_matrix, and octave_sparse_matrix.
Definition at line 668 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_catop_chm_m(), and oct_catop_chm_s().
|
virtualinherited |
Reimplemented in octave_char_matrix.
Definition at line 655 of file ov-base.cc.
References octave_value::char_matrix_value(), octave_base_value::convert_to_str(), and error_state.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 86 of file ov-cs-list.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 61 of file ov-cs-list.h.
|
inlineinherited |
Definition at line 301 of file ov-base.h.
References octave_value::dims().
Referenced by octave_sparse_bool_matrix::as_mxArray(), octave_sparse_complex_matrix::as_mxArray(), octave_sparse_matrix::as_mxArray(), octave_sparse_bool_matrix::complex_value(), octave_sparse_matrix::complex_value(), octave_float_complex_matrix::complex_value(), octave_complex_matrix::complex_value(), octave_char_matrix::complex_value(), octave_perm_matrix::complex_value(), octave_float_matrix::complex_value(), octave_bool_matrix::complex_value(), octave_matrix::complex_value(), octave_char_matrix::double_value(), octave_float_complex_matrix::double_value(), octave_complex_matrix::double_value(), octave_bool_matrix::double_value(), octave_float_complex_matrix::float_complex_value(), octave_complex_matrix::float_complex_value(), octave_char_matrix::float_complex_value(), octave_perm_matrix::float_complex_value(), octave_float_matrix::float_complex_value(), octave_bool_matrix::float_complex_value(), octave_matrix::float_complex_value(), octave_char_matrix::float_value(), octave_float_complex_matrix::float_value(), octave_complex_matrix::float_value(), octave_bool_matrix::float_value(), oct_binop_add_cdm_scm(), oct_binop_add_cdm_sm(), oct_binop_add_dm_scm(), oct_binop_add_dm_sm(), oct_binop_add_scm_cdm(), oct_binop_add_scm_dm(), oct_binop_add_sm_cdm(), oct_binop_add_sm_dm(), oct_binop_div(), oct_binop_div_scm_cdm(), oct_binop_div_scm_dm(), oct_binop_div_sm_cdm(), oct_binop_div_sm_dm(), oct_binop_ldiv(), oct_binop_mul_cdm_scm(), oct_binop_mul_cdm_sm(), oct_binop_mul_dm_scm(), oct_binop_mul_dm_sm(), oct_binop_mul_pm_scm(), oct_binop_mul_pm_sm(), oct_binop_mul_scm_cdm(), oct_binop_mul_scm_dm(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_cdm(), oct_binop_mul_sm_dm(), oct_binop_mul_sm_pm(), oct_binop_sub_cdm_scm(), oct_binop_sub_cdm_sm(), oct_binop_sub_dm_scm(), oct_binop_sub_dm_sm(), oct_binop_sub_scm_cdm(), oct_binop_sub_scm_dm(), oct_binop_sub_sm_cdm(), oct_binop_sub_sm_dm(), octave_cell::print_raw(), octave_float_complex_matrix::save_ascii(), octave_complex_matrix::save_ascii(), octave_cell::save_ascii(), octave_float_matrix::save_ascii(), octave_bool_matrix::save_ascii(), and octave_matrix::save_ascii().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, OCTAVE_VALUE_INT_MATRIX_T, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_complex, octave_char_matrix, octave_complex_matrix, octave_char_matrix_str, octave_float_complex_matrix, octave_sparse_matrix, octave_sparse_complex_matrix, and octave_sparse_bool_matrix.
Definition at line 611 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_el_div(), and oct_binop_el_ldiv().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 721 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_cdm_scm(), oct_binop_add_cdm_sm(), oct_binop_add_scm_cdm(), oct_binop_add_sm_cdm(), oct_binop_div(), oct_binop_div_scm_cdm(), oct_binop_div_sm_cdm(), oct_binop_ldiv(), oct_binop_ldiv_cdm_scm(), oct_binop_ldiv_cdm_sm(), oct_binop_mul_cdm_scm(), oct_binop_mul_cdm_sm(), oct_binop_mul_scm_cdm(), oct_binop_mul_sm_cdm(), oct_binop_sub_cdm_scm(), oct_binop_sub_cdm_sm(), oct_binop_sub_scm_cdm(), and oct_binop_sub_sm_cdm().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, OCTAVE_VALUE_INT_MATRIX_T, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_complex, octave_char_matrix, octave_char_matrix_str, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_matrix, octave_sparse_complex_matrix, and octave_sparse_bool_matrix.
Definition at line 593 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_cdm_scm(), oct_binop_add_cdm_sm(), oct_binop_div(), oct_binop_el_ldiv(), oct_binop_el_pow(), oct_binop_herm_ldiv(), oct_binop_herm_mul(), oct_binop_ldiv(), oct_binop_mul_herm(), oct_binop_mul_trans(), oct_binop_pow(), oct_binop_sub_cdm_scm(), oct_binop_sub_cdm_sm(), oct_binop_trans_ldiv(), oct_binop_trans_mul(), oct_catop_cm_scm(), and oct_catop_cm_sm().
Reimplemented in octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_complex, octave_char_matrix_str, octave_char_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_complex_matrix, octave_sparse_matrix, and octave_sparse_bool_matrix.
Definition at line 574 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_nan_value(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_el_and(), oct_binop_el_div(), oct_binop_el_ldiv(), oct_binop_el_or(), oct_binop_ldiv(), oct_binop_mul_scm_cdm(), oct_binop_mul_scm_dm(), oct_binop_mul_sm_cdm(), oct_binop_pow(), oct_catop_cs_scm(), oct_catop_cs_sm(), and octave_jit_cast_complex_any().
|
virtualinherited |
Definition at line 393 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 373 of file ov-base.cc.
References octave_base_value::convert_to_str_internal(), gripe_implicit_conversion(), octave_base_value::is_numeric_type(), octave_base_value::type_name(), and octave_value::type_name().
Referenced by octave_base_value::all_strings(), octave_base_value::char_matrix_value(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), octave_float_scalar::map(), and octave_base_value::string_value().
|
virtualinherited |
Reimplemented in octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_lazy_index, octave_perm_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_float_matrix, octave_java, octave_char_matrix, octave_cell, octave_sparse_matrix, octave_sparse_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_base_int_matrix< T >, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, and octave_fcn_inline.
Definition at line 385 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_base_value::convert_to_str().
|
inlineprotectedinherited |
Definition at line 805 of file ov-base.h.
Referenced by octave_fcn_inline::print_raw(), octave_char_matrix_str::print_raw(), octave_char_matrix::print_raw(), octave_fcn_handle::print_raw(), octave_float_complex_matrix::print_raw(), octave_complex_matrix::print_raw(), octave_float_matrix::print_raw(), octave_perm_matrix::print_raw(), octave_bool_matrix::print_raw(), octave_matrix::print_raw(), and octave_range::print_raw().
|
inlineprotectedinherited |
Definition at line 802 of file ov-base.h.
Referenced by octave_struct::print_raw(), octave_cell::print_raw(), and octave_scalar_struct::print_raw().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_lazy_index, octave_matrix, octave_float_matrix, octave_complex_matrix, octave_range, octave_float_complex_matrix, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_char_matrix_str, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, and octave_perm_matrix.
Definition at line 1126 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_float_scalar, octave_scalar, octave_matrix, octave_float_matrix, octave_complex, octave_float_complex, octave_complex_matrix, octave_range, octave_float_complex_matrix, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 1134 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 704 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_dm_scm(), oct_binop_add_dm_sm(), oct_binop_add_scm_dm(), oct_binop_add_sm_dm(), oct_binop_div(), oct_binop_div_scm_dm(), oct_binop_div_sm_dm(), oct_binop_ldiv(), oct_binop_ldiv_dm_scm(), oct_binop_ldiv_dm_sm(), oct_binop_mul_dm_scm(), oct_binop_mul_dm_sm(), oct_binop_mul_scm_dm(), oct_binop_mul_sm_dm(), oct_binop_sub_dm_scm(), oct_binop_sub_dm_sm(), oct_binop_sub_scm_dm(), and oct_binop_sub_sm_dm().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 64 of file ov-cs-list.h.
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_char_matrix_sq_str, octave_scalar_struct, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_range, octave_char_matrix_str, octave_struct, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_lazy_index, octave_complex, octave_float_complex, octave_float_scalar, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_scalar, octave_bool, octave_perm_matrix, and octave_diag_matrix.
Definition at line 195 of file ov-base.cc.
References error(), octave_base_value::octave_value, and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_classdef_superclass_ref, octave_classdef_meta, octave_user_function, octave_fcn_binder, octave_user_script, octave_class, octave_fcn_handle, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_mex_function, octave_builtin, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 203 of file ov-base.cc.
References error(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by daspk_user_function(), daspk_user_jacobian(), dasrt_user_cf(), dasrt_user_f(), dasrt_user_j(), dassl_user_function(), dassl_user_jacobian(), octave_base_value::do_multi_index_op(), octave_value::do_multi_index_op(), eigs_complex_func(), eigs_func(), feval(), lsode_user_function(), lsode_user_jacobian(), quad_float_user_function(), quad_user_function(), and source_file().
|
virtualinherited |
Reimplemented in octave_user_function, octave_fcn_binder, octave_fcn_handle, and octave_builtin.
Definition at line 211 of file ov-base.cc.
References octave_base_value::do_multi_index_op().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_lazy_index, octave_bool, octave_matrix, octave_float_scalar, octave_scalar, octave_float_matrix, octave_base_diag< DMT, MT >, octave_bool_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_perm_matrix, octave_char_matrix_str, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_sparse_bool_matrix, octave_complex_matrix, octave_float_complex_matrix, OCTAVE_VALUE_INT_MATRIX_T, octave_char_matrix, and octave_float_complex.
Definition at line 517 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_nan_value(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_el_and(), oct_binop_el_div(), oct_binop_el_ldiv(), oct_binop_el_or(), oct_binop_ldiv(), and octave_jit_cast_scalar_any().
|
virtualinherited |
Definition at line 1295 of file ov-base.cc.
References octave_base_value::class_name(), octave_base_value::dims(), dim_vector::str(), and octave_base_value::type_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 62 of file ov-cs-list.h.
|
inlinevirtualinherited |
Reimplemented in octave_user_function.
|
virtualinherited |
Reimplemented in octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_struct, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, and octave_lazy_index.
Definition at line 1518 of file ov-base.cc.
References octave_base_value::octave_value.
|
virtualinherited |
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, and octave_struct.
Definition at line 1524 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_float_scalar, octave_scalar, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 1530 of file ov-base.cc.
Referenced by octave_struct::fast_elem_insert(), and octave_base_matrix< MT >::fast_elem_insert().
|
virtualinherited |
Reimplemented in octave_fcn_handle.
Definition at line 1036 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::fcn_handle_value().
|
virtualinherited |
Reimplemented in octave_fcn_inline.
Definition at line 1047 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::fcn_inline_value().
|
inlinevirtualinherited |
Reimplemented in octave_class.
Definition at line 582 of file ov-base.h.
Referenced by octave_class::find_parent_class(), octave_value::find_parent_class(), and octave_class::unique_parent_class().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_lazy_index, octave_matrix, octave_bool, octave_float_matrix, octave_float_scalar, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_complex, octave_char_matrix, and octave_float_complex.
Definition at line 566 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_el_div(), and oct_binop_el_ldiv().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_char_matrix, octave_float_complex, octave_complex_matrix, and octave_float_complex_matrix.
Definition at line 620 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_el_div(), and oct_binop_el_ldiv().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 730 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, OCTAVE_VALUE_INT_MATRIX_T, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_complex, octave_char_matrix, octave_complex_matrix, and octave_float_complex_matrix.
Definition at line 602 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_herm_ldiv(), oct_binop_herm_mul(), oct_binop_ldiv(), oct_binop_mul_herm(), oct_binop_mul_trans(), oct_binop_trans_ldiv(), and oct_binop_trans_mul().
|
virtualinherited |
Reimplemented in octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_complex, octave_char_matrix, octave_complex_matrix, and octave_float_complex_matrix.
Definition at line 583 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_float_nan_value(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_el_and(), oct_binop_el_div(), oct_binop_el_ldiv(), oct_binop_el_or(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 712 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_lazy_index, OCTAVE_VALUE_INT_MATRIX_T, octave_bool, octave_float_scalar, octave_scalar, octave_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_complex, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 549 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_ldiv(), oct_binop_mul_trans(), oct_binop_trans_ldiv(), and oct_binop_trans_mul().
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_bool, octave_float_scalar, octave_scalar, OCTAVE_VALUE_INT_MATRIX_T, octave_float_matrix, octave_complex, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 478 of file ov-base.h.
References octave_value::float_value().
Referenced by oct_binop_el_and(), and oct_binop_el_or().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_lazy_index, octave_bool, octave_float_scalar, octave_matrix, octave_scalar, octave_float_matrix, octave_base_diag< DMT, MT >, octave_bool_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_perm_matrix, OCTAVE_VALUE_INT_MATRIX_T, octave_complex, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 525 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_float_nan_value(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_el_div(), oct_binop_el_ldiv(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in octave_range, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, and octave_perm_matrix.
Definition at line 135 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_classdef_superclass_ref, octave_classdef_meta, octave_user_function, octave_fcn_handle, octave_user_script, octave_builtin, and octave_mex_function.
Definition at line 992 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by Fdasrt(), Fquad(), Fquadcc(), octave_fcn_handle::function_value(), octave_value::function_value(), G__eigs__(), symbol_table::fcn_info::fcn_info_rep::mark_subfunction_in_scope_as_private(), and out_of_date_check().
|
staticprotectedinherited |
Definition at line 1184 of file ov-base.cc.
References names(), and octave_base_value::num_unary_mappers.
Referenced by octave_char_matrix::map(), and octave_base_value::map().
|
inlineinherited |
Definition at line 775 of file ov-base.h.
Referenced by jit_function_info::execute(), jit_info::execute(), octave_jit_binary_any_any(), octave_jit_call(), octave_jit_cast_any_matrix(), octave_jit_cast_any_range(), octave_jit_create_undef(), and octave_jit_grab_any().
|
protectedinherited |
Definition at line 1258 of file ov-base.cc.
References octave_base_value::t_name, and warning_with_id().
Referenced by octave_fcn_inline::load_hdf5(), octave_sparse_bool_matrix::load_hdf5(), octave_struct::load_hdf5(), octave_sparse_complex_matrix::load_hdf5(), octave_sparse_matrix::load_hdf5(), octave_fcn_handle::load_hdf5(), octave_float_complex_matrix::load_hdf5(), octave_char_matrix_str::load_hdf5(), octave_complex_matrix::load_hdf5(), octave_cell::load_hdf5(), octave_float_complex::load_hdf5(), octave_complex::load_hdf5(), octave_float_matrix::load_hdf5(), octave_class::load_hdf5(), octave_bool_matrix::load_hdf5(), octave_matrix::load_hdf5(), octave_bool::load_hdf5(), octave_scalar::load_hdf5(), octave_float_scalar::load_hdf5(), octave_scalar_struct::load_hdf5(), and octave_range::load_hdf5().
|
protectedinherited |
Definition at line 1267 of file ov-base.cc.
References octave_base_value::t_name, and warning_with_id().
Referenced by octave_fcn_inline::save_hdf5(), octave_sparse_bool_matrix::save_hdf5(), octave_struct::save_hdf5(), octave_sparse_complex_matrix::save_hdf5(), octave_sparse_matrix::save_hdf5(), octave_fcn_handle::save_hdf5(), octave_float_complex_matrix::save_hdf5(), octave_char_matrix_str::save_hdf5(), octave_complex_matrix::save_hdf5(), octave_cell::save_hdf5(), octave_float_complex::save_hdf5(), octave_complex::save_hdf5(), octave_float_matrix::save_hdf5(), octave_class::save_hdf5(), octave_bool_matrix::save_hdf5(), octave_matrix::save_hdf5(), octave_bool::save_hdf5(), octave_scalar::save_hdf5(), octave_float_scalar::save_hdf5(), octave_scalar_struct::save_hdf5(), and octave_range::save_hdf5().
|
inlineprotectedinherited |
Definition at line 799 of file ov-base.h.
Referenced by octave_struct::print_raw(), octave_cell::print_raw(), and octave_scalar_struct::print_raw().
|
protectedinherited |
Definition at line 1481 of file ov-base.cc.
References octave_base_value::beginning_of_line, and octave_base_value::curr_print_indent_level.
Referenced by octave_magic_colon::print(), octave_classdef::print(), octave_struct::print_name_tag(), octave_class::print_name_tag(), octave_scalar_struct::print_name_tag(), octave_range::print_name_tag(), octave_base_value::print_name_tag(), octave_struct::print_raw(), octave_cell::print_raw(), octave_class::print_raw(), octave_scalar_struct::print_raw(), octave_classdef::print_raw(), octave_class::print_with_name(), and octave_classdef::print_with_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_perm_matrix, octave_class, octave_range, octave_matrix, octave_sparse_matrix, octave_float_matrix, octave_bool_matrix, octave_char_matrix, octave_sparse_bool_matrix, octave_complex, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, and octave_magic_colon.
Definition at line 219 of file ov-base.cc.
References error(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 828 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 756 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 837 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 765 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 846 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 774 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 490 of file ov-base.cc.
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 819 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 747 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 484 of file ov-base.cc.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_user_function.
|
inlinevirtualinherited |
Reimplemented in octave_bool_matrix, and octave_sparse_bool_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_bool.
|
inlinevirtualinherited |
Reimplemented in octave_bool_matrix, octave_sparse_bool_matrix, and octave_bool.
|
inlinevirtualinherited |
Reimplemented in octave_mex_function, octave_builtin, and octave_dld_function.
|
inlinevirtualinherited |
Reimplemented in octave_cell.
|
inlinevirtualinherited |
Reimplemented in octave_cell.
|
inlinevirtualinherited |
Reimplemented in octave_char_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_classdef.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_complex, and octave_float_complex.
|
inlinevirtualinherited |
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 68 of file ov-cs-list.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 70 of file ov-cs-list.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 66 of file ov-cs-list.h.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_dld_function.
Definition at line 447 of file ov-base.h.
Referenced by get_current_shlib().
|
inlinevirtualinherited |
|
inlineinherited |
Definition at line 335 of file ov-base.h.
References octave_value::dims().
Referenced by Ferror(), octave_cell::subsasgn(), and octave_base_value::subsasgn().
|
inlinevirtualinherited |
Reimplemented in octave_range, octave_perm_matrix, octave_matrix, octave_complex, octave_sparse_complex_matrix, octave_float_matrix, octave_sparse_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_scalar, octave_lazy_index, octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_function.
|
inlinevirtualinherited |
Reimplemented in octave_fcn_handle.
|
inlinevirtualinherited |
Reimplemented in octave_user_function, and octave_fcn_inline.
|
inlinevirtualinherited |
Reimplemented in octave_classdef, octave_class, and octave_java.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, and OCTAVE_VALUE_INT_MATRIX_T.
|
inlinevirtualinherited |
Reimplemented in octave_java.
|
inlinevirtualinherited |
Reimplemented in octave_magic_colon.
|
inlinevirtualinherited |
Reimplemented in octave_classdef, octave_scalar_struct, octave_class, octave_java, and octave_struct.
Definition at line 365 of file ov-base.h.
Referenced by Ferror(), and Flasterror().
|
inlinevirtualinherited |
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_mex_function.
Definition at line 449 of file ov-base.h.
Referenced by get_current_shlib().
|
inlinevirtualinherited |
Reimplemented in octave_null_sq_str, octave_null_str, and octave_null_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_cell, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_char_matrix_str, octave_perm_matrix, octave_bool_matrix, octave_sparse_bool_matrix, and octave_bool.
Definition at line 421 of file ov-base.h.
Referenced by octave_base_value::convert_to_str(), and octave_base_value::subsasgn().
|
inlinevirtualinherited |
Reimplemented in octave_classdef, octave_class, and octave_oncleanup.
|
inlinevirtualinherited |
Reimplemented in octave_perm_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_range.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_float_scalar, octave_scalar, and octave_bool.
|
inlinevirtualinherited |
Reimplemented in octave_range, octave_perm_matrix, octave_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_bool_matrix, octave_float_matrix, octave_sparse_matrix, octave_sparse_bool_matrix, octave_char_matrix, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_diag_matrix, octave_float_diag_matrix, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_matrix, octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 1159 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::type_name(), and UNSORTED.
Reimplemented in octave_matrix, octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_cell, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 1175 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::type_name(), and UNSORTED.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_char_matrix_sq_str.
Definition at line 361 of file ov-base.h.
Referenced by octave_char_matrix_str::resize().
|
inlinevirtualinherited |
Reimplemented in octave_char_matrix_str.
Definition at line 359 of file ov-base.h.
Referenced by Fclass(), and Flasterror().
|
inlinevirtualinherited |
Reimplemented in octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_lazy_index, octave_base_diag< DMT, MT >, octave_perm_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_bool.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_user_code.
Definition at line 443 of file ov-base.h.
Referenced by octave_call_stack::do_backtrace_frames(), octave_call_stack::do_caller_user_code(), octave_call_stack::do_caller_user_code_column(), octave_call_stack::do_caller_user_code_line(), octave_call_stack::do_goto_caller_frame(), octave_call_stack::do_goto_frame_relative(), and octave_call_stack::do_num_user_code_frames().
|
inlinevirtualinherited |
Reimplemented in octave_user_function.
Definition at line 441 of file ov-base.h.
Referenced by do_which(), Ffunctions(), load_fcn_from_file(), raw_help_from_symbol_table(), and try_local_protect().
|
inlinevirtualinherited |
Reimplemented in octave_user_script.
Definition at line 439 of file ov-base.h.
Referenced by octave_call_stack::do_all_scripts(), Ffunctions(), and source_file().
|
inlinevirtualinherited |
Reimplemented in octave_function.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 72 of file ov-cs-list.h.
|
virtualinherited |
Reimplemented in octave_range, octave_scalar_struct, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_complex_matrix, octave_char_matrix_str, octave_float_complex_matrix, octave_fcn_handle, octave_struct, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_oncleanup, octave_fcn_inline, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
Definition at line 1073 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_range, octave_scalar_struct, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_perm_matrix, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_char_matrix_str, octave_float_complex_matrix, octave_fcn_handle, octave_sparse_matrix, octave_sparse_complex_matrix, octave_struct, octave_sparse_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_diag_matrix, octave_complex_diag_matrix, octave_oncleanup, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_fcn_inline, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
Definition at line 1087 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_range, octave_scalar_struct, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_char_matrix_str, octave_float_complex_matrix, octave_fcn_handle, octave_sparse_matrix, octave_sparse_complex_matrix, octave_struct, octave_sparse_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_oncleanup, octave_fcn_inline, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
Definition at line 1103 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_function.
Definition at line 1283 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 487 of file ov-base.cc.
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_perm_matrix, octave_float_matrix, octave_complex, octave_float_complex, octave_complex_matrix, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_float_complex_matrix, octave_cell, octave_char_matrix, octave_sparse_matrix, octave_sparse_complex_matrix, octave_sparse_bool_matrix, octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 1276 of file ov-base.cc.
References error(), octave_base_value::get_umap_name(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_cell::map(), octave_float_complex_matrix::map(), octave_complex_matrix::map(), octave_float_complex::map(), octave_complex::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), and octave_float_scalar::map().
|
virtualinherited |
Reimplemented in octave_classdef, octave_scalar_struct, octave_class, octave_java, and octave_struct.
Definition at line 958 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_classdef, octave_scalar_struct, octave_class, octave_struct, octave_fcn_inline, and octave_oncleanup.
Definition at line 934 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_class::dotref(), octave_value::map_value(), oct_catop_matrix_struct(), oct_catop_struct_matrix(), and octave_base_value::scalar_map_value().
|
virtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 347 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_herm_ldiv(), oct_binop_ldiv(), oct_binop_mul_scm_cdm(), oct_binop_mul_scm_dm(), oct_binop_mul_sm_cdm(), oct_binop_mul_sm_dm(), and oct_binop_trans_ldiv().
|
virtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 354 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_lazy_index, octave_bool, octave_float_scalar, octave_scalar, octave_matrix, OCTAVE_VALUE_INT_MATRIX_T, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_char_matrix_str, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_complex_matrix, octave_sparse_matrix, octave_sparse_bool_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 541 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_dm_scm(), oct_binop_add_dm_sm(), oct_binop_div(), oct_binop_el_ldiv(), oct_binop_el_pow(), oct_binop_ldiv(), oct_binop_mul_trans(), oct_binop_pow(), oct_binop_sub_dm_scm(), oct_binop_sub_dm_sm(), oct_binop_trans_ldiv(), oct_binop_trans_mul(), oct_catop_bm_sm(), oct_catop_m_sbm(), oct_catop_m_scm(), and oct_catop_m_sm().
|
inlinevirtualinherited |
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, and octave_base_matrix< boolNDArray >.
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_float_matrix, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_char_matrix, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 308 of file ov-base.h.
References octave_value::dims(), and dim_vector::length().
|
protectedinherited |
Definition at line 1500 of file ov-base.cc.
References octave_base_value::beginning_of_line.
Referenced by octave_fcn_inline::print(), octave_oncleanup::print(), octave_fcn_handle::print(), octave_perm_matrix::print(), octave_range::print(), octave_struct::print_name_tag(), octave_class::print_name_tag(), octave_scalar_struct::print_name_tag(), octave_range::print_name_tag(), octave_base_value::print_name_tag(), octave_struct::print_raw(), octave_cell::print_raw(), octave_class::print_raw(), octave_scalar_struct::print_raw(), octave_classdef::print_raw(), octave_class::print_with_name(), and octave_base_value::print_with_name().
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_class, and octave_struct.
Definition at line 319 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Definition at line 494 of file ov-base.cc.
References d, octave_sparse_bool_matrix::double_value(), error(), error_state, fix(), gripe_wrong_type_arg(), octave_sparse_bool_matrix::type_name(), and xisnan().
Referenced by Frethrow().
|
virtualinherited |
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, and octave_perm_matrix.
Definition at line 306 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_class.
Definition at line 966 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_class.
Definition at line 152 of file ov-base.cc.
References octave_base_value::dims(), and dims_to_numel().
|
inlinevirtualinherited |
Reimplemented in octave_scalar_struct, octave_class, octave_base_matrix< MT >, octave_struct, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 311 of file ov-base.h.
References octave_value::dims(), and dim_vector::numel().
Referenced by octave_range::as_mxArray(), octave_range::char_array_value(), octave_perm_matrix::double_value(), octave_perm_matrix::float_value(), octave_class::numel(), and octave_base_value::nzmax().
|
protectedinherited |
Definition at line 1328 of file ov-base.cc.
References octave_value::assign_op_as_string(), octave_base_value::count, error(), error_state, f, octave_value::get_rep(), gripe_assign_conversion_failed(), gripe_indexed_assignment(), gripe_no_conversion(), octave_value_typeinfo::lookup_assign_op(), octave_value_typeinfo::lookup_pref_assign_conv(), octave_value_typeinfo::lookup_widening_op(), octave_value::maybe_mutate(), octave_base_value::numeric_conversion_function(), octave_value::numeric_conversion_function(), octave_base_value::octave_value, octave_value::op_asn_eq, octave_value::subsasgn(), octave_base_value::type_conv_info::type_id(), octave_base_value::type_id(), octave_value::type_id(), octave_base_value::type_name(), and octave_value::type_name().
Referenced by octave_base_value::subsasgn().
|
inlinevirtualinherited |
Reimplemented in octave_null_sq_str, octave_range, octave_char_matrix_str, octave_bool_matrix, octave_sparse_bool_matrix, octave_null_str, octave_bool, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_diag_matrix, octave_lazy_index, octave_null_matrix, and octave_perm_matrix.
Definition at line 229 of file ov-base.h.
Referenced by octave_base_value::numeric_assign().
|
inlinevirtualinherited |
Reimplemented in octave_matrix, octave_complex_matrix, octave_scalar, octave_complex, octave_complex_diag_matrix, and octave_diag_matrix.
|
virtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 313 of file ov-base.cc.
References octave_base_value::numel().
|
virtualinherited |
Reimplemented in octave_class.
Definition at line 974 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_class.
Definition at line 983 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_perm_matrix.
Definition at line 739 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_div_scm_pm(), oct_binop_div_sm_pm(), oct_binop_ldiv(), oct_binop_ldiv_pm_scm(), oct_binop_ldiv_pm_sm(), oct_binop_mul_pm_scm(), oct_binop_mul_pm_sm(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_pm(), and oct_binop_pow().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_scalar_struct, octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_char_matrix_str, octave_lazy_index, octave_struct, octave_base_diag< DMT, MT >, octave_base_scalar< ST >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, and octave_perm_matrix.
Definition at line 333 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_classdef, octave_range, octave_scalar_struct, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_class, octave_base_matrix< MT >, octave_java, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_fcn_handle, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_lazy_index, octave_struct, octave_oncleanup, octave_fcn_inline, and octave_magic_colon.
Definition at line 401 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_base_value::print_with_name().
|
inlinevirtualinherited |
Reimplemented in octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_fcn_handle, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_char_matrix_str, and octave_lazy_index.
Definition at line 612 of file ov-base.h.
Referenced by octave_base_value::print_name_tag().
|
virtualinherited |
Reimplemented in octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, and octave_lazy_index.
Definition at line 449 of file ov-base.cc.
References octave_base_value::type_name().
Referenced by octave_value::print_info().
|
virtualinherited |
Reimplemented in octave_classdef, octave_range, octave_scalar_struct, octave_class, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, and octave_struct.
Definition at line 413 of file ov-base.cc.
References octave_base_value::indent(), octave_base_value::newline(), octave_base_value::print_as_scalar(), and Vcompact_format.
Referenced by octave_classdef::print_name_tag(), and octave_base_value::print_with_name().
|
virtualinherited |
Reimplemented in octave_classdef, octave_range, octave_scalar_struct, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_float_matrix, octave_class, octave_complex_matrix, octave_float_complex_matrix, octave_java, octave_fcn_handle, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_char_matrix, octave_char_matrix_str, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_struct, octave_oncleanup, octave_fcn_inline, octave_magic_colon, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
Definition at line 407 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_classdef, and octave_class.
Definition at line 436 of file ov-base.cc.
References octave_base_value::newline(), octave_base_value::print(), octave_base_value::print_name_tag(), and Vcompact_format.
Referenced by octave_jit_print_any(), and octave_classdef::print_with_name().
|
virtualinherited |
Reimplemented in octave_range.
Definition at line 926 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_jit_cast_range_any().
|
static |
Definition at line 39 of file ov-cs-list.cc.
Referenced by install_types().
|
inlineinherited |
Definition at line 782 of file ov-base.h.
Referenced by octave_jit_cast_complex_any(), octave_jit_cast_matrix_any(), octave_jit_cast_range_any(), octave_jit_cast_scalar_any(), octave_jit_release_any(), and octave_java::~octave_java().
|
protectedinherited |
Definition at line 1510 of file ov-base.cc.
References octave_base_value::beginning_of_line, and octave_base_value::curr_print_indent_level.
|
inlineprotectedinherited |
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_char_matrix_sq_str, octave_matrix, octave_class, octave_range, octave_struct, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_char_matrix_str, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 326 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_scalar_struct, octave_char_matrix_sq_str, octave_bool, octave_float_scalar, octave_scalar, octave_class, octave_complex, octave_float_complex, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_range, octave_base_sparse< T >, octave_struct, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_char_matrix_str, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 340 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_base_value::empty_clone(), and octave_base_matrix< boolNDArray >::octave_base_matrix().
|
inlineinherited |
Definition at line 294 of file ov-base.h.
References octave_value::dims().
Referenced by octave_sparse_bool_matrix::as_mxArray(), octave_sparse_complex_matrix::as_mxArray(), octave_sparse_matrix::as_mxArray(), octave_sparse_bool_matrix::complex_value(), octave_sparse_matrix::complex_value(), octave_float_complex_matrix::complex_value(), octave_complex_matrix::complex_value(), octave_char_matrix::complex_value(), octave_perm_matrix::complex_value(), octave_float_matrix::complex_value(), octave_bool_matrix::complex_value(), octave_matrix::complex_value(), octave_char_matrix::double_value(), octave_float_complex_matrix::double_value(), octave_complex_matrix::double_value(), octave_bool_matrix::double_value(), octave_float_complex_matrix::float_complex_value(), octave_complex_matrix::float_complex_value(), octave_char_matrix::float_complex_value(), octave_perm_matrix::float_complex_value(), octave_float_matrix::float_complex_value(), octave_bool_matrix::float_complex_value(), octave_matrix::float_complex_value(), octave_char_matrix::float_value(), octave_float_complex_matrix::float_value(), octave_complex_matrix::float_value(), octave_bool_matrix::float_value(), oct_binop_add_cdm_scm(), oct_binop_add_cdm_sm(), oct_binop_add_dm_scm(), oct_binop_add_dm_sm(), oct_binop_add_scm_cdm(), oct_binop_add_scm_dm(), oct_binop_add_sm_cdm(), oct_binop_add_sm_dm(), oct_binop_div(), oct_binop_div_scm_cdm(), oct_binop_div_scm_dm(), oct_binop_div_sm_cdm(), oct_binop_div_sm_dm(), oct_binop_ldiv(), oct_binop_mul_cdm_scm(), oct_binop_mul_cdm_sm(), oct_binop_mul_dm_scm(), oct_binop_mul_dm_sm(), oct_binop_mul_pm_scm(), oct_binop_mul_pm_sm(), oct_binop_mul_scm_cdm(), oct_binop_mul_scm_dm(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_cdm(), oct_binop_mul_sm_dm(), oct_binop_mul_sm_pm(), oct_binop_sub_cdm_scm(), oct_binop_sub_cdm_sm(), oct_binop_sub_dm_scm(), oct_binop_sub_dm_sm(), oct_binop_sub_scm_cdm(), oct_binop_sub_scm_dm(), oct_binop_sub_sm_cdm(), oct_binop_sub_sm_dm(), octave_cell::print_raw(), octave_float_complex_matrix::save_ascii(), octave_complex_matrix::save_ascii(), octave_cell::save_ascii(), octave_float_matrix::save_ascii(), octave_bool_matrix::save_ascii(), and octave_matrix::save_ascii().
|
virtualinherited |
Reimplemented in octave_range, octave_scalar_struct, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_complex_matrix, octave_char_matrix_str, octave_float_complex_matrix, octave_fcn_handle, octave_struct, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_oncleanup, octave_fcn_inline, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
Definition at line 1066 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Reimplemented in octave_range, octave_scalar_struct, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_perm_matrix, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_char_matrix_str, octave_float_complex_matrix, octave_fcn_handle, octave_sparse_matrix, octave_sparse_complex_matrix, octave_struct, octave_sparse_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_diag_matrix, octave_complex_diag_matrix, octave_oncleanup, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_fcn_inline, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
Definition at line 1080 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_range, octave_scalar_struct, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_char_matrix_str, octave_float_complex_matrix, octave_fcn_handle, octave_sparse_matrix, octave_sparse_complex_matrix, octave_struct, octave_sparse_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_oncleanup, octave_fcn_inline, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
Definition at line 1095 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar_struct, and octave_oncleanup.
Definition at line 942 of file ov-base.cc.
References octave_map::checkelem(), error(), error_state, octave_base_value::map_value(), and octave_map::numel().
Referenced by octave_value::scalar_map_value().
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_lazy_index, octave_bool, octave_float_scalar, octave_matrix, octave_scalar, OCTAVE_VALUE_INT_MATRIX_T, octave_float_matrix, octave_base_diag< DMT, MT >, octave_bool_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_perm_matrix, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_complex_matrix, octave_sparse_bool_matrix, octave_float_complex_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 475 of file ov-base.h.
References octave_value::double_value().
Referenced by oct_binop_add_sm_dm(), oct_binop_div(), oct_binop_ldiv(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_dm(), oct_binop_mul_sm_pm(), oct_binop_pow(), oct_binop_sub_sm_dm(), oct_catop_b_sm(), oct_catop_s_sbm(), oct_catop_s_scm(), and oct_catop_s_sm().
|
inlinevirtualinherited |
Reimplemented in octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_cell, octave_char_matrix_str, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
|
virtualinherited |
Definition at line 481 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_class.
Definition at line 142 of file ov-base.cc.
References octave_base_value::dims(), and dim_vector::length().
Referenced by octave_fcn_binder::maybe_binder(), and octave_class::size().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_matrix, octave_range, octave_char_matrix_str, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_scalar< ST >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, and octave_perm_matrix.
Definition at line 1142 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_matrix, octave_range, octave_char_matrix_str, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_scalar< ST >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, and octave_perm_matrix.
Definition at line 1150 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_matrix, octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_cell, octave_base_scalar< ST >, octave_lazy_index, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 1167 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_bool_matrix, octave_bool, octave_perm_matrix, octave_sparse_matrix, octave_sparse_bool_matrix, and octave_sparse_complex_matrix.
Definition at line 695 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_catop_b_sbm(), oct_catop_bm_sbm(), oct_catop_sbm_b(), and oct_catop_sbm_bm().
|
virtualinherited |
Reimplemented in octave_range, octave_lazy_index, octave_bool_matrix, octave_bool, octave_matrix, octave_float_scalar, octave_perm_matrix, octave_scalar, octave_float_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_matrix, octave_complex, octave_sparse_bool_matrix, octave_sparse_complex_matrix, and octave_float_complex.
Definition at line 686 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_cdm_scm(), oct_binop_add_dm_scm(), oct_binop_add_scm_cdm(), oct_binop_add_scm_dm(), oct_binop_div(), oct_binop_div_scm_cdm(), oct_binop_div_scm_dm(), oct_binop_div_scm_pm(), oct_binop_el_div(), oct_binop_el_ldiv(), oct_binop_el_pow(), oct_binop_ldiv(), oct_binop_ldiv_cdm_scm(), oct_binop_ldiv_dm_scm(), oct_binop_ldiv_pm_scm(), oct_binop_mul_cdm_scm(), oct_binop_mul_dm_scm(), oct_binop_mul_pm_scm(), oct_binop_mul_scm_cdm(), oct_binop_mul_scm_dm(), oct_binop_mul_scm_pm(), oct_binop_pow(), oct_binop_sub_cdm_scm(), oct_binop_sub_dm_scm(), oct_binop_sub_scm_cdm(), oct_binop_sub_scm_dm(), oct_catop_cm_scm(), oct_catop_cs_scm(), oct_catop_m_scm(), oct_catop_s_scm(), oct_catop_scm_cm(), oct_catop_scm_cs(), oct_catop_scm_m(), and oct_catop_scm_s().
|
virtualinherited |
Reimplemented in octave_range, octave_lazy_index, octave_bool_matrix, octave_bool, octave_matrix, octave_float_scalar, octave_float_matrix, octave_perm_matrix, octave_scalar, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_matrix, octave_sparse_bool_matrix, octave_complex, octave_sparse_complex_matrix, and octave_float_complex.
Definition at line 677 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_cdm_sm(), oct_binop_add_dm_sm(), oct_binop_add_sm_cdm(), oct_binop_add_sm_dm(), oct_binop_div(), oct_binop_div_sm_cdm(), oct_binop_div_sm_dm(), oct_binop_div_sm_pm(), oct_binop_el_div(), oct_binop_el_ldiv(), oct_binop_el_pow(), oct_binop_ldiv(), oct_binop_ldiv_cdm_sm(), oct_binop_ldiv_dm_sm(), oct_binop_ldiv_pm_sm(), oct_binop_mul_cdm_sm(), oct_binop_mul_dm_sm(), oct_binop_mul_pm_scm(), oct_binop_mul_pm_sm(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_cdm(), oct_binop_mul_sm_dm(), oct_binop_mul_sm_pm(), oct_binop_pow(), oct_binop_sub_cdm_sm(), oct_binop_sub_dm_sm(), oct_binop_sub_sm_cdm(), oct_binop_sub_sm_dm(), oct_catop_b_sm(), oct_catop_bm_sm(), oct_catop_cm_sm(), oct_catop_cs_sm(), oct_catop_m_sbm(), oct_catop_m_sm(), oct_catop_s_sbm(), oct_catop_s_sm(), oct_catop_sbm_m(), oct_catop_sbm_s(), oct_catop_sm_b(), oct_catop_sm_bm(), oct_catop_sm_cm(), oct_catop_sm_cs(), oct_catop_sm_m(), and oct_catop_sm_s().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_scalar_struct, octave_matrix, octave_range, octave_char_matrix_str, octave_struct, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, and octave_perm_matrix.
Definition at line 127 of file ov-base.cc.
References error(), octave_base_value::octave_value, and octave_base_value::type_name().
|
inlinestatic |
Definition at line 86 of file ov-cs-list.h.
|
inlinestatic |
Definition at line 86 of file ov-cs-list.h.
|
inlinestatic |
Definition at line 86 of file ov-cs-list.h.
|
virtualinherited |
Reimplemented in octave_char_matrix_str.
Definition at line 904 of file ov-base.cc.
References octave_base_value::convert_to_str(), error_state, and octave_value::string_value().
Referenced by default_warning_state(), Flasterror(), Frethrow(), Fvectorize(), set_warning_option(), warning_enabled(), and warning_query().
|
virtualinherited |
Reimplemented in octave_classdef, octave_scalar_struct, octave_java, octave_class, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_struct, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 227 of file ov-base.cc.
References octave_value::empty_conv(), error(), octave_base_value::is_defined(), octave_base_value::is_empty(), octave_base_value::is_numeric_type(), octave_base_value::numeric_assign(), panic_impossible, octave_value::subsasgn(), octave_base_value::type_name(), and octave_value::undef_subsasgn().
Referenced by octave_value::subsasgn(), octave_class::subsasgn_common(), and octave_base_value::undef_subsasgn().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 47 of file ov-cs-list.cc.
References gripe_indexed_cs_list(), and octave_base_value::octave_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 55 of file ov-cs-list.cc.
References gripe_indexed_cs_list().
|
virtualinherited |
Reimplemented in octave_user_function, octave_cell, octave_fcn_handle, and octave_builtin.
Definition at line 185 of file ov-base.cc.
References octave_base_value::subsref().
|
inlinevirtualinherited |
Reimplemented in octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_matrix, octave_sparse_complex_matrix, octave_range, octave_sparse_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_float_matrix, octave_bool_matrix, octave_sparse_bool_matrix, octave_complex, octave_float_complex, octave_struct, octave_base_int_matrix< T >, octave_complex_diag_matrix, octave_diag_matrix, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_lazy_index, and octave_perm_matrix.
Definition at line 240 of file ov-base.h.
Referenced by octave_value::maybe_mutate(), octave_float_complex_diag_matrix::try_narrowing_conversion(), octave_complex_diag_matrix::try_narrowing_conversion(), and octave_value::try_narrowing_conversion().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 86 of file ov-cs-list.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 86 of file ov-cs-list.h.
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 864 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 792 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 873 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 801 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 882 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 810 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 491 of file ov-base.cc.
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 855 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 783 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 485 of file ov-base.cc.
|
virtualinherited |
Definition at line 488 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_classdef, and octave_class.
Definition at line 295 of file ov-base.cc.
References octave_base_value::subsasgn().
Referenced by octave_value::undef_subsasgn(), and octave_classdef::undef_subsasgn().
|
inlinevirtualinherited |
Reimplemented in octave_class.
Definition at line 226 of file ov-base.h.
References octave_value::clone().
Referenced by octave_value::make_unique().
|
inlinevirtualinherited |
Reimplemented in octave_class.
Definition at line 585 of file ov-base.h.
Referenced by octave_class::unique_parent_class().
|
virtualinherited |
Reimplemented in octave_function.
Definition at line 1289 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_user_function, and octave_user_script.
Definition at line 1025 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by bp_table::do_remove_all_breakpoints_in_file(), and octave_value::user_code_value().
|
virtualinherited |
Reimplemented in octave_user_function, and octave_fcn_handle.
Definition at line 1003 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by Fnargin(), Fnargout(), cdef_class::cdef_class_rep::install_method(), octave_classdef_superclass_ref::is_constructed_object(), is_method_executing(), make_function_of_class(), and octave_value::user_function_value().
|
virtualinherited |
Reimplemented in octave_user_script.
Definition at line 1014 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::user_script_value().
|
virtualinherited |
Definition at line 482 of file ov-base.cc.
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_float_matrix, octave_complex, octave_float_complex, octave_complex_matrix, octave_char_matrix_str, and octave_float_complex_matrix.
Definition at line 1111 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::write().
|
staticprivate |
Definition at line 86 of file ov-cs-list.h.
|
protectedinherited |
Definition at line 818 of file ov-base.h.
Referenced by octave_value::assign(), octave_diag_matrix::do_index_op(), octave_perm_matrix::do_index_op(), octave_value::do_non_const_unary_op(), octave_value::make_storable_value(), octave_value::maybe_mutate(), octave_class::numel(), octave_base_value::numeric_assign(), octave_value::octave_value(), octave_value::operator=(), octave_classdef::print(), octave_class::print_with_name(), octave_classdef::print_with_name(), octave_class::size(), octave_struct::subsasgn(), octave_cell::subsasgn(), octave_class::subsasgn(), octave_scalar_struct::subsasgn(), octave_classdef::subsasgn(), octave_class::subsasgn_common(), octave_class::subsref(), octave_classdef::subsref(), and octave_class::unique_clone().
|
private |
Definition at line 83 of file ov-cs-list.h.
|
staticprivate |
Definition at line 86 of file ov-cs-list.h.
|
staticprivate |
Definition at line 86 of file ov-cs-list.h.