GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_value Class Reference

#include "ov.h"

Collaboration diagram for octave_value:

Public Types

enum  assign_op {
  op_asn_eq , op_add_eq , op_sub_eq , op_mul_eq ,
  op_div_eq , op_ldiv_eq , op_pow_eq , op_el_mul_eq ,
  op_el_div_eq , op_el_ldiv_eq , op_el_pow_eq , op_el_and_eq ,
  op_el_or_eq , num_assign_ops , unknown_assign_op
}
 
enum  binary_op {
  op_add , op_sub , op_mul , op_div ,
  op_pow , op_ldiv , op_lt , op_le ,
  op_eq , op_ge , op_gt , op_ne ,
  op_el_mul , op_el_div , op_el_pow , op_el_ldiv ,
  op_el_and , op_el_or , op_struct_ref , num_binary_ops ,
  unknown_binary_op
}
 
enum  compound_binary_op {
  op_trans_mul , op_mul_trans , op_herm_mul , op_mul_herm ,
  op_trans_ldiv , op_herm_ldiv , op_el_not_and , op_el_not_or ,
  op_el_and_not , op_el_or_not , num_compound_binary_ops , unknown_compound_binary_op
}
 
enum  magic_colon { magic_colon_t }
 
enum  unary_op {
  op_not , op_uplus , op_uminus , op_transpose ,
  op_hermitian , op_incr , op_decr , num_unary_ops ,
  unknown_unary_op
}
 

Public Member Functions

 octave_value (bool b)
 
 octave_value (char c, char type='\'')
 
 octave_value (const Array< bool > &bnda)
 
 octave_value (const Array< char > &chnda, char type='\'')
 
 octave_value (const Array< Complex > &m)
 
 octave_value (const Array< double > &m)
 
 octave_value (const Array< float > &m)
 
 octave_value (const Array< FloatComplex > &m)
 
 octave_value (const Array< octave_idx_type > &inda, bool zero_based=false, bool cache_index=false)
 
 octave_value (const Array< octave_int16 > &inda)
 
 octave_value (const Array< octave_int32 > &inda)
 
 octave_value (const Array< octave_int64 > &inda)
 
 octave_value (const Array< octave_int8 > &inda)
 
 octave_value (const Array< octave_uint16 > &inda)
 
 octave_value (const Array< octave_uint32 > &inda)
 
 octave_value (const Array< octave_uint64 > &inda)
 
 octave_value (const Array< octave_uint8 > &inda)
 
 octave_value (const Array< octave_value > &a, bool is_cs_list=false)
 
 octave_value (const Array< std::string > &cellstr)
 
 octave_value (const boolMatrix &bm, const MatrixType &t=MatrixType())
 
 octave_value (const boolNDArray &bnda)
 
 octave_value (const Cell &c, bool is_cs_list=false)
 
 octave_value (const char *s, char type='\'')
 
 octave_value (const charMatrix &chm, char type='\'')
 
 octave_value (const charNDArray &chnda, char type='\'')
 
 octave_value (const ColumnVector &v)
 
 octave_value (const Complex &C)
 
 octave_value (const ComplexColumnVector &v)
 
 octave_value (const ComplexDiagMatrix &d)
 
 octave_value (const ComplexMatrix &m, const MatrixType &t=MatrixType())
 
 octave_value (const ComplexNDArray &cnda)
 
 octave_value (const ComplexRowVector &v)
 
 octave_value (const DiagArray2< Complex > &d)
 
 octave_value (const DiagArray2< double > &d)
 
 octave_value (const DiagArray2< float > &d)
 
 octave_value (const DiagArray2< FloatComplex > &d)
 
 octave_value (const DiagMatrix &d)
 
 octave_value (const FloatColumnVector &v)
 
 octave_value (const FloatComplex &C)
 
 octave_value (const FloatComplexColumnVector &v)
 
 octave_value (const FloatComplexDiagMatrix &d)
 
 octave_value (const FloatComplexMatrix &m, const MatrixType &t=MatrixType())
 
 octave_value (const FloatComplexNDArray &cnda)
 
 octave_value (const FloatComplexRowVector &v)
 
 octave_value (const FloatDiagMatrix &d)
 
 octave_value (const FloatMatrix &m, const MatrixType &t=MatrixType())
 
 octave_value (const FloatNDArray &nda)
 
 octave_value (const FloatRowVector &v)
 
 octave_value (const idx_vector &idx, bool lazy=true)
 
 octave_value (const int16NDArray &inda)
 
 octave_value (const int32NDArray &inda)
 
 octave_value (const int64NDArray &inda)
 
 octave_value (const int8NDArray &inda)
 
 octave_value (const Matrix &m, const MatrixType &t=MatrixType())
 
 octave_value (const NDArray &nda)
 
 octave_value (const octave_int16 &i)
 
 octave_value (const octave_int32 &i)
 
 octave_value (const octave_int64 &i)
 
 octave_value (const octave_int8 &i)
 
 octave_value (const octave_map &m)
 
 octave_value (const octave_map &m, const std::string &id, const std::list< std::string > &plist)
 
 octave_value (const octave_scalar_map &m)
 
 octave_value (const octave_scalar_map &m, const std::string &id, const std::list< std::string > &plist)
 
 octave_value (const octave_uint16 &i)
 
 octave_value (const octave_uint32 &i)
 
 octave_value (const octave_uint64 &i)
 
 octave_value (const octave_uint8 &i)
 
 octave_value (const octave_value &a)
 
 octave_value (const octave_value_list &m)
 
 octave_value (const PermMatrix &p)
 
 octave_value (const Range &r, bool force_range=false)
 
 octave_value (const RowVector &v)
 
 octave_value (const Sparse< bool > &m, const MatrixType &t=MatrixType())
 
 octave_value (const Sparse< Complex > &m, const MatrixType &t=MatrixType())
 
 octave_value (const Sparse< double > &m, const MatrixType &t=MatrixType())
 
 octave_value (const SparseBoolMatrix &bm, const MatrixType &t=MatrixType())
 
 octave_value (const SparseComplexMatrix &m, const MatrixType &t=MatrixType())
 
 octave_value (const SparseMatrix &m, const MatrixType &t=MatrixType())
 
 octave_value (const std::map< std::string, octave_value > &)
 
 octave_value (const std::string &s, char type='\'')
 
 octave_value (const string_vector &s, char type='\'')
 
 octave_value (const uint16NDArray &inda)
 
 octave_value (const uint32NDArray &inda)
 
 octave_value (const uint64NDArray &inda)
 
 octave_value (const uint8NDArray &inda)
 
 octave_value (double base, double limit, double inc)
 
 octave_value (double d)
 
 octave_value (float d)
 
 octave_value (int i)
 
 octave_value (long int i)
 
 octave_value (octave::sys::time t)
 
 octave_value (octave_base_value *new_rep, bool borrow=false)
 
 octave_value (octave_value &&a)
 
 octave_value (octave_value::magic_colon)
 
 octave_value (short int i)
 
 octave_value (unsigned int i)
 
 octave_value (unsigned long int i)
 
 octave_value (unsigned short int i)
 
 octave_value (void)
 
 ~octave_value (void)
 
octave_value abs (void) const
 
octave_value acos (void) const
 
octave_value acosh (void) const
 
octave_value all (int dim=0) const
 
bool all_zero_dims (void) const
 
octave_value angle (void) const
 
octave_value any (int dim=0) const
 
octave_value arg (void) const
 
NDArray array_value (bool frc_str_conv=false) const
 
octave_value as_double (void) const
 
octave_value as_int16 (void) const
 
octave_value as_int32 (void) const
 
octave_value as_int64 (void) const
 
octave_value as_int8 (void) const
 
mxArrayas_mxArray (void) const
 
octave_value as_single (void) const
 
octave_value as_uint16 (void) const
 
octave_value as_uint32 (void) const
 
octave_value as_uint64 (void) const
 
octave_value as_uint8 (void) const
 
octave_value asin (void) const
 
octave_value asinh (void) const
 
octave_valueassign (assign_op op, const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs)
 
octave_valueassign (assign_op, const octave_value &rhs)
 
octave_value atan (void) const
 
octave_value atanh (void) const
 
boolNDArray bool_array_value (bool warn=false) const
 
boolMatrix bool_matrix_value (bool warn=false) const
 
bool bool_value (bool warn=false) const
 
builtin_type_t builtin_type (void) const
 
size_t byte_size (void) const
 
void call_object_destructor (void)
 
octave_value cbrt (void) const
 
octave_value ceil (void) const
 
Cell cell_value (void) const
 
Array< std::string > cellstr_value (void) const
 
charNDArray char_array_value (bool frc_str_conv=false) const
 
charMatrix char_matrix_value (bool frc_str_conv=false) const
 
std::string class_name (void) const
 
octave_classdefclassdef_object_value (bool silent=false) const
 
octave_base_valueclone (void) const
 
ColumnVector column_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
octave_idx_type columns (void) const
 
ComplexNDArray complex_array_value (bool frc_str_conv=false) const
 
ComplexColumnVector complex_column_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
ComplexDiagMatrix complex_diag_matrix_value (bool force=false) const
 
ComplexMatrix complex_matrix_value (bool frc_str_conv=false) const
 
ComplexRowVector complex_row_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
Complex complex_value (bool frc_str_conv=false) const
 
Array< Complexcomplex_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
octave_value conj (void) const
 
void convert_to_row_or_column_vector (void)
 
octave_value convert_to_str (bool pad=false, bool force=false, char type='\'') const
 
octave_value convert_to_str_internal (bool pad, bool force, char type) const
 
octave_value cos (void) const
 
octave_value cosh (void) const
 
octave_value dawson (void) const
 
octave_value diag (octave_idx_type k=0) const
 
octave_value diag (octave_idx_type m, octave_idx_type n) const
 
DiagMatrix diag_matrix_value (bool force=false) const
 
dim_vector dims (void) const
 
octave_value do_index_op (const octave_value_list &idx, bool resize_ok=false)
 
octave_valuedo_non_const_unary_op (unary_op op)
 
octave_valuedo_non_const_unary_op (unary_op op, const std::string &type, const std::list< octave_value_list > &idx)
 
double double_value (bool frc_str_conv=false) const
 
octave_value dump (void) const
 
std::string edit_display (const float_display_format &fmt, octave_idx_type i, octave_idx_type j) const
 
octave_base_valueempty_clone (void) const
 
void erase_subfunctions (void)
 
octave_value erf (void) const
 
octave_value erfc (void) const
 
octave_value erfcinv (void) const
 
octave_value erfcx (void) const
 
octave_value erfi (void) const
 
octave_value erfinv (void) const
 
octave_value eval (void)
 
octave_value exp (void) const
 
octave_value expm1 (void) const
 
octave_value fast_elem_extract (octave_idx_type n) const
 Extract the n-th element, aka 'val(n)'. More...
 
bool fast_elem_insert (octave_idx_type n, const octave_value &x)
 Assign the n-th element, aka 'val(n) = x'. More...
 
octave_fcn_handlefcn_handle_value (bool silent=false) const
 
octave_base_valuefind_parent_class (const std::string &parent_class_name)
 
octave_value fix (void) const
 
FloatNDArray float_array_value (bool frc_str_conv=false) const
 
FloatColumnVector float_column_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
FloatComplexNDArray float_complex_array_value (bool frc_str_conv=false) const
 
FloatComplexColumnVector float_complex_column_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
FloatComplexDiagMatrix float_complex_diag_matrix_value (bool force=false) const
 
FloatComplexMatrix float_complex_matrix_value (bool frc_str_conv=false) const
 
FloatComplexRowVector float_complex_row_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
FloatComplex float_complex_value (bool frc_str_conv=false) const
 
Array< FloatComplexfloat_complex_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
FloatDiagMatrix float_diag_matrix_value (bool force=false) const
 
FloatMatrix float_matrix_value (bool frc_str_conv=false) const
 
FloatRowVector float_row_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
float float_scalar_value (bool frc_str_conv=false) const
 
float float_value (bool frc_str_conv=false) const
 
Array< float > float_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
octave_value floor (void) const
 
octave_value full_value (void) const
 
octave_functionfunction_value (bool silent=false) const
 
octave_value gamma (void) const
 
octave_idx_type get_count (void) const
 
std::string get_dims_str (void) const
 
float_display_format get_edit_display_format (void) const
 
const octave_base_valueget_rep (void) const
 
octave_idx_type idx_type_value (bool req_int=false, bool frc_str_conv=false) const
 
octave_value imag (void) const
 
idx_vector index_vector (bool require_integers=false) const
 
int16NDArray int16_array_value (void) const
 
octave_int16 int16_scalar_value (void) const
 
int32NDArray int32_array_value (void) const
 
octave_int32 int32_scalar_value (void) const
 
int64NDArray int64_array_value (void) const
 
octave_int64 int64_scalar_value (void) const
 
int64_t int64_value (bool req_int=false, bool frc_str_conv=false) const
 
int8NDArray int8_array_value (void) const
 
octave_int8 int8_scalar_value (void) const
 
int int_value (bool req_int=false, bool frc_str_conv=false) const
 
Array< int > int_vector_value (bool req_int=false, bool frc_str_conv=false, bool frc_vec_conv=false) const
 
octave_base_valueinternal_rep (void) const
 
octave_value ipermute (const Array< int > &vec) const
 
bool is_anonymous_function (void) const
 
bool is_bool_matrix (void) const
 
bool is_bool_scalar (void) const
 
bool is_builtin_function (void) const
 
bool is_char_matrix (void) const
 
bool is_classdef_meta (void) const
 
bool is_classdef_object (void) const
 
bool is_classdef_superclass_ref (void) const
 
bool is_complex_matrix (void) const
 
bool is_complex_scalar (void) const
 
bool is_constant (void) const
 
bool is_copy_of (const octave_value &val) const
 
bool is_cs_list (void) const
 
bool is_defined (void) const
 
bool is_diag_matrix (void) const
 
bool is_dld_function (void) const
 
bool is_double_type (void) const
 
bool is_dq_string (void) const
 
bool is_equal (const octave_value &) const
 
