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

#include "ov.h"

Collaboration diagram for octave_value:

Public Types

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

Public Member Functions

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

Static Public Member Functions

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

Protected Attributes

octave_base_valuerep
 The real representation. More...
 

Private Member Functions

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

Static Private Member Functions

static octave_base_valuenil_rep (void)
 

Friends

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

Detailed Description

Definition at line 75 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 136 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 94 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 119 of file ov.h.

◆ magic_colon

Enumerator
magic_colon_t 

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

Constructor & Destructor Documentation

◆ octave_value() [1/100]

octave_value::octave_value ( void  )
inline

Definition at line 174 of file ov.h.

Referenced by empty_conv().

◆ octave_value() [2/100]

octave_value::octave_value ( short int  i)

Definition at line 476 of file ov.cc.

◆ octave_value() [3/100]

octave_value::octave_value ( unsigned short int  i)

Definition at line 480 of file ov.cc.

◆ octave_value() [4/100]

octave_value::octave_value ( int  i)

Definition at line 484 of file ov.cc.

◆ octave_value() [5/100]

octave_value::octave_value ( unsigned int  i)

Definition at line 488 of file ov.cc.

◆ octave_value() [6/100]

octave_value::octave_value ( long int  i)

Definition at line 492 of file ov.cc.

◆ octave_value() [7/100]

octave_value::octave_value ( unsigned long int  i)

Definition at line 496 of file ov.cc.

◆ octave_value() [8/100]

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

Definition at line 512 of file ov.cc.

◆ octave_value() [9/100]

octave_value::octave_value ( double  d)

Definition at line 516 of file ov.cc.

◆ octave_value() [10/100]

octave_value::octave_value ( float  d)

Definition at line 520 of file ov.cc.

◆ octave_value() [11/100]

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

Definition at line 530 of file ov.cc.

◆ octave_value() [12/100]

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

Definition at line 524 of file ov.cc.

◆ octave_value() [13/100]

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

Definition at line 536 of file ov.cc.

References maybe_mutate().

◆ octave_value() [14/100]

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

Definition at line 542 of file ov.cc.

References maybe_mutate().

◆ octave_value() [15/100]

octave_value::octave_value ( const NDArray nda)

Definition at line 548 of file ov.cc.

References maybe_mutate().

◆ octave_value() [16/100]

octave_value::octave_value ( const FloatNDArray nda)

Definition at line 554 of file ov.cc.

References maybe_mutate().

◆ octave_value() [17/100]

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

Definition at line 560 of file ov.cc.

References maybe_mutate().

◆ octave_value() [18/100]

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

Definition at line 566 of file ov.cc.

References maybe_mutate().

◆ octave_value() [19/100]

octave_value::octave_value ( const DiagMatrix d)

Definition at line 604 of file ov.cc.

References maybe_mutate().

◆ octave_value() [20/100]

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

Definition at line 572 of file ov.cc.

References maybe_mutate().

◆ octave_value() [21/100]

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

Definition at line 580 of file ov.cc.

References maybe_mutate().

◆ octave_value() [22/100]

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

Definition at line 588 of file ov.cc.

References maybe_mutate().

◆ octave_value() [23/100]

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

Definition at line 596 of file ov.cc.

References maybe_mutate().

◆ octave_value() [24/100]

octave_value::octave_value ( const FloatDiagMatrix d)

Definition at line 612 of file ov.cc.

References maybe_mutate().

◆ octave_value() [25/100]

octave_value::octave_value ( const RowVector v)

Definition at line 620 of file ov.cc.

References maybe_mutate().

◆ octave_value() [26/100]

octave_value::octave_value ( const FloatRowVector v)

Definition at line 626 of file ov.cc.

References maybe_mutate().

◆ octave_value() [27/100]

octave_value::octave_value ( const ColumnVector v)

Definition at line 632 of file ov.cc.

References maybe_mutate().

◆ octave_value() [28/100]

octave_value::octave_value ( const FloatColumnVector v)

Definition at line 638 of file ov.cc.

References maybe_mutate().

◆ octave_value() [29/100]

octave_value::octave_value ( const Complex C)

Definition at line 644 of file ov.cc.

References maybe_mutate().

◆ octave_value() [30/100]

octave_value::octave_value ( const FloatComplex C)

Definition at line 650 of file ov.cc.

References maybe_mutate().

◆ octave_value() [31/100]

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

Definition at line 656 of file ov.cc.

References maybe_mutate().

◆ octave_value() [32/100]

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

Definition at line 662 of file ov.cc.

References maybe_mutate().

◆ octave_value() [33/100]

octave_value::octave_value ( const ComplexNDArray cnda)

Definition at line 668 of file ov.cc.

References maybe_mutate().

◆ octave_value() [34/100]

octave_value::octave_value ( const FloatComplexNDArray cnda)

Definition at line 674 of file ov.cc.

References maybe_mutate().

◆ octave_value() [35/100]

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

Definition at line 680 of file ov.cc.

References maybe_mutate().

◆ octave_value() [36/100]

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

Definition at line 686 of file ov.cc.

References maybe_mutate().

◆ octave_value() [37/100]

octave_value::octave_value ( const ComplexDiagMatrix d)

Definition at line 692 of file ov.cc.

References maybe_mutate().

◆ octave_value() [38/100]

octave_value::octave_value ( const FloatComplexDiagMatrix d)

Definition at line 700 of file ov.cc.

References maybe_mutate().

◆ octave_value() [39/100]

octave_value::octave_value ( const ComplexRowVector v)

Definition at line 708 of file ov.cc.

References maybe_mutate().

◆ octave_value() [40/100]

octave_value::octave_value ( const FloatComplexRowVector v)

Definition at line 714 of file ov.cc.

References maybe_mutate().

◆ octave_value() [41/100]

octave_value::octave_value ( const ComplexColumnVector v)

Definition at line 720 of file ov.cc.

References maybe_mutate().

◆ octave_value() [42/100]

octave_value::octave_value ( const FloatComplexColumnVector v)

Definition at line 726 of file ov.cc.

References maybe_mutate().

◆ octave_value() [43/100]

