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

#include "ov.h"

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 ()
 
 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 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::idx_vector &idx, bool lazy=true)
 
 octave_value (const octave::range< double > &r, bool force_range=false)
 
 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 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 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 ()
 
octave_value abs () const
 
octave_value acos () const
 
octave_value acosh () const
 
octave_value all (int dim=0) const
 
bool all_zero_dims () const
 
octave_value angle () const
 
octave_value any (int dim=0) const
 
octave_value arg () const
 
NDArray array_value (bool frc_str_conv=false) const
 
octave_value as_double () const
 
octave_value as_double_or_copy () const
 
octave_value as_int16 () const
 
octave_value as_int32 () const
 
octave_value as_int64 () const
 
octave_value as_int8 () const
 
mxArrayas_mxArray (bool interleaved=false) const
 
octave_value as_single () const
 
octave_value as_uint16 () const
 
octave_value as_uint32 () const
 
octave_value as_uint64 () const
 
octave_value as_uint8 () const
 
octave_value asin () const
 
octave_value asinh () 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 () const
 
octave_value atanh () const
 
boolNDArray bool_array_value (bool warn=false) const
 
boolMatrix bool_matrix_value (bool warn=false) const
 
bool bool_value (bool warn=false) const
 
void break_closure_cycles (const std::shared_ptr< octave::stack_frame > &)
 
builtin_type_t builtin_type () const
 
std::size_t byte_size () const
 
void call_object_destructor ()
 
octave_value cbrt () const
 
octave_value ceil () const
 
Cell cell_value () const
 
Array< std::string > cellstr_value () 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 () const
 
octave_classdefclassdef_object_value (bool silent=false) const
 
octave_base_valueclone () const
 
ColumnVector column_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
octave_idx_type columns () 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 () const
 
void convert_to_row_or_column_vector ()
 
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 () const
 
octave_value cosh () const
 
octave_value dawson () 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 () const
 
double double_value (bool frc_str_conv=false) const
 
octave_value dump () const
 
std::string edit_display (const float_display_format &fmt, octave_idx_type i, octave_idx_type j) const
 
octave_base_valueempty_clone () const
 
octave_idx_type end_index (octave_idx_type index_position, octave_idx_type num_indices) const
 
void erase_subfunctions ()
 
octave_value erf () const
 
octave_value erfc () const
 
octave_value erfcinv () const
 
octave_value erfcx () const
 
octave_value erfi () const
 
octave_value erfinv () const
 
octave_value eval ()
 
octave_value exp () const
 
octave_value expm1 () 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 () 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 () const
 
octave_value full_value () const
 
octave_functionfunction_value (bool silent=false) const
 
octave_value gamma () const
 
octave_idx_type get_count () const
 
std::string get_dims_str () const
 
float_display_format get_edit_display_format () const
 
const octave_base_valueget_rep () const
 
octave_idx_type idx_type_value (bool req_int=false, bool frc_str_conv=false) const
 
octave_value imag () const
 
octave_value index_op (const octave_value_list &idx, bool resize_ok=false)
 
octave::idx_vector index_vector (bool require_integers=false) const
 
int16NDArray int16_array_value () const
 
octave_int16 int16_scalar_value () const
 
int32NDArray int32_array_value () const
 
octave_int32 int32_scalar_value () const
 
int64NDArray int64_array_value () const
 
octave_int64 int64_scalar_value () const
 
int64_t int64_value (bool req_int=false, bool frc_str_conv=false) const
 
int8NDArray int8_array_value () const
 
octave_int8 int8_scalar_value () 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 () const
 
octave_value ipermute (const Array< int > &vec) const
 
bool is_anonymous_function () const
 
bool is_bool_matrix () const
 
bool is_bool_scalar () const
 
bool is_builtin_function () const
 
bool is_char_matrix () const
 
bool is_classdef_meta () const
 
bool is_classdef_object () const
 
bool is_classdef_superclass_ref () const
 
bool is_complex_matrix () const
 
bool is_complex_scalar () const
 
bool is_constant () const
 
bool is_copy_of (const octave_value &val) const
 
bool is_cs_list () const
 
bool is_defined () const
 
bool is_diag_matrix () const
 
bool is_dld_function () const
 
bool is_double_type () const
 
bool is_dq_string () const
 
bool is_equal (const octave_value &) const
 
bool is_function () const
 
bool is_function_handle () const
 
bool is_inline_function () const
 
bool is_instance_of (const std::string &cls_name) const
 
bool is_int16_type () const
 
bool is_int32_type () const
 
bool is_int64_type () const
 
bool is_int8_type () const
 
bool is_legacy_object () const
 
bool is_magic_colon () const
 
bool is_magic_int () const
 
bool is_matrix_type () const
 
bool is_mex_function () const
 
bool is_package () const
 
bool is_perm_matrix () const
 
bool is_range () const
 
bool is_real_matrix () const
 
bool is_real_scalar () const
 
bool is_scalar_type () const
 
bool is_single_type () const
 
sortmode is_sorted_rows (sortmode mode=UNSORTED) const
 
bool is_sq_string () const
 
bool is_string () const
 
bool is_true () const
 
bool is_uint16_type () const
 
bool is_uint32_type () const
 
bool is_uint64_type () const
 
bool is_uint8_type () const
 
bool is_undefined () const
 
bool is_user_code () const
 
bool is_user_function () const
 
bool is_user_script () const
 
bool is_zero_by_zero () const
 
bool iscell () const
 
bool iscellstr () const
 
bool iscomplex () const
 
bool isempty () const
 
bool isfield (const std::string &field_name) const
 
octave_value isfinite () const
 
bool isfloat () const
 
octave_value isinf () const
 
bool isinteger () const
 
bool isjava () const
 
bool islocked () const
 
bool islogical () const
 
octave_value isna () const
 
octave_value isnan () const
 
bool isnull () const
 
bool isnumeric () const
 
bool isobject () const
 
bool isreal () const
 
sortmode issorted (sortmode mode=UNSORTED) const
 
bool issparse () const
 
bool isstruct () const
 
octave_idx_type length () const
 
octave_value lgamma () const
 
octave_value_list list_value () 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 ()
 
octave_value log () const
 
octave_value log10 () const
 
octave_value log1p () const
 
octave_value log2 () const
 
long int long_value (bool req_int=false, bool frc_str_conv=false) const
 
void make_storable_value ()
 
void make_unique ()
 
void make_unique (int obsolete_copies)
 
octave_value map (octave_base_value::unary_mapper_t umap) const
 
string_vector map_keys () const
 
octave_map map_value () const
 
MatrixType matrix_type () const
 
MatrixType matrix_type (const MatrixType &typ) const
 
Matrix matrix_value (bool frc_str_conv=false) const
 
void maybe_economize ()
 
void maybe_mutate ()
 
const void * mex_get_data (mxClassID class_id=mxUNKNOWN_CLASS, mxComplexity complexity=mxREAL) const
 
const octave_idx_typemex_get_ir () const
 
const octave_idx_typemex_get_jc () const
 
int ndims () const
 