bool is_function (void) const
 
bool is_function_handle (void) const
 
bool is_inline_function (void) const
 
bool is_instance_of (const std::string &cls_name) const
 
bool is_int16_type (void) const
 
bool is_int32_type (void) const
 
bool is_int64_type (void) const
 
bool is_int8_type (void) const
 
bool is_magic_colon (void) const
 
bool is_matrix_type (void) const
 
bool is_mex_function (void) const
 
bool is_package (void) const
 
bool is_perm_matrix (void) const
 
bool is_range (void) const
 
bool is_real_matrix (void) const
 
bool is_real_scalar (void) const
 
bool is_scalar_type (void) const
 
bool is_single_type (void) const
 
sortmode is_sorted_rows (sortmode mode=UNSORTED) const
 
bool is_sq_string (void) const
 
bool is_string (void) const
 
bool is_true (void) const
 
bool is_uint16_type (void) const
 
bool is_uint32_type (void) const
 
bool is_uint64_type (void) const
 
bool is_uint8_type (void) const
 
bool is_undefined (void) const
 
bool is_user_code (void) const
 
bool is_user_function (void) const
 
bool is_user_script (void) const
 
bool is_zero_by_zero (void) const
 
bool iscell (void) const
 
bool iscellstr (void) const
 
bool iscomplex (void) const
 
bool isempty (void) const
 
octave_value isfinite (void) const
 
bool isfloat (void) const
 
octave_value isinf (void) const
 
bool isinteger (void) const
 
bool isjava (void) const
 
bool islocked (void) const
 
bool islogical (void) const
 
octave_value isna (void) const
 
octave_value isnan (void) const
 
bool isnull (void) const
 
bool isnumeric (void) const
 
bool isobject (void) const
 
bool isreal (void) const
 
sortmode issorted (sortmode mode=UNSORTED) const
 
bool issparse (void) const
 
bool isstruct (void) const
 
octave_idx_type length (void) const
 
octave_value lgamma (void) const
 
octave_value_list list_value (void) const
 
bool load_ascii (std::istream &is)
 
bool load_binary (std::istream &is, bool swap, octave::mach_info::float_format fmt)
 
bool load_hdf5 (octave_hdf5_id loc_id, const char *name)
 
void lock (void)
 
octave_value log (void) const
 
octave_value log10 (void) const
 
octave_value log1p (void) const
 
octave_value log2 (void) const
 
long int long_value (bool req_int=false, bool frc_str_conv=false) const
 
void make_storable_value (void)
 
void make_unique (int obsolete_copies)
 
void make_unique (void)
 
octave_value map (octave_base_value::unary_mapper_t umap) const
 
string_vector map_keys (void) const
 
octave_map map_value (void) const
 
MatrixType matrix_type (const MatrixType &typ) const
 
MatrixType matrix_type (void) const
 
Matrix matrix_value (bool frc_str_conv=false) const
 
void maybe_economize (void)
 
void maybe_mutate (void)
 
void * mex_get_data (void) const
 
octave_idx_typemex_get_ir (void) const
 
octave_idx_typemex_get_jc (void) const
 
int ndims (void) const
 
octave_value next_subsref (bool auto_add, const std::string &type, const std::list< octave_value_list > &idx, size_t skip=1)
 
octave_value next_subsref (const std::string &type, const std::list< octave_value_list > &idx, size_t skip=1)
 
octave_value_list next_subsref (int nargout, const std::string &type, const std::list< octave_value_list > &idx, size_t skip=1)
 
octave_idx_type nfields (void) const
 
int nint_value (bool frc_str_conv=false) const
 
octave_idx_type nnz (void) const
 
size_t nparents (void) const
 
octave_idx_type numel (void) const
 
octave_base_value::type_conv_info numeric_conversion_function (void) const
 
octave_base_value::type_conv_info numeric_demotion_function (void) const
 
octave_idx_type nzmax (void) const
 
Array< octave_idx_typeoctave_idx_type_vector_value (bool req_int=false, bool frc_str_conv=false, bool frc_vec_conv=false) const
 
octave_valueoperator= (const octave_value &a)
 
octave_valueoperator= (octave_value &&a)
 
std::list< std::string > parent_class_name_list (void) const
 
string_vector parent_class_names (void) const
 
PermMatrix perm_matrix_value (void) const
 
octave_value permute (const Array< int > &vec, bool inv=false) const
 
void print (std::ostream &os, bool pr_as_read_syntax=false)
 
bool print_as_scalar (void) const
 
void print_info (std::ostream &os, const std::string &prefix="") const
 
bool print_name_tag (std::ostream &os, const std::string &name) const
 
void print_raw (std::ostream &os, bool pr_as_read_syntax=false) const
 
void print_with_name (std::ostream &os, const std::string &name) const
 
Range range_value (void) const
 
octave_value real (void) const
 
octave_value reshape (const dim_vector &dv) const
 
octave_value resize (const dim_vector &dv, bool fill=false) const
 
octave_value round (void) const
 
octave_value roundb (void) const
 
RowVector row_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
octave_idx_type rows (void) const
 
bool save_ascii (std::ostream &os)
 
bool save_binary (std::ostream &os, bool save_as_floats)
 
bool save_hdf5 (octave_hdf5_id loc_id, const char *name, bool save_as_floats)
 
octave_scalar_map scalar_map_value (void) const
 
double scalar_value (bool frc_str_conv=false) const
 
void short_disp (std::ostream &os) const
 
short int short_value (bool req_int=false, bool frc_str_conv=false) const
 
octave_value signum (void) const
 
octave_value sin (void) const
 
octave_value single_subsref (const std::string &type, const octave_value_list &idx)
 
octave_value sinh (void) const
 
Matrix size (void)
 
octave_value sort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const
 
octave_value sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const
 
Array< octave_idx_typesort_rows_idx (sortmode mode=ASCENDING) const
 
SparseBoolMatrix sparse_bool_matrix_value (bool warn=false) const
 
SparseComplexMatrix sparse_complex_matrix_value (bool frc_str_conv=false) const
 
SparseMatrix sparse_matrix_value (bool frc_str_conv=false) const
 
octave_value sqrt (void) const
 
octave_value squeeze (void) const
 
octave_value storable_value (void) const
 
std::string string_value (bool force=false) const
 
string_vector string_vector_value (bool pad=false) const
 
octave_value subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs)
 
octave_value subsref (const std::string &type, const std::list< octave_value_list > &idx)
 
octave_value subsref (const std::string &type, const std::list< octave_value_list > &idx, bool auto_add)
 
octave_value_list subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout)
 
octave_value tan (void) const
 
octave_value tanh (void) const
 
octave_base_valuetry_narrowing_conversion (void)
 
int type_id (void) const
 
std::string type_name (void) const
 
uint16NDArray uint16_array_value (void) const
 
octave_uint16 uint16_scalar_value (void) const
 
uint32NDArray uint32_array_value (void) const
 
octave_uint32 uint32_scalar_value (void) const
 
uint64NDArray uint64_array_value (void) const
 
octave_uint64 uint64_scalar_value (void) const
 
uint64_t uint64_value (bool req_int=false, bool frc_str_conv=false) const
 
uint8NDArray uint8_array_value (void) const
 
octave_uint8 uint8_scalar_value (void) const
 
unsigned int uint_value (bool req_int=false, bool frc_str_conv=false) const
 
unsigned long int ulong_value (bool req_int=false, bool frc_str_conv=false) const
 
octave_value undef_subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs)
 
void unlock (void)
 
octave_user_codeuser_code_value (bool silent=false) const
 
octave_user_functionuser_function_value (bool silent=false) const
 
octave_user_scriptuser_script_value (bool silent=false) const
 
unsigned short int ushort_value (bool req_int=false, bool frc_str_conv=false) const
 
Array< double > vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
int write (octave::stream &os, int block_size, oct_data_conv::data_type output_type, int skip, octave::mach_info::float_format flt_fmt) const
 
NDArray xarray_value (const char *fmt,...) const
 
boolNDArray xbool_array_value (const char *fmt,...) const
 
boolMatrix xbool_matrix_value (const char *fmt,...) const
 
bool xbool_value (const char *fmt,...) const
 
Cell xcell_value (const char *fmt,...) const
 
Array< std::string > xcellstr_value (const char *fmt,...) const
 
charNDArray xchar_array_value (const char *fmt,...) const
 
charMatrix xchar_matrix_value (const char *fmt,...) const
 
ColumnVector xcolumn_vector_value (const char *fmt,...) const
 
ComplexNDArray xcomplex_array_value (const char *fmt,...) const
 
ComplexColumnVector xcomplex_column_vector_value (const char *fmt,...) const
 
ComplexDiagMatrix xcomplex_diag_matrix_value (const char *fmt,...) const
 
ComplexMatrix xcomplex_matrix_value (const char *fmt,...) const
 
ComplexRowVector xcomplex_row_vector_value (const char *fmt,...) const
 
Complex xcomplex_value (const char *fmt,...) const
 
Array< Complexxcomplex_vector_value (const char *fmt,...) const
 
DiagMatrix xdiag_matrix_value (const char *fmt,...) const
 
double xdouble_value (const char *fmt,...) const
 
octave_fcn_handlexfcn_handle_value (const char *fmt,...) const
 
FloatNDArray xfloat_array_value (const char *fmt,...) const
 
FloatColumnVector xfloat_column_vector_value (const char *fmt,...) const
 
FloatComplexNDArray xfloat_complex_array_value (const char *fmt,...) const
 
FloatComplexColumnVector xfloat_complex_column_vector_value (const char *fmt,...) const
 
FloatComplexDiagMatrix xfloat_complex_diag_matrix_value (const char *fmt,...) const
 
FloatComplexMatrix xfloat_complex_matrix_value (const char *fmt,...) const
 
FloatComplexRowVector xfloat_complex_row_vector_value (const char *fmt,...) const
 
FloatComplex xfloat_complex_value (const char *fmt,...) const
 
Array< FloatComplexxfloat_complex_vector_value (const char *fmt,...) const
 
FloatDiagMatrix xfloat_diag_matrix_value (const char *fmt,...) const
 
FloatMatrix xfloat_matrix_value (const char *fmt,...) const
 
FloatRowVector xfloat_row_vector_value (const char *fmt,...) const
 
float xfloat_scalar_value (const char *fmt,...) const
 
float xfloat_value (const char *fmt,...) const
 
Array< float > xfloat_vector_value (const char *fmt,...) const
 
octave_functionxfunction_value (const char *fmt,...) const
 
octave_idx_type xidx_type_value (const char *fmt,...) const
 
int16NDArray xint16_array_value (const char *fmt,...) const
 
octave_int16 xint16_scalar_value (const char *fmt,...) const
 
int32NDArray xint32_array_value (const char *fmt,...) const
 
octave_int32 xint32_scalar_value (const char *fmt,...) const
 
int64NDArray xint64_array_value (const char *fmt,...) const
 
octave_int64 xint64_scalar_value (const char *fmt,...) const
 
int64_t xint64_value (const char *fmt,...) const
 
int8NDArray xint8_array_value (const char *fmt,...) const
 
octave_int8 xint8_scalar_value (const char *fmt,...) const
 
int xint_value (const char *fmt,...) const
 
Array< int > xint_vector_value (const char *fmt,...) const
 
octave_value xisalnum (void) const
 
octave_value xisalpha (void) const
 
octave_value xisascii (void) const
 
octave_value xiscntrl (void) const
 
octave_value xisdigit (void) const
 
octave_value xisgraph (void) const
 
octave_value xislower (void) const
 
octave_value xisprint (void) const
 
octave_value xispunct (void) const
 
octave_value xisspace (void) const
 
octave_value xisupper (void) const
 
octave_value xisxdigit (void) const
 
octave_value_list xlist_value (const char *fmt,...) const
 
long int xlong_value (const char *fmt,...) const
 
octave_map xmap_value (const char *fmt,...) const
 
Matrix xmatrix_value (const char *fmt,...) const
 
int xnint_value (const char *fmt,...) const
 
octave_idx_type xnumel (const octave_value_list &idx)
 
Array< octave_idx_typexoctave_idx_type_vector_value (const char *fmt,...) const
 
PermMatrix xperm_matrix_value (const char *fmt,...) const
 
Range xrange_value (const char *fmt,...) const
 
RowVector xrow_vector_value (const char *fmt,...) const
 
octave_scalar_map xscalar_map_value (const char *fmt,...) const
 
double xscalar_value (const char *fmt,...) const
 
short int xshort_value (const char *fmt,...) const
 
octave_value xsignbit (void) const
 
SparseBoolMatrix xsparse_bool_matrix_value (const char *fmt,...) const
 
SparseComplexMatrix xsparse_complex_matrix_value (const char *fmt,...) const
 
SparseMatrix xsparse_matrix_value (const char *fmt,...) const
 
std::string xstring_value (const char *fmt,...) const
 
string_vector xstring_vector_value (const char *fmt,...) const
 
octave_value xtolower (void) const
 
octave_value xtoupper (void) const
 
uint16NDArray xuint16_array_value (const char *fmt,...) const
 
octave_uint16 xuint16_scalar_value (const char *fmt,...) const
 
uint32NDArray xuint32_array_value (const char *fmt,...) const
 
octave_uint32 xuint32_scalar_value (const char *fmt,...) const
 
uint64NDArray xuint64_array_value (const char *fmt,...) const
 
octave_uint64 xuint64_scalar_value (const char *fmt,...) const
 
uint64_t xuint64_value (const char *fmt,...) const
 
uint8NDArray xuint8_array_value (const char *fmt,...) const
 
octave_uint8 xuint8_scalar_value (const char *fmt,...) const
 
unsigned int xuint_value (const char *fmt,...) const
 
unsigned long int xulong_value (const char *fmt,...) const
 
octave_user_codexuser_code_value (const char *fmt,...) const
 
octave_user_functionxuser_function_value (const char *fmt,...) const
 
octave_user_scriptxuser_script_value (const char *fmt,...) const
 
unsigned short int xushort_value (const char *fmt,...) const
 
Array< double > xvector_value (const char *fmt,...) const
 