octave_value::octave_value ( const PermMatrix p)

Definition at line 732 of file ov.cc.

References maybe_mutate().

◆ octave_value() [44/100]

octave_value::octave_value ( bool  b)

Definition at line 740 of file ov.cc.

◆ octave_value() [45/100]

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

Definition at line 744 of file ov.cc.

References maybe_mutate().

◆ octave_value() [46/100]

octave_value::octave_value ( const boolNDArray bnda)

Definition at line 750 of file ov.cc.

References maybe_mutate().

◆ octave_value() [47/100]

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

Definition at line 756 of file ov.cc.

References maybe_mutate().

◆ octave_value() [48/100]

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

Definition at line 762 of file ov.cc.

References maybe_mutate().

◆ octave_value() [49/100]

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

◆ octave_value() [50/100]

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

Definition at line 778 of file ov.cc.

References maybe_mutate().

◆ octave_value() [51/100]

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

◆ octave_value() [52/100]

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

Definition at line 794 of file ov.cc.

References maybe_mutate().

◆ octave_value() [53/100]

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

◆ octave_value() [54/100]

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

◆ octave_value() [55/100]

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

◆ octave_value() [56/100]

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

◆ octave_value() [57/100]

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

◆ octave_value() [58/100]

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

◆ octave_value() [59/100]

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

◆ octave_value() [60/100]

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

◆ octave_value() [61/100]

octave_value::octave_value ( const octave_int8 i)

◆ octave_value() [62/100]

octave_value::octave_value ( const octave_int16 i)

◆ octave_value() [63/100]

octave_value::octave_value ( const octave_int32 i)

◆ octave_value() [64/100]

octave_value::octave_value ( const octave_int64 i)

◆ octave_value() [65/100]

octave_value::octave_value ( const octave_uint8 i)

◆ octave_value() [66/100]

octave_value::octave_value ( const octave_uint16 i)

◆ octave_value() [67/100]

octave_value::octave_value ( const octave_uint32 i)

◆ octave_value() [68/100]

octave_value::octave_value ( const octave_uint64 i)

◆ octave_value() [69/100]

octave_value::octave_value ( const int8NDArray inda)

◆ octave_value() [70/100]

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

◆ octave_value() [71/100]

octave_value::octave_value ( const int16NDArray inda)

◆ octave_value() [72/100]

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

◆ octave_value() [73/100]

octave_value::octave_value ( const int32NDArray inda)

◆ octave_value() [74/100]

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

◆ octave_value() [75/100]

octave_value::octave_value ( const int64NDArray inda)

◆ octave_value() [76/100]

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

◆ octave_value() [77/100]

octave_value::octave_value ( const uint8NDArray inda)

◆ octave_value() [78/100]

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

◆ octave_value() [79/100]

octave_value::octave_value ( const uint16NDArray inda)

◆ octave_value() [80/100]

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

◆ octave_value() [81/100]

octave_value::octave_value ( const uint32NDArray inda)

◆ octave_value() [82/100]

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

◆ octave_value() [83/100]

octave_value::octave_value ( const uint64NDArray inda)

◆ octave_value() [84/100]

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

◆ octave_value() [85/100]

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

◆ octave_value() [86/100]

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

◆ octave_value() [87/100]

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

◆ octave_value() [88/100]

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

◆ octave_value() [89/100]

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

◆ octave_value() [90/100]

octave_value::octave_value ( const octave_map m)

◆ octave_value() [91/100]

octave_value::octave_value ( const octave_scalar_map m)

◆ octave_value() [92/100]

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

◆ octave_value() [93/100]

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

◆ octave_value() [94/100]

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

◆ octave_value() [95/100]

octave_value::octave_value ( const octave_value_list m,
bool   
)

◆ octave_value() [96/100]

octave_value::octave_value ( const octave_value_list m)
explicit

◆ octave_value() [97/100]

octave_value::octave_value ( octave_value::magic_colon  )

◆ octave_value() [98/100]

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

◆ octave_value() [99/100]

octave_value::octave_value ( const octave_value a)
inline

Definition at line 307 of file ov.h.

References a.

◆ ~octave_value()

octave_value::~octave_value ( void  )
inline

Definition at line 322 of file ov.h.

◆ octave_value() [100/100]

octave_value::octave_value ( const octave_base_value )
private

Member Function Documentation

◆ abs()

octave_value octave_value::abs ( void  ) const
inline

Definition at line 1407 of file ov.h.

◆ acos()

octave_value octave_value::acos ( void  ) const
inline

Definition at line 1408 of file ov.h.

◆ acosh()

octave_value octave_value::acosh ( void  ) const
inline

Definition at line 1409 of file ov.h.

◆ all()

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

◆ all_strings()

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

Definition at line 962 of file ov.h.

◆ all_zero_dims()

bool octave_value::all_zero_dims ( void  ) const
inline

Definition at line 480 of file ov.h.

References dims.

Referenced by octave::tree_evaluator::visit_matrix().

◆ angle()

octave_value octave_value::angle ( void  ) const
inline

Definition at line 1410 of file ov.h.

◆ any()

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

◆ arg()

octave_value octave_value::arg ( void  ) const
inline

◆ array_value()

◆ as_double()

octave_value octave_value::as_double ( void  ) const
inline

Definition at line 392 of file ov.h.

References as_double().

Referenced by as_double().

◆ as_int16()

octave_value octave_value::as_int16 ( void  ) const
inline

Definition at line 396 of file ov.h.

References as_int16().

Referenced by as_int16().

◆ as_int32()

octave_value octave_value::as_int32 ( void  ) const
inline

Definition at line 397 of file ov.h.

References as_int32().

Referenced by as_int32().

◆ as_int64()

octave_value octave_value::as_int64 ( void  ) const
inline

Definition at line 398 of file ov.h.

References as_int64().

Referenced by as_int64().

◆ as_int8()

octave_value octave_value::as_int8 ( void  ) const
inline

Definition at line 395 of file ov.h.

References as_int8().

Referenced by as_int8().

◆ as_mxArray()

mxArray* octave_value::as_mxArray ( void  ) const
inline