octave_value next_subsref (bool auto_add, const std::string &type, const std::list< octave_value_list > &idx, std::size_t skip=1)
 
octave_value next_subsref (const std::string &type, const std::list< octave_value_list > &idx, std::size_t skip=1)
 
octave_value_list next_subsref (int nargout, const std::string &type, const std::list< octave_value_list > &idx, std::size_t skip=1)
 
octave_idx_type nfields () const
 
int nint_value (bool frc_str_conv=false) const
 
octave_idx_type nnz () const
 
octave_valuenon_const_unary_op (unary_op op)
 
octave_valuenon_const_unary_op (unary_op op, const std::string &type, const std::list< octave_value_list > &idx)
 
std::size_t nparents () const
 
octave_idx_type numel () const
 
octave_base_value::type_conv_info numeric_conversion_function () const
 
octave_base_value::type_conv_info numeric_demotion_function () const
 
octave_idx_type nzmax () 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 () const
 
string_vector parent_class_names () const
 
PermMatrix perm_matrix_value () const
 
octave_value permute (const Array< int > &vec, bool inv=false) const
 
void print (std::ostream &os, bool pr_as_read_syntax=false)
 
bool print_as_scalar () const
 
void print_info (std::ostream &os, const std::string &prefix="") const
 
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
 
octave::range< double > range_value () const
 
octave_value real () const
 
octave_value reshape (const dim_vector &dv) const
 
octave_value resize (const dim_vector &dv, bool fill=false) const
 
octave_value round () const
 
octave_value roundb () const
 
RowVector row_vector_value (bool frc_str_conv=false, bool frc_vec_conv=false) const
 
octave_idx_type rows () 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 () 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 () const
 
octave_value simple_subsasgn (char type, octave_value_list &idx, const octave_value &rhs)
 
octave_value_list simple_subsref (char type, octave_value_list &idx, int nargout)
 
octave_value sin () const
 
octave_value single_subsref (const std::string &type, const octave_value_list &idx)
 
octave_value sinh () const
 
Matrix size ()
 
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 () const
 
octave_value squeeze () const
 
octave_value storable_value () 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 () const
 
octave_value tanh () const
 
octave_base_valuetry_narrowing_conversion ()
 
int type_id () const
 
std::string type_name () const
 
uint16NDArray uint16_array_value () const
 
octave_uint16 uint16_scalar_value () const
 
uint32NDArray uint32_array_value () const
 
octave_uint32 uint32_scalar_value () const
 
uint64NDArray uint64_array_value () const
 
octave_uint64 uint64_scalar_value () const
 
uint64_t uint64_value (bool req_int=false, bool frc_str_conv=false) const
 
uint8NDArray uint8_array_value () const
 
octave_uint8 uint8_scalar_value () 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 ()
 
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 () const
 
octave_value xisalpha () const
 
octave_value xisascii () const
 
octave_value xiscntrl () const
 
octave_value xisdigit () const
 
octave_value xisgraph () const
 
octave_value xislower () const
 
octave_value xisprint () const
 
octave_value xispunct () const
 
octave_value xisspace () const
 
octave_value xisupper () const
 
octave_value xisxdigit () 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
 
octave::range< double > 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 () 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 () const
 
octave_value xtoupper () 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)
 

Static Protected Member Functions

static octave_base_valuenil_rep ()
 

Protected Attributes

octave_base_valuem_rep
 The real representation. More...
 

Detailed Description

Definition at line 72 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 133 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 91 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 116 of file ov.h.

◆ magic_colon

Enumerator
magic_colon_t 

Definition at line 170 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 78 of file ov.h.

Constructor & Destructor Documentation

◆ octave_value() [1/98]

octave_value::octave_value ( )
inline

Definition at line 172 of file ov.h.

◆ octave_value() [2/98]

octave_value::octave_value ( short int  i)

Definition at line 483 of file ov.cc.

◆ octave_value() [3/98]

octave_value::octave_value ( unsigned short int  i)

Definition at line 487 of file ov.cc.

◆ octave_value() [4/98]

octave_value::octave_value ( int  i)

Definition at line 491 of file ov.cc.

◆ octave_value() [5/98]

octave_value::octave_value ( unsigned int  i)

Definition at line 495 of file ov.cc.

◆ octave_value() [6/98]

octave_value::octave_value ( long int  i)

Definition at line 499 of file ov.cc.

◆ octave_value() [7/98]

octave_value::octave_value ( unsigned long int  i)

Definition at line 503 of file ov.cc.

◆ octave_value() [8/98]

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

Definition at line 519 of file ov.cc.

◆ octave_value() [9/98]

octave_value::octave_value ( double  d)

Definition at line 523 of file ov.cc.

◆ octave_value() [10/98]

octave_value::octave_value ( float  d)

Definition at line 527 of file ov.cc.

◆ octave_value() [11/98]

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

Definition at line 537 of file ov.cc.

◆ octave_value() [12/98]

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

Definition at line 531 of file ov.cc.

◆ octave_value() [13/98]

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

Definition at line 543 of file ov.cc.

References maybe_mutate().

◆ octave_value() [14/98]

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

Definition at line 549 of file ov.cc.

References maybe_mutate().

◆ octave_value() [15/98]

octave_value::octave_value ( const NDArray nda)

Definition at line 555 of file ov.cc.

References maybe_mutate().

◆ octave_value() [16/98]

octave_value::octave_value ( const FloatNDArray nda)

Definition at line 561 of file ov.cc.

References maybe_mutate().

◆ octave_value() [17/98]

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

Definition at line 567 of file ov.cc.

References maybe_mutate().

◆ octave_value() [18/98]

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

Definition at line 573 of file ov.cc.

References maybe_mutate().

◆ octave_value() [19/98]

octave_value::octave_value ( const DiagMatrix d)

Definition at line 611 of file ov.cc.

◆ octave_value() [20/98]

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

Definition at line 579 of file ov.cc.

◆ octave_value() [21/98]

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

Definition at line 587 of file ov.cc.

◆ octave_value() [22/98]

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

Definition at line 595 of file ov.cc.

◆ octave_value() [23/98]

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

Definition at line 603 of file ov.cc.

◆ octave_value() [24/98]

octave_value::octave_value ( const FloatDiagMatrix d)

Definition at line 619 of file ov.cc.

◆ octave_value() [25/98]

octave_value::octave_value ( const RowVector v)

Definition at line 627 of file ov.cc.

References maybe_mutate().

◆ octave_value() [26/98]

octave_value::octave_value ( const FloatRowVector v)

Definition at line 633 of file ov.cc.

References maybe_mutate().

◆ octave_value() [27/98]

octave_value::octave_value ( const ColumnVector v)

Definition at line 639 of file ov.cc.

References maybe_mutate().

◆ octave_value() [28/98]

octave_value::octave_value ( const FloatColumnVector v)

Definition at line 645 of file ov.cc.

References maybe_mutate().

◆ octave_value() [29/98]

octave_value::octave_value ( const Complex C)

Definition at line 651 of file ov.cc.

References maybe_mutate().

◆ octave_value() [30/98]