Static Public Member Functions

static std::string assign_op_as_string (assign_op)
 
static binary_op assign_op_to_binary_op (assign_op)
 
static std::string binary_op_as_string (binary_op)
 
static std::string binary_op_fcn_name (binary_op)
 
static std::string binary_op_fcn_name (compound_binary_op)
 
static assign_op binary_op_to_assign_op (binary_op)
 
static octave_value empty_conv (const std::string &type, const octave_value &rhs=octave_value())
 
static std::string unary_op_as_string (unary_op)
 
static std::string unary_op_fcn_name (unary_op)
 

Protected Attributes

octave_base_valuerep
 The real representation. More...
 

Private Member Functions

 octave_value (const octave_base_value *)
 
binary_op op_eq_to_binary_op (assign_op op)
 
assign_op unary_op_to_assign_op (unary_op op)
 

Static Private Member Functions

static octave_base_valuenil_rep (void)
 

Friends

OCTINTERP_API octave_value do_binary_op (octave::type_info &ti, binary_op op, const octave_value &a, const octave_value &b)
 
OCTINTERP_API octave_value do_binary_op (octave::type_info &ti, compound_binary_op op, const octave_value &a, const octave_value &b)
 
OCTINTERP_API octave_value do_cat_op (octave::type_info &ti, const octave_value &a, const octave_value &b, const Array< octave_idx_type > &ra_idx)
 
OCTINTERP_API octave_value do_colon_op (const octave_value &base, const octave_value &increment, const octave_value &limit, bool is_for_cmd_expr)
 
OCTINTERP_API octave_value do_colon_op (const octave_value &base, const octave_value &limit, bool is_for_cmd_expr)
 
OCTINTERP_API octave_value do_unary_op (octave::type_info &ti, unary_op op, const octave_value &a)
 

Detailed Description

Definition at line 76 of file ov.h.

Member Enumeration Documentation

◆ assign_op

Enumerator
op_asn_eq 
op_add_eq 
op_sub_eq 
op_mul_eq 
op_div_eq 
op_ldiv_eq 
op_pow_eq 
op_el_mul_eq 
op_el_div_eq 
op_el_ldiv_eq 
op_el_pow_eq 
op_el_and_eq 
op_el_or_eq 
num_assign_ops 
unknown_assign_op 

Definition at line 137 of file ov.h.

◆ binary_op

Enumerator
op_add 
op_sub 
op_mul 
op_div 
op_pow 
op_ldiv 
op_lt 
op_le 
op_eq 
op_ge 
op_gt 
op_ne 
op_el_mul 
op_el_div 
op_el_pow 
op_el_ldiv 
op_el_and 
op_el_or 
op_struct_ref 
num_binary_ops 
unknown_binary_op 

Definition at line 95 of file ov.h.

◆ compound_binary_op

Enumerator
op_trans_mul 
op_mul_trans 
op_herm_mul 
op_mul_herm 
op_trans_ldiv 
op_herm_ldiv 
op_el_not_and 
op_el_not_or 
op_el_and_not 
op_el_or_not 
num_compound_binary_ops 
unknown_compound_binary_op 

Definition at line 120 of file ov.h.

◆ magic_colon

Enumerator
magic_colon_t 

Definition at line 173 of file ov.h.

◆ unary_op

Enumerator
op_not 
op_uplus 
op_uminus 
op_transpose 
op_hermitian 
op_incr 
op_decr 
num_unary_ops 
unknown_unary_op 

Definition at line 82 of file ov.h.

Constructor & Destructor Documentation

◆ octave_value() [1/100]

octave_value::octave_value ( void  )
inline

Definition at line 175 of file ov.h.

Referenced by empty_conv().

◆ octave_value() [2/100]

octave_value::octave_value ( short int  i)

Definition at line 477 of file ov.cc.

◆ octave_value() [3/100]

octave_value::octave_value ( unsigned short int  i)

Definition at line 481 of file ov.cc.

◆ octave_value() [4/100]

octave_value::octave_value ( int  i)

Definition at line 485 of file ov.cc.

◆ octave_value() [5/100]

octave_value::octave_value ( unsigned int  i)

Definition at line 489 of file ov.cc.

◆ octave_value() [6/100]

octave_value::octave_value ( long int  i)

Definition at line 493 of file ov.cc.

◆ octave_value() [7/100]

octave_value::octave_value ( unsigned long int  i)

Definition at line 497 of file ov.cc.

◆ octave_value() [8/100]

octave_value::octave_value ( octave::sys::time  t)

Definition at line 513 of file ov.cc.

◆ octave_value() [9/100]

octave_value::octave_value ( double  d)

Definition at line 517 of file ov.cc.

◆ octave_value() [10/100]

octave_value::octave_value ( float  d)

Definition at line 521 of file ov.cc.

◆ octave_value() [11/100]

octave_value::octave_value ( const Array< octave_value > &  a,
bool  is_cs_list = false 
)

Definition at line 531 of file ov.cc.

◆ octave_value() [12/100]

octave_value::octave_value ( const Cell c,
bool  is_cs_list = false 
)

Definition at line 525 of file ov.cc.

◆ octave_value() [13/100]

octave_value::octave_value ( const Matrix m,
const MatrixType t = MatrixType () 
)

Definition at line 537 of file ov.cc.

References maybe_mutate().

◆ octave_value() [14/100]

octave_value::octave_value ( const FloatMatrix m,
const MatrixType t = MatrixType () 
)

Definition at line 543 of file ov.cc.

References maybe_mutate().

◆ octave_value() [15/100]

octave_value::octave_value ( const NDArray nda)

Definition at line 549 of file ov.cc.

References maybe_mutate().

◆ octave_value() [16/100]

octave_value::octave_value ( const FloatNDArray nda)

Definition at line 555 of file ov.cc.

References maybe_mutate().

◆ octave_value() [17/100]

octave_value::octave_value ( const Array< double > &  m)

Definition at line 561 of file ov.cc.

References maybe_mutate().

◆ octave_value() [18/100]

octave_value::octave_value ( const Array< float > &  m)

Definition at line 567 of file ov.cc.

References maybe_mutate().

◆ octave_value() [19/100]

octave_value::octave_value ( const DiagMatrix d)

Definition at line 605 of file ov.cc.

References maybe_mutate().

◆ octave_value() [20/100]

octave_value::octave_value ( const DiagArray2< double > &  d)

Definition at line 573 of file ov.cc.

References maybe_mutate().

◆ octave_value() [21/100]

octave_value::octave_value ( const DiagArray2< float > &  d)

Definition at line 581 of file ov.cc.

References maybe_mutate().

◆ octave_value() [22/100]

octave_value::octave_value ( const DiagArray2< Complex > &  d)

Definition at line 589 of file ov.cc.

References maybe_mutate().

◆ octave_value() [23/100]

octave_value::octave_value ( const DiagArray2< FloatComplex > &  d)

Definition at line 597 of file ov.cc.

References maybe_mutate().

◆ octave_value() [24/100]

octave_value::octave_value ( const FloatDiagMatrix d)

Definition at line 613 of file ov.cc.

References maybe_mutate().

◆ octave_value() [25/100]

octave_value::octave_value ( const RowVector v)

Definition at line 621 of file ov.cc.

References maybe_mutate().

◆ octave_value() [26/100]

octave_value::octave_value ( const FloatRowVector v)

Definition at line 627 of file ov.cc.

References maybe_mutate().

◆ octave_value() [27/100]

octave_value::octave_value ( const ColumnVector v)

Definition at line 633 of file ov.cc.

References maybe_mutate().

◆ octave_value() [28/100]

octave_value::octave_value ( const FloatColumnVector v)

Definition at line 639 of file ov.cc.

References maybe_mutate().

◆ octave_value() [29/100]

octave_value::octave_value ( const Complex C)

Definition at line 645 of file ov.cc.

References maybe_mutate().

◆ octave_value() [30/100]

octave_value::octave_value ( const FloatComplex C)

Definition at line 651 of file ov.cc.

References maybe_mutate().

◆ octave_value() [31/100]

octave_value::octave_value ( const ComplexMatrix m,
const MatrixType t = MatrixType () 
)

Definition at line 657 of file ov.cc.

References maybe_mutate().

◆ octave_value() [32/100]

octave_value::octave_value ( const FloatComplexMatrix m,
const MatrixType t = MatrixType () 
)

Definition at line 663 of file ov.cc.

References maybe_mutate().

◆ octave_value() [33/100]

octave_value::octave_value ( const ComplexNDArray cnda)

Definition at line 669 of file ov.cc.

References maybe_mutate().

◆ octave_value() [34/100]

octave_value::octave_value ( const FloatComplexNDArray cnda)

Definition at line 675 of file ov.cc.

References maybe_mutate().

◆ octave_value() [35/100]

octave_value::octave_value ( const Array< Complex > &  m)

Definition at line 681 of file ov.cc.

References maybe_mutate().

◆ octave_value() [36/100]

octave_value::octave_value ( const Array< FloatComplex > &  m)

Definition at line 687 of file ov.cc.

References maybe_mutate().

◆ octave_value() [37/100]

octave_value::octave_value ( const ComplexDiagMatrix d)

Definition at line 693 of file ov.cc.

References maybe_mutate().

◆ octave_value() [38/100]

octave_value::octave_value ( const FloatComplexDiagMatrix d)

Definition at line 701 of file ov.cc.

References maybe_mutate().

◆ octave_value() [39/100]

octave_value::octave_value ( const ComplexRowVector v)

Definition at line 709 of file ov.cc.

References maybe_mutate().

◆ octave_value() [40/100]

octave_value::octave_value ( const FloatComplexRowVector v)

Definition at line 715 of file ov.cc.

References maybe_mutate().

◆ octave_value() [41/100]

octave_value::octave_value ( const ComplexColumnVector v)

Definition at line 721 of file ov.cc.

References maybe_mutate().

◆ octave_value() [42/100]

octave_value::octave_value ( const FloatComplexColumnVector v)

Definition at line 727 of file ov.cc.

References maybe_mutate().

◆ octave_value() [43/100]

octave_value::octave_value ( const PermMatrix p)

Definition at line 733 of file ov.cc.

References maybe_mutate().

◆ octave_value() [44/100]

octave_value::octave_value ( bool  b)

Definition at line 741 of file ov.cc.

◆ octave_value() [45/100]

octave_value::octave_value ( const boolMatrix bm,
const MatrixType t = MatrixType () 
)

Definition at line 745 of file ov.cc.

References maybe_mutate().

◆ octave_value() [46/100]

octave_value::octave_value ( const boolNDArray bnda)

Definition at line 751 of file ov.cc.

References maybe_mutate().

◆ octave_value() [47/100]

octave_value::octave_value ( const Array< bool > &  bnda)

Definition at line 757 of file ov.cc.

References maybe_mutate().

◆ octave_value() [48/100]

octave_value::octave_value ( char  c,
char  type = '\'' 
)

Definition at line 763 of file ov.cc.

References maybe_mutate().

◆ octave_value() [49/100]

octave_value::octave_value ( const char *  s,
char  type = '\'' 
)

◆ octave_value() [50/100]

octave_value::octave_value ( const std::string &  s,
char  type = '\'' 
)

Definition at line 779 of file ov.cc.

References maybe_mutate().

◆ octave_value() [51/100]

octave_value::octave_value ( const string_vector s,
char  type = '\'' 
)

◆ octave_value() [52/100]

octave_value::octave_value ( const charMatrix chm,
char  type = '\'' 
)

Definition at line 795 of file ov.cc.

References maybe_mutate().

◆ octave_value() [53/100]

octave_value::octave_value ( const charNDArray chnda,
char  type = '\'' 
)

◆ octave_value() [54/100]

octave_value::octave_value ( const Array< char > &  chnda,
char  type = '\'' 
)

◆ octave_value() [55/100]

octave_value::octave_value ( const SparseMatrix m,
const MatrixType t = MatrixType() 
)

◆ octave_value() [56/100]

octave_value::octave_value ( const Sparse< double > &  m,
const MatrixType t = MatrixType() 
)

◆ octave_value() [57/100]

octave_value::octave_value ( const SparseComplexMatrix m,
const MatrixType t = MatrixType() 
)

◆ octave_value() [58/100]

octave_value::octave_value ( const Sparse< Complex > &  m,
const MatrixType t = MatrixType() 
)

◆ octave_value() [59/100]

octave_value::octave_value ( const SparseBoolMatrix bm,
const MatrixType t = MatrixType() 
)

◆ octave_value() [60/100]

octave_value::octave_value ( const Sparse< bool > &  m,
const MatrixType t = MatrixType() 
)

◆ octave_value() [61/100]

octave_value::octave_value ( const octave_int8 i)

◆ octave_value() [62/100]

octave_value::octave_value ( const octave_int16 i)

◆ octave_value() [63/100]

octave_value::octave_value ( const octave_int32 i)

◆ octave_value() [64/100]

octave_value::octave_value ( const octave_int64 i)

◆ octave_value() [65/100]

octave_value::octave_value ( const octave_uint8 i)

◆ octave_value() [66/100]

octave_value::octave_value ( const octave_uint16 i)

◆ octave_value() [67/100]

octave_value::octave_value ( const octave_uint32 i)

◆ octave_value() [68/100]

octave_value::octave_value ( const octave_uint64 i)

◆ octave_value() [69/100]

octave_value::octave_value ( const int8NDArray inda)

◆ octave_value() [70/100]

octave_value::octave_value ( const Array< octave_int8 > &  inda)

◆ octave_value() [71/100]

octave_value::octave_value ( const int16NDArray inda)

◆ octave_value() [72/100]

octave_value::octave_value ( const Array< octave_int16 > &  inda)

◆ octave_value() [73/100]

octave_value::octave_value ( const int32NDArray inda)

◆ octave_value() [74/100]

octave_value::octave_value ( const Array< octave_int32 > &  inda)

◆ octave_value() [75/100]

octave_value::octave_value ( const int64NDArray inda)

◆ octave_value() [76/100]

octave_value::octave_value ( const Array< octave_int64 > &  inda)

◆ octave_value() [77/100]