Definition at line 1366 of file ov.h.

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

◆ as_single()

octave_value octave_value::as_single ( void  ) const
inline

Definition at line 393 of file ov.h.

References as_single().

Referenced by as_single().

◆ as_uint16()

octave_value octave_value::as_uint16 ( void  ) const
inline

Definition at line 401 of file ov.h.

References as_uint16().

Referenced by as_uint16().

◆ as_uint32()

octave_value octave_value::as_uint32 ( void  ) const
inline

Definition at line 402 of file ov.h.

References as_uint32().

Referenced by as_uint32().

◆ as_uint64()

octave_value octave_value::as_uint64 ( void  ) const
inline

Definition at line 403 of file ov.h.

References as_uint64().

Referenced by as_uint64().

◆ as_uint8()

octave_value octave_value::as_uint8 ( void  ) const
inline

Definition at line 400 of file ov.h.

References as_uint8().

Referenced by as_uint8().

◆ asin()

octave_value octave_value::asin ( void  ) const
inline

Definition at line 1412 of file ov.h.

◆ asinh()

octave_value octave_value::asinh ( void  ) const
inline

Definition at line 1413 of file ov.h.

◆ assign() [1/2]

◆ assign() [2/2]

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

◆ assign_op_as_string()

◆ assign_op_to_binary_op()

◆ atan()

octave_value octave_value::atan ( void  ) const
inline

Definition at line 1414 of file ov.h.

◆ atanh()

octave_value octave_value::atanh ( void  ) const
inline

Definition at line 1415 of file ov.h.

◆ binary_op_as_string()

◆ binary_op_fcn_name() [1/2]

◆ binary_op_fcn_name() [2/2]

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

◆ binary_op_to_assign_op()

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

◆ bool_array_value()

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

◆ bool_matrix_value()

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

Definition at line 869 of file ov.h.

◆ bool_value()

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

Definition at line 866 of file ov.h.

Referenced by do_bessel(), and Flogical().

◆ builtin_type()

builtin_type_t octave_value::builtin_type ( void  ) const
inline

◆ byte_size()

size_t octave_value::byte_size ( void  ) const
inline

Definition at line 493 of file ov.h.

◆ capacity()

octave_idx_type octave_value::capacity ( void  ) const
inline

Definition at line 490 of file ov.h.

◆ cbrt()

octave_value octave_value::cbrt ( void  ) const
inline

Definition at line 1416 of file ov.h.

◆ ceil()

octave_value octave_value::ceil ( void  ) const
inline

Definition at line 1417 of file ov.h.

◆ cell_value()

◆ cellstr_value()

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

Definition at line 967 of file ov.h.

Referenced by G__voronoi__().

◆ char_array_value()

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

◆ char_matrix_value()

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

Definition at line 875 of file ov.h.

Referenced by save_mat_binary_data().

◆ class_name()

◆ classdef_object_value()

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

◆ clone()

◆ column_vector_value()

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

Referenced by Fmgorth().

◆ columns()

◆ complex_array_value()

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

◆ complex_column_vector_value()

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

Referenced by Fmgorth().

◆ complex_diag_matrix_value()

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

Definition at line 897 of file ov.h.

Referenced by Fdet(), and Finv().

◆ complex_matrix_value()

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

Definition at line 852 of file ov.h.

Referenced by Fdet(), Feig(), Fhess(), Finv(), Fmgorth(), Fschur(), Fsvd(), Gchol(), Gqr(), and save_mat_binary_data().

◆ 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

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

Definition at line 1418 of file ov.h.

◆ convert_to_row_or_column_vector()

void octave_value::convert_to_row_or_column_vector ( void  )
inline

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

octave_value octave_value::convert_to_str_internal ( bool  pad,
bool  force,
char  type 
) const
inline

◆ cos()

octave_value octave_value::cos ( void  ) const
inline

Definition at line 1419 of file ov.h.

◆ cosh()

octave_value octave_value::cosh ( void  ) const
inline

Definition at line 1420 of file ov.h.

◆ dawson()

octave_value octave_value::dawson ( void  ) const
inline

Definition at line 1427 of file ov.h.

◆ diag() [1/2]

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

Definition at line 1368 of file ov.h.

References diag(), and k.

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

◆ diag() [2/2]

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

Definition at line 1371 of file ov.h.

References diag().

◆ diag_matrix_value()

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

Definition at line 891 of file ov.h.

Referenced by Fdet(), and Finv().

◆ dims()

◆ do_index_op()

◆ do_non_const_unary_op() [1/2]

◆ do_non_const_unary_op() [2/2]

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

Definition at line 2779 of file ov.cc.

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

◆ double_value()

◆ dump()

octave_value octave_value::dump ( void  ) const
inline

◆ edit_display()

◆ empty_clone()

octave_base_value* octave_value::empty_clone ( void  ) const
inline

Definition at line 317 of file ov.h.

References octave_base_value::empty_clone().

Referenced by empty_conv().

◆ empty_conv()

◆ erase_subfunctions()

void octave_value::erase_subfunctions ( void  )
inline

Definition at line 779 of file ov.h.

◆ erf()

octave_value octave_value::erf ( void  ) const
inline

Definition at line 1421 of file ov.h.

◆ erfc()

octave_value octave_value::erfc ( void  ) const
inline

Definition at line 1424 of file ov.h.

◆ erfcinv()

octave_value octave_value::erfcinv ( void  ) const
inline

Definition at line 1423 of file ov.h.

◆ erfcx()

octave_value octave_value::erfcx ( void  ) const
inline

Definition at line 1425 of file ov.h.

◆ erfi()

octave_value octave_value::erfi ( void  ) const
inline

Definition at line 1426 of file ov.h.

◆ erfinv()

octave_value octave_value::erfinv ( void  ) const
inline

Definition at line 1422 of file ov.h.

◆ eval()

octave_value octave_value::eval ( void  )
inline

Definition at line 783 of file ov.h.

◆ exp()

octave_value octave_value::exp ( void  ) const
inline

Definition at line 1428 of file ov.h.

◆ expm1()