octave_value::octave_value ( const FloatComplex C)

Definition at line 657 of file ov.cc.

References maybe_mutate().

◆ octave_value() [31/98]

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

Definition at line 663 of file ov.cc.

References maybe_mutate().

◆ octave_value() [32/98]

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

Definition at line 669 of file ov.cc.

References maybe_mutate().

◆ octave_value() [33/98]

octave_value::octave_value ( const ComplexNDArray cnda)

Definition at line 675 of file ov.cc.

References maybe_mutate().

◆ octave_value() [34/98]

octave_value::octave_value ( const FloatComplexNDArray cnda)

Definition at line 681 of file ov.cc.

References maybe_mutate().

◆ octave_value() [35/98]

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

Definition at line 687 of file ov.cc.

References maybe_mutate().

◆ octave_value() [36/98]

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

Definition at line 693 of file ov.cc.

References maybe_mutate().

◆ octave_value() [37/98]

octave_value::octave_value ( const ComplexDiagMatrix d)

Definition at line 699 of file ov.cc.

◆ octave_value() [38/98]

octave_value::octave_value ( const FloatComplexDiagMatrix d)

Definition at line 707 of file ov.cc.

◆ octave_value() [39/98]

octave_value::octave_value ( const ComplexRowVector v)

Definition at line 715 of file ov.cc.

References maybe_mutate().

◆ octave_value() [40/98]

octave_value::octave_value ( const FloatComplexRowVector v)

Definition at line 721 of file ov.cc.

References maybe_mutate().

◆ octave_value() [41/98]

octave_value::octave_value ( const ComplexColumnVector v)

Definition at line 727 of file ov.cc.

References maybe_mutate().

◆ octave_value() [42/98]

octave_value::octave_value ( const FloatComplexColumnVector v)

Definition at line 733 of file ov.cc.

References maybe_mutate().

◆ octave_value() [43/98]

octave_value::octave_value ( const PermMatrix p)

Definition at line 739 of file ov.cc.

◆ octave_value() [44/98]

octave_value::octave_value ( bool  b)

Definition at line 747 of file ov.cc.

◆ octave_value() [45/98]

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

Definition at line 751 of file ov.cc.

References maybe_mutate().

◆ octave_value() [46/98]

octave_value::octave_value ( const boolNDArray bnda)

Definition at line 757 of file ov.cc.

References maybe_mutate().

◆ octave_value() [47/98]

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

Definition at line 763 of file ov.cc.

References maybe_mutate().

◆ octave_value() [48/98]

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

Definition at line 769 of file ov.cc.

References maybe_mutate().

◆ octave_value() [49/98]

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

◆ octave_value() [50/98]

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

Definition at line 785 of file ov.cc.

References maybe_mutate().

◆ octave_value() [51/98]

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

◆ octave_value() [52/98]

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

Definition at line 801 of file ov.cc.

References maybe_mutate().

◆ octave_value() [53/98]

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

◆ octave_value() [54/98]

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

◆ octave_value() [55/98]

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

◆ octave_value() [56/98]

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

◆ octave_value() [57/98]

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

◆ octave_value() [58/98]

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

◆ octave_value() [59/98]

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

◆ octave_value() [60/98]

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

◆ octave_value() [61/98]

octave_value::octave_value ( const octave_int8 i)

◆ octave_value() [62/98]

octave_value::octave_value ( const octave_int16 i)

◆ octave_value() [63/98]

octave_value::octave_value ( const octave_int32 i)

◆ octave_value() [64/98]

octave_value::octave_value ( const octave_int64 i)

◆ octave_value() [65/98]

octave_value::octave_value ( const octave_uint8 i)

◆ octave_value() [66/98]

octave_value::octave_value ( const octave_uint16 i)

◆ octave_value() [67/98]

octave_value::octave_value ( const octave_uint32 i)

◆ octave_value() [68/98]

octave_value::octave_value ( const octave_uint64 i)

◆ octave_value() [69/98]

octave_value::octave_value ( const int8NDArray inda)

◆ octave_value() [70/98]

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

◆ octave_value() [71/98]

octave_value::octave_value ( const int16NDArray inda)

◆ octave_value() [72/98]

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

◆ octave_value() [73/98]

octave_value::octave_value ( const int32NDArray inda)

◆ octave_value() [74/98]

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

◆ octave_value() [75/98]

octave_value::octave_value ( const int64NDArray inda)

◆ octave_value() [76/98]

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

◆ octave_value() [77/98]

octave_value::octave_value ( const uint8NDArray inda)

◆ octave_value() [78/98]

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

◆ octave_value() [79/98]

octave_value::octave_value ( const uint16NDArray inda)

◆ octave_value() [80/98]

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

◆ octave_value() [81/98]

octave_value::octave_value ( const uint32NDArray inda)

◆ octave_value() [82/98]

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

◆ octave_value() [83/98]

octave_value::octave_value ( const uint64NDArray inda)

◆ octave_value() [84/98]

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

◆ octave_value() [85/98]

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

◆ octave_value() [86/98]

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

◆ octave_value() [87/98]

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

◆ octave_value() [88/98]

octave_value::octave_value ( const octave::range< double > &  r,
bool  force_range = false 
)

◆ octave_value() [89/98]

octave_value::octave_value ( const octave_map m)

◆ octave_value() [90/98]

octave_value::octave_value ( const octave_scalar_map m)

◆ octave_value() [91/98]

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

◆ octave_value() [92/98]

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

◆ octave_value() [93/98]

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

◆ octave_value() [94/98]

octave_value::octave_value ( const octave_value_list m)
explicit

◆ octave_value() [95/98]

octave_value::octave_value ( octave_value::magic_colon  )

◆ octave_value() [96/98]

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

Definition at line 312 of file ov.h.

◆ octave_value() [97/98]

octave_value::octave_value ( const octave_value a)
inline

Definition at line 321 of file ov.h.

◆ octave_value() [98/98]

octave_value::octave_value ( octave_value &&  a)
inline

Definition at line 327 of file ov.h.

◆ ~octave_value()

octave_value::~octave_value ( )
inline

Definition at line 342 of file ov.h.

Member Function Documentation

◆ abs()

octave_value octave_value::abs ( ) const
inline

Definition at line 1447 of file ov.h.

Referenced by octave_uint64_matrix::map().

◆ acos()

octave_value octave_value::acos ( ) const
inline

Definition at line 1448 of file ov.h.

◆ acosh()

octave_value octave_value::acosh ( ) const
inline

Definition at line 1449 of file ov.h.

◆ all()

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

◆ all_zero_dims()

bool octave_value::all_zero_dims ( ) const
inline

Definition at line 553 of file ov.h.

◆ angle()

octave_value octave_value::angle ( ) const
inline

Definition at line 1450 of file ov.h.

◆ any()

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

◆ arg()

◆ array_value()

NDArray octave_value::array_value ( bool  frc_str_conv = false) const
inline

◆ as_double()

octave_value octave_value::as_double ( ) const
inline

Definition at line 445 of file ov.h.

References as_double().

Referenced by as_double().