octave_value::octave_value ( const uint8NDArray inda)

◆ octave_value() [78/100]

octave_value::octave_value ( const Array< octave_uint8 > &  inda)

◆ octave_value() [79/100]

octave_value::octave_value ( const uint16NDArray inda)

◆ octave_value() [80/100]

octave_value::octave_value ( const Array< octave_uint16 > &  inda)

◆ octave_value() [81/100]

octave_value::octave_value ( const uint32NDArray inda)

◆ octave_value() [82/100]

octave_value::octave_value ( const Array< octave_uint32 > &  inda)

◆ octave_value() [83/100]

octave_value::octave_value ( const uint64NDArray inda)

◆ octave_value() [84/100]

octave_value::octave_value ( const Array< octave_uint64 > &  inda)

◆ octave_value() [85/100]

octave_value::octave_value ( const Array< octave_idx_type > &  inda,
bool  zero_based = false,
bool  cache_index = false 
)

◆ octave_value() [86/100]

octave_value::octave_value ( const Array< std::string > &  cellstr)

◆ octave_value() [87/100]

octave_value::octave_value ( const idx_vector idx,
bool  lazy = true 
)

◆ octave_value() [88/100]

octave_value::octave_value ( double  base,
double  limit,
double  inc 
)

◆ octave_value() [89/100]

octave_value::octave_value ( const Range r,
bool  force_range = false 
)

◆ octave_value() [90/100]

octave_value::octave_value ( const octave_map m)

◆ octave_value() [91/100]

octave_value::octave_value ( const octave_scalar_map m)

◆ octave_value() [92/100]

octave_value::octave_value ( const std::map< std::string, octave_value > &  )

◆ octave_value() [93/100]

octave_value::octave_value ( const octave_map m,
const std::string &  id,
const std::list< std::string > &  plist 
)

◆ octave_value() [94/100]

octave_value::octave_value ( const octave_scalar_map m,
const std::string &  id,
const std::list< std::string > &  plist 
)

◆ octave_value() [95/100]

octave_value::octave_value ( const octave_value_list m)
explicit

◆ octave_value() [96/100]

octave_value::octave_value ( octave_value::magic_colon  )

◆ octave_value() [97/100]

octave_value::octave_value ( octave_base_value new_rep,
bool  borrow = false 
)

◆ octave_value() [98/100]

octave_value::octave_value ( const octave_value a)
inline

Definition at line 305 of file ov.h.

◆ octave_value() [99/100]

octave_value::octave_value ( octave_value &&  a)
inline

Definition at line 311 of file ov.h.

◆ ~octave_value()

octave_value::~octave_value ( void  )
inline

Definition at line 326 of file ov.h.

◆ octave_value() [100/100]

octave_value::octave_value ( const octave_base_value )
private

Member Function Documentation

◆ abs()

octave_value octave_value::abs ( void  ) const
inline

Definition at line 1370 of file ov.h.

Referenced by do_hypot(), Flookup(), and octave_uint64_matrix::map().

◆ acos()

octave_value octave_value::acos ( void  ) const
inline

Definition at line 1371 of file ov.h.

◆ acosh()

octave_value octave_value::acosh ( void  ) const
inline

Definition at line 1372 of file ov.h.

◆ all()

octave_value octave_value::all ( int  dim = 0) const
inline

◆ all_zero_dims()

bool octave_value::all_zero_dims ( void  ) const
inline

Definition at line 512 of file ov.h.

Referenced by octave::tm_const::generic_concat().

◆ angle()

octave_value octave_value::angle ( void  ) const
inline

Definition at line 1373 of file ov.h.

◆ any()

octave_value octave_value::any ( int  dim = 0) const
inline

◆ arg()

octave_value octave_value::arg ( void  ) const
inline

Definition at line 1374 of file ov.h.

◆ array_value()

◆ as_double()

octave_value octave_value::as_double ( void  ) const
inline

Definition at line 418 of file ov.h.

References as_double().

Referenced by as_double().

◆ as_int16()

octave_value octave_value::as_int16 ( void  ) const
inline

Definition at line 422 of file ov.h.

References as_int16().

Referenced by as_int16().

◆ as_int32()

octave_value octave_value::as_int32 ( void  ) const
inline

Definition at line 423 of file ov.h.

References as_int32().

Referenced by as_int32().

◆ as_int64()

octave_value octave_value::as_int64 ( void  ) const
inline

Definition at line 424 of file ov.h.

References as_int64().

Referenced by as_int64().

◆ as_int8()

octave_value octave_value::as_int8 ( void  ) const
inline

Definition at line 421 of file ov.h.

References as_int8().

Referenced by as_int8().

◆ as_mxArray()

mxArray* octave_value::as_mxArray ( void  ) const
inline

Definition at line 1331 of file ov.h.

Referenced by mxArray_octave_value::as_mxArray(), octave_perm_matrix::as_mxArray(), and mexGet().

◆ as_single()

octave_value octave_value::as_single ( void  ) const
inline

Definition at line 419 of file ov.h.

References as_single().

Referenced by as_single().

◆ as_uint16()

octave_value octave_value::as_uint16 ( void  ) const
inline

Definition at line 427 of file ov.h.

References as_uint16().

Referenced by as_uint16().

◆ as_uint32()

octave_value octave_value::as_uint32 ( void  ) const
inline

Definition at line 428 of file ov.h.

References as_uint32().

Referenced by as_uint32().

◆ as_uint64()

octave_value octave_value::as_uint64 ( void  ) const
inline

Definition at line 429 of file ov.h.

References as_uint64().

Referenced by as_uint64().

◆ as_uint8()

octave_value octave_value::as_uint8 ( void  ) const
inline

Definition at line 426 of file ov.h.

References as_uint8().

Referenced by as_uint8().

◆ asin()

octave_value octave_value::asin ( void  ) const
inline

Definition at line 1375 of file ov.h.

◆ asinh()

octave_value octave_value::asinh ( void  ) const
inline

Definition at line 1376 of file ov.h.

◆ assign() [1/2]

octave_value& octave_value::assign ( assign_op  op,
const std::string &  type,
const std::list< octave_value_list > &  idx,
const octave_value rhs 
)

◆ assign() [2/2]

octave_value& octave_value::assign ( assign_op  ,
const octave_value rhs 
)

◆ assign_op_as_string()

◆ assign_op_to_binary_op()

◆ atan()

octave_value octave_value::atan ( void  ) const
inline

Definition at line 1377 of file ov.h.

◆ atanh()

octave_value octave_value::atanh ( void  ) const
inline

Definition at line 1378 of file ov.h.

◆ binary_op_as_string()

◆ binary_op_fcn_name() [1/2]

◆ binary_op_fcn_name() [2/2]

std::string octave_value::binary_op_fcn_name ( compound_binary_op  op)
static

◆ binary_op_to_assign_op()

octave_value::assign_op octave_value::binary_op_to_assign_op ( binary_op  op)
static

◆ bool_array_value()

boolNDArray octave_value::bool_array_value ( bool  warn = false) const
inline

◆ bool_matrix_value()

boolMatrix octave_value::bool_matrix_value ( bool  warn = false) const
inline

Definition at line 841 of file ov.h.

Referenced by QtHandles::Table::checkBoxClicked().

◆ bool_value()

◆ builtin_type()

◆ byte_size()

◆ call_object_destructor()

void octave_value::call_object_destructor ( void  )
inline

◆ cbrt()

octave_value octave_value::cbrt ( void  ) const
inline

Definition at line 1379 of file ov.h.

◆ ceil()

octave_value octave_value::ceil ( void  ) const
inline

Definition at line 1380 of file ov.h.

◆ cell_value()

Cell octave_value::cell_value ( void  ) const

◆ cellstr_value()

Array<std::string> octave_value::cellstr_value ( void  ) const
inline

◆ char_array_value()

◆ char_matrix_value()

charMatrix octave_value::char_matrix_value ( bool  frc_str_conv = false) const
inline

◆ class_name()

◆ classdef_object_value()

octave_classdef* octave_value::classdef_object_value ( bool  silent = false) const

◆ clone()

◆ column_vector_value()

ColumnVector octave_value::column_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

◆ columns()

◆ complex_array_value()

◆ complex_column_vector_value()

ComplexColumnVector octave_value::complex_column_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

Referenced by Fcholinsert(), Fcholupdate(), and Fmgorth().

◆ complex_diag_matrix_value()

ComplexDiagMatrix octave_value::complex_diag_matrix_value ( bool  force = false) const
inline

Definition at line 869 of file ov.h.

Referenced by Fdet(), Finv(), and Fpinv().

◆ complex_matrix_value()

ComplexMatrix octave_value::complex_matrix_value ( bool  frc_str_conv = false) const
inline

◆ complex_row_vector_value()

ComplexRowVector octave_value::complex_row_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

◆ complex_value()

◆ complex_vector_value()

Array<Complex> octave_value::complex_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

Referenced by F__eigs__().

◆ conj()

octave_value octave_value::conj ( void  ) const
inline

Definition at line 1381 of file ov.h.

◆ convert_to_row_or_column_vector()

void octave_value::convert_to_row_or_column_vector ( void  )
inline

Definition at line 1224 of file ov.h.

◆ convert_to_str()

octave_value octave_value::convert_to_str ( bool  pad = false,
bool  force = false,
char  type = '\'' 
) const
inline

◆ convert_to_str_internal()

◆ cos()

octave_value octave_value::cos ( void  ) const
inline

Definition at line 1382 of file ov.h.

◆ cosh()

octave_value octave_value::cosh ( void  ) const
inline

Definition at line 1383 of file ov.h.

◆ dawson()

octave_value octave_value::dawson ( void  ) const
inline

Definition at line 1390 of file ov.h.

◆ diag() [1/2]

octave_value octave_value::diag ( octave_idx_type  k = 0) const
inline

Definition at line 1333 of file ov.h.

References diag().

Referenced by octave_lazy_index::diag(), octave_perm_matrix::diag(), diag(), dispatch_kron(), and Fdiag().

◆ diag() [2/2]

octave_value octave_value::diag ( octave_idx_type  m,
octave_idx_type  n 
) const
inline

Definition at line 1336 of file ov.h.

References diag(), m, and n.

◆ diag_matrix_value()

DiagMatrix octave_value::diag_matrix_value ( bool  force = false) const
inline

Definition at line 863 of file ov.h.

Referenced by Fdet(), Finv(), and Fpinv().

◆ dims()

◆ do_index_op()

◆ do_non_const_unary_op() [1/2]

◆ do_non_const_unary_op() [2/2]

octave_value & octave_value::do_non_const_unary_op ( unary_op  op,
const std::string &  type,
const std::list< octave_value_list > &  idx 
)

Definition at line 2799 of file ov.cc.

References assign(), do_non_const_unary_op(), and unary_op_to_assign_op().

◆ double_value()

◆ dump()

octave_value octave_value::dump ( void  ) const
inline

Definition at line 1362 of file ov.h.

References dump().

Referenced by octave::fcn_info::fcn_info_rep::dump(), dump(), and octave::dump_function_map().

◆ edit_display()

◆ empty_clone()

octave_base_value* octave_value::empty_clone ( void  ) const
inline

Definition at line 321 of file ov.h.

References octave_base_value::empty_clone().

Referenced by empty_conv().

◆ empty_conv()

◆ erase_subfunctions()

void octave_value::erase_subfunctions ( void  )
inline

Definition at line 751 of file ov.h.

◆ erf()

octave_value octave_value::erf ( void  ) const
inline

Definition at line 1384 of file ov.h.

◆ erfc()

octave_value octave_value::erfc ( void  ) const
inline

Definition at line 1387 of file ov.h.

◆ erfcinv()

octave_value octave_value::erfcinv ( void  ) const
inline

Definition at line 1386 of file ov.h.

◆ erfcx()

octave_value octave_value::erfcx ( void  ) const
inline

Definition at line 1388 of file ov.h.

◆ erfi()

octave_value octave_value::erfi ( void  ) const
inline

Definition at line 1389 of file ov.h.

◆ erfinv()

octave_value octave_value::erfinv ( void  ) const
inline

Definition at line 1385 of file ov.h.

◆ eval()

octave_value octave_value::eval ( void  )
inline

Definition at line 755 of file ov.h.

◆ exp()

octave_value octave_value::exp ( void  ) const
inline

Definition at line 1391 of file ov.h.

◆ expm1()

octave_value octave_value::expm1 ( void  ) const
inline

Definition at line 1392 of file ov.h.

◆ fast_elem_extract()

octave_value octave_value::fast_elem_extract ( octave_idx_type  n) const
inline

Extract the n-th element, aka 'val(n)'.

Returns
Result is undefined if 'val' is not an array type or n is out of range.
Warning
Function calls should never error.

Definition at line 1447 of file ov.h.

References fast_elem_extract(), and n.

Referenced by QtHandles::Table::checkBoxClicked(), QtHandles::Table::comboBoxCurrentIndexChanged(), fast_elem_extract(), octave::printf_value_cache::get_next_value(), QtHandles::Table::itemChanged(), QtHandles::Table::updateData(), and QtHandles::Table::updateDataColumn().

◆ fast_elem_insert()

bool octave_value::fast_elem_insert ( octave_idx_type  n,
const octave_value x 
)
inline

Assign the n-th element, aka 'val(n) = x'.

Returns
false if 'val' is not an array type, x is not a matching scalar type, or n is out of range.
Warning
Function calls should never error.

Definition at line 1459 of file ov.h.

References n, and x.

Referenced by QtHandles::Table::comboBoxCurrentIndexChanged(), and QtHandles::Table::itemChanged().

◆ fcn_handle_value()

octave_fcn_handle* octave_value::fcn_handle_value ( bool  silent = false) const

◆ find_parent_class()

octave_base_value* octave_value::find_parent_class ( const std::string &  parent_class_name)
inline

Definition at line 958 of file ov.h.

References octave_base_value::find_parent_class().

◆ fix()

octave_value octave_value::fix ( void  ) const
inline

Definition at line 1394 of file ov.h.

◆ float_array_value()

◆ float_column_vector_value()