octave_value octave_value::expm1 ( void  ) const
inline

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

References fast_elem_extract().

Referenced by fast_elem_extract(), and octave::printf_value_cache::get_next_value().

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

References x.

◆ fcn_handle_value()

◆ fcn_inline_value()

octave_fcn_inline* octave_value::fcn_inline_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 990 of file ov.h.

References octave_base_value::find_parent_class().

◆ fix()

octave_value octave_value::fix ( void  ) const
inline

Definition at line 1431 of file ov.h.

◆ float_array_value()

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

◆ float_column_vector_value()

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

Referenced by Fmgorth().

◆ float_complex_array_value()

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

Definition at line 863 of file ov.h.

Referenced by do_fft(), do_fft2(), do_fftn(), save_mat5_binary_element(), and save_mat5_element_length().

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

Referenced by Fdet(), and Finv().

◆ float_complex_matrix_value()

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

Definition at line 856 of file ov.h.

Referenced by Fdet(), Feig(), Fhess(), Finv(), Fmgorth(), Fschur(), Fsvd(), Gchol(), Gqr(), and if().

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

Referenced by Fdet(), and Finv().

◆ float_matrix_value()

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

Definition at line 837 of file ov.h.

Referenced by Fdet(), Feig(), Fhess(), Finv(), Fmgorth(), Fschur(), Fsvd(), Gchol(), Gqr(), and if().

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

◆ float_value()

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

Definition at line 825 of file ov.h.

Referenced by octave_base_value::float_scalar_value().

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

Definition at line 1432 of file ov.h.

◆ full_value()

octave_value octave_value::full_value ( void  ) const
inline

Definition at line 387 of file ov.h.

References full_value().

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

◆ function_value()

◆ gamma()

octave_value octave_value::gamma ( void  ) const
inline

Definition at line 1433 of file ov.h.

◆ get_count()

octave_idx_type octave_value::get_count ( void  ) const
inline

Definition at line 373 of file ov.h.

Referenced by print_info(), and octave::tree_evaluator::visit_prefix_expression().

◆ get_edit_display_format()

float_display_format octave_value::get_edit_display_format ( void  ) const

◆ get_rep()

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

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

◆ index_vector()

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

◆ int16_array_value()

int16NDArray octave_value::int16_array_value ( void  ) const
inline

◆ int16_scalar_value()

octave_int16 octave_value::int16_scalar_value ( void  ) const
inline

Definition at line 910 of file ov.h.

◆ int32_array_value()

int32NDArray octave_value::int32_array_value ( void  ) const
inline

◆ int32_scalar_value()

octave_int32 octave_value::int32_scalar_value ( void  ) const
inline

Definition at line 913 of file ov.h.

◆ int64_array_value()

int64NDArray octave_value::int64_array_value ( void  ) const
inline

◆ int64_scalar_value()

octave_int64 octave_value::int64_scalar_value ( void  ) const
inline

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

◆ int8_array_value()

int8NDArray octave_value::int8_array_value ( void  ) const
inline

◆ int8_scalar_value()

octave_int8 octave_value::int8_scalar_value ( void  ) const
inline

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

Referenced by do_fwrite(), do_history(), Gaudiodevinfo(), and get_int_arg().

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

◆ ipermute()

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

Definition at line 508 of file ov.h.

References permute().

◆ is_anonymous_function()

bool octave_value::is_anonymous_function ( void  ) const
inline

Definition at line 752 of file ov.h.

◆ is_bool_matrix()

bool octave_value::is_bool_matrix ( void  ) const
inline

Definition at line 565 of file ov.h.

◆ is_bool_scalar()

bool octave_value::is_bool_scalar ( void  ) const
inline

Definition at line 562 of file ov.h.

Referenced by array_property::validate().

◆ is_bool_type()

bool octave_value::is_bool_type ( void  ) const
inline

Definition at line 700 of file ov.h.

◆ is_builtin_function()

bool octave_value::is_builtin_function ( void  ) const
inline

Definition at line 770 of file ov.h.

◆ is_cell()

bool octave_value::is_cell ( void  ) const
inline

Definition at line 540 of file ov.h.

◆ is_cellstr()

bool octave_value::is_cellstr ( void  ) const
inline

Definition at line 547 of file ov.h.

◆ is_char_matrix()

bool octave_value::is_char_matrix ( void  ) const
inline

Definition at line 568 of file ov.h.

◆ is_classdef_meta()

bool octave_value::is_classdef_meta ( void  ) const
inline

Definition at line 596 of file ov.h.

Referenced by octave::tree_evaluator::visit_index_expression().

◆ is_classdef_object()

bool octave_value::is_classdef_object ( void  ) const
inline

Definition at line 599 of file ov.h.

Referenced by mxArray_octave_value::get_property(), and mxArray_octave_value::set_property().

◆ is_classdef_superclass_ref()

bool octave_value::is_classdef_superclass_ref ( void  ) const
inline

Definition at line 602 of file ov.h.

◆ is_complex_matrix()

bool octave_value::is_complex_matrix ( void  ) const
inline

Definition at line 559 of file ov.h.

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

◆ is_complex_scalar()

bool octave_value::is_complex_scalar ( void  ) const
inline

◆ is_complex_type()

bool octave_value::is_complex_type ( void  ) const
inline

Definition at line 714 of file ov.h.

◆ is_constant()

bool octave_value::is_constant ( void  ) const
inline

Definition at line 746 of file ov.h.

◆ is_copy_of()

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

Definition at line 1329 of file ov.h.

References val.

Referenced by octave_fcn_handle::is_equal_to().

◆ is_cs_list()

◆ is_defined()

bool octave_value::is_defined ( void  ) const
inline

Definition at line 523 of file ov.h.