◆ as_double_or_copy()

octave_value octave_value::as_double_or_copy ( ) const
inline

Definition at line 442 of file ov.h.

References as_double_or_copy().

Referenced by as_double_or_copy(), and ov_range< T >::vm_extract_forloop_value().

◆ as_int16()

octave_value octave_value::as_int16 ( ) const
inline

Definition at line 449 of file ov.h.

References as_int16().

Referenced by as_int16().

◆ as_int32()

octave_value octave_value::as_int32 ( ) const
inline

Definition at line 450 of file ov.h.

References as_int32().

Referenced by as_int32().

◆ as_int64()

octave_value octave_value::as_int64 ( ) const
inline

Definition at line 451 of file ov.h.

References as_int64().

Referenced by as_int64().

◆ as_int8()

octave_value octave_value::as_int8 ( ) const
inline

Definition at line 448 of file ov.h.

References as_int8().

Referenced by as_int8().

◆ as_mxArray()

mxArray* octave_value::as_mxArray ( bool  interleaved = false) const
inline

◆ as_single()

octave_value octave_value::as_single ( ) const
inline

Definition at line 446 of file ov.h.

References as_single().

Referenced by as_single().

◆ as_uint16()

octave_value octave_value::as_uint16 ( ) const
inline

Definition at line 454 of file ov.h.

References as_uint16().

Referenced by as_uint16().

◆ as_uint32()

octave_value octave_value::as_uint32 ( ) const
inline

Definition at line 455 of file ov.h.

References as_uint32().

Referenced by as_uint32().

◆ as_uint64()

octave_value octave_value::as_uint64 ( ) const
inline

Definition at line 456 of file ov.h.

References as_uint64().

Referenced by as_uint64().

◆ as_uint8()

octave_value octave_value::as_uint8 ( ) const
inline

Definition at line 453 of file ov.h.

References as_uint8().

Referenced by as_uint8().

◆ asin()

octave_value octave_value::asin ( ) const
inline

Definition at line 1452 of file ov.h.

◆ asinh()

octave_value octave_value::asinh ( ) const
inline

Definition at line 1453 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 ( ) const
inline

Definition at line 1454 of file ov.h.

◆ atanh()

octave_value octave_value::atanh ( ) const
inline

Definition at line 1455 of file ov.h.

◆ binary_op_as_string()

std::string octave_value::binary_op_as_string ( binary_op  op)
static

◆ binary_op_fcn_name() [1/2]

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

◆ 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

Definition at line 891 of file ov.h.

Referenced by do_minmax_red_op< boolNDArray >(), Ffind(), Flogical(), Fmerge(), Fprod(), Fsparse(), and Fsum().

◆ bool_matrix_value()

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

Definition at line 888 of file ov.h.

◆ bool_value()

bool octave_value::bool_value ( bool  warn = false) const
inline

◆ break_closure_cycles()

void octave_value::break_closure_cycles ( const std::shared_ptr< octave::stack_frame > &  )

◆ builtin_type()

builtin_type_t octave_value::builtin_type ( ) const
inline

Definition at line 690 of file ov.h.

Referenced by Fcumsum(), Fmat2cell(), Fnth_element(), Fprod(), Fsum(), and octave_base_sparse< T >::map().

◆ byte_size()

◆ call_object_destructor()

void octave_value::call_object_destructor ( )
inline

Definition at line 1437 of file ov.h.

Referenced by stack_frame::assign().

◆ cbrt()

octave_value octave_value::cbrt ( ) const
inline

Definition at line 1456 of file ov.h.

◆ ceil()

octave_value octave_value::ceil ( ) const
inline

Definition at line 1457 of file ov.h.

◆ cell_value()

◆ cellstr_value()

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

Definition at line 982 of file ov.h.

Referenced by octave::Fis_same_file(), and Fnth_element().

◆ char_array_value()

charNDArray octave_value::char_array_value ( bool  frc_str_conv = false) const
inline

Definition at line 897 of file ov.h.

Referenced by Fbitunpack(), Ffind(), Fstrfind(), Fstrrep(), and save_mat5_element_length().

◆ 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()

octave_base_value* octave_value::clone ( ) const

◆ column_vector_value()

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

◆ columns()

◆ complex_array_value()

ComplexNDArray octave_value::complex_array_value ( bool  frc_str_conv = false) const
inline

Definition at line 878 of file ov.h.

Referenced by Fbitunpack(), Fcumsum(), Ffind(), Fnth_element(), Fprod(), Fsparse(), and Fsum().

◆ complex_column_vector_value()

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

◆ complex_diag_matrix_value()

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

Definition at line 916 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 octave_value::complex_value ( bool  frc_str_conv = false) const
inline

Definition at line 865 of file ov.h.

Referenced by save_mat_binary_data().

◆ complex_vector_value()

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

◆ conj()

octave_value octave_value::conj ( ) const
inline

Definition at line 1458 of file ov.h.

◆ convert_to_row_or_column_vector()

void octave_value::convert_to_row_or_column_vector ( )
inline

Definition at line 1315 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 ( ) const
inline

Definition at line 1459 of file ov.h.

◆ cosh()

octave_value octave_value::cosh ( ) const
inline

Definition at line 1460 of file ov.h.

◆ dawson()

octave_value octave_value::dawson ( ) const
inline

Definition at line 1467 of file ov.h.

◆ diag() [1/2]

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

◆ diag() [2/2]

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

Definition at line 1413 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 910 of file ov.h.

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

◆ dims()

◆ double_value()

◆ dump()

octave_value octave_value::dump ( ) const
inline

Definition at line 1439 of file ov.h.

References dump().

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

◆ edit_display()

std::string octave_value::edit_display ( const float_display_format fmt,
octave_idx_type  i,
octave_idx_type  j 
) const
inline

Definition at line 1337 of file ov.h.

◆ empty_clone()

octave_base_value* octave_value::empty_clone ( ) const
inline

Definition at line 337 of file ov.h.

References octave_base_value::empty_clone().

◆ empty_conv()

static octave_value octave_value::empty_conv ( const std::string &  type,
const octave_value rhs = octave_value() 
)
static

◆ end_index()

octave_idx_type octave_value::end_index ( octave_idx_type  index_position,
octave_idx_type  num_indices 
) const

◆ erase_subfunctions()

void octave_value::erase_subfunctions ( )
inline

Definition at line 798 of file ov.h.

◆ erf()

octave_value octave_value::erf ( ) const
inline

Definition at line 1461 of file ov.h.

◆ erfc()

octave_value octave_value::erfc ( ) const
inline

Definition at line 1464 of file ov.h.

◆ erfcinv()

octave_value octave_value::erfcinv ( ) const
inline

Definition at line 1463 of file ov.h.

◆ erfcx()

octave_value octave_value::erfcx ( ) const
inline

Definition at line 1465 of file ov.h.

◆ erfi()

octave_value octave_value::erfi ( ) const
inline

Definition at line 1466 of file ov.h.

◆ erfinv()

octave_value octave_value::erfinv ( ) const
inline

Definition at line 1462 of file ov.h.