FloatColumnVector octave_value::float_column_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

Referenced by Fcholinsert(), Fcholupdate(), and Fmgorth().

◆ float_complex_array_value()

◆ float_complex_column_vector_value()

FloatComplexColumnVector octave_value::float_complex_column_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

Referenced by Fcholinsert(), Fcholupdate(), and Fmgorth().

◆ float_complex_diag_matrix_value()

FloatComplexDiagMatrix octave_value::float_complex_diag_matrix_value ( bool  force = false) const
inline

Definition at line 873 of file ov.h.

Referenced by Fdet(), Finv(), and Fpinv().

◆ float_complex_matrix_value()

FloatComplexMatrix octave_value::float_complex_matrix_value ( bool  frc_str_conv = false) const
inline

◆ float_complex_row_vector_value()

FloatComplexRowVector octave_value::float_complex_row_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

◆ float_complex_value()

FloatComplex octave_value::float_complex_value ( bool  frc_str_conv = false) const
inline

◆ float_complex_vector_value()

Array<FloatComplex> octave_value::float_complex_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

◆ float_diag_matrix_value()

FloatDiagMatrix octave_value::float_diag_matrix_value ( bool  force = false) const
inline

Definition at line 866 of file ov.h.

Referenced by Fdet(), Finv(), and Fpinv().

◆ float_matrix_value()

FloatMatrix octave_value::float_matrix_value ( bool  frc_str_conv = false) const
inline

◆ float_row_vector_value()

FloatRowVector octave_value::float_row_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

◆ float_scalar_value()

float octave_value::float_scalar_value ( bool  frc_str_conv = false) const
inline

Definition at line 803 of file ov.h.

◆ float_value()

float octave_value::float_value ( bool  frc_str_conv = false) const
inline

◆ float_vector_value()

Array<float> octave_value::float_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

Referenced by Fnum2hex().

◆ floor()

octave_value octave_value::floor ( void  ) const
inline

Definition at line 1395 of file ov.h.

◆ full_value()

octave_value octave_value::full_value ( void  ) const
inline

Definition at line 413 of file ov.h.

References full_value().

Referenced by add_hdf5_data(), array_property::do_set(), and full_value().

◆ function_value()

octave_function* octave_value::function_value ( bool  silent = false) const

Referenced by octave::scoped_fcn_handle::scoped_fcn_handle(), octave::simple_fcn_handle::simple_fcn_handle(), octave::simple_fcn_handle::call(), octave::tree_superclass_ref::evaluate_n(), octave::tree_identifier::evaluate_n(), octave::tree_index_expression::evaluate_n(), gh_manager::execute_callback(), Farrayfun(), Fbsxfun(), Fbuiltin(), Fcellfun(), octave::interpreter::feval(), octave::tree_evaluator::final_index_error(), octave::base_parser::finish_classdef_file(), Fnargin(), Fnargout(), octave::simple_fcn_handle::function_value(), octave::internal_fcn_handle::function_value(), octave::scoped_fcn_handle::function_value(), octave::nested_fcn_handle::function_value(), octave::class_simple_fcn_handle::function_value(), octave::anonymous_fcn_handle::function_value(), octave::get_help_from_file(), octave_class::index_vector(), octave::is_method_executing(), octave_class::is_true(), is_valid_function(), octave::fcn_info::fcn_info_rep::load_class_constructor(), octave::fcn_info::fcn_info_rep::load_class_method(), octave::load_fcn_from_file(), octave::fcn_info::fcn_info_rep::load_private_function(), octave::tree_evaluator::make_fcn_handle(), octave::make_function_of_class(), octave::cdef_class::make_meta_class(), octave::cdef_package::cdef_package_rep::meta_subsref(), octave::interpreter::mislocked(), octave::interpreter::munlock(), oct_binop_default(), oct_unop_default(), octave_class::reconstruct_exemplar(), octave_class::size(), octave_class::string_vector_value(), octave_class::subsasgn_common(), octave_class::subsref(), octave::tree_evaluator::visit_function_def(), octave::tree_print_code::visit_function_def(), octave::tree_walker::visit_function_def(), and octave_class::xnumel().

◆ gamma()

octave_value octave_value::gamma ( void  ) const
inline

Definition at line 1396 of file ov.h.

◆ get_count()

octave_idx_type octave_value::get_count ( void  ) const
inline

◆ get_dims_str()

std::string octave_value::get_dims_str ( void  ) const

◆ get_edit_display_format()

float_display_format octave_value::get_edit_display_format ( void  ) const

◆ get_rep()

const octave_base_value& octave_value::get_rep ( void  ) const
inline

Definition at line 1292 of file ov.h.

Referenced by octave_base_value::numeric_assign(), and oct_unop_default().

◆ idx_type_value()

octave_idx_type octave_value::idx_type_value ( bool  req_int = false,
bool  frc_str_conv = false 
) const

◆ imag()

octave_value octave_value::imag ( void  ) const
inline

Definition at line 1397 of file ov.h.

◆ index_vector()

idx_vector octave_value::index_vector ( bool  require_integers = false) const
inline

◆ int16_array_value()

int16NDArray octave_value::int16_array_value ( void  ) const
inline

◆ int16_scalar_value()

octave_int16 octave_value::int16_scalar_value ( void  ) const
inline

Definition at line 882 of file ov.h.

◆ int32_array_value()

int32NDArray octave_value::int32_array_value ( void  ) const
inline

◆ int32_scalar_value()

octave_int32 octave_value::int32_scalar_value ( void  ) const
inline

Definition at line 885 of file ov.h.

◆ int64_array_value()

int64NDArray octave_value::int64_array_value ( void  ) const
inline

◆ int64_scalar_value()

octave_int64 octave_value::int64_scalar_value ( void  ) const
inline

Definition at line 888 of file ov.h.

Referenced by octave::base_stream::do_numeric_printf_conv().

◆ int64_value()

int64_t octave_value::int64_value ( bool  req_int = false,
bool  frc_str_conv = false 
) const
inline

Definition at line 784 of file ov.h.

Referenced by QtHandles::qStringValueFor().

◆ int8_array_value()

int8NDArray octave_value::int8_array_value ( void  ) const
inline

◆ int8_scalar_value()

octave_int8 octave_value::int8_scalar_value ( void  ) const
inline

Definition at line 879 of file ov.h.

◆ int_value()

int octave_value::int_value ( bool  req_int = false,
bool  frc_str_conv = false 
) const
inline

◆ int_vector_value()