Referenced by octave::fcn_info::fcn_info_rep::builtin_find(), octave_fcn_handle::call(), octave_user_function::call(), octave_oncleanup::clone(), base_property::delete_listener(), gh_manager::do_execute_callback(), octave_perm_matrix::do_index_op(), do_load(), callback_property::execute(), octave::file_editor_tab::exit_debug_and_clear(), octave::fcn_info::fcn_info_rep::find_autoload(), octave::symbol_table::find_function(), octave::fcn_info::fcn_info_rep::find_method(), octave::symbol_table::find_submethod(), octave::fcn_info::fcn_info_rep::find_user_function(), get_output_list(), mxArray_octave_value::get_property(), octave::stream::getl(), octave::stream::gets(), handle_message(), if(), octave_class::index_vector(), octave::symbol_record::symbol_record_rep::is_defined(), callback_property::is_defined(), octave::tree_evaluator::is_logically_true(), is_method_executing(), octave_class::is_true(), octave::fcn_info::fcn_info_rep::is_user_function_defined(), octave::fcn_info::fcn_info_rep::load_class_constructor(), octave::fcn_info::fcn_info_rep::load_class_method(), octave::load_out_of_date_fcn(), octave::base_ve_model::make_description_text(), mexGet(), octave_class::numel(), octave_lazy_index::permute(), octave_oncleanup::print_raw(), read_mat5_binary_element(), octave_class::reconstruct_exemplar(), octave_class::size(), octave::stream::skipl(), octave_class::string_vector_value(), octave_base_diag< DiagMatrix, Matrix >::subsasgn(), octave_classdef::subsasgn(), octave_class::subsasgn_common(), octave_class::subsref(), octave::tree_evaluator::switch_case_label_matches(), octave_perm_matrix::to_dense(), QtHandles::Backend::toolkitObjectProxy(), octave::tree_evaluator::visit_decl_elt(), octave::tree_evaluator::visit_postfix_expression(), octave::tree_evaluator::visit_prefix_expression(), octave::fcn_info::fcn_info_rep::x_builtin_find(), and octave::fcn_info::fcn_info_rep::xfind().

◆ is_diag_matrix()

bool octave_value::is_diag_matrix ( void  ) const
inline

Definition at line 571 of file ov.h.

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

◆ is_dld_function()

bool octave_value::is_dld_function ( void  ) const
inline

Definition at line 773 of file ov.h.

◆ is_double_type()

◆ is_dq_string()

bool octave_value::is_dq_string ( void  ) const
inline

Definition at line 583 of file ov.h.

◆ is_empty()

bool octave_value::is_empty ( void  ) const
inline

Definition at line 533 of file ov.h.

◆ is_equal()

bool octave_value::is_equal ( const octave_value ) const

◆ is_float_type()

bool octave_value::is_float_type ( void  ) const
inline

Definition at line 658 of file ov.h.

◆ is_function()

◆ is_function_handle()

bool octave_value::is_function_handle ( void  ) const
inline

◆ is_inline_function()

bool octave_value::is_inline_function ( void  ) const
inline

Definition at line 755 of file ov.h.

Referenced by Fdaspk(), Fdasrt(), Fdassl(), Flsode(), save_mat5_binary_element(), and save_mat5_element_length().

◆ is_instance_of()

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

Definition at line 993 of file ov.h.

Referenced by octave_class::is_instance_of().

◆ is_int16_type()

bool octave_value::is_int16_type ( void  ) const
inline

◆ is_int32_type()

bool octave_value::is_int32_type ( void  ) const
inline

◆ is_int64_type()

bool octave_value::is_int64_type ( void  ) const
inline

◆ is_int8_type()

bool octave_value::is_int8_type ( void  ) const
inline

◆ is_integer_type()

bool octave_value::is_integer_type ( void  ) const
inline

Definition at line 691 of file ov.h.

◆ is_java()

bool octave_value::is_java ( void  ) const
inline

Definition at line 619 of file ov.h.

◆ is_magic_colon()

bool octave_value::is_magic_colon ( void  ) const
inline

Definition at line 625 of file ov.h.

Referenced by sanitize().

◆ is_map()

bool octave_value::is_map ( void  ) const
inline

Definition at line 593 of file ov.h.

◆ is_matrix_type()

bool octave_value::is_matrix_type ( void  ) const
inline

◆ is_mex_function()

bool octave_value::is_mex_function ( void  ) const
inline

Definition at line 776 of file ov.h.

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

◆ is_null_value()

bool octave_value::is_null_value ( void  ) const
inline

Definition at line 632 of file ov.h.

◆ is_numeric_type()

bool octave_value::is_numeric_type ( void  ) const
inline

Definition at line 727 of file ov.h.

◆ is_object()

bool octave_value::is_object ( void  ) const
inline

Definition at line 612 of file ov.h.

◆ is_package()

bool octave_value::is_package ( void  ) const
inline

Definition at line 605 of file ov.h.

Referenced by octave::tree_evaluator::visit_index_expression().

◆ is_perm_matrix()

bool octave_value::is_perm_matrix ( void  ) const
inline

Definition at line 574 of file ov.h.

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

◆ is_range()

◆ is_real_matrix()

bool octave_value::is_real_matrix ( void  ) const
inline

◆ is_real_scalar()

bool octave_value::is_real_scalar ( void  ) const
inline

◆ is_real_type()

bool octave_value::is_real_type ( void  ) const
inline

Definition at line 707 of file ov.h.

◆ is_scalar_type()

◆ is_single_type()

◆ is_sorted()

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

Definition at line 1384 of file ov.h.

References mode.

◆ is_sorted_rows()

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

Definition at line 1390 of file ov.h.

References mode.

◆ is_sparse_type()

bool octave_value::is_sparse_type ( void  ) const
inline

Definition at line 734 of file ov.h.

◆ is_sq_string()

bool octave_value::is_sq_string ( void  ) const
inline

Definition at line 580 of file ov.h.

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

◆ is_string()

◆ is_true()

◆ is_uint16_type()

bool octave_value::is_uint16_type ( void  ) const
inline

◆ is_uint32_type()

bool octave_value::is_uint32_type ( void  ) const
inline

◆ is_uint64_type()

bool octave_value::is_uint64_type ( void  ) const
inline

◆ is_uint8_type()

◆ is_undefined()

◆ is_user_code()

bool octave_value::is_user_code ( void  ) const
inline

Definition at line 767 of file ov.h.

Referenced by octave::file_editor_tab::exit_debug_and_clear().

◆ is_user_function()

bool octave_value::is_user_function ( void  ) const
inline

Definition at line 764 of file ov.h.

Referenced by octave_class::subsasgn_common().

◆ is_user_script()

bool octave_value::is_user_script ( void  ) const
inline

Definition at line 761 of file ov.h.

◆ is_zero_by_zero()

bool octave_value::is_zero_by_zero ( void  ) const
inline

Definition at line 483 of file ov.h.

◆ iscell()

◆ iscellstr()

bool octave_value::iscellstr ( void  ) const
inline

Definition at line 543 of file ov.h.

Referenced by G__voronoi__().

◆ iscomplex()

◆ isempty()

◆ isfinite()

octave_value octave_value::isfinite ( void  ) const
inline

Definition at line 1430 of file ov.h.

◆ isfloat()

bool octave_value::isfloat ( void  ) const
inline

Definition at line 654 of file ov.h.

Referenced by Feig().

◆ isinf()

octave_value octave_value::isinf ( void  ) const
inline

Definition at line 1435 of file ov.h.

◆ isinteger()

bool octave_value::isinteger ( void  ) const
inline

Definition at line 687 of file ov.h.

Referenced by array_property::get_data_limits().

◆ isjava()

bool octave_value::isjava ( void  ) const
inline

Definition at line 615 of file ov.h.

Referenced by octave::tree_evaluator::visit_index_expression().

◆ islocked()

bool octave_value::islocked ( void  ) const
inline

◆ islogical()

◆ isna()

octave_value octave_value::isna ( void  ) const
inline

Definition at line 1436 of file ov.h.

◆ isnan()

octave_value octave_value::isnan ( void  ) const
inline

Definition at line 1437 of file ov.h.

◆ isnull()

bool octave_value::isnull ( void  ) const
inline

Definition at line 628 of file ov.h.

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

◆ isnumeric()

◆ isobject()

◆ isreal()

◆ issorted()

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

Definition at line 1380 of file ov.h.

References mode.

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

◆ issparse()

◆ isstruct()

◆ length()

◆ lgamma()

octave_value octave_value::lgamma ( void  ) const
inline

Definition at line 1438 of file ov.h.

◆ list_value()

◆ load_ascii()

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

Definition at line 1336 of file ov.h.

References is.

Referenced by read_text_data().

◆ load_binary()

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

Definition at line 1341 of file ov.h.

References is, and swap.

Referenced by read_binary_data().

◆ load_hdf5()

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

Definition at line 1349 of file ov.h.

References name.

◆ lock()

void octave_value::lock ( void  )
inline

Definition at line 1393 of file ov.h.

◆ log()

octave_value octave_value::log ( void  ) const
inline

Definition at line 1439 of file ov.h.

◆ log10()

octave_value octave_value::log10 ( void  ) const
inline

Definition at line 1441 of file ov.h.

◆ log1p()

octave_value octave_value::log1p ( void  ) const
inline

Definition at line 1442 of file ov.h.

◆ log2()

octave_value octave_value::log2 ( void  ) const
inline

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

◆ make_storable_value()

void octave_value::make_storable_value ( void  )

◆ make_unique() [1/2]

void octave_value::make_unique ( void  )
inline

◆ make_unique() [2/2]

void octave_value::make_unique ( int  obsolete_copies)
inline

Definition at line 344 of file ov.h.

References octave_base_value::unique_clone().

◆ map()

◆ map_keys()

string_vector octave_value::map_keys ( void  ) const
inline

Definition at line 977 of file ov.h.

◆ map_value()

◆ matrix_type() [1/2]

◆ matrix_type() [2/2]

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

Definition at line 517 of file ov.h.

◆ matrix_value()

◆ maybe_economize()

void octave_value::maybe_economize ( void  )
inline

Definition at line 1233 of file ov.h.

◆ maybe_mutate()

◆ mex_get_data()

void* octave_value::mex_get_data ( void  ) const
inline

Definition at line 1360 of file ov.h.

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

◆ mex_get_ir()

octave_idx_type* octave_value::mex_get_ir ( void  ) const
inline

Definition at line 1362 of file ov.h.

Referenced by mxArray_octave_value::get_ir().

◆ mex_get_jc()

octave_idx_type* octave_value::mex_get_jc ( void  ) const
inline

Definition at line 1364 of file ov.h.

Referenced by mxArray_octave_value::get_jc().

◆ ndims()

◆ next_subsref() [1/3]

◆ next_subsref() [2/3]

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

◆ next_subsref() [3/3]

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

◆ nfields()

octave_idx_type octave_value::nfields ( void  ) const
inline

◆ nil_rep()

octave_base_value * octave_value::nil_rep ( void  )
staticprivate

Definition at line 114 of file ov.cc.

◆ nint_value()

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

Definition at line 800 of file ov.h.

◆ nnz()

octave_idx_type octave_value::nnz ( void  ) const
inline

◆ nparents()

size_t octave_value::nparents ( void  ) const
inline

Definition at line 980 of file ov.h.

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

◆ numel() [1/2]

◆ numel() [2/2]

octave_idx_type octave_value::numel ( void  ) const
inline

Definition at line 486 of file ov.h.

◆ numeric_conversion_function()

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

Definition at line 375 of file ov.h.

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

◆ numeric_demotion_function()

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

Definition at line 378 of file ov.h.

◆ nzmax()

octave_idx_type octave_value::nzmax ( void  ) const
inline

Definition at line 498 of file ov.h.

Referenced by mxArray_octave_value::get_nzmax(), read_mat5_binary_element(), and sparse().

◆ octave_idx_type_vector_value()

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

◆ op_eq_to_binary_op()

◆ operator=()

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

Definition at line 359 of file ov.h.

References a.

◆ parent_class_name_list()

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

◆ parent_class_names()

string_vector octave_value::parent_class_names ( void  ) const
inline

Definition at line 986 of file ov.h.

◆ perm_matrix_value()

PermMatrix octave_value::perm_matrix_value ( void  ) const
inline

Definition at line 904 of file ov.h.

Referenced by Fdet(), and Finv().

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