◆ eval()

octave_value octave_value::eval ( )
inline

Definition at line 802 of file ov.h.

◆ exp()

octave_value octave_value::exp ( ) const
inline

Definition at line 1468 of file ov.h.

◆ expm1()

octave_value octave_value::expm1 ( ) const
inline

Definition at line 1469 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 1524 of file ov.h.

References fast_elem_extract(), and n.

Referenced by fast_elem_extract().

◆ 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 1536 of file ov.h.

References n, and x.

◆ 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 1010 of file ov.h.

References octave_base_value::find_parent_class().

◆ fix()

octave_value octave_value::fix ( ) const
inline

Definition at line 1471 of file ov.h.

◆ float_array_value()

FloatNDArray octave_value::float_array_value ( bool  frc_str_conv = false) const
inline

Definition at line 862 of file ov.h.

Referenced by Fbitshift(), Fbitunpack(), Fcomplex(), Fcumsum(), Feps(), Ffind(), Fnth_element(), Fprod(), and Fsum().

◆ 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(), and Fcholupdate().

◆ float_complex_array_value()

FloatComplexNDArray octave_value::float_complex_array_value ( bool  frc_str_conv = false) const
inline

Definition at line 882 of file ov.h.

Referenced by Fbitunpack(), Fcumsum(), Fdot(), Ffind(), Fnth_element(), Fprod(), and Fsum().

◆ 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 Fmgorth().

◆ float_complex_diag_matrix_value()

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

Definition at line 920 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

Definition at line 875 of file ov.h.

Referenced by Fchol2inv(), Fcholinv(), Fdet(), Feig(), Fhess(), Finv(), Fmgorth(), Fpinv(), Fschur(), Fsvd(), and Fsylvester().

◆ 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

Definition at line 868 of file ov.h.

◆ 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 913 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 850 of file ov.h.

◆ float_value()

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

Definition at line 844 of file ov.h.

Referenced by Fcomplex(), octave_base_value::float_scalar_value(), xcolnorms(), and xrownorms().

◆ float_vector_value()

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

◆ floor()

octave_value octave_value::floor ( ) const
inline

Definition at line 1472 of file ov.h.

◆ full_value()

octave_value octave_value::full_value ( ) const
inline

Definition at line 435 of file ov.h.

References full_value().

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

◆ function_value()

◆ gamma()

octave_value octave_value::gamma ( ) const
inline

Definition at line 1473 of file ov.h.

◆ get_count()

octave_idx_type octave_value::get_count ( ) const
inline

Definition at line 421 of file ov.h.

Referenced by stack_frame::assign(), and tree_prefix_expression::evaluate().

◆ get_dims_str()

std::string octave_value::get_dims_str ( ) const

◆ get_edit_display_format()

float_display_format octave_value::get_edit_display_format ( ) const

◆ get_rep()

const octave_base_value& octave_value::get_rep ( ) const
inline

Definition at line 1359 of file ov.h.

Referenced by octave_base_value::numeric_assign().

◆ 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 ( ) const
inline

Definition at line 1474 of file ov.h.

◆ index_op()

◆ index_vector()

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

◆ int16_array_value()

int16NDArray octave_value::int16_array_value ( ) const
inline

Definition at line 953 of file ov.h.

Referenced by Fbitunpack().

◆ int16_scalar_value()

octave_int16 octave_value::int16_scalar_value ( ) const
inline

Definition at line 929 of file ov.h.

◆ int32_array_value()

int32NDArray octave_value::int32_array_value ( ) const
inline

Definition at line 956 of file ov.h.

Referenced by Fbitunpack().

◆ int32_scalar_value()

octave_int32 octave_value::int32_scalar_value ( ) const
inline

Definition at line 932 of file ov.h.

◆ int64_array_value()

int64NDArray octave_value::int64_array_value ( ) const
inline

Definition at line 959 of file ov.h.

Referenced by Fbitunpack().

◆ int64_scalar_value()

octave_int64 octave_value::int64_scalar_value ( ) const
inline

Definition at line 935 of file ov.h.

◆ int64_value()

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

Definition at line 831 of file ov.h.

◆ int8_array_value()

int8NDArray octave_value::int8_array_value ( ) const
inline

Definition at line 950 of file ov.h.

Referenced by Fbitunpack().

◆ int8_scalar_value()

octave_int8 octave_value::int8_scalar_value ( ) const
inline

Definition at line 926 of file ov.h.

◆ int_value()

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

Definition at line 812 of file ov.h.

Referenced by history_system::do_history(), and Fisargout().

◆ 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

◆ internal_rep()

octave_base_value* octave_value::internal_rep ( ) const
inline

◆ ipermute()

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

Definition at line 577 of file ov.h.

References permute().

◆ is_anonymous_function()

bool octave_value::is_anonymous_function ( ) const
inline

Definition at line 771 of file ov.h.

◆ is_bool_matrix()

bool octave_value::is_bool_matrix ( ) const
inline

Definition at line 625 of file ov.h.

◆ is_bool_scalar()

bool octave_value::is_bool_scalar ( ) const
inline

Definition at line 622 of file ov.h.

Referenced by bool_property::do_set().

◆ is_builtin_function()

bool octave_value::is_builtin_function ( ) const
inline

Definition at line 789 of file ov.h.

Referenced by Fbsxfun().

◆ is_char_matrix()

bool octave_value::is_char_matrix ( ) const
inline

Definition at line 628 of file ov.h.

Referenced by Flookup().

◆ is_classdef_meta()

bool octave_value::is_classdef_meta ( ) const
inline

Definition at line 652 of file ov.h.

Referenced by tree_index_expression::evaluate_n().

◆ is_classdef_object()

bool octave_value::is_classdef_object ( ) const
inline

Definition at line 655 of file ov.h.

Referenced by octave_classdef_superclass_ref::execute().

◆ is_classdef_superclass_ref()

bool octave_value::is_classdef_superclass_ref ( ) const
inline

Definition at line 658 of file ov.h.

◆ is_complex_matrix()

bool octave_value::is_complex_matrix ( ) const
inline

Definition at line 619 of file ov.h.

Referenced by save_mat_binary_data().

◆ is_complex_scalar()

bool octave_value::is_complex_scalar ( ) const
inline

Definition at line 616 of file ov.h.

Referenced by save_mat_binary_data().

◆ is_constant()

bool octave_value::is_constant ( ) const
inline

Definition at line 765 of file ov.h.

Referenced by stack_frame::value().

◆ is_copy_of()

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

Definition at line 1361 of file ov.h.

References m_rep.

Referenced by octave_value_list::make_storable_values().

◆ is_cs_list()

◆ is_defined()

bool octave_value::is_defined ( ) const
inline

Definition at line 592 of file ov.h.