Array<int> octave_value::int_vector_value ( bool  req_int = false,
bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

Referenced by set_DASPK_options().

◆ internal_rep()

◆ ipermute()

octave_value octave_value::ipermute ( const Array< int > &  vec) const
inline

Definition at line 536 of file ov.h.

References permute().

◆ is_anonymous_function()

bool octave_value::is_anonymous_function ( void  ) const
inline

Definition at line 724 of file ov.h.

Referenced by symbol_exist().

◆ is_bool_matrix()

bool octave_value::is_bool_matrix ( void  ) const
inline

Definition at line 581 of file ov.h.

◆ is_bool_scalar()

bool octave_value::is_bool_scalar ( void  ) const
inline

◆ is_builtin_function()

bool octave_value::is_builtin_function ( void  ) const
inline

Definition at line 742 of file ov.h.

Referenced by Fbsxfun().

◆ is_char_matrix()

bool octave_value::is_char_matrix ( void  ) const
inline

Definition at line 584 of file ov.h.

Referenced by Flookup(), Fnum2cell(), and Fnum2hex().

◆ is_classdef_meta()

bool octave_value::is_classdef_meta ( void  ) const
inline

◆ is_classdef_object()

bool octave_value::is_classdef_object ( void  ) const
inline

◆ is_classdef_superclass_ref()

bool octave_value::is_classdef_superclass_ref ( void  ) const
inline

Definition at line 614 of file ov.h.

◆ is_complex_matrix()

bool octave_value::is_complex_matrix ( void  ) const
inline

Definition at line 575 of file ov.h.

Referenced by save_mat5_binary_element(), save_mat5_element_length(), and save_mat_binary_data().

◆ is_complex_scalar()

◆ is_constant()

bool octave_value::is_constant ( void  ) const
inline

Definition at line 718 of file ov.h.

Referenced by symbol_exist().

◆ is_copy_of()

bool octave_value::is_copy_of ( const octave_value val) const
inline

Definition at line 1294 of file ov.h.

References rep.

Referenced by octave_value_list::make_storable_values().

◆ is_cs_list()

◆ is_defined()

bool octave_value::is_defined ( void  ) const
inline

Definition at line 551 of file ov.h.

Referenced by octave::scoped_fcn_handle::scoped_fcn_handle(), octave::simple_fcn_handle::simple_fcn_handle(), octave::symbol_table::alias_built_in_function(), attempt_type_conversion(), octave::tree_evaluator::bind_ans(), octave::symbol_table::built_in_function_names(), octave::symbol_table::builtin_find(), octave::simple_fcn_handle::call(), octave::scoped_fcn_handle::call(), octave::class_simple_fcn_handle::call(), octave::cdef_method::cdef_method_rep::check_method(), octave_oncleanup::clone(), octave::symbol_table::cmdline_function_names(), octave::tree_evaluator::convert_to_const_vector(), daspk_user_function(), daspk_user_jacobian(), dasrt_user_cf(), dasrt_user_f(), dasrt_user_j(), dassl_user_function(), dassl_user_jacobian(), DEFMETHOD(), octave::base_value_stack_frame::display(), do_class_concat(), octave::call_stack::do_global_who_two(), octave_perm_matrix::do_index_op(), octave::load_save_system::do_save(), eigs_complex_func(), eigs_func(), named_hook_function::eval(), fcn_handle_hook_function::eval(), octave::tree_binary_expression::evaluate(), octave::tree_compound_binary_expression::evaluate(), octave::tree_colon_expression::evaluate(), octave::tree_prefix_expression::evaluate(), octave::tree_postfix_expression::evaluate(), octave::tree_anon_fcn_handle::evaluate(), octave::tree_evaluator::evaluate_end_expression(), octave::tree_identifier::evaluate_n(), callback_property::execute(), gh_manager::execute_callback(), octave::tree_evaluator::execute_user_function(), F__eigs__(), Famd(), Fbsxfun(), Fbuiltin(), octave::symbol_table::fcn_table_find(), octave::simple_fcn_handle::fcn_val(), Ferror(), octave::tree_evaluator::find(), octave::symbol_table::find_autoload(), octave::fcn_info::fcn_info_rep::find_autoload(), octave::symbol_table::find_built_in_function(), octave::cdef_manager::find_class(), octave::symbol_table::find_cmdline_function(), octave::scoped_fcn_handle::find_function(), octave::fcn_info::fcn_info_rep::find_method(), octave::symbol_table::find_method(), octave::fcn_info::fcn_info_rep::find_private_function(), octave::symbol_table::find_private_function(), octave::symbol_table::find_scoped_function(), octave::fcn_info::fcn_info_rep::find_scoped_function(), octave::symbol_table::find_user_function(), octave::fcn_info::fcn_info_rep::find_user_function(), Fisargout(), octave::simple_fcn_handle::function_value(), octave::class_simple_fcn_handle::function_value(), Fwaitfor(), Fwarning(), octave::get_function_handle(), octave::get_help_from_file(), get_output_list(), mxArray_octave_value::get_property(), octave::tree_evaluator::get_user_code(), octave::stream::getl(), octave::stream::gets(), handle_message(), octave_class::index_vector(), octave::cdef_class::cdef_class_rep::initialize_object(), octave::cdef_class::cdef_class_rep::install_method(), octave::stack_frame::install_variable(), octave::symbol_table::is_built_in_function_name(), callback_property::is_defined(), octave::is_dummy_method(), octave::tree_evaluator::is_logically_true(), octave::is_method_executing(), octave_class::is_true(), octave::fcn_info::fcn_info_rep::is_user_function_defined(), is_valid_function(), octave::stack_frame::is_variable(), octave::fcn_info::fcn_info_rep::load_class_constructor(), octave::fcn_info::fcn_info_rep::load_class_method(), octave::load_fcn_from_file(), octave::load_out_of_date_fcn(), octave::load_save_system::load_vars(), lsode_user_function(), lsode_user_jacobian(), octave::base_ve_model::make_description_text(), octave::make_fcn_handle(), octave::tree_evaluator::make_fcn_handle(), octave::cdef_manager::make_method(), octave::stack_frame::make_symbol_info_list(), octave::tree_evaluator::make_value_list(), maybe_missing_function_hook(), octave::cdef_package::cdef_package_rep::meta_subsref(), mexGet(), mexGetVariable(), octave::interpreter::mislocked(), octave::interpreter::munlock(), oct_unop_default(), octave::base_stream::oscanf(), octave_lazy_index::permute(), octave_oncleanup::print_raw(), quad_float_user_function(), quad_user_function(), read_mat5_binary_element(), octave_class::reconstruct_exemplar(), octave_user_function::restore_warning_states(), octave_class::size(), octave::stream::skipl(), octave_class::string_vector_value(), octave_cell::subsasgn(), octave_class::subsasgn_common(), octave_class::subsref(), octave::tree_evaluator::switch_case_label_matches(), symbol_exist(), octave_perm_matrix::to_dense(), QtHandles::qt_graphics_toolkit::toolkitObjectProxy(), octave::simple_fcn_handle::user_function_value(), octave::tree_evaluator::visit_statement(), octave::stack_frame::workspace(), octave::fcn_info::fcn_info_rep::x_builtin_find(), octave::fcn_info::fcn_info_rep::xfind(), and octave_class::xnumel().

◆ is_diag_matrix()

bool octave_value::is_diag_matrix ( void  ) const
inline

Definition at line 587 of file ov.h.

Referenced by add_hdf5_data(), dispatch_kron(), Fdet(), Finv(), Fpinv(), and Fsqrtm().

◆ is_dld_function()

bool octave_value::is_dld_function ( void  ) const
inline

Definition at line 745 of file ov.h.

◆ is_double_type()

◆ is_dq_string()

bool octave_value::is_dq_string ( void  ) const
inline

Definition at line 599 of file ov.h.

Referenced by Fdisp(), Ftypecast(), octave::get_quote_char(), and octave::tm_row_const::init_element().

◆ is_equal()

bool octave_value::is_equal ( const octave_value ) const

◆ is_function()

◆ is_function_handle()

◆ is_inline_function()

bool octave_value::is_inline_function ( void  ) const
inline

◆ is_instance_of()

bool octave_value::is_instance_of ( const std::string &  cls_name) const
inline

Definition at line 961 of file ov.h.

Referenced by Fisa(), and octave_class::is_instance_of().

◆ is_int16_type()

◆ is_int32_type()

◆ is_int64_type()

◆ is_int8_type()

◆ is_magic_colon()

bool octave_value::is_magic_colon ( void  ) const
inline

Definition at line 629 of file ov.h.

Referenced by octave::dims_to_numel().

◆ is_matrix_type()

◆ is_mex_function()

bool octave_value::is_mex_function ( void  ) const
inline

Definition at line 748 of file ov.h.

Referenced by octave::fcn_info::fcn_info_rep::clear_mex_function().

◆ is_package()

bool octave_value::is_package ( void  ) const
inline

◆ is_perm_matrix()

bool octave_value::is_perm_matrix ( void  ) const
inline

Definition at line 590 of file ov.h.

Referenced by add_hdf5_data(), dispatch_kron(), Fdet(), Ffind(), Finv(), Fluupdate(), and Fpinv().

◆ is_range()

◆ is_real_matrix()

bool octave_value::is_real_matrix ( void  ) const
inline

◆ is_real_scalar()

◆ is_scalar_type()

◆ is_single_type()

◆ is_sorted_rows()

sortmode octave_value::is_sorted_rows ( sortmode  mode = UNSORTED) const
inline

Definition at line 1351 of file ov.h.

Referenced by Fissorted().

◆ is_sq_string()

bool octave_value::is_sq_string ( void  ) const
inline

◆ is_string()

bool octave_value::is_string ( void  ) const
inline

Definition at line 593 of file ov.h.

Referenced by text_label_property::text_label_property(), mxArray_octave_value::array_to_string(), QtHandles::attempt_type_conversion(), octave::attribute_value_to_string(), octave::cell_is_editable(), octave::check_access(), QtHandles::Table::columnformat(), convert_linestyleorder_string(), convert_ticklabel_string(), octave::variable_editor_model::create(), do_dbstack(), do_dbupdown(), octave::history_system::do_history(), octave::base_stream::do_printf(), do_rand(), octave::do_requires_sub_editor_sub(), radio_property::do_set(), color_property::do_set(), double_radio_property::do_set(), string_property::do_set(), string_array_property::do_set(), text_label_property::do_set(), do_strcmp_fun(), octave::err_method_access(), octave::cdef_property::cdef_property_rep::err_property_access(), gh_manager::execute_callback(), F__magick_read__(), F__methods__(), F__voronoi__(), Faddpath(), Farrayfun(), Fbitunpack(), Fbsxfun(), Fcellfun(), Fdblist(), Ferror(), octave::interpreter::feval(), Ffind(), Ffread(), Ffwrite(), octave::cdef_class::cdef_class_rep::find_methods(), octave::cdef_class::cdef_class_rep::find_names(), octave::cdef_class::cdef_class_rep::find_properties(), Flookup(), Fmerge(), Fnargin(), Fnargout(), Fnorm(), Fproperties(), Fsprintf(), Fstrfind(), Fstrrep(), Ftypecast(), octave::stream_list::get_file_number(), octave::get_function_handle(), octave::get_int_arg(), octave::printf_value_cache::get_next_value(), get_scan_string_data(), mxArray_octave_value::get_string(), QtHandles::qt_graphics_toolkit::get_text_extent(), handle_message(), octave::tm_row_const::init_element(), mxArray_octave_value::is_char(), is_valid_function(), QtHandles::Table::itemChanged(), octave::lookup_class(), make_idx_args(), octave::octave_lvalue::numel(), octave::ok_for_signed_int_conv(), octave::ok_for_unsigned_int_conv(), octave::stream::oscanf(), parse_range_spec(), octave_classdef::print_raw(), octave::stream::printf(), octave::stream::puts(), QtHandles::qStringValueFor(), octave::cell_model::quote_char(), octave::scalar_struct_model::quote_char(), octave::vector_struct_model::quote_char(), octave::struct_model::quote_char(), octave::stream_list::remove(), save_mat5_binary_element(), save_mat5_element_length(), save_mat_binary_data(), octave::stream::scanf(), octave::stream::seek(), property_list::set(), figure::properties::set___graphics_toolkit__(), axes::properties::set_text_child(), graphics_object::set_value_or_default(), QtHandles::Table::updateColumnname(), QtHandles::Table::updateColumnwidth(), QtHandles::Table::updateRowname(), callback_property::validate(), and octave::tree_evaluator::visit_simple_for_command().

◆ is_true()

◆ is_uint16_type()

◆ is_uint32_type()

◆ is_uint64_type()

◆ is_uint8_type()

◆ is_undefined()

◆ is_user_code()

bool octave_value::is_user_code ( void  ) const
inline

◆ is_user_function()

bool octave_value::is_user_function ( void  ) const
inline

Definition at line 736 of file ov.h.

Referenced by octave::is_dummy_method(), and octave_class::subsasgn_common().

◆ is_user_script()

bool octave_value::is_user_script ( void  ) const
inline

Definition at line 733 of file ov.h.

◆ is_zero_by_zero()

◆ iscell()

◆ iscellstr()

◆ iscomplex()

◆ isempty()

bool octave_value::isempty ( void  ) const
inline

Definition at line 557 of file ov.h.

Referenced by octave_handle::octave_handle(), QtHandles::Panel::Panel(), calc_dimensions(), QtHandles::Canvas::canvasMouseMoveEvent(), QtHandles::Canvas::canvasMousePressEvent(), QtHandles::Canvas::canvasWheelEvent(), QtHandles::Table::columnformat(), do_class_concat(), octave::base_stream::do_printf(), octave::do_requires_sub_editor_sub(), handle_property::do_set(), do_trilu(), text_label_property::empty(), callback_property::execute(), gh_manager::execute_callback(), F__voronoi__(), Fchol(), Fdbstop(), Fdet(), Feig(), Ferror(), Fhess(), Finv(), Fissorted(), Flasterror(), Flinspace(), Flu(), Fnorm(), Fpinv(), Frats(), Fstrfind(), Fsylvester(), gca(), gcf(), patch::properties::get_color_data(), array_property::get_data_limits(), octave::get_dimensions(), QtHandles::qt_graphics_toolkit::get_text_extent(), octave::cdef_property::cdef_property_rep::get_value(), handle_message(), intfield(), callback_property::is_defined(), mxArray_octave_value::isempty(), octave::cdef_manager::make_property(), read_mat5_binary_element(), gnuplot_graphics_toolkit::send_quit(), octave::cdef_property::cdef_property_rep::set_value(), stringfield(), octave_class::subsasgn_common(), QtHandles::qt_graphics_toolkit::toolkitObjectProxy(), try_cellfun_internal_ops(), axes::properties::update_handlevisibility(), base_properties::update_uicontextmenu(), QtHandles::Table::updateColumnname(), QtHandles::Table::updateColumnwidth(), QtHandles::Table::updateRowname(), array_property::validate(), callback_property::validate(), and octave::base_parser::validate_matrix_for_assignment().

◆ isfinite()

octave_value octave_value::isfinite ( void  ) const
inline

Definition at line 1393 of file ov.h.

◆ isfloat()

bool octave_value::isfloat ( void  ) const
inline

Definition at line 654 of file ov.h.

Referenced by F__magick_write__(), Fdot(), Feig(), and Fisa().

◆ isinf()

octave_value octave_value::isinf ( void  ) const
inline

Definition at line 1398 of file ov.h.

Referenced by octave::is_nan_or_inf().

◆ isinteger()

◆ isjava()

bool octave_value::isjava ( void  ) const
inline

Definition at line 623 of file ov.h.

Referenced by octave::tree_index_expression::evaluate_n().

◆ islocked()

bool octave_value::islocked ( void  ) const
inline

◆ islogical()

◆ isna()

octave_value octave_value::isna ( void  ) const
inline

Definition at line 1399 of file ov.h.

◆ isnan()

octave_value octave_value::isnan ( void  ) const
inline

Definition at line 1400 of file ov.h.

Referenced by octave::is_nan_or_inf().

◆ isnull()

bool octave_value::isnull ( void  ) const
inline

Definition at line 632 of file ov.h.

Referenced by octave_cell::subsasgn(), and octave_struct::subsasgn().

◆ isnumeric()

◆ isobject()

◆ isreal()

◆ issorted()

sortmode octave_value::issorted ( sortmode  mode = UNSORTED) const
inline

Definition at line 1345 of file ov.h.

Referenced by octave_base_sparse< T >::issorted().

◆ issparse()

◆ isstruct()

◆ length()

octave_idx_type octave_value::length ( void  ) const

◆ lgamma()

octave_value octave_value::lgamma ( void  ) const
inline

Definition at line 1401 of file ov.h.

◆ list_value()

◆ load_ascii()

bool octave_value::load_ascii ( std::istream &  is)
inline

Definition at line 1301 of file ov.h.

Referenced by read_text_data().

◆ load_binary()

bool octave_value::load_binary ( std::istream &  is,
bool  swap,
octave::mach_info::float_format  fmt 
)
inline

Definition at line 1306 of file ov.h.

Referenced by read_binary_data().

◆ load_hdf5()

bool octave_value::load_hdf5 ( octave_hdf5_id  loc_id,
const char *  name 
)
inline

Definition at line 1314 of file ov.h.

References name.

◆ lock()

void octave_value::lock ( void  )
inline

Definition at line 1354 of file ov.h.

◆ log()

octave_value octave_value::log ( void  ) const
inline

Definition at line 1402 of file ov.h.

◆ log10()

octave_value octave_value::log10 ( void  ) const
inline

Definition at line 1404 of file ov.h.

◆ log1p()

octave_value octave_value::log1p ( void  ) const
inline

Definition at line 1405 of file ov.h.

◆ log2()

octave_value octave_value::log2 ( void  ) const
inline

Definition at line 1403 of file ov.h.

◆ long_value()

long int octave_value::long_value ( bool  req_int = false,
bool  frc_str_conv = false 
) const
inline

Definition at line 776 of file ov.h.

Referenced by QtHandles::qStringValueFor().

◆ make_storable_value()

void octave_value::make_storable_value ( void  )

◆ make_unique() [1/2]

void octave_value::make_unique ( int  obsolete_copies)
inline

Definition at line 352 of file ov.h.

References r.

◆ make_unique() [2/2]

◆ map()

◆ map_keys()

string_vector octave_value::map_keys ( void  ) const
inline

Definition at line 945 of file ov.h.

◆ map_value()

◆ matrix_type() [1/2]

MatrixType octave_value::matrix_type ( const MatrixType typ) const
inline

Definition at line 545 of file ov.h.

◆ matrix_type() [2/2]

◆ matrix_value()

◆ maybe_economize()

void octave_value::maybe_economize ( void  )
inline

Definition at line 1198 of file ov.h.

◆ maybe_mutate()

void octave_value::maybe_mutate ( void  )

◆ mex_get_data()

void* octave_value::mex_get_data ( void  ) const
inline

Definition at line 1325 of file ov.h.

Referenced by mxArray_octave_value::get_data(), and mxArray_octave_value::get_scalar().

◆ mex_get_ir()

octave_idx_type* octave_value::mex_get_ir ( void  ) const
inline

Definition at line 1327 of file ov.h.

Referenced by mxArray_octave_value::get_ir().

◆ mex_get_jc()

octave_idx_type* octave_value::mex_get_jc ( void  ) const
inline

Definition at line 1329 of file ov.h.

Referenced by mxArray_octave_value::get_jc().

◆ ndims()

◆ next_subsref() [1/3]

octave_value octave_value::next_subsref ( bool  auto_add,
const std::string &  type,
const std::list< octave_value_list > &  idx,
size_t  skip = 1 
)

◆ next_subsref() [2/3]

octave_value octave_value::next_subsref ( const std::string &  type,
const std::list< octave_value_list > &  idx,
size_t  skip = 1 
)

◆ next_subsref() [3/3]

octave_value_list octave_value::next_subsref ( int  nargout,
const std::string &  type,
const std::list< octave_value_list > &  idx,
size_t  skip = 1 
)

◆ nfields()

◆ nil_rep()

octave_base_value * octave_value::nil_rep ( void  )
staticprivate

Definition at line 115 of file ov.cc.

◆ nint_value()

int octave_value::nint_value ( bool  frc_str_conv = false) const
inline

Definition at line 772 of file ov.h.

Referenced by F__eigs__(), and Flasterror().

◆ nnz()

octave_idx_type octave_value::nnz ( void  ) const
inline

Definition at line 524 of file ov.h.

Referenced by save_mat_binary_data().

◆ nparents()

size_t octave_value::nparents ( void  ) const
inline

Definition at line 948 of file ov.h.

Referenced by octave_class::exemplar_info::compare().

◆ numel()

◆ numeric_conversion_function()

octave_base_value::type_conv_info octave_value::numeric_conversion_function ( void  ) const
inline

Definition at line 401 of file ov.h.

Referenced by do_non_const_unary_op(), and octave_base_value::numeric_assign().

◆ numeric_demotion_function()

octave_base_value::type_conv_info octave_value::numeric_demotion_function ( void  ) const
inline

Definition at line 404 of file ov.h.

◆ nzmax()

octave_idx_type octave_value::nzmax ( void  ) const
inline

Definition at line 526 of file ov.h.

Referenced by mxArray_octave_value::get_nzmax().

◆ octave_idx_type_vector_value()

Array<octave_idx_type> octave_value::octave_idx_type_vector_value ( bool  req_int = false,
bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

◆ op_eq_to_binary_op()

◆ operator=() [1/2]

octave_value& octave_value::operator= ( const octave_value a)
inline

Definition at line 367 of file ov.h.

References octave_base_value::count, and rep.

◆ operator=() [2/2]

octave_value& octave_value::operator= ( octave_value &&  a)
inline

Definition at line 381 of file ov.h.

◆ parent_class_name_list()

std::list<std::string> octave_value::parent_class_name_list ( void  ) const
inline

◆ parent_class_names()

string_vector octave_value::parent_class_names ( void  ) const
inline

Definition at line 954 of file ov.h.

Referenced by F__parent_classes__().

◆ perm_matrix_value()

PermMatrix octave_value::perm_matrix_value ( void  ) const
inline

Definition at line 876 of file ov.h.

Referenced by Fdet(), Ffind(), Finv(), Fluupdate(), and Fpinv().

◆ permute()

octave_value octave_value::permute ( const Array< int > &  vec,
bool  inv = false 
) const
inline

◆ print()

void octave_value::print ( std::ostream &  os,
bool  pr_as_read_syntax = false 
)
inline

Definition at line 1230 of file ov.h.

Referenced by Fdisp(), Ffdisp(), Frats(), and octave::tree_constant::print().

◆ print_as_scalar()

bool octave_value::print_as_scalar ( void  ) const
inline

Definition at line 1227 of file ov.h.

◆ print_info()

void octave_value::print_info ( std::ostream &  os,
const std::string &  prefix = "" 
) const

Definition at line 2612 of file ov.cc.

References get_count(), octave_base_value::print_info(), rep, and type_name().

◆ print_name_tag()

bool octave_value::print_name_tag ( std::ostream &  os,
const std::string &  name 
) const
inline

Definition at line 1236 of file ov.h.

References name.

Referenced by Fdisplay(), and print_nd_array().

◆ print_raw()

void octave_value::print_raw ( std::ostream &  os,
bool  pr_as_read_syntax = false 
) const
inline

◆ print_with_name()

void octave_value::print_with_name ( std::ostream &  os,
const std::string &  name 
) const
inline

◆ range_value()

◆ real()

octave_value octave_value::real ( void  ) const
inline

Definition at line 1406 of file ov.h.

◆ reshape()

◆ resize()

octave_value octave_value::resize ( const dim_vector dv,
bool  fill = false 
) const
inline

◆ round()

octave_value octave_value::round ( void  ) const
inline

Definition at line 1407 of file ov.h.

◆ roundb()

octave_value octave_value::roundb ( void  ) const
inline

Definition at line 1408 of file ov.h.

◆ row_vector_value()

RowVector octave_value::row_vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

Referenced by get_dim_vector().

◆ rows()

◆ save_ascii()

bool octave_value::save_ascii ( std::ostream &  os)
inline

Definition at line 1299 of file ov.h.

Referenced by octave::scoped_fcn_handle::save_ascii(), and save_text_data().

◆ save_binary()

bool octave_value::save_binary ( std::ostream &  os,
bool  save_as_floats 
)
inline

Definition at line 1303 of file ov.h.

Referenced by octave::scoped_fcn_handle::save_binary(), and save_binary_data().

◆ save_hdf5()

bool octave_value::save_hdf5 ( octave_hdf5_id  loc_id,
const char *  name,
bool  save_as_floats 
)
inline

Definition at line 1310 of file ov.h.

References name.

Referenced by add_hdf5_data().

◆ scalar_map_value()

◆ scalar_value()

double octave_value::scalar_value ( bool  frc_str_conv = false) const
inline

◆ short_disp()

void octave_value::short_disp ( std::ostream &  os) const
inline

Definition at line 1242 of file ov.h.

Referenced by octave::workspace_model::update_table().

◆ short_value()

short int octave_value::short_value ( bool  req_int = false,
bool  frc_str_conv = false 
) const
inline

Definition at line 758 of file ov.h.

Referenced by QtHandles::qStringValueFor().

◆ signum()

octave_value octave_value::signum ( void  ) const
inline

Definition at line 1409 of file ov.h.

Referenced by octave_uint64_matrix::map().

◆ sin()

octave_value octave_value::sin ( void  ) const
inline

Definition at line 1410 of file ov.h.

◆ single_subsref()

octave_value octave_value::single_subsref ( const std::string &  type,
const octave_value_list idx 
)

◆ sinh()

octave_value octave_value::sinh ( void  ) const
inline

Definition at line 1411 of file ov.h.

◆ size()

Matrix octave_value::size ( void  )
inline

◆ sort() [1/2]

octave_value octave_value::sort ( Array< octave_idx_type > &  sidx,
octave_idx_type  dim = 0,
sortmode  mode = ASCENDING 
) const
inline

Definition at line 1341 of file ov.h.

References sort().

◆ sort() [2/2]

octave_value octave_value::sort ( octave_idx_type  dim = 0,
sortmode  mode = ASCENDING 
) const
inline

Definition at line 1339 of file ov.h.

References sort().

Referenced by Fsort(), octave_base_diag< DMT, MT >::sort(), octave_perm_matrix::sort(), octave_range::sort(), and sort().

◆ sort_rows_idx()

Array<octave_idx_type> octave_value::sort_rows_idx ( sortmode  mode = ASCENDING) const
inline

Definition at line 1348 of file ov.h.

References Array< T >::sort_rows_idx().

Referenced by F__sort_rows_idx__().

◆ sparse_bool_matrix_value()

SparseBoolMatrix octave_value::sparse_bool_matrix_value ( bool  warn = false) const
inline

Definition at line 860 of file ov.h.

Referenced by do_trilu(), Ffind(), Flogical(), Fprod(), Fsparse(), and Fsum().

◆ sparse_complex_matrix_value()

SparseComplexMatrix octave_value::sparse_complex_matrix_value ( bool  frc_str_conv = false) const
inline

◆ sparse_matrix_value()

SparseMatrix octave_value::sparse_matrix_value ( bool  frc_str_conv = false) const
inline

◆ sqrt()

octave_value octave_value::sqrt ( void  ) const
inline

Definition at line 1412 of file ov.h.

Referenced by Fsqrtm().

◆ squeeze()

octave_value octave_value::squeeze ( void  ) const
inline

Definition at line 409 of file ov.h.

References squeeze().

Referenced by octave_struct::squeeze(), and squeeze().

◆ storable_value()

◆ string_value()

std::string octave_value::string_value ( bool  force = false) const
inline

Definition at line 927 of file ov.h.

Referenced by QtHandles::attempt_type_conversion(), octave::attribute_value_to_string(), QtHandles::Container::canvas(), Cell::cellstr_value(), octave::check_access(), QtHandles::Table::columnformat(), QtHandles::Table::comboBoxCurrentIndexChanged(), convert_linestyleorder_string(), convert_ticklabel_string(), do_dbstack(), do_dbupdown(), QtHandles::GLCanvas::do_getPixels(), octave::history_system::do_history(), QtHandles::GLCanvas::do_print(), octave::base_stream::do_printf(), do_rand(), radio_property::do_set(), color_property::do_set(), double_radio_property::do_set(), string_property::do_set(), string_array_property::do_set(), octave::opengl_renderer::draw_axes_children(), octave::err_method_access(), octave::cdef_property::cdef_property_rep::err_property_access(), gh_manager::execute_callback(), F__magick_formats__(), F__magick_read__(), F__magick_write__(), F__methods__(), F__voronoi__(), Faddpath(), Faudiowrite(), Fbsxfun(), Fdblist(), Ferror(), octave::interpreter::feval(), Ffopen(), octave::cdef_class::cdef_class_rep::find_methods(), octave::cdef_class::cdef_class_rep::find_names(), octave::cdef_class::cdef_class_rep::find_properties(), Fis_same_file(), Flasterror(), Flookup(), Fnargin(), Fnargout(), Fnorm(), Fproperties(), Frethrow(), octave::stream_list::get_file_number(), octave::get_function_handle(), octave::get_int_arg(), octave::printf_value_cache::get_next_value(), get_scan_string_data(), QtHandles::qt_graphics_toolkit::get_text_extent(), handle_message(), QtHandles::qt_graphics_toolkit::initialize(), octave::is_superclass(), is_valid_function(), octave::lookup_class(), octave_value_list::make_argv(), QtHandles::Figure::mouseMode(), octave::stream::oscanf(), QtHandles::pan_enabled(), QtHandles::pan_mode(), parse_range_spec(), octave_classdef::print_raw(), octave::stream::printf(), octave::stream::puts(), QtHandles::qStringValueFor(), read_mat5_binary_element(), octave::stream_list::remove(), octave::stream::scanf(), screen_size_pixels(), QtHandles::Canvas::select_object(), property_list::set(), figure::properties::set___graphics_toolkit__(), octave::opengl_renderer::set_font(), set_LSODE_options(), graphics_object::set_value_or_default(), figure::properties::set_visible(), octave_base_value::string_value(), Cell::string_vector_value(), QtHandles::Table::updateColumnname(), QtHandles::Table::updateColumnwidth(), QtHandles::Table::updateData(), QtHandles::Table::updateRowname(), octave::error_system::warning_enabled(), QtHandles::zoom_enabled(), and QtHandles::zoom_mode().

◆ string_vector_value()

◆ subsasgn()

◆ subsref() [1/3]

◆ subsref() [2/3]

octave_value octave_value::subsref ( const std::string &  type,
const std::list< octave_value_list > &  idx,
bool  auto_add 
)
inline

Definition at line 453 of file ov.h.

References subsref().

◆ subsref() [3/3]

octave_value_list octave_value::subsref ( const std::string &  type,
const std::list< octave_value_list > &  idx,
int  nargout 
)

◆ tan()

octave_value octave_value::tan ( void  ) const
inline

Definition at line 1413 of file ov.h.

◆ tanh()

octave_value octave_value::tanh ( void  ) const
inline

Definition at line 1414 of file ov.h.

◆ try_narrowing_conversion()

octave_base_value* octave_value::try_narrowing_conversion ( void  )
inline

Definition at line 431 of file ov.h.

References octave_base_value::try_narrowing_conversion().

◆ type_id()

int octave_value::type_id ( void  ) const
inline

Definition at line 1252 of file ov.h.

Referenced by add_hdf5_data(), do_non_const_unary_op(), and octave_base_value::numeric_assign().

◆ type_name()

◆ uint16_array_value()

◆ uint16_scalar_value()

octave_uint16 octave_value::uint16_scalar_value ( void  ) const
inline

Definition at line 894 of file ov.h.

◆ uint32_array_value()

◆ uint32_scalar_value()

octave_uint32 octave_value::uint32_scalar_value ( void  ) const
inline

Definition at line 897 of file ov.h.

◆ uint64_array_value()

uint64NDArray octave_value::uint64_array_value ( void  ) const
inline

◆ uint64_scalar_value()

octave_uint64 octave_value::uint64_scalar_value ( void  ) const
inline

◆ uint64_value()

uint64_t octave_value::uint64_value ( bool  req_int = false,
bool  frc_str_conv = false 
) const
inline

Definition at line 788 of file ov.h.

Referenced by QtHandles::qStringValueFor().

◆ uint8_array_value()

◆ uint8_scalar_value()

octave_uint8 octave_value::uint8_scalar_value ( void  ) const
inline

Definition at line 891 of file ov.h.

◆ uint_value()

unsigned int octave_value::uint_value ( bool  req_int = false,
bool  frc_str_conv = false 
) const
inline

Definition at line 769 of file ov.h.

Referenced by F__magick_write__(), and QtHandles::qStringValueFor().

◆ ulong_value()

unsigned long int octave_value::ulong_value ( bool  req_int = false,
bool  frc_str_conv = false 
) const
inline

Definition at line 780 of file ov.h.

Referenced by QtHandles::qStringValueFor().

◆ unary_op_as_string()

◆ unary_op_fcn_name()

std::string octave_value::unary_op_fcn_name ( unary_op  op)
static

Definition at line 153 of file ov.cc.

References op_hermitian, op_not, op_transpose, op_uminus, and op_uplus.

◆ unary_op_to_assign_op()

octave_value::assign_op octave_value::unary_op_to_assign_op ( unary_op  op)
private

Definition at line 2819 of file ov.cc.

References error(), op_add_eq, op_decr, op_incr, op_sub_eq, and unary_op_as_string().

Referenced by do_non_const_unary_op().

◆ undef_subsasgn()

octave_value octave_value::undef_subsasgn ( const std::string &  type,
const std::list< octave_value_list > &  idx,
const octave_value rhs 
)

◆ unlock()

void octave_value::unlock ( void  )
inline

Definition at line 1356 of file ov.h.

◆ user_code_value()

◆ user_function_value()

◆ user_script_value()

octave_user_script* octave_value::user_script_value ( bool  silent = false) const

◆ ushort_value()

unsigned short int octave_value::ushort_value ( bool  req_int = false,
bool  frc_str_conv = false 
) const
inline

Definition at line 762 of file ov.h.

Referenced by QtHandles::qStringValueFor().

◆ vector_value()

Array<double> octave_value::vector_value ( bool  frc_str_conv = false,
bool  frc_vec_conv = false 
) const

◆ write()

int octave_value::write ( octave::stream os,
int  block_size,
oct_data_conv::data_type  output_type,
int  skip,
octave::mach_info::float_format  flt_fmt 
) const

◆ xarray_value()

NDArray octave_value::xarray_value ( const char *  fmt,
  ... 
) const

Referenced by Fellipj().

◆ xbool_array_value()

boolNDArray octave_value::xbool_array_value ( const char *  fmt,
  ... 
) const

◆ xbool_matrix_value()

boolMatrix octave_value::xbool_matrix_value ( const char *  fmt,
  ... 
) const

◆ xbool_value()

bool octave_value::xbool_value ( const char *  fmt,
  ... 
) const

Referenced by F__eigs__().

◆ xcell_value()

◆ xcellstr_value()

Array<std::string> octave_value::xcellstr_value ( const char *  fmt,
  ... 
) const

◆ xchar_array_value()

charNDArray octave_value::xchar_array_value ( const char *  fmt,
  ... 
) const

◆ xchar_matrix_value()

charMatrix octave_value::xchar_matrix_value ( const char *  fmt,
  ... 
) const

◆ xcolumn_vector_value()

ColumnVector octave_value::xcolumn_vector_value ( const char *  fmt,
  ... 
) const

◆ xcomplex_array_value()

ComplexNDArray octave_value::xcomplex_array_value ( const char *  fmt,
  ... 
) const

Referenced by do_bessel(), Fcomplex(), and Fellipj().

◆ xcomplex_column_vector_value()

ComplexColumnVector octave_value::xcomplex_column_vector_value ( const char *  fmt,
  ... 
) const

Referenced by do_bessel().

◆ xcomplex_diag_matrix_value()

ComplexDiagMatrix octave_value::xcomplex_diag_matrix_value ( const char *  fmt,
  ... 
) const

◆ xcomplex_matrix_value()

ComplexMatrix octave_value::xcomplex_matrix_value ( const char *  fmt,
  ... 
) const

Referenced by Fgsvd().

◆ xcomplex_row_vector_value()

ComplexRowVector octave_value::xcomplex_row_vector_value ( const char *  fmt,
  ... 
) const

◆ xcomplex_value()

Complex octave_value::xcomplex_value ( const char *  fmt,
  ... 
) const

Referenced by do_bessel(), Fcomplex(), and Fellipj().

◆ xcomplex_vector_value()

Array<Complex> octave_value::xcomplex_vector_value ( const char *  fmt,
  ... 
) const

◆ xdiag_matrix_value()

DiagMatrix octave_value::xdiag_matrix_value ( const char *  fmt,
  ... 
) const

◆ xdouble_value()

double octave_value::xdouble_value ( const char *  fmt,
  ... 
) const

◆ xfcn_handle_value()

octave_fcn_handle* octave_value::xfcn_handle_value ( const char *  fmt,
  ... 
) const

◆ xfloat_array_value()

FloatNDArray octave_value::xfloat_array_value ( const char *  fmt,
  ... 
) const

◆ xfloat_column_vector_value()

FloatColumnVector octave_value::xfloat_column_vector_value ( const char *  fmt,
  ... 
) const

◆ xfloat_complex_array_value()

FloatComplexNDArray octave_value::xfloat_complex_array_value ( const char *  fmt,
  ... 
) const

Referenced by do_bessel(), and Fcomplex().

◆ xfloat_complex_column_vector_value()

FloatComplexColumnVector octave_value::xfloat_complex_column_vector_value ( const char *  fmt,
  ... 
) const

Referenced by do_bessel().

◆ xfloat_complex_diag_matrix_value()

FloatComplexDiagMatrix octave_value::xfloat_complex_diag_matrix_value ( const char *  fmt,
  ... 
) const

◆ xfloat_complex_matrix_value()

FloatComplexMatrix octave_value::xfloat_complex_matrix_value ( const char *  fmt,
  ... 
) const

Referenced by Fgsvd().

◆ xfloat_complex_row_vector_value()

FloatComplexRowVector octave_value::xfloat_complex_row_vector_value ( const char *  fmt,
  ... 
) const

◆ xfloat_complex_value()

FloatComplex octave_value::xfloat_complex_value ( const char *  fmt,
  ... 
) const

Referenced by do_bessel(), and Fcomplex().

◆ xfloat_complex_vector_value()

Array<FloatComplex> octave_value::xfloat_complex_vector_value ( const char *  fmt,
  ... 
) const

◆ xfloat_diag_matrix_value()

FloatDiagMatrix octave_value::xfloat_diag_matrix_value ( const char *  fmt,
  ... 
) const

◆ xfloat_matrix_value()

FloatMatrix octave_value::xfloat_matrix_value ( const char *  fmt,
  ... 
) const

Referenced by Fgsvd().

◆ xfloat_row_vector_value()

FloatRowVector octave_value::xfloat_row_vector_value ( const char *  fmt,
  ... 
) const

◆ xfloat_scalar_value()

float octave_value::xfloat_scalar_value ( const char *  fmt,
  ... 
) const

◆ xfloat_value()

float octave_value::xfloat_value ( const char *  fmt,
  ... 
) const

◆ xfloat_vector_value()

Array<float> octave_value::xfloat_vector_value ( const char *  fmt,
  ... 
) const

◆ xfunction_value()

octave_function* octave_value::xfunction_value ( const char *  fmt,
  ... 
) const

◆ xidx_type_value()

octave_idx_type octave_value::xidx_type_value ( const char *  fmt,
  ... 
) const

◆ xint16_array_value()

int16NDArray octave_value::xint16_array_value ( const char *  fmt,
  ... 
) const

◆ xint16_scalar_value()

octave_int16 octave_value::xint16_scalar_value ( const char *  fmt,
  ... 
) const

◆ xint32_array_value()

int32NDArray octave_value::xint32_array_value ( const char *  fmt,
  ... 
) const

◆ xint32_scalar_value()

octave_int32 octave_value::xint32_scalar_value ( const char *  fmt,
  ... 
) const

◆ xint64_array_value()

int64NDArray octave_value::xint64_array_value ( const char *  fmt,
  ... 
) const

◆ xint64_scalar_value()

octave_int64 octave_value::xint64_scalar_value ( const char *  fmt,
  ... 
) const

Referenced by octave::stream::seek().

◆ xint64_value()

int64_t octave_value::xint64_value ( const char *  fmt,
  ... 
) const

◆ xint8_array_value()

int8NDArray octave_value::xint8_array_value ( const char *  fmt,
  ... 
) const

◆ xint8_scalar_value()

octave_int8 octave_value::xint8_scalar_value ( const char *  fmt,
  ... 
) const

◆ xint_value()

int octave_value::xint_value ( const char *  fmt,
  ... 
) const

Referenced by Faddpath(), and intfield().

◆ xint_vector_value()

Array<int> octave_value::xint_vector_value ( const char *  fmt,
  ... 
) const

Referenced by F__magick_read__().

◆ xisalnum()

octave_value octave_value::xisalnum ( void  ) const
inline

Definition at line 1418 of file ov.h.

Referenced by Cell::xisalnum().

◆ xisalpha()

octave_value octave_value::xisalpha ( void  ) const
inline

Definition at line 1419 of file ov.h.

Referenced by Cell::xisalpha().

◆ xisascii()

octave_value octave_value::xisascii ( void  ) const
inline

Definition at line 1420 of file ov.h.

Referenced by Cell::xisascii().

◆ xiscntrl()

octave_value octave_value::xiscntrl ( void  ) const
inline

Definition at line 1421 of file ov.h.

Referenced by Cell::xiscntrl().

◆ xisdigit()

octave_value octave_value::xisdigit ( void  ) const
inline

Definition at line 1422 of file ov.h.

Referenced by Cell::xisdigit().

◆ xisgraph()

octave_value octave_value::xisgraph ( void  ) const
inline

Definition at line 1423 of file ov.h.

Referenced by Cell::xisgraph().

◆ xislower()

octave_value octave_value::xislower ( void  ) const
inline

Definition at line 1424 of file ov.h.

Referenced by Cell::xislower().

◆ xisprint()

octave_value octave_value::xisprint ( void  ) const
inline

Definition at line 1425 of file ov.h.

Referenced by Cell::xisprint().

◆ xispunct()

octave_value octave_value::xispunct ( void  ) const
inline

Definition at line 1426 of file ov.h.

Referenced by Cell::xispunct().

◆ xisspace()

octave_value octave_value::xisspace ( void  ) const
inline

Definition at line 1427 of file ov.h.

Referenced by Cell::xisspace().

◆ xisupper()

octave_value octave_value::xisupper ( void  ) const
inline

Definition at line 1428 of file ov.h.

Referenced by Cell::xisupper().

◆ xisxdigit()

octave_value octave_value::xisxdigit ( void  ) const
inline

Definition at line 1429 of file ov.h.

Referenced by Cell::xisxdigit().

◆ xlist_value()

octave_value_list octave_value::xlist_value ( const char *  fmt,
  ... 
) const

◆ xlong_value()

long int octave_value::xlong_value ( const char *  fmt,
  ... 
) const

◆ xmap_value()

octave_map octave_value::xmap_value ( const char *  fmt,
  ... 
) const

◆ xmatrix_value()

Matrix octave_value::xmatrix_value ( const char *  fmt,
  ... 
) const

Referenced by Fgsvd().

◆ xnint_value()

int octave_value::xnint_value ( const char *  fmt,
  ... 
) const

◆ xnumel()

octave_idx_type octave_value::xnumel ( const octave_value_list idx)
inline

Definition at line 440 of file ov.h.

Referenced by octave::octave_lvalue::numel().

◆ xoctave_idx_type_vector_value()

Array<octave_idx_type> octave_value::xoctave_idx_type_vector_value ( const char *  fmt,
  ... 
) const

◆ xperm_matrix_value()

PermMatrix octave_value::xperm_matrix_value ( const char *  fmt,
  ... 
) const

◆ xrange_value()

Range octave_value::xrange_value ( const char *  fmt,
  ... 
) const

◆ xrow_vector_value()

RowVector octave_value::xrow_vector_value ( const char *  fmt,
  ... 
) const

◆ xscalar_map_value()

octave_scalar_map octave_value::xscalar_map_value ( const char *  fmt,
  ... 
) const

◆ xscalar_value()

double octave_value::xscalar_value ( const char *  fmt,
  ... 
) const

◆ xshort_value()

short int octave_value::xshort_value ( const char *  fmt,
  ... 
) const

◆ xsignbit()

octave_value octave_value::xsignbit ( void  ) const
inline

Definition at line 1430 of file ov.h.

Referenced by Fsignbit().

◆ xsparse_bool_matrix_value()

SparseBoolMatrix octave_value::xsparse_bool_matrix_value ( const char *  fmt,
  ... 
) const

◆ xsparse_complex_matrix_value()

SparseComplexMatrix octave_value::xsparse_complex_matrix_value ( const char *  fmt,
  ... 
) const

Referenced by Fcomplex().

◆ xsparse_matrix_value()

SparseMatrix octave_value::xsparse_matrix_value ( const char *  fmt,
  ... 
) const

◆ xstring_value()

◆ xstring_vector_value()

string_vector octave_value::xstring_vector_value ( const char *  fmt,
  ... 
) const

Referenced by Ftilde_expand().

◆ xtolower()

octave_value octave_value::xtolower ( void  ) const
inline

Definition at line 1431 of file ov.h.

Referenced by Cell::xtolower().

◆ xtoupper()

octave_value octave_value::xtoupper ( void  ) const
inline

Definition at line 1432 of file ov.h.

Referenced by Cell::xtoupper().

◆ xuint16_array_value()

uint16NDArray octave_value::xuint16_array_value ( const char *  fmt,
  ... 
) const

◆ xuint16_scalar_value()

octave_uint16 octave_value::xuint16_scalar_value ( const char *  fmt,
  ... 
) const

◆ xuint32_array_value()

uint32NDArray octave_value::xuint32_array_value ( const char *  fmt,
  ... 
) const

◆ xuint32_scalar_value()

octave_uint32 octave_value::xuint32_scalar_value ( const char *  fmt,
  ... 
) const

◆ xuint64_array_value()

uint64NDArray octave_value::xuint64_array_value ( const char *  fmt,
  ... 
) const

◆ xuint64_scalar_value()

octave_uint64 octave_value::xuint64_scalar_value ( const char *  fmt,
  ... 
) const

◆ xuint64_value()

uint64_t octave_value::xuint64_value ( const char *  fmt,
  ... 
) const

◆ xuint8_array_value()

uint8NDArray octave_value::xuint8_array_value ( const char *  fmt,
  ... 
) const

◆ xuint8_scalar_value()

octave_uint8 octave_value::xuint8_scalar_value ( const char *  fmt,
  ... 
) const

◆ xuint_value()

unsigned int octave_value::xuint_value ( const char *  fmt,
  ... 
) const

◆ xulong_value()

unsigned long int octave_value::xulong_value ( const char *  fmt,
  ... 
) const

◆ xuser_code_value()

octave_user_code* octave_value::xuser_code_value ( const char *  fmt,
  ... 
) const

◆ xuser_function_value()

octave_user_function* octave_value::xuser_function_value ( const char *  fmt,
  ... 
) const

◆ xuser_script_value()

octave_user_script* octave_value::xuser_script_value ( const char *  fmt,
  ... 
) const

◆ xushort_value()

unsigned short int octave_value::xushort_value ( const char *  fmt,
  ... 
) const

◆ xvector_value()

Array<double> octave_value::xvector_value ( const char *  fmt,
  ... 
) const

Referenced by do_fread().

Friends And Related Function Documentation

◆ do_binary_op [1/2]

OCTINTERP_API octave_value do_binary_op ( octave::type_info ti,
binary_op  op,
const octave_value a,
const octave_value b 
)
friend

◆ do_binary_op [2/2]

OCTINTERP_API octave_value do_binary_op ( octave::type_info ti,
compound_binary_op  op,
const octave_value a,
const octave_value b 
)
friend

◆ do_cat_op

OCTINTERP_API octave_value do_cat_op ( octave::type_info ti,
const octave_value a,
const octave_value b,
const Array< octave_idx_type > &  ra_idx 
)
friend

◆ do_colon_op [1/2]

OCTINTERP_API octave_value do_colon_op ( const octave_value base,
const octave_value increment,
const octave_value limit,
bool  is_for_cmd_expr 
)
friend

◆ do_colon_op [2/2]

OCTINTERP_API octave_value do_colon_op ( const octave_value base,
const octave_value limit,
bool  is_for_cmd_expr 
)
friend

Definition at line 1280 of file ov.h.

◆ do_unary_op

OCTINTERP_API octave_value do_unary_op ( octave::type_info ti,
unary_op  op,
const octave_value a 
)
friend

Definition at line 2635 of file ov.cc.

Referenced by do_non_const_unary_op().

Member Data Documentation

◆ rep

octave_base_value* octave_value::rep
protected

The real representation.

Definition at line 1468 of file ov.h.

Referenced by do_non_const_unary_op(), is_copy_of(), operator=(), and print_info().


The documentation for this class was generated from the following files: