GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "ov-base-mat.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 } |
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 | |
void | clear_cached_info (void) const |
int | current_print_indent_level (void) const |
void | decrement_indent_level (void) 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 |
idx_vector | set_idx_cache (const idx_vector &idx) const |
Static Protected Member Functions | |
static const char * | get_umap_name (unary_mapper_t) |
Protected Attributes | |
octave_refcount< octave_idx_type > | count |
idx_vector * | idx_cache |
MT | matrix |
MatrixType * | typ |
Private Member Functions | |
octave_base_matrix & | operator= (const octave_base_matrix &) |
Definition at line 46 of file ov-base-mat.h.
|
inherited |
|
inherited |
|
inline |
Definition at line 51 of file ov-base-mat.h.
|
inline |
Definition at line 54 of file ov-base-mat.h.
|
inline |
Definition at line 62 of file ov-base-mat.h.
|
inline |
Definition at line 68 of file ov-base-mat.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 117 of file ov-base-mat.h.
|
virtualinherited |
Reimplemented in octave_class, octave_cell, and octave_char_matrix_str.
Definition at line 889 of file ov-base.cc.
References octave_value::all_strings(), octave_base_value::convert_to_str(), and error_state.
Referenced by octave_value::all_strings().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 118 of file ov-base-mat.h.
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_lazy_index, octave_matrix, octave_bool, 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_bool_matrix, octave_sparse_matrix, octave_complex, octave_char_matrix_str, octave_char_matrix, octave_float_complex, and octave_sparse_bool_matrix.
Definition at line 556 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::array_value(), 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().
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_class, 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_complex_matrix, octave_cell, octave_float_complex_matrix, octave_sparse_matrix, octave_char_matrix, octave_sparse_complex_matrix, octave_struct, and octave_sparse_bool_matrix.
Definition at line 1122 of file ov-base.cc.
Referenced by octave_value::as_mxArray().
void octave_base_matrix< MT >::assign | ( | const octave_value_list & | idx, |
const MT & | rhs | ||
) |
Reimplemented in octave_cell.
Definition at line 214 of file ov-base-mat.cc.
References error_state, octave_value_list::length(), and panic_impossible.
Referenced by oct_assignop_conv_and_assign().
void octave_base_matrix< MT >::assign | ( | const octave_value_list & | idx, |
typename MT::element_type | rhs | ||
) |
Definition at line 280 of file ov-base-mat.cc.
References error_state, idx_vector::is_scalar(), octave_value_list::length(), panic_impossible, and dim_vector::redim().
|
inlinevirtualinherited |
Reimplemented in octave_class.
Definition at line 278 of file ov-base.h.
Referenced by octave_fcn_handle::load_ascii(), octave_fcn_handle::load_binary(), octave_fcn_handle::load_hdf5(), and 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_complex, 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_float_complex, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_bool_matrix, and octave_sparse_matrix.
Definition at line 644 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::bool_array_value(), and oct_assignop_conv_and_assign().
|
virtualinherited |
Reimplemented in octave_bool, octave_bool_matrix, and octave_sparse_bool_matrix.
Definition at line 635 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::bool_matrix_value(), 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 627 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::bool_value(), 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_sparse_matrix, octave_float_matrix, octave_bool_matrix, octave_complex_matrix, octave_sparse_bool_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 381 of file ov-base.h.
References btyp_unknown.
Referenced by octave_value::builtin_type().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell.
Definition at line 70 of file ov-base-mat.h.
|
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().
Referenced by octave_value::capacity().
Reimplemented in octave_cell.
Definition at line 531 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::cell_value().
Reimplemented in octave_cell, and octave_char_matrix_str.
Definition at line 915 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::cellstr_value().
|
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_matrix, and octave_sparse_bool_matrix.
Definition at line 666 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::char_array_value(), Fstrrep(), oct_catop_chm_m(), and oct_catop_chm_s().
|
virtualinherited |
Reimplemented in octave_char_matrix.
Definition at line 653 of file ov-base.cc.
References octave_value::char_matrix_value(), octave_base_value::convert_to_str(), and error_state.
Referenced by octave_value::char_matrix_value().
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_user_function, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_java, octave_scalar_struct, octave_char_matrix_sq_str, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_perm_matrix, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix_str, octave_user_script, octave_fcn_handle, octave_struct, octave_sparse_matrix, octave_sparse_complex_matrix, octave_sparse_bool_matrix, octave_mex_function, octave_builtin, octave_dld_function, octave_null_sq_str, octave_fcn_inline, octave_diag_matrix, octave_oncleanup, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_cs_list, octave_null_str, octave_magic_colon, and octave_null_matrix.
Definition at line 824 of file ov-base.h.
Referenced by octave_value::class_name(), and octave_base_value::dump().
|
inlineprotected |
Definition at line 190 of file ov-base-mat.h.
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_char_matrix_sq_str, octave_scalar_struct, octave_java, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_matrix, octave_sparse_complex_matrix, octave_sparse_matrix, octave_char_matrix_str, octave_char_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_float_matrix, octave_range, octave_bool_matrix, octave_sparse_bool_matrix, octave_fcn_handle, octave_class, octave_float_scalar, octave_cell, octave_float_complex, octave_scalar, octave_bool, octave_complex, OCTAVE_VALUE_INT_MATRIX_T, octave_cs_list, octave_struct, octave_magic_colon, octave_fcn_inline, octave_base_int_matrix< T >, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, octave_function, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_diag_matrix, octave_lazy_index, octave_oncleanup, and octave_perm_matrix.
Definition at line 216 of file ov-base.h.
Referenced by octave_value::clone().
|
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_value::columns(), 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_float_matrix::complex_value(), octave_perm_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_float_matrix::float_complex_value(), octave_perm_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(), pr_where(), 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_char_matrix, octave_float_complex, 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 609 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::complex_array_value(), 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 719 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::complex_diag_matrix_value(), 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 591 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::complex_matrix_value(), 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 572 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_nan_value(), and octave_base_value::type_name().
Referenced by octave_value::complex_value(), 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().
Definition at line 391 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::convert_to_row_or_column_vector().
|
virtualinherited |
Definition at line 371 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_value::convert_to_str(), octave_matrix::map(), octave_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 383 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(), and octave_value::convert_to_str_internal().
Definition at line 802 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().
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().
void octave_base_matrix< MT >::delete_elements | ( | const octave_value_list & | idx | ) |
Reimplemented in octave_cell.
Definition at line 375 of file ov-base-mat.cc.
References octave_value_list::length().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_sq_str, octave_matrix, octave_float_matrix, octave_complex_matrix, octave_float_complex_matrix, and octave_char_matrix_str.
Definition at line 123 of file ov-base-mat.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_matrix, octave_float_matrix, octave_complex_matrix, and octave_float_complex_matrix.
Definition at line 126 of file ov-base-mat.h.
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 702 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::diag_matrix_value(), 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 101 of file ov-base-mat.h.
|
virtual |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_sq_str, and octave_char_matrix_str.
Definition at line 131 of file ov-base-mat.cc.
References conv_to_int_array(), error_state, idx_vector::is_scalar(), and octave_value_list::length().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 92 of file ov-base-mat.h.
|
virtualinherited |
Reimplemented in octave_user_function, octave_fcn_binder, octave_fcn_handle, and octave_builtin.
Definition at line 209 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_float_scalar, octave_matrix, octave_scalar, octave_base_diag< DMT, MT >, octave_float_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_perm_matrix, octave_char_matrix_str, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_complex_matrix, OCTAVE_VALUE_INT_MATRIX_T, octave_sparse_bool_matrix, octave_float_complex_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 515 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_nan_value(), and octave_base_value::type_name().
Referenced by octave_value::double_value(), 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 1279 of file ov-base.cc.
References octave_base_value::class_name(), octave_base_value::dims(), dim_vector::str(), and octave_base_value::type_name().
Referenced by octave_value::dump().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_char_matrix_sq_str, octave_scalar_struct, octave_java, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_matrix, octave_sparse_complex_matrix, octave_range, octave_sparse_matrix, octave_char_matrix_str, octave_char_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_float_matrix, octave_bool_matrix, octave_sparse_bool_matrix, octave_class, octave_fcn_handle, octave_float_scalar, octave_float_complex, octave_complex, octave_scalar, octave_cell, octave_bool, OCTAVE_VALUE_INT_MATRIX_T, octave_cs_list, octave_struct, octave_magic_colon, octave_fcn_inline, octave_base_int_matrix< T >, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, octave_oncleanup, octave_complex_diag_matrix, octave_function, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_diag_matrix, octave_lazy_index, and octave_perm_matrix.
Definition at line 119 of file ov-base.cc.
References octave_value::clone(), and octave_base_value::resize().
Referenced by default_null_matrix_numeric_conversion_function(), default_null_sq_str_numeric_conversion_function(), default_null_str_numeric_conversion_function(), octave_value::empty_clone(), octave_value::make_storable_value(), and octave_value::storable_value().
Reimplemented in octave_user_function.
Definition at line 449 of file ov-base.h.
Referenced by octave_value::erase_subfunctions().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 503 of file ov-base-mat.cc.
References octave_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 513 of file ov-base-mat.cc.
References btyp_unknown, octave_base_value::fast_elem_insert_self(), and octave_value::get_rep().
|
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 1514 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 1034 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 1045 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 580 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_scalar, octave_scalar, 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_char_matrix, and octave_float_complex.
Definition at line 564 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_array_value(), 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 618 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_complex_array_value(), 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 728 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_complex_diag_matrix_value(), 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 600 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_complex_matrix_value(), 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 581 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_float_nan_value(), and octave_base_value::type_name().
Referenced by octave_value::float_complex_value(), 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 710 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_diag_matrix_value(), oct_binop_div(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, OCTAVE_VALUE_INT_MATRIX_T, octave_lazy_index, 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 547 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_matrix_value(), 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 476 of file ov-base.h.
References octave_value::float_value().
Referenced by octave_value::float_scalar_value(), 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_base_diag< DMT, MT >, octave_float_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_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 523 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_float_nan_value(), and octave_base_value::type_name().
Referenced by octave_value::float_value(), oct_binop_div(), oct_binop_el_div(), oct_binop_el_ldiv(), and oct_binop_ldiv().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 74 of file ov-base-mat.h.
|
virtualinherited |
Reimplemented in octave_user_function, octave_fcn_handle, octave_user_script, octave_builtin, and octave_mex_function.
Definition at line 990 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by DEFUN_DLD(), Fdasrt(), Fquad(), Fquadcc(), octave_fcn_handle::function_value(), octave_value::function_value(), symbol_table::fcn_info::fcn_info_rep::mark_subfunction_in_scope_as_private(), and out_of_date_check().
|
staticprotectedinherited |
Definition at line 1186 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().
Definition at line 772 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().
Definition at line 796 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 1465 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_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(), and octave_class::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_matrix, octave_range, octave_sparse_matrix, octave_float_matrix, octave_bool_matrix, octave_sparse_bool_matrix, octave_char_matrix, octave_complex, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, and octave_magic_colon.
Definition at line 217 of file ov-base.cc.
References error(), and octave_base_value::type_name().
Referenced by octave_value::index_vector().
|
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 826 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int16_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 754 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int16_scalar_value().
|
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 835 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int32_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 763 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int32_scalar_value().
|
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 844 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int64_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 772 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int64_scalar_value().
|
virtualinherited |
Definition at line 488 of file ov-base.cc.
Referenced by octave_value::int64_value().
|
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 817 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int8_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 745 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int8_scalar_value().
|
virtualinherited |
Definition at line 482 of file ov-base.cc.
Referenced by octave_value::int_value().
Reimplemented in octave_user_function.
Definition at line 431 of file ov-base.h.
Referenced by octave_value::is_anonymous_function().
Reimplemented in octave_bool_matrix, and octave_sparse_bool_matrix.
Definition at line 351 of file ov-base.h.
Referenced by octave_value::is_bool_matrix().
Reimplemented in octave_bool.
Definition at line 349 of file ov-base.h.
Referenced by octave_value::is_bool_scalar().
Reimplemented in octave_bool_matrix, octave_sparse_bool_matrix, and octave_bool.
Definition at line 405 of file ov-base.h.
Referenced by octave_value::is_bool_type().
Reimplemented in octave_mex_function, octave_builtin, and octave_dld_function.
Definition at line 443 of file ov-base.h.
Referenced by octave_value::is_builtin_function().
Reimplemented in octave_cell.
Definition at line 337 of file ov-base.h.
Referenced by octave_value::is_cell().
Reimplemented in octave_cell.
Definition at line 339 of file ov-base.h.
Referenced by octave_value::is_cellstr().
Reimplemented in octave_char_matrix.
Definition at line 353 of file ov-base.h.
Referenced by octave_value::is_char_matrix().
Reimplemented in octave_sparse_complex_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_complex_diag_matrix, and octave_float_complex_diag_matrix.
Definition at line 347 of file ov-base.h.
Referenced by octave_value::is_complex_matrix().
Reimplemented in octave_complex, and octave_float_complex.
Definition at line 345 of file ov-base.h.
Referenced by octave_value::is_complex_scalar().
Reimplemented in octave_complex, octave_sparse_complex_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_float_complex, octave_complex_diag_matrix, and octave_float_complex_diag_matrix.
Definition at line 411 of file ov-base.h.
Referenced by octave_value::is_complex_type().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell.
Definition at line 150 of file ov-base-mat.h.
Reimplemented in octave_cs_list.
Definition at line 371 of file ov-base.h.
Referenced by octave_value::is_cs_list().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell.
Definition at line 148 of file ov-base-mat.h.
Reimplemented in octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 355 of file ov-base.h.
Referenced by octave_value::is_diag_matrix().
Reimplemented in octave_dld_function.
Definition at line 445 of file ov-base.h.
Referenced by get_current_shlib(), and octave_value::is_dld_function().
Reimplemented in octave_range, octave_perm_matrix, octave_matrix, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_complex_matrix, octave_scalar, octave_lazy_index, octave_diag_matrix, and octave_complex_diag_matrix.
Definition at line 383 of file ov-base.h.
Referenced by octave_value::is_double_type().
Definition at line 335 of file ov-base.h.
References octave_value::dims().
Referenced by Ferror(), octave_value::is_empty(), octave_cell::subsasgn(), and octave_base_value::subsasgn().
Reimplemented in octave_range, octave_perm_matrix, octave_matrix, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_float_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.
Definition at line 387 of file ov-base.h.
Referenced by octave_value::is_float_type().
Reimplemented in octave_function.
Definition at line 435 of file ov-base.h.
Referenced by octave_value::is_function().
Reimplemented in octave_fcn_handle.
Definition at line 429 of file ov-base.h.
Referenced by octave_value::is_function_handle().
Reimplemented in octave_user_function, and octave_fcn_inline.
Definition at line 433 of file ov-base.h.
Referenced by octave_value::is_inline_function().
Definition at line 391 of file ov-base.h.
Referenced by octave_value::is_int16_type().
Definition at line 393 of file ov-base.h.
Referenced by octave_value::is_int32_type().
Definition at line 395 of file ov-base.h.
Referenced by octave_value::is_int64_type().
Definition at line 389 of file ov-base.h.
Referenced by octave_value::is_int8_type().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 407 of file ov-base.h.
Referenced by octave_value::is_integer_type().
Reimplemented in octave_java.
Definition at line 369 of file ov-base.h.
Referenced by octave_value::is_java().
Reimplemented in octave_magic_colon.
Definition at line 373 of file ov-base.h.
Referenced by octave_value::is_magic_colon().
Reimplemented in octave_scalar_struct, octave_class, octave_java, and octave_struct.
Definition at line 365 of file ov-base.h.
Referenced by Ferror(), Flasterror(), and octave_value::is_map().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell.
Definition at line 144 of file ov-base-mat.h.
Reimplemented in octave_mex_function.
Definition at line 447 of file ov-base.h.
Referenced by get_current_shlib(), and octave_value::is_mex_function().
Reimplemented in octave_null_sq_str, octave_null_str, and octave_null_matrix.
Definition at line 425 of file ov-base.h.
Referenced by octave_value::is_null_value().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell, octave_char_matrix_str, and octave_bool_matrix.
Definition at line 146 of file ov-base-mat.h.
Reimplemented in octave_class, and octave_oncleanup.
Definition at line 367 of file ov-base.h.
Referenced by octave_value::is_object().
Reimplemented in octave_perm_matrix.
Definition at line 357 of file ov-base.h.
Referenced by octave_value::is_perm_matrix().
Reimplemented in octave_range.
Definition at line 363 of file ov-base.h.
Referenced by octave_value::is_range().
Reimplemented in octave_perm_matrix, octave_matrix, octave_sparse_matrix, octave_float_matrix, octave_char_matrix, octave_lazy_index, octave_diag_matrix, and octave_float_diag_matrix.
Definition at line 343 of file ov-base.h.
Referenced by octave_value::is_real_matrix().
Reimplemented in octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 341 of file ov-base.h.
Referenced by octave_value::is_real_scalar().
Reimplemented in octave_range, octave_perm_matrix, octave_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_sparse_matrix, octave_bool_matrix, octave_float_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 > >.
Definition at line 409 of file ov-base.h.
Referenced by octave_value::is_real_type().
Reimplemented in 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 415 of file ov-base.h.
Referenced by octave_value::is_scalar_type().
Reimplemented in octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 385 of file ov-base.h.
Referenced by octave_value::is_single_type().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_matrix, and octave_cell.
Definition at line 135 of file ov-base-mat.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_matrix, and octave_cell.
Definition at line 141 of file ov-base-mat.h.
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 421 of file ov-base.h.
Referenced by octave_value::is_sparse_type().
Reimplemented in octave_char_matrix_sq_str.
Definition at line 361 of file ov-base.h.
Referenced by octave_value::is_dq_string(), octave_value::is_sq_string(), and octave_char_matrix_str::resize().
Reimplemented in octave_char_matrix_str.
Definition at line 359 of file ov-base.h.
Referenced by Flasterror(), octave_value::is_dq_string(), and octave_value::is_string().
|
virtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell.
Definition at line 404 of file ov-base-mat.cc.
References boolNDArray::all(), gripe_nan_to_logical_conversion(), and dim_vector::numel().
Definition at line 399 of file ov-base.h.
Referenced by octave_value::is_uint16_type().
Definition at line 401 of file ov-base.h.
Referenced by octave_value::is_uint32_type().
Definition at line 403 of file ov-base.h.
Referenced by octave_value::is_uint64_type().
Definition at line 397 of file ov-base.h.
Referenced by octave_value::is_uint8_type().
Reimplemented in octave_user_code.
Definition at line 441 of file ov-base.h.
Referenced by octave_call_stack::do_backtrace(), 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(), octave_call_stack::do_num_user_code_frames(), and octave_value::is_user_code().
Reimplemented in octave_user_function.
Definition at line 439 of file ov-base.h.
Referenced by DEFUN(), do_which(), octave_value::is_user_function(), raw_help_from_symbol_table(), and try_local_protect().
Reimplemented in octave_user_script.
Definition at line 437 of file ov-base.h.
Referenced by DEFUN(), and octave_value::is_user_script().
Reimplemented in octave_function.
Definition at line 676 of file ov-base.h.
Referenced by octave_value::islocked().
|
virtualinherited |
Reimplemented in octave_cell, and octave_cs_list.
Definition at line 1056 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::list_value().
|
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_cell, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, 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 1071 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::load_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_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_fcn_inline, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
Definition at line 1085 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::load_binary().
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().
Referenced by octave_value::load_hdf5().
Reimplemented in octave_function.
Definition at line 1267 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::lock().
|
virtualinherited |
Definition at line 485 of file ov-base.cc.
Referenced by octave_value::long_value().
|
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_float_complex_matrix, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_sparse_matrix, octave_char_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 1260 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_value::map().
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_class, octave_java, and octave_struct.
Definition at line 956 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::map_keys().
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_class, octave_struct, octave_fcn_inline, and octave_oncleanup.
Definition at line 932 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().
|
inline |
Definition at line 162 of file ov-base-mat.h.
|
inline |
Definition at line 168 of file ov-base-mat.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 120 of file ov-base-mat.h.
Referenced by 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_cdm_scm(), oct_binop_ldiv_cdm_sm(), oct_binop_ldiv_dm_scm(), oct_binop_ldiv_dm_sm(), oct_binop_mul_cdm_scm(), oct_binop_mul_cdm_sm(), oct_binop_mul_dm_scm(), and oct_binop_mul_dm_sm().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 271 of file ov-base-mat.cc.
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_char_matrix, octave_float_complex, and octave_sparse_bool_matrix.
Definition at line 539 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::matrix_value(), 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().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 76 of file ov-base-mat.h.
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 >.
Definition at line 647 of file ov-base.h.
Referenced by octave_value::mex_get_data().
|
inlinevirtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 649 of file ov-base.h.
Referenced by octave_value::mex_get_ir().
|
inlinevirtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 651 of file ov-base.h.
Referenced by octave_value::mex_get_jc().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 105 of file ov-base-mat.h.
|
protectedinherited |
Definition at line 1484 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_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 317 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::nfields().
Definition at line 492 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(), and octave_value::nint_value().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 107 of file ov-base-mat.h.
Reimplemented in octave_class.
Definition at line 964 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::nparents().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 103 of file ov-base-mat.h.
|
virtualinherited |
Reimplemented in octave_class.
Definition at line 150 of file ov-base.cc.
References octave_base_value::dims(), and dims_to_numel().
Referenced by octave_value::numel().
|
protectedinherited |
Definition at line 1312 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(), and octave_value::numeric_conversion_function().
|
inlinevirtualinherited |
Reimplemented in octave_matrix, octave_complex_matrix, octave_scalar, octave_complex, octave_complex_diag_matrix, and octave_diag_matrix.
Definition at line 233 of file ov-base.h.
Referenced by octave_value::numeric_demotion_function().
|
virtualinherited |
Reimplemented in 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.cc.
References octave_base_value::numel().
Referenced by octave_value::nzmax().
|
private |
|
virtualinherited |
Reimplemented in octave_class.
Definition at line 972 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::parent_class_name_list().
|
virtualinherited |
Reimplemented in octave_class.
Definition at line 981 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::parent_class_names().
|
virtualinherited |
Reimplemented in octave_perm_matrix.
Definition at line 737 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(), oct_binop_pow(), and octave_value::perm_matrix_value().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_sq_str, and octave_char_matrix_str.
Definition at line 112 of file ov-base-mat.h.
|
virtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell.
Definition at line 438 of file ov-base-mat.cc.
|
virtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell, and octave_char_matrix_str.
Definition at line 429 of file ov-base-mat.cc.
References dim_vector::all_ones(), and dim_vector::any_zero().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 446 of file ov-base-mat.cc.
|
virtualinherited |
Reimplemented in 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 411 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_value::print_name_tag(), and octave_base_value::print_with_name().
|
virtualinherited |
Reimplemented in 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_fcn_handle, octave_base_sparse< T >, octave_java, 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 405 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::print_raw().
|
virtualinherited |
Reimplemented in octave_class.
Definition at line 434 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_value::print_with_name().
Reimplemented in octave_range.
Definition at line 924 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_jit_cast_range_any(), and octave_value::range_value().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_user_function, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_java, octave_scalar_struct, octave_char_matrix_sq_str, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_perm_matrix, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix_str, octave_user_script, octave_fcn_handle, octave_struct, octave_sparse_matrix, octave_sparse_complex_matrix, octave_sparse_bool_matrix, octave_mex_function, octave_builtin, octave_dld_function, octave_null_sq_str, octave_fcn_inline, octave_diag_matrix, octave_oncleanup, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_cs_list, octave_null_str, octave_magic_colon, and octave_null_matrix.
Definition at line 112 of file ov-base.cc.
Referenced by install_types().
Definition at line 779 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().
Definition at line 1494 of file ov-base.cc.
References octave_base_value::beginning_of_line, and octave_base_value::curr_print_indent_level.
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_sq_str, octave_matrix, and octave_char_matrix_str.
Definition at line 109 of file ov-base-mat.h.
|
virtual |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_sq_str, and octave_char_matrix_str.
Definition at line 392 of file ov-base-mat.cc.
|
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_float_matrix::complex_value(), octave_perm_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_float_matrix::float_complex_value(), octave_perm_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_value::rows(), 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_cell, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, 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 1064 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::save_ascii().
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_fcn_inline, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
Definition at line 1078 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::save_binary().
|
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().
Referenced by octave_value::save_hdf5().
|
virtualinherited |
Reimplemented in octave_scalar_struct, and octave_oncleanup.
Definition at line 940 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_base_diag< DMT, MT >, octave_float_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_perm_matrix, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_bool_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 473 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(), oct_catop_s_sm(), and octave_value::scalar_value().
|
inlineprotected |
Definition at line 183 of file ov-base-mat.h.
|
virtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell, and octave_char_matrix_str.
Definition at line 454 of file ov-base-mat.cc.
References octave_print_internal().
|
virtualinherited |
Definition at line 479 of file ov-base.cc.
Referenced by octave_value::short_value().
Reimplemented in octave_class.
Definition at line 140 of file ov-base.cc.
References octave_base_value::dims(), and dim_vector::length().
Referenced by octave_fcn_binder::maybe_binder(), and octave_value::size().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_sq_str, octave_matrix, octave_char_matrix_str, and octave_cell.
Definition at line 129 of file ov-base-mat.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_sq_str, octave_matrix, octave_char_matrix_str, and octave_cell.
Definition at line 131 of file ov-base-mat.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_matrix, and octave_cell.
Definition at line 138 of file ov-base-mat.h.
|
virtualinherited |
Reimplemented in octave_bool, octave_bool_matrix, octave_perm_matrix, octave_sparse_matrix, octave_sparse_bool_matrix, and octave_sparse_complex_matrix.
Definition at line 693 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_el_and_pm(), oct_binop_el_or_pm(), oct_binop_eq_pm(), oct_binop_ne_pm(), oct_catop_b_sbm(), oct_catop_bm_sbm(), oct_catop_sbm_b(), oct_catop_sbm_bm(), and octave_value::sparse_bool_matrix_value().
|
virtualinherited |
Reimplemented in octave_range, octave_bool, octave_lazy_index, octave_bool_matrix, octave_matrix, octave_float_scalar, octave_scalar, 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_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 684 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(), oct_catop_scm_s(), and octave_value::sparse_complex_matrix_value().
|
virtualinherited |
Reimplemented in octave_range, octave_lazy_index, octave_bool, octave_bool_matrix, octave_matrix, octave_float_scalar, octave_scalar, 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_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 675 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(), oct_catop_sm_s(), and octave_value::sparse_matrix_value().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_sq_str, octave_matrix, and octave_char_matrix_str.
Definition at line 72 of file ov-base-mat.h.
|
inlinestaticinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_user_function, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_java, octave_scalar_struct, octave_char_matrix_sq_str, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_perm_matrix, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix_str, octave_user_script, octave_fcn_handle, octave_struct, octave_sparse_matrix, octave_sparse_complex_matrix, octave_sparse_bool_matrix, octave_mex_function, octave_builtin, octave_dld_function, octave_null_sq_str, octave_fcn_inline, octave_diag_matrix, octave_oncleanup, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_cs_list, octave_null_str, octave_magic_colon, and octave_null_matrix.
Definition at line 824 of file ov-base.h.
Referenced by get_concat_class().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_user_function, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_java, octave_scalar_struct, octave_char_matrix_sq_str, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_perm_matrix, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix_str, octave_user_script, octave_fcn_handle, octave_struct, octave_sparse_matrix, octave_sparse_complex_matrix, octave_sparse_bool_matrix, octave_mex_function, octave_builtin, octave_dld_function, octave_null_sq_str, octave_fcn_inline, octave_diag_matrix, octave_oncleanup, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_cs_list, octave_null_str, octave_magic_colon, and octave_null_matrix.
|
inlinestaticinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_user_function, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_java, octave_scalar_struct, octave_char_matrix_sq_str, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_perm_matrix, octave_class, octave_float_matrix, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix_str, octave_user_script, octave_fcn_handle, octave_struct, octave_sparse_matrix, octave_sparse_complex_matrix, octave_sparse_bool_matrix, octave_mex_function, octave_builtin, octave_dld_function, octave_null_sq_str, octave_fcn_inline, octave_diag_matrix, octave_oncleanup, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_cs_list, octave_null_str, octave_magic_colon, and octave_null_matrix.
|
virtualinherited |
Reimplemented in octave_char_matrix_str.
Definition at line 902 of file ov-base.cc.
References octave_base_value::convert_to_str(), error_state, and octave_value::string_value().
Referenced by DEFUN(), Flasterror(), Frethrow(), Fwarning(), octave_value::string_value(), warning_enabled(), and warning_query().
|
virtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell.
Definition at line 68 of file ov-base-mat.cc.
References octave_value::empty_conv(), error(), panic_impossible, and octave_value::subsasgn().
|
virtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell.
Definition at line 40 of file ov-base-mat.cc.
References error(), octave_value::next_subsref(), and panic_impossible.
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented in octave_cell, and octave_cell.
Definition at line 81 of file ov-base-mat.h.
Referenced by octave_base_matrix< boolNDArray >::subsref().
|
virtualinherited |
Reimplemented in octave_user_function, octave_cell, octave_fcn_handle, and octave_builtin.
Definition at line 183 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_base_int_matrix< intNDArray< OCTAVE_INT_T > >, octave_complex_diag_matrix, octave_diag_matrix, 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().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_user_function, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_java, octave_scalar_struct, octave_char_matrix_sq_str, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_perm_matrix, octave_float_matrix, octave_class, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix_str, octave_user_script, octave_fcn_handle, octave_struct, octave_sparse_matrix, octave_sparse_complex_matrix, octave_sparse_bool_matrix, octave_mex_function, octave_builtin, octave_dld_function, octave_null_sq_str, octave_fcn_inline, octave_diag_matrix, octave_oncleanup, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_cs_list, octave_null_str, octave_magic_colon, and octave_null_matrix.
Definition at line 824 of file ov-base.h.
Referenced by octave_base_value::numeric_assign(), and octave_value::type_id().
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_user_function, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_java, octave_scalar_struct, octave_char_matrix_sq_str, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_perm_matrix, octave_float_matrix, octave_class, octave_complex, octave_float_complex, octave_cell, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix_str, octave_user_script, octave_fcn_handle, octave_struct, octave_sparse_matrix, octave_sparse_complex_matrix, octave_sparse_bool_matrix, octave_mex_function, octave_builtin, octave_dld_function, octave_null_sq_str, octave_fcn_inline, octave_diag_matrix, octave_oncleanup, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_cs_list, octave_null_str, octave_magic_colon, and octave_null_matrix.
Definition at line 824 of file ov-base.h.
Referenced by octave_base_value::array_value(), octave_base_value::bool_array_value(), octave_base_value::bool_matrix_value(), octave_base_value::bool_value(), octave_base_value::cell_value(), octave_base_value::cellstr_value(), octave_base_value::char_array_value(), octave_base_value::complex_array_value(), octave_base_value::complex_diag_matrix_value(), octave_base_value::complex_matrix_value(), octave_base_value::complex_value(), octave_base_value::convert_to_row_or_column_vector(), octave_base_value::convert_to_str(), octave_base_value::convert_to_str_internal(), octave_base_value::diag(), octave_base_value::diag_matrix_value(), octave_base_value::do_index_op(), octave_base_value::do_multi_index_op(), octave_base_value::double_value(), octave_base_value::dump(), octave_base_value::fcn_handle_value(), octave_base_value::fcn_inline_value(), octave_base_value::float_array_value(), octave_base_value::float_complex_array_value(), octave_base_value::float_complex_diag_matrix_value(), octave_base_value::float_complex_matrix_value(), octave_base_value::float_complex_value(), octave_base_value::float_diag_matrix_value(), octave_base_value::float_matrix_value(), octave_base_value::float_value(), octave_base_value::full_value(), octave_base_value::function_value(), octave_base_value::index_vector(), octave_base_value::int16_array_value(), octave_base_value::int16_scalar_value(), octave_base_value::int32_array_value(), octave_base_value::int32_scalar_value(), octave_base_value::int64_array_value(), octave_base_value::int64_scalar_value(), octave_base_value::int8_array_value(), octave_base_value::int8_scalar_value(), octave_base_value::is_sorted(), octave_base_value::is_sorted_rows(), octave_base_value::list_value(), octave_base_value::load_ascii(), octave_base_value::load_binary(), octave_base_value::load_hdf5(), octave_base_value::lock(), octave_base_value::map(), octave_base_value::map_keys(), octave_base_value::map_value(), octave_base_value::matrix_type(), octave_base_value::matrix_value(), octave_base_value::nfields(), octave_base_value::nnz(), octave_base_value::nparents(), octave_base_value::numeric_assign(), oct_catop_chm_m(), oct_catop_chm_s(), oct_catop_m_chm(), oct_catop_s_chm(), octave_base_value::parent_class_name_list(), octave_base_value::parent_class_names(), octave_base_value::perm_matrix_value(), octave_base_value::permute(), octave_base_value::print(), octave_base_value::print_info(), octave_base_value::print_raw(), octave_base_value::range_value(), octave_base_value::reshape(), octave_base_value::resize(), octave_base_value::save_ascii(), octave_base_value::save_binary(), octave_base_value::save_hdf5(), octave_base_value::sort(), octave_base_value::sort_rows_idx(), octave_base_value::sparse_bool_matrix_value(), octave_base_value::sparse_complex_matrix_value(), octave_base_value::sparse_matrix_value(), octave_base_value::squeeze(), octave_base_value::subsasgn(), octave_base_value::subsref(), octave_value::type_name(), octave_base_value::uint16_array_value(), octave_base_value::uint16_scalar_value(), octave_base_value::uint32_array_value(), octave_base_value::uint32_scalar_value(), octave_base_value::uint64_array_value(), octave_base_value::uint64_scalar_value(), octave_base_value::uint8_array_value(), octave_base_value::uint8_scalar_value(), octave_base_value::unlock(), octave_base_value::user_code_value(), octave_base_value::user_function_value(), octave_base_value::user_script_value(), and octave_base_value::write().
|
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 862 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint16_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 790 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint16_scalar_value().
|
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 871 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint32_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 799 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint32_scalar_value().
|
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 880 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint64_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 808 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint64_scalar_value().
|
virtualinherited |
Definition at line 489 of file ov-base.cc.
Referenced by octave_value::uint64_value().
|
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 853 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint8_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 781 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint8_scalar_value().
|
virtualinherited |
Definition at line 483 of file ov-base.cc.
Referenced by octave_value::uint_value().
|
virtualinherited |
Definition at line 486 of file ov-base.cc.
Referenced by octave_value::ulong_value().
|
virtualinherited |
Reimplemented in octave_class.
Definition at line 293 of file ov-base.cc.
References octave_base_value::subsasgn().
Referenced by octave_value::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 583 of file ov-base.h.
Referenced by octave_class::unique_parent_class().
Reimplemented in octave_function.
Definition at line 1273 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::unlock().
|
virtualinherited |
Reimplemented in octave_user_function, and octave_user_script.
Definition at line 1023 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 1001 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by DEFUN(), and octave_value::user_function_value().
|
virtualinherited |
Reimplemented in octave_user_script.
Definition at line 1012 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 480 of file ov-base.cc.
Referenced by octave_value::ushort_value().
|
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_float_matrix, 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_complex_matrix, octave_char_matrix_str, and octave_float_complex_matrix.
Definition at line 1113 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::write().
|
protectedinherited |
Definition at line 815 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::get_count(), octave_value::make_storable_value(), octave_value::make_unique(), octave_value::maybe_mutate(), octave_class::numel(), octave_base_value::numeric_assign(), octave_value::octave_value(), octave_value::operator=(), octave_class::print_with_name(), octave_class::size(), octave_struct::subsasgn(), octave_cell::subsasgn(), octave_class::subsasgn(), octave_scalar_struct::subsasgn(), octave_class::subsasgn_common(), octave_class::subsref(), octave_class::unique_clone(), and octave_value::~octave_value().
|
mutableprotected |
Definition at line 197 of file ov-base-mat.h.
|
protected |
|
mutableprotected |
Definition at line 196 of file ov-base-mat.h.