Referenced by symbol_table::alias_built_in_function(), tree_evaluator::bind_ans(), symbol_table::built_in_function_names(), symbol_table::builtin_find(), octave_oncleanup::clone(), symbol_table::cmdline_function_names(), tree_evaluator::convert_to_const_vector(), do_class_concat(), call_stack::do_global_who_two(), named_hook_function::eval(), fcn_handle_hook_function::eval(), tree_binary_expression::evaluate(), tree_compound_binary_expression::evaluate(), tree_prefix_expression::evaluate(), tree_postfix_expression::evaluate(), tree_evaluator::evaluate_anon_fcn_handle(), tree_evaluator::evaluate_end_expression(), tree_identifier::evaluate_n(), gh_manager::execute_callback(), Famd(), octave::Fbuiltin(), symbol_table::fcn_table_find(), tree_evaluator::find(), symbol_table::find_autoload(), symbol_table::find_built_in_function(), cdef_manager::find_class(), symbol_table::find_cmdline_function(), symbol_table::find_method(), symbol_table::find_private_function(), symbol_table::find_scoped_function(), symbol_table::find_user_function(), Fisargout(), get_function_handle(), octave::get_help_from_file(), tree_evaluator::get_user_code(), stream::getl(), stream::gets(), octave_class::index_vector(), stack_frame::install_variable(), symbol_table::is_built_in_function_name(), stack_frame::is_defined(), is_dummy_method(), octave_base_value::is_maybe_function(), octave_class::is_true(), is_valid_function(), stack_frame::is_variable(), cdef_manager::make_method(), stack_frame::make_symbol_info_list(), tree_evaluator::make_value_list(), mexGet(), mexGet_interleaved(), mexGetVariable(), interpreter::mislocked(), interpreter::munlock(), octave_lazy_index::permute(), octave_oncleanup::print_raw(), octave_class::reconstruct_exemplar(), octave_user_function::restore_warning_states(), octave_class::size(), stream::skipl(), octave_class::string_vector_value(), octave_cell::subsasgn(), tree_evaluator::switch_case_label_matches(), octave_perm_matrix::to_dense(), tree_evaluator::visit_statement(), stack_frame::workspace(), and octave_class::xnumel().

◆ is_diag_matrix()

bool octave_value::is_diag_matrix ( ) const
inline

Definition at line 631 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 ( ) const
inline

Definition at line 792 of file ov.h.

◆ is_double_type()

bool octave_value::is_double_type ( ) const
inline

Definition at line 695 of file ov.h.

Referenced by Feps(), Fmerge(), Fnum2hex(), and tree_evaluator::visit_simple_for_command().

◆ is_dq_string()

bool octave_value::is_dq_string ( ) const
inline

Definition at line 643 of file ov.h.

Referenced by Fdisp().

◆ is_equal()

bool octave_value::is_equal ( const octave_value ) const

◆ is_function()

◆ is_function_handle()

bool octave_value::is_function_handle ( void  ) const
inline

◆ is_inline_function()

bool octave_value::is_inline_function ( ) const
inline

Definition at line 774 of file ov.h.

Referenced by Farrayfun(), Fcellfun(), interpreter::feval(), Fnargout(), and get_function_handle().

◆ is_instance_of()

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

Definition at line 1013 of file ov.h.

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

◆ is_int16_type()

bool octave_value::is_int16_type ( ) const
inline

Definition at line 709 of file ov.h.

Referenced by Fbitunpack().

◆ is_int32_type()

bool octave_value::is_int32_type ( ) const
inline

Definition at line 712 of file ov.h.

Referenced by Fbitunpack().

◆ is_int64_type()

bool octave_value::is_int64_type ( ) const
inline

Definition at line 715 of file ov.h.

Referenced by Fbitunpack().

◆ is_int8_type()

bool octave_value::is_int8_type ( ) const
inline

Definition at line 706 of file ov.h.

Referenced by Fbitunpack().

◆ is_legacy_object()

bool octave_value::is_legacy_object ( ) const
inline

Definition at line 598 of file ov.h.

◆ is_magic_colon()

bool octave_value::is_magic_colon ( ) const
inline

Definition at line 673 of file ov.h.

Referenced by octave::dims_to_numel().

◆ is_magic_int()

bool octave_value::is_magic_int ( ) const
inline

Definition at line 676 of file ov.h.

◆ is_matrix_type()

bool octave_value::is_matrix_type ( ) const
inline

Definition at line 747 of file ov.h.

Referenced by octave_lvalue::numel(), and tree_evaluator::visit_simple_for_command().

◆ is_mex_function()

bool octave_value::is_mex_function ( ) const
inline

Definition at line 795 of file ov.h.

◆ is_package()

bool octave_value::is_package ( ) const
inline

Definition at line 661 of file ov.h.

Referenced by tree_index_expression::evaluate_n().

◆ is_perm_matrix()

bool octave_value::is_perm_matrix ( ) const
inline

Definition at line 634 of file ov.h.

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

◆ is_range()

bool octave_value::is_range ( void  ) const
inline

◆ is_real_matrix()

bool octave_value::is_real_matrix ( ) const
inline

Definition at line 613 of file ov.h.

Referenced by save_mat_binary_data(), and save_three_d().

◆ is_real_scalar()

bool octave_value::is_real_scalar ( ) const
inline

◆ is_scalar_type()

◆ is_single_type()

◆ is_sorted_rows()

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

Definition at line 1428 of file ov.h.

◆ is_sq_string()

bool octave_value::is_sq_string ( ) const
inline

Definition at line 640 of file ov.h.

Referenced by octave::Fsprintf(), stream::oscanf(), stream::printf(), and stream::scanf().

◆ is_string()

◆ is_true()

bool octave_value::is_true ( ) const
inline

◆ is_uint16_type()

bool octave_value::is_uint16_type ( ) const
inline

Definition at line 721 of file ov.h.

Referenced by Fbitunpack().

◆ is_uint32_type()

bool octave_value::is_uint32_type ( ) const
inline

Definition at line 724 of file ov.h.

Referenced by Fbitunpack().

◆ is_uint64_type()

bool octave_value::is_uint64_type ( ) const
inline

Definition at line 727 of file ov.h.

Referenced by Fbitunpack().

◆ is_uint8_type()

bool octave_value::is_uint8_type ( ) const
inline

Definition at line 718 of file ov.h.

Referenced by Fbitunpack(), and read_mat5_binary_file_header().

◆ is_undefined()

◆ is_user_code()

bool octave_value::is_user_code ( ) const
inline

Definition at line 786 of file ov.h.

Referenced by tree_evaluator::get_user_code().

◆ is_user_function()

bool octave_value::is_user_function ( ) const
inline

Definition at line 783 of file ov.h.

Referenced by is_dummy_method().

◆ is_user_script()

bool octave_value::is_user_script ( ) const
inline

Definition at line 780 of file ov.h.

◆ is_zero_by_zero()

bool octave_value::is_zero_by_zero ( ) const
inline

Definition at line 556 of file ov.h.

Referenced by octave_lvalue::numel(), and octave_cell::subsasgn().

◆ iscell()

◆ iscellstr()

bool octave_value::iscellstr ( ) const
inline

◆ iscomplex()

◆ isempty()

◆ isfield()

bool octave_value::isfield ( const std::string &  field_name) const
inline

Definition at line 997 of file ov.h.

◆ isfinite()