References os.

Referenced by octave::tree_constant::print().

◆ print_as_scalar()

bool octave_value::print_as_scalar ( void  ) const
inline

Definition at line 1262 of file ov.h.

◆ print_info()

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

Definition at line 2592 of file ov.cc.

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

◆ print_name_tag()

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

Definition at line 1271 of file ov.h.

References name, and os.

◆ print_raw()

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

Definition at line 1268 of file ov.h.

References os.

Referenced by octave::tree_constant::print_raw(), and octave_oncleanup::print_raw().

◆ print_with_name()

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

Definition at line 1274 of file ov.h.

References name, and os.

Referenced by octave::display_only_model::edit_display(), and octave::octave_jit_print_scalar().

◆ range_value()

◆ real()

octave_value octave_value::real ( void  ) const
inline

◆ reshape()

◆ resize()

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

Definition at line 511 of file ov.h.

References dv, and resize().

Referenced by octave::base64_decode(), SparseMatrix::bsolve(), call_mex(), Cell::column(), convert_label_position(), convert_text_position(), dmsolve(), octave::math::do_bessel(), children_property::do_get_children(), LSODE::do_integrate(), do_regexp_ptn_string_escapes(), do_regexp_rep_string_escapes(), SparseMatrix::dsolve(), SparseComplexMatrix::dsolve(), extract_keyword(), Fdet(), Fgcd(), freeze(), SparseMatrix::fsolve(), SparseComplexMatrix::fsolve(), axes::properties::get_axis_limits(), get_ra_idx(), octave::sys::glob(), octave::tree_evaluator::ignored_fcn_outputs(), DASPK::integrate(), DASSL::integrate(), intmap_to_ov(), octave::curl_transfer::list(), Matrix::lssolve(), FloatMatrix::lssolve(), ComplexMatrix::lssolve(), FloatComplexMatrix::lssolve(), SparseMatrix::ltsolve(), SparseComplexMatrix::ltsolve(), octave_float_complex_diag_matrix::map(), octave_complex_diag_matrix::map(), octave_float_diag_matrix::map(), octave_diag_matrix::map(), mexCallMATLAB(), null(), octregexp(), octave::stream_list::open_file_numbers(), operator*(), octave::base_stream::oscanf(), octave::textscan_format_list::parse_char_class(), octave_perm_matrix::resize(), octave_base_diag< DiagMatrix, Matrix >::resize(), octave_lazy_index::resize(), octave_char_matrix_str::resize(), octave_range::resize(), octave_base_matrix< boolNDArray >::resize(), octave_base_sparse< SparseComplexMatrix >::resize(), octave_class::resize(), octave_char_matrix_sq_str::resize(), resize(), charMatrix::row_as_string(), octave_class::size(), octave_value_list::splice(), octave_char_matrix_str::string_vector_value(), utsolve(), SparseMatrix::utsolve(), SparseComplexMatrix::utsolve(), octave::tree_evaluator::visit_matrix(), and octave::sys::windows_glob().

◆ round()

octave_value octave_value::round ( void  ) const
inline

Definition at line 1444 of file ov.h.

◆ roundb()

octave_value octave_value::roundb ( void  ) const
inline

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

References os.

◆ save_binary()

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

Definition at line 1338 of file ov.h.

References os, and save_as_floats.

◆ save_hdf5()

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

Definition at line 1345 of file ov.h.

References name, and save_as_floats.

◆ scalar_map_value()

◆ scalar_value()

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

◆ short_disp()

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

Definition at line 1277 of file ov.h.

References os.

◆ short_value()

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

Definition at line 786 of file ov.h.

◆ signum()

octave_value octave_value::signum ( void  ) const
inline

Definition at line 1446 of file ov.h.

◆ sin()

octave_value octave_value::sin ( void  ) const
inline

Definition at line 1447 of file ov.h.

◆ single_subsref()

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

Referenced by maybe_update_column().

◆ sinh()

octave_value octave_value::sinh ( void  ) const
inline

Definition at line 1448 of file ov.h.

◆ size()

Matrix octave_value::size ( void  )
inline

◆ sort() [1/2]

◆ sort() [2/2]

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

Definition at line 1376 of file ov.h.

References mode, and sort().

◆ sort_rows_idx()

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

Definition at line 1387 of file ov.h.

References mode, and Array< T >::sort_rows_idx().

◆ sparse_bool_matrix_value()

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

◆ sparse_complex_matrix_value()

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

◆ sparse_matrix_value()

◆ sqrt()

octave_value octave_value::sqrt ( void  ) const
inline

Definition at line 1449 of file ov.h.

Referenced by Fsqrtm(), and sqrtm_utri_inplace().

◆ squeeze()

octave_value octave_value::squeeze ( void  ) const
inline

Definition at line 383 of file ov.h.

References squeeze().

Referenced by squeeze().

◆ storable_value()

◆ string_value()

◆ string_vector_value()

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

Definition at line 958 of file ov.h.

Referenced by Fdaspk(), Fdassl(), Flsode(), and octave_value_list::make_argv().

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

References subsref(), and type.

◆ subsref() [3/3]

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

◆ tan()

octave_value octave_value::tan ( void  ) const
inline

Definition at line 1450 of file ov.h.

◆ tanh()

octave_value octave_value::tanh ( void  ) const
inline

Definition at line 1451 of file ov.h.

◆ try_narrowing_conversion()

octave_base_value* octave_value::try_narrowing_conversion ( void  )
inline

◆ type_id()

int octave_value::type_id ( void  ) const
inline

Definition at line 1287 of file ov.h.

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

◆ type_name()

◆ uint16_array_value()

uint16NDArray octave_value::uint16_array_value ( void  ) const
inline

◆ uint16_scalar_value()

octave_uint16 octave_value::uint16_scalar_value ( void  ) const
inline

Definition at line 922 of file ov.h.

◆ uint32_array_value()

uint32NDArray octave_value::uint32_array_value ( void  ) const
inline

◆ uint32_scalar_value()

octave_uint32 octave_value::uint32_scalar_value ( void  ) const
inline

Definition at line 925 of file ov.h.