octave_value octave_value::isfinite ( ) const
inline

Definition at line 1470 of file ov.h.

◆ isfloat()

bool octave_value::isfloat ( ) const
inline

Definition at line 701 of file ov.h.

Referenced by Feig(), Fisa(), and Fsparse().

◆ isinf()

octave_value octave_value::isinf ( ) const
inline

Definition at line 1475 of file ov.h.

◆ isinteger()

bool octave_value::isinteger ( ) const
inline

Definition at line 730 of file ov.h.

Referenced by Fbitunpack(), Ffind(), and Fisa().

◆ isjava()

bool octave_value::isjava ( ) const
inline

Definition at line 667 of file ov.h.

Referenced by tree_index_expression::evaluate_n().

◆ islocked()

bool octave_value::islocked ( ) const
inline

Definition at line 1435 of file ov.h.

◆ islogical()

bool octave_value::islogical ( ) const
inline

Definition at line 735 of file ov.h.

Referenced by do_bessel(), Ffind(), Flogical(), Fnum2cell(), Fsparse(), Ftypecast(), and octave_classdef::print_raw().

◆ isna()

octave_value octave_value::isna ( ) const
inline

Definition at line 1476 of file ov.h.

◆ isnan()

octave_value octave_value::isnan ( ) const
inline

Definition at line 1477 of file ov.h.

◆ isnull()

bool octave_value::isnull ( ) const
inline

Definition at line 679 of file ov.h.

Referenced by octave_cell::subsasgn().

◆ isnumeric()

◆ isobject()

◆ isreal()

◆ issorted()

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

Definition at line 1422 of file ov.h.

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

◆ issparse()

◆ isstruct()

◆ length()

◆ lgamma()

octave_value octave_value::lgamma ( ) const
inline

Definition at line 1478 of file ov.h.

◆ list_value()

◆ load_ascii()

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

◆ load_binary()

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

◆ load_hdf5()

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

◆ lock()

void octave_value::lock ( )
inline

Definition at line 1431 of file ov.h.

◆ log()

octave_value octave_value::log ( ) const
inline

Definition at line 1479 of file ov.h.

◆ log10()

octave_value octave_value::log10 ( ) const
inline

Definition at line 1481 of file ov.h.

◆ log1p()

octave_value octave_value::log1p ( ) const
inline

Definition at line 1482 of file ov.h.

◆ log2()

octave_value octave_value::log2 ( ) const
inline

Definition at line 1480 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 823 of file ov.h.

◆ make_storable_value()

void octave_value::make_storable_value ( )

◆ make_unique() [1/2]

void octave_value::make_unique ( )
inline

Definition at line 352 of file ov.h.

References r.

Referenced by type_info::lookup_type(), octave_cell::subsasgn(), and octave_class::unique_parent_class().

◆ make_unique() [2/2]

void octave_value::make_unique ( int  obsolete_copies)
inline

Definition at line 368 of file ov.h.

References r.

◆ map()

◆ map_keys()

string_vector octave_value::map_keys ( ) const
inline

Definition at line 994 of file ov.h.

◆ map_value()

◆ matrix_type() [1/2]

MatrixType octave_value::matrix_type ( ) const
inline

Definition at line 583 of file ov.h.

◆ matrix_type() [2/2]

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

Definition at line 586 of file ov.h.

◆ matrix_value()

◆ maybe_economize()

void octave_value::maybe_economize ( )
inline

Definition at line 1289 of file ov.h.

◆ maybe_mutate()

void octave_value::maybe_mutate ( )

◆ mex_get_data()

const void* octave_value::mex_get_data ( mxClassID  class_id = mxUNKNOWN_CLASS,
mxComplexity  complexity = mxREAL 
) const

◆ mex_get_ir()

const octave_idx_type* octave_value::mex_get_ir ( ) const
inline

Definition at line 1396 of file ov.h.

◆ mex_get_jc()

const octave_idx_type* octave_value::mex_get_jc ( ) const
inline

Definition at line 1402 of file ov.h.

◆ 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,
std::size_t  skip = 1 
)

◆ next_subsref() [2/3]

◆ next_subsref() [3/3]

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

◆ nfields()

octave_idx_type octave_value::nfields ( ) const
inline

Definition at line 569 of file ov.h.

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

◆ nil_rep()

octave_base_value * octave_value::nil_rep ( )
staticprotected

Definition at line 121 of file ov.cc.

◆ nint_value()

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

Definition at line 819 of file ov.h.

◆ nnz()

octave_idx_type octave_value::nnz ( ) const
inline

Definition at line 565 of file ov.h.

Referenced by ov_range< T >::nnz(), and save_mat_binary_data().

◆ non_const_unary_op() [1/2]

octave_value& octave_value::non_const_unary_op ( unary_op  op)

◆ non_const_unary_op() [2/2]

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

◆ nparents()

std::size_t octave_value::nparents ( ) const
inline

Definition at line 1000 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 ( ) const
inline

Definition at line 423 of file ov.h.

◆ numeric_demotion_function()

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

Definition at line 426 of file ov.h.

◆ nzmax()

octave_idx_type octave_value::nzmax ( ) const
inline

Definition at line 567 of file ov.h.

◆ 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

Referenced by octave::get_dimensions().

◆ operator=() [1/2]

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

Definition at line 389 of file ov.h.

References octave_base_value::m_count, and m_rep.

◆ operator=() [2/2]

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

Definition at line 403 of file ov.h.

References m_rep.

◆ parent_class_name_list()

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

◆ parent_class_names()

string_vector octave_value::parent_class_names ( ) const
inline

Definition at line 1006 of file ov.h.

Referenced by F__parent_classes__().

◆ perm_matrix_value()

PermMatrix octave_value::perm_matrix_value ( ) const
inline

Definition at line 923 of file ov.h.

Referenced by Fdet(), Ffind(), Finv(), 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 1321 of file ov.h.

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

◆ print_as_scalar()

bool octave_value::print_as_scalar ( ) const
inline

Definition at line 1318 of file ov.h.

◆ print_info()

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

◆ print_name_tag()

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

Definition at line 1327 of file ov.h.

Referenced by Fdisplay().

◆ 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

Definition at line 1330 of file ov.h.

Referenced by octave_cell::print_raw().

◆ range_value()

octave::range<double> octave_value::range_value ( ) const
inline

◆ real()

octave_value octave_value::real ( ) const
inline

Definition at line 1483 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 ( ) const
inline

Definition at line 1484 of file ov.h.

◆ roundb()

octave_value octave_value::roundb ( ) const
inline

Definition at line 1485 of file ov.h.

◆ row_vector_value()

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

◆ rows()

◆ save_ascii()

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

Definition at line 1366 of file ov.h.

Referenced by octave_base_magic_int< T >::save_ascii().

◆ save_binary()

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

Definition at line 1370 of file ov.h.

Referenced by 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 1376 of file ov.h.

Referenced by add_hdf5_data().

◆ scalar_map_value()

◆ scalar_value()

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

Definition at line 847 of file ov.h.

Referenced by Fcholdelete(), Fcholinsert(), Fcholshift(), and stream::skipl().

◆ short_disp()

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

Definition at line 1333 of file ov.h.

◆ short_value()

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

Definition at line 805 of file ov.h.

◆ signum()

octave_value octave_value::signum ( ) const
inline

Definition at line 1486 of file ov.h.

Referenced by octave_uint64_matrix::map().

◆ simple_subsasgn()

octave_value octave_value::simple_subsasgn ( char  type,
octave_value_list idx,
const octave_value rhs 
)
inline

Definition at line 518 of file ov.h.

References simple_subsasgn().

Referenced by simple_subsasgn().

◆ simple_subsref()

octave_value_list octave_value::simple_subsref ( char  type,
octave_value_list idx,
int  nargout 
)

◆ sin()

octave_value octave_value::sin ( ) const
inline

Definition at line 1487 of file ov.h.

◆ single_subsref()

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

Referenced by Fvec().

◆ sinh()

octave_value octave_value::sinh ( ) const
inline

Definition at line 1488 of file ov.h.

◆ size()

Matrix octave_value::size ( )
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 1418 of file ov.h.

References sort().

◆ sort() [2/2]

◆ sort_rows_idx()

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

Definition at line 1425 of file ov.h.

References Array< T, Alloc >::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 907 of file ov.h.

Referenced by Ffind(), Flogical(), Fprod(), Fsparse(), Fsum(), and octave_base_sparse< T >::map().

◆ 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 ( ) const
inline

Definition at line 1489 of file ov.h.

Referenced by Fsqrtm().

◆ squeeze()

octave_value octave_value::squeeze ( ) const
inline

Definition at line 431 of file ov.h.

References squeeze().

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

◆ storable_value()

◆ string_value()

◆ string_vector_value()

string_vector octave_value::string_vector_value ( bool  pad = false) const
inline

◆ subsasgn()

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

◆ subsref() [1/3]

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

◆ 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 480 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 ( ) const
inline

Definition at line 1490 of file ov.h.

◆ tanh()

octave_value octave_value::tanh ( ) const
inline

Definition at line 1491 of file ov.h.

◆ try_narrowing_conversion()

octave_base_value* octave_value::try_narrowing_conversion ( )
inline

Definition at line 458 of file ov.h.

References octave_base_value::try_narrowing_conversion().

◆ type_id()

int octave_value::type_id ( ) const
inline

Definition at line 1343 of file ov.h.

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

◆ type_name()

◆ uint16_array_value()

uint16NDArray octave_value::uint16_array_value ( ) const
inline

Definition at line 965 of file ov.h.

Referenced by Fbitunpack().

◆ uint16_scalar_value()

octave_uint16 octave_value::uint16_scalar_value ( ) const
inline

Definition at line 941 of file ov.h.

◆ uint32_array_value()

uint32NDArray octave_value::uint32_array_value ( ) const
inline

Definition at line 968 of file ov.h.

Referenced by Fbitunpack().

◆ uint32_scalar_value()

octave_uint32 octave_value::uint32_scalar_value ( ) const
inline

Definition at line 944 of file ov.h.

◆ uint64_array_value()

uint64NDArray octave_value::uint64_array_value ( ) const
inline

Definition at line 971 of file ov.h.

Referenced by Fbitunpack().

◆ uint64_scalar_value()

octave_uint64 octave_value::uint64_scalar_value ( ) const
inline

Definition at line 947 of file ov.h.

◆ uint64_value()

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

Definition at line 835 of file ov.h.

◆ uint8_array_value()

uint8NDArray octave_value::uint8_array_value ( ) const
inline

Definition at line 962 of file ov.h.

Referenced by Fbitunpack(), and read_mat5_binary_file_header().

◆ uint8_scalar_value()

octave_uint8 octave_value::uint8_scalar_value ( ) const
inline

Definition at line 938 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 816 of file ov.h.

◆ ulong_value()

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

Definition at line 827 of file ov.h.

◆ unary_op_as_string()

◆ unary_op_fcn_name()

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

Definition at line 159 of file ov.cc.

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

◆ 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 ( )
inline

Definition at line 1433 of file ov.h.

◆ user_code_value()

octave_user_code* octave_value::user_code_value ( bool  silent = false) const

◆ user_function_value()

octave_user_function* octave_value::user_function_value ( bool  silent = false) const

◆ 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 809 of file ov.h.

◆ 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

◆ 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

◆ 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

◆ 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 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 octave::Faddpath().

◆ xint_vector_value()

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

◆ xisalnum()

octave_value octave_value::xisalnum ( ) const
inline

Definition at line 1495 of file ov.h.

Referenced by Cell::xisalnum().

◆ xisalpha()

octave_value octave_value::xisalpha ( ) const
inline

Definition at line 1496 of file ov.h.

Referenced by Cell::xisalpha().

◆ xisascii()

octave_value octave_value::xisascii ( ) const
inline

Definition at line 1497 of file ov.h.

Referenced by Cell::xisascii().

◆ xiscntrl()

octave_value octave_value::xiscntrl ( ) const
inline

Definition at line 1498 of file ov.h.

Referenced by Cell::xiscntrl().

◆ xisdigit()

octave_value octave_value::xisdigit ( ) const
inline

Definition at line 1499 of file ov.h.

Referenced by Cell::xisdigit().

◆ xisgraph()

octave_value octave_value::xisgraph ( ) const
inline

Definition at line 1500 of file ov.h.

Referenced by Cell::xisgraph().

◆ xislower()

octave_value octave_value::xislower ( ) const
inline

Definition at line 1501 of file ov.h.

Referenced by Cell::xislower().

◆ xisprint()

octave_value octave_value::xisprint ( ) const
inline

Definition at line 1502 of file ov.h.

Referenced by Cell::xisprint().

◆ xispunct()

octave_value octave_value::xispunct ( ) const
inline

Definition at line 1503 of file ov.h.

Referenced by Cell::xispunct().

◆ xisspace()

octave_value octave_value::xisspace ( ) const
inline

Definition at line 1504 of file ov.h.

Referenced by Cell::xisspace().

◆ xisupper()

octave_value octave_value::xisupper ( ) const
inline

Definition at line 1505 of file ov.h.

Referenced by Cell::xisupper().

◆ xisxdigit()

octave_value octave_value::xisxdigit ( ) const
inline

Definition at line 1506 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

◆ 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 467 of file ov.h.

Referenced by 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()

octave::range<double> 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 ( ) const
inline

Definition at line 1507 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()

std::string octave_value::xstring_value ( const char *  fmt,
  ... 
) const

◆ xstring_vector_value()

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

Referenced by octave::Ftilde_expand().

◆ xtolower()

octave_value octave_value::xtolower ( ) const
inline

Definition at line 1508 of file ov.h.

Referenced by Cell::xtolower().

◆ xtoupper()

octave_value octave_value::xtoupper ( ) const
inline

Definition at line 1509 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

Member Data Documentation

◆ m_rep

octave_base_value* octave_value::m_rep
protected

The real representation.

Definition at line 1545 of file ov.h.

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


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