◆ uint64_array_value()

uint64NDArray octave_value::uint64_array_value ( void  ) const
inline

◆ uint64_scalar_value()

octave_uint64 octave_value::uint64_scalar_value ( void  ) const
inline

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

◆ uint8_array_value()

◆ uint8_scalar_value()

octave_uint8 octave_value::uint8_scalar_value ( void  ) const
inline

Definition at line 919 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 797 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 808 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 152 of file ov.cc.

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

◆ unary_op_to_assign_op()

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

Definition at line 2799 of file ov.cc.

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

Referenced by do_non_const_unary_op().

◆ undef_subsasgn()

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

◆ unlock()

void octave_value::unlock ( void  )
inline

Definition at line 1395 of file ov.h.

◆ user_code_value()

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

◆ user_function_value()

◆ user_script_value()

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

◆ ushort_value()

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

Definition at line 790 of file ov.h.

◆ vector_value()

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

Referenced by parse_range_spec().

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

◆ xcomplex_column_vector_value()

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

Referenced by do_bessel().

◆ xcomplex_diag_matrix_value()

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

◆ xcomplex_matrix_value()

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

Referenced by Fgsvd().

◆ xcomplex_row_vector_value()

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

◆ xcomplex_value()

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

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

◆ xfcn_inline_value()

octave_fcn_inline* octave_value::xfcn_inline_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().

◆ xfloat_complex_column_vector_value()

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

Referenced by do_bessel().

◆ xfloat_complex_diag_matrix_value()

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

◆ xfloat_complex_matrix_value()

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

Referenced by Fgsvd().

◆ xfloat_complex_row_vector_value()

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

◆ xfloat_complex_value()

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

Referenced by do_bessel().

◆ xfloat_complex_vector_value()

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

◆ xfloat_diag_matrix_value()

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

◆ xfloat_matrix_value()

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

Referenced by Fgsvd().

◆ xfloat_row_vector_value()

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

◆ xfloat_scalar_value()

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

◆ xfloat_value()

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

◆ xfloat_vector_value()

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

◆ xfunction_value()

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

◆ xidx_type_value()

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

◆ xint16_array_value()

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

◆ xint16_scalar_value()

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

◆ xint32_array_value()

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

◆ xint32_scalar_value()

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

◆ xint64_array_value()

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

◆ xint64_scalar_value()

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

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

◆ xint64_value()

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

◆ xint8_array_value()

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

◆ xint8_scalar_value()

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

◆ xint_value()

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

Referenced by intfield().

◆ xint_vector_value()

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

Referenced by F__magick_read__().

◆ xisalnum()

octave_value octave_value::xisalnum ( void  ) const
inline

Definition at line 1455 of file ov.h.

Referenced by Cell::xisalnum().

◆ xisalpha()

octave_value octave_value::xisalpha ( void  ) const
inline

Definition at line 1456 of file ov.h.

Referenced by Cell::xisalpha().

◆ xisascii()

octave_value octave_value::xisascii ( void  ) const
inline

Definition at line 1457 of file ov.h.

Referenced by Cell::xisascii().

◆ xiscntrl()

octave_value octave_value::xiscntrl ( void  ) const
inline

Definition at line 1458 of file ov.h.

Referenced by Cell::xiscntrl().

◆ xisdigit()

octave_value octave_value::xisdigit ( void  ) const
inline

Definition at line 1459 of file ov.h.

Referenced by Cell::xisdigit().

◆ xisgraph()

octave_value octave_value::xisgraph ( void  ) const
inline

Definition at line 1460 of file ov.h.

Referenced by Cell::xisgraph().

◆ xislower()

octave_value octave_value::xislower ( void  ) const
inline

Definition at line 1461 of file ov.h.

Referenced by Cell::xislower().

◆ xisprint()

octave_value octave_value::xisprint ( void  ) const
inline

Definition at line 1462 of file ov.h.

Referenced by Cell::xisprint().

◆ xispunct()

octave_value octave_value::xispunct ( void  ) const
inline

Definition at line 1463 of file ov.h.

Referenced by Cell::xispunct().

◆ xisspace()

octave_value octave_value::xisspace ( void  ) const
inline

Definition at line 1464 of file ov.h.

Referenced by Cell::xisspace().

◆ xisupper()

octave_value octave_value::xisupper ( void  ) const
inline

Definition at line 1465 of file ov.h.

Referenced by Cell::xisupper().

◆ xisxdigit()

octave_value octave_value::xisxdigit ( void  ) const
inline

Definition at line 1466 of file ov.h.

Referenced by Cell::xisxdigit().

◆ xlist_value()

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

◆ xlong_value()

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

◆ xmap_value()

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

◆ xmatrix_value()

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

Referenced by Fgsvd().

◆ xnint_value()

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

◆ xoctave_idx_type_vector_value()

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

◆ xperm_matrix_value()

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

◆ xrange_value()

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

◆ xrow_vector_value()

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

◆ xscalar_map_value()

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

◆ xscalar_value()

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

◆ xshort_value()

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

◆ xsignbit()

octave_value octave_value::xsignbit ( void  ) const
inline

Definition at line 1467 of file ov.h.

◆ 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

◆ 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

◆ xtolower()

octave_value octave_value::xtolower ( void  ) const
inline

Definition at line 1468 of file ov.h.

Referenced by Cell::xtolower().

◆ xtoupper()

octave_value octave_value::xtoupper ( void  ) const
inline

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

Friends And Related Function Documentation

◆ do_binary_op [1/2]

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

◆ do_binary_op [2/2]

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

◆ do_cat_op

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

◆ do_colon_op [1/2]

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

Definition at line 1315 of file ov.h.

◆ do_colon_op [2/2]

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

◆ do_unary_op

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

Definition at line 2615 of file ov.cc.

Referenced by do_non_const_unary_op().

Member Data Documentation

◆ rep

octave_base_value* octave_value::rep
protected

The real representation.

Definition at line 1505 of file ov.h.

Referenced by dim_vector::cumulative(), do_non_const_unary_op(), do_unary_op(), print_info(), and dim_vector::redim().


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