GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_base_scalar< ST > Class Template Reference

#include "ov-base-scalar.h"

Inheritance diagram for octave_base_scalar< ST >:
octave_base_value octave_base_int_scalar< octave_uint64 > octave_base_magic_int< octave_uint64 > octave_base_magic_int< octave_int64 > octave_uint64_scalar octave_magic_uint octave_magic_int

Public Types

typedef ST scalar_type
 
- Public Types inherited from octave_base_value
typedef octave_base_value *(* type_conv_fcn) (const octave_base_value &)
 
enum  unary_mapper_t {
  umap_abs , umap_acos , umap_acosh , umap_angle ,
  umap_arg , umap_asin , umap_asinh , umap_atan ,
  umap_atanh , umap_cbrt , umap_ceil , umap_conj ,
  umap_cos , umap_cosh , umap_erf , umap_erfinv ,
  umap_erfcinv , umap_erfc , umap_erfcx , umap_erfi ,
  umap_dawson , umap_exp , umap_expm1 , umap_isfinite ,
  umap_fix , umap_floor , umap_gamma , umap_imag ,
  umap_isinf , umap_isna , umap_isnan , umap_lgamma ,
  umap_log , umap_log2 , umap_log10 , umap_log1p ,
  umap_real , umap_round , umap_roundb , umap_signum ,
  umap_sin , umap_sinh , umap_sqrt , umap_tan ,
  umap_tanh , umap_xisalnum , umap_xisalpha , umap_xisascii ,
  umap_xiscntrl , umap_xisdigit , umap_xisgraph , umap_xislower ,
  umap_xisprint , umap_xispunct , umap_xisspace , umap_xisupper ,
  umap_xisxdigit , umap_xsignbit , umap_xtolower , umap_xtoupper ,
  umap_unknown , num_unary_mappers = umap_unknown
}
 

Public Member Functions

 octave_base_scalar ()
 
 octave_base_scalar (const octave_base_scalar &s)
 
 octave_base_scalar (const ST &s)
 
 ~octave_base_scalar ()=default
 
octave_value all (int=0) const
 
octave_value any (int=0) const
 
std::size_t byte_size () const
 
octave_value diag (octave_idx_type k=0) const
 
octave_value diag (octave_idx_type m, octave_idx_type n) const
 
dim_vector dims () const
 
std::string edit_display (const float_display_format &fmt, octave_idx_type i, octave_idx_type j) const
 
octave_value fast_elem_extract (octave_idx_type n) const
 
bool fast_elem_insert_self (void *where, builtin_type_t btyp) const
 
octave_value full_value () const
 
float_display_format get_edit_display_format () const
 
bool is_constant () const
 
bool is_defined () const
 
bool is_maybe_function () const
 
bool is_scalar_type () const
 
sortmode is_sorted_rows (sortmode mode=UNSORTED) const
 
bool is_true () const
 
bool isnumeric () const
 
sortmode issorted (sortmode mode=UNSORTED) const
 
MatrixType matrix_type () const
 
MatrixType matrix_type (const MatrixType &) const
 
const void * mex_get_data () const
 
int ndims () const
 
octave_idx_type nnz () const
 
octave_idx_type numel () const
 
octave_value permute (const Array< int > &, bool=false) const
 
void print (std::ostream &os, bool pr_as_read_syntax=false)
 
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
 
octave_value reshape (const dim_vector &new_dims) const
 
ST & scalar_ref ()
 
const ST & scalar_ref () const
 
void short_disp (std::ostream &os) const
 
octave_value sort (Array< octave_idx_type > &sidx, octave_idx_type, sortmode) const
 
octave_value sort (octave_idx_type, sortmode) const
 
Array< octave_idx_typesort_rows_idx (sortmode) const
 
octave_value squeeze () const
 
octave_value subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs)
 
virtual 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)
 
virtual octave_value subsref (const std::string &type, const std::list< octave_value_list > &idx, bool auto_add)
 
virtual octave_value_list subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout)
 
octave_value_list subsref (const std::string &type, const std::list< octave_value_list > &idx, int)
 
- Public Member Functions inherited from octave_base_value
 octave_base_value ()
 
 octave_base_value (const octave_base_value &)
 
virtual ~octave_base_value ()=default
 
virtual NDArray array_value (bool=false) const
 
virtual octave_value as_double () const
 
virtual octave_value as_double_or_copy ()
 
virtual octave_value as_int16 () const
 
virtual octave_value as_int32 () const
 
virtual octave_value as_int64 () const
 
virtual octave_value as_int8 () const
 
virtual mxArrayas_mxArray (bool interleaved) const
 
virtual octave_value as_single () const
 
virtual octave_value as_uint16 () const
 
virtual octave_value as_uint32 () const
 
virtual octave_value as_uint64 () const
 
virtual octave_value as_uint8 () const
 
virtual void assign (const std::string &, const octave_value &)
 
virtual boolNDArray bool_array_value (bool=false) const
 
virtual boolMatrix bool_matrix_value (bool=false) const
 
virtual bool bool_value (bool=false) const
 
virtual void break_closure_cycles (const std::shared_ptr< octave::stack_frame > &)
 
virtual builtin_type_t builtin_type () const
 
virtual void call_object_destructor ()
 
virtual Cell cell_value () const
 
virtual Array< std::string > cellstr_value () const
 
virtual charNDArray char_array_value (bool=false) const
 
virtual charMatrix char_matrix_value (bool force=false) const
 
virtual std::string class_name () const
 
virtual octave_classdefclassdef_object_value (bool silent=false)
 
virtual octave_base_valueclone () const
 
octave_idx_type columns () const
 
virtual ComplexNDArray complex_array_value (bool=false) const
 
virtual ComplexDiagMatrix complex_diag_matrix_value (bool=false) const
 
virtual ComplexMatrix complex_matrix_value (bool=false) const
 
virtual Complex complex_value (bool=false) const
 
virtual void convert_to_row_or_column_vector ()
 
virtual octave_value convert_to_str (bool pad=false, bool force=false, char type='\'') const
 
virtual octave_value convert_to_str_internal (bool pad, bool force, char type) const
 
virtual DiagMatrix diag_matrix_value (bool=false) const
 
virtual octave_value do_index_op (const octave_value_list &idx, bool resize_ok=false)
 
virtual double double_value (bool=false) const
 
virtual octave_value dump () const
 
virtual octave_base_valueempty_clone () const
 
virtual void erase_subfunctions ()
 
virtual bool fast_elem_insert (octave_idx_type n, const octave_value &x)
 
virtual octave_fcn_handlefcn_handle_value (bool silent=false)
 
virtual octave_base_valuefind_parent_class (const std::string &)
 
virtual FloatNDArray float_array_value (bool=false) const
 
virtual FloatComplexNDArray float_complex_array_value (bool=false) const
 
virtual FloatComplexDiagMatrix float_complex_diag_matrix_value (bool=false) const
 
virtual FloatComplexMatrix float_complex_matrix_value (bool=false) const
 
virtual FloatComplex float_complex_value (bool=false) const
 
virtual FloatDiagMatrix float_diag_matrix_value (bool=false) const
 
virtual FloatMatrix float_matrix_value (bool=false) const
 
virtual float float_scalar_value (bool frc_str_conv=false) const
 
virtual float float_value (bool=false) const
 
virtual octave_functionfunction_value (bool silent=false)
 
virtual octave_functionget_cached_fcn (const octave_value_list &)
 
virtual octave_functionget_cached_fcn (void *, void *)
 
virtual bool has_function_cache () const
 
virtual octave::idx_vector index_vector (bool require_integers=false) const
 
virtual int16NDArray int16_array_value () const
 
virtual octave_int16 int16_scalar_value () const
 
virtual int32NDArray int32_array_value () const
 
virtual octave_int32 int32_scalar_value () const
 
virtual int64NDArray int64_array_value () const
 
virtual octave_int64 int64_scalar_value () const
 
virtual int64_t int64_value (bool=false, bool=false) const
 
virtual int8NDArray int8_array_value () const
 
virtual octave_int8 int8_scalar_value () const
 
virtual int int_value (bool=false, bool=false) const
 
virtual bool is_all_va_args () const
 
virtual bool is_anonymous_function () const
 
virtual bool is_bool_matrix () const
 
virtual bool is_bool_scalar () const
 
virtual bool is_builtin_function () const
 
virtual bool is_char_matrix () const
 
virtual bool is_classdef_meta () const
 
virtual bool is_classdef_object () const
 
virtual bool is_classdef_superclass_ref () const
 
virtual bool is_complex_matrix () const
 
virtual bool is_complex_scalar () const
 
virtual bool is_cs_list () const
 
virtual bool is_diag_matrix () const
 
virtual bool is_dld_function () const
 
virtual bool is_double_type () const
 
virtual bool is_full_num_matrix () const
 
virtual bool is_function () const
 
virtual bool is_function_cache () const
 
virtual bool is_function_handle () const
 
virtual bool is_inline_function () const
 
virtual bool is_instance_of (const std::string &) const
 
virtual bool is_int16_type () const
 
virtual bool is_int32_type () const
 
virtual bool is_int64_type () const
 
virtual bool is_int8_type () const
 
virtual bool is_legacy_object () const
 
virtual bool is_magic_colon () const
 
virtual bool is_magic_int () const
 
virtual bool is_matrix_type () const
 
virtual bool is_mex_function () const
 
virtual bool is_package () const
 
virtual bool is_perm_matrix () const
 
virtual bool is_range () const
 
virtual bool is_real_matrix () const
 
virtual bool is_real_scalar () const
 
virtual bool is_single_type () const
 
virtual bool is_sq_string () const
 
virtual bool is_storable () const
 
virtual bool is_string () const
 
virtual bool is_uint16_type () const
 
virtual bool is_uint32_type () const
 
virtual bool is_uint64_type () const
 
virtual bool is_uint8_type () const
 
virtual bool is_user_code () const
 
virtual bool is_user_function () const
 
virtual bool is_user_script () const
 
bool is_zero_by_zero () const
 
virtual bool iscell () const
 
virtual bool iscellstr () const
 
virtual bool iscomplex () const
 
bool isempty () const
 
virtual bool isfield (const std::string &) const
 
virtual bool isfloat () const
 
virtual bool isinteger () const
 
virtual bool isjava () const
 
virtual bool islocked () const
 
virtual bool islogical () const
 
virtual bool isnull () const
 
virtual bool isobject () const
 
virtual bool isreal () const
 
virtual bool issparse () const
 
virtual bool isstruct () const
 
virtual octave_value_list list_value () const
 
virtual bool load_ascii (std::istream &is)
 
virtual bool load_binary (std::istream &is, bool swap, octave::mach_info::float_format fmt)
 
virtual bool load_hdf5 (octave_hdf5_id loc_id, const char *name)
 
virtual void lock ()
 
virtual long int long_value (bool=false, bool=false) const
 
virtual octave_base_valuemake_storable_value ()
 
virtual octave_value map (unary_mapper_t) const
 
virtual string_vector map_keys () const
 
virtual octave_map map_value () const
 
virtual Matrix matrix_value (bool=false) const
 
virtual void maybe_call_dtor ()
 
virtual void maybe_economize ()
 
virtual const octave_idx_typemex_get_ir () const
 
virtual const octave_idx_typemex_get_jc () const
 
virtual octave_idx_type nfields () const
 
virtual int nint_value (bool=false) const
 
virtual std::size_t nparents () const
 
virtual type_conv_info numeric_conversion_function () const
 
virtual type_conv_info numeric_demotion_function () const
 
virtual octave_idx_type nzmax () const
 
virtual std::list< std::string > parent_class_name_list () const
 
virtual string_vector parent_class_names () const
 
virtual PermMatrix perm_matrix_value () const
 
virtual bool print_as_scalar () const
 
virtual void print_info (std::ostream &os, const std::string &prefix) const
 
virtual void print_with_name (std::ostream &output_buf, const std::string &name, bool print_padding=true)
 
virtual octave::range< double > range_value () const
 
virtual octave_value resize (const dim_vector &, bool fill=false) const
 
octave_idx_type rows () const
 
virtual bool save_ascii (std::ostream &os)
 
virtual bool save_binary (std::ostream &os, bool save_as_floats)
 
virtual bool save_hdf5 (octave_hdf5_id loc_id, const char *name, bool save_as_floats)
 
virtual octave_scalar_map scalar_map_value () const
 
virtual double scalar_value (bool frc_str_conv=false) const
 
virtual short int short_value (bool=false, bool=false) const
 
virtual octave_value simple_subsasgn (char type, octave_value_list &idx, const octave_value &rhs)
 
virtual octave_value_list simple_subsref (char type, octave_value_list &idx, int nargout)
 
virtual Matrix size ()
 
virtual SparseBoolMatrix sparse_bool_matrix_value (bool=false) const
 
virtual SparseComplexMatrix sparse_complex_matrix_value (bool=false) const
 
virtual SparseMatrix sparse_matrix_value (bool=false) const
 
virtual octave_value storable_value ()
 
virtual std::string string_value (bool force=false) const
 
virtual string_vector string_vector_value (bool pad=false) const
 
virtual octave_value subsref (const std::string &type, const std::list< octave_value_list > &idx, bool auto_add)
 
virtual octave_base_valuetry_narrowing_conversion ()
 
virtual int type_id () const
 
virtual std::string type_name () const
 
virtual uint16NDArray uint16_array_value () const
 
virtual octave_uint16 uint16_scalar_value () const
 
virtual uint32NDArray uint32_array_value () const
 
virtual octave_uint32 uint32_scalar_value () const
 
virtual uint64NDArray uint64_array_value () const
 
virtual octave_uint64 uint64_scalar_value () const
 
virtual uint64_t uint64_value (bool=false, bool=false) const
 
virtual uint8NDArray uint8_array_value () const
 
virtual octave_uint8 uint8_scalar_value () const
 
virtual unsigned int uint_value (bool=false, bool=false) const
 
virtual unsigned long int ulong_value (bool=false, bool=false) const
 
virtual octave_value undef_subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs)
 
virtual octave_base_valueunique_clone ()
 
virtual octave_base_valueunique_parent_class (const std::string &)
 
virtual void unlock ()
 
virtual octave_user_codeuser_code_value (bool silent=false)
 
virtual octave_user_functionuser_function_value (bool silent=false)
 
virtual octave_user_scriptuser_script_value (bool silent=false)
 
virtual unsigned short int ushort_value (bool=false, bool=false) const
 
virtual int write (octave::stream &os, int block_size, oct_data_conv::data_type output_type, int skip, octave::mach_info::float_format flt_fmt) const
 
virtual octave_idx_type xnumel (const octave_value_list &)
 
virtual std::string xstring_value () const
 

Protected Attributes

ST scalar
 
- Protected Attributes inherited from octave_base_value
octave::refcount< octave_idx_type > & count
 
octave::refcount< octave_idx_typem_count
 

Additional Inherited Members

- Static Public Member Functions inherited from octave_base_value
static void register_type ()
 
static void register_type (octave::type_info &)
 
static std::string static_class_name ()
 
static int static_type_id ()
 
static std::string static_type_name ()
 
- Protected Member Functions inherited from octave_base_value
int current_print_indent_level () const
 
void decrement_indent_level () const
 
void increment_indent_level () const
 
void indent (std::ostream &os) const
 
void newline (std::ostream &os) const
 
octave_value numeric_assign (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs)
 
void reset () const
 
void reset_indent_level () const
 
void warn_load (const char *type) const
 
void warn_save (const char *type) const
 
- Static Protected Member Functions inherited from octave_base_value
static const char * get_umap_name (unary_mapper_t)
 

Detailed Description

template<typename ST>
class octave_base_scalar< ST >

Definition at line 47 of file ov-base-scalar.h.

Member Typedef Documentation

◆ scalar_type

template<typename ST >
typedef ST octave_base_scalar< ST >::scalar_type

Definition at line 53 of file ov-base-scalar.h.

Constructor & Destructor Documentation

◆ octave_base_scalar() [1/3]

template<typename ST >
octave_base_scalar< ST >::octave_base_scalar ( )
inline

Definition at line 55 of file ov-base-scalar.h.

◆ octave_base_scalar() [2/3]

template<typename ST >
octave_base_scalar< ST >::octave_base_scalar ( const ST &  s)
inline

Definition at line 58 of file ov-base-scalar.h.

◆ octave_base_scalar() [3/3]

template<typename ST >
octave_base_scalar< ST >::octave_base_scalar ( const octave_base_scalar< ST > &  s)
inline

Definition at line 61 of file ov-base-scalar.h.

◆ ~octave_base_scalar()

template<typename ST >
octave_base_scalar< ST >::~octave_base_scalar ( )
default

Member Function Documentation

◆ all()

template<typename ST >
octave_value octave_base_scalar< ST >::all ( int  = 0) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 104 of file ov-base-scalar.h.

◆ any()

template<typename ST >
octave_value octave_base_scalar< ST >::any ( int  = 0) const
inlinevirtual

Reimplemented from octave_base_value.

Reimplemented in octave_base_magic_int< octave_uint64 >, and octave_base_magic_int< octave_int64 >.

Definition at line 106 of file ov-base-scalar.h.

◆ byte_size()

template<typename ST >
std::size_t octave_base_scalar< ST >::byte_size ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 102 of file ov-base-scalar.h.

◆ diag() [1/2]

template<typename ST >
octave_value octave_base_scalar< ST >::diag ( octave_idx_type  k = 0) const
virtual

Reimplemented from octave_base_value.

Definition at line 132 of file ov-base-scalar.cc.

◆ diag() [2/2]

template<typename ST >
octave_value octave_base_scalar< ST >::diag ( octave_idx_type  m,
octave_idx_type  n 
) const
virtual

Reimplemented from octave_base_value.

Reimplemented in octave_base_magic_int< octave_uint64 >, and octave_base_magic_int< octave_int64 >.

Definition at line 139 of file ov-base-scalar.cc.

◆ dims()

template<typename ST >
dim_vector octave_base_scalar< ST >::dims
virtual

Reimplemented from octave_base_value.

Definition at line 110 of file ov-base-scalar.cc.

◆ edit_display()

template<typename ST >
std::string octave_base_scalar< ST >::edit_display ( const float_display_format fmt,
octave_idx_type  i,
octave_idx_type  j 
) const
virtual

Reimplemented from octave_base_value.

Reimplemented in octave_base_int_scalar< octave_uint64 >.

Definition at line 204 of file ov-base-scalar.cc.

References octave_print_internal().

◆ fast_elem_extract()

template<typename ST >
octave_value octave_base_scalar< ST >::fast_elem_extract ( octave_idx_type  n) const
virtual

Reimplemented from octave_base_value.

Definition at line 214 of file ov-base-scalar.cc.

References n, and octave_value().

◆ fast_elem_insert_self()

template<typename ST >
bool octave_base_scalar< ST >::fast_elem_insert_self ( void *  where,
builtin_type_t  btyp 
) const
virtual

Reimplemented from octave_base_value.

Definition at line 221 of file ov-base-scalar.cc.

◆ full_value()

template<typename ST >
octave_value octave_base_scalar< ST >::full_value ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 68 of file ov-base-scalar.h.

◆ get_edit_display_format()

template<typename ST >
float_display_format octave_base_scalar< ST >::get_edit_display_format
virtual

Reimplemented from octave_base_value.

Definition at line 197 of file ov-base-scalar.cc.

References make_format().

◆ is_constant()

template<typename ST >
bool octave_base_scalar< ST >::is_constant ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 86 of file ov-base-scalar.h.

◆ is_defined()

template<typename ST >
bool octave_base_scalar< ST >::is_defined ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 88 of file ov-base-scalar.h.

◆ is_maybe_function()

template<typename ST >
bool octave_base_scalar< ST >::is_maybe_function ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Reimplemented in octave_base_int_scalar< octave_uint64 >.

Definition at line 138 of file ov-base-scalar.h.

◆ is_scalar_type()

template<typename ST >
bool octave_base_scalar< ST >::is_scalar_type ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 140 of file ov-base-scalar.h.

◆ is_sorted_rows()

template<typename ST >
sortmode octave_base_scalar< ST >::is_sorted_rows ( sortmode  mode = UNSORTED) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 131 of file ov-base-scalar.h.

References ASCENDING, and UNSORTED.

◆ is_true()

template<typename ST >
bool octave_base_scalar< ST >::is_true
virtual

Reimplemented from octave_base_value.

Definition at line 146 of file ov-base-scalar.cc.

References isnan().

◆ isnumeric()

template<typename ST >
bool octave_base_scalar< ST >::isnumeric ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 142 of file ov-base-scalar.h.

◆ issorted()

template<typename ST >
sortmode octave_base_scalar< ST >::issorted ( sortmode  mode = UNSORTED) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 122 of file ov-base-scalar.h.

References ASCENDING, and UNSORTED.

◆ matrix_type() [1/2]

template<typename ST >
MatrixType octave_base_scalar< ST >::matrix_type ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 134 of file ov-base-scalar.h.

References MatrixType::Diagonal.

◆ matrix_type() [2/2]

template<typename ST >
MatrixType octave_base_scalar< ST >::matrix_type ( const MatrixType ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 135 of file ov-base-scalar.h.

◆ mex_get_data()

template<typename ST >
const void* octave_base_scalar< ST >::mex_get_data ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 164 of file ov-base-scalar.h.

◆ ndims()

template<typename ST >
int octave_base_scalar< ST >::ndims ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 94 of file ov-base-scalar.h.

◆ nnz()

template<typename ST >
octave_idx_type octave_base_scalar< ST >::nnz ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 96 of file ov-base-scalar.h.

◆ numel()

template<typename ST >
octave_idx_type octave_base_scalar< ST >::numel ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 92 of file ov-base-scalar.h.

◆ permute()

template<typename ST >
octave_value octave_base_scalar< ST >::permute ( const Array< int > &  vec,
bool  inv = false 
) const
virtual

Reimplemented from octave_base_value.

Definition at line 118 of file ov-base-scalar.cc.

◆ print()

template<typename ST >
void octave_base_scalar< ST >::print ( std::ostream &  os,
bool  pr_as_read_syntax = false 
)
virtual

Reimplemented from octave_base_value.

Definition at line 156 of file ov-base-scalar.cc.

◆ print_name_tag()

template<typename ST >
bool octave_base_scalar< ST >::print_name_tag ( std::ostream &  os,
const std::string &  name 
) const
virtual

Reimplemented from octave_base_value.

Definition at line 173 of file ov-base-scalar.cc.

◆ print_raw()

template<typename ST >
void octave_base_scalar< ST >::print_raw ( std::ostream &  os,
bool  pr_as_read_syntax = false 
) const
virtual

Reimplemented from octave_base_value.

Definition at line 164 of file ov-base-scalar.cc.

References octave_print_internal().

◆ reshape()

template<typename ST >
octave_value octave_base_scalar< ST >::reshape ( const dim_vector new_dims) const
virtual

Reimplemented from octave_base_value.

Definition at line 125 of file ov-base-scalar.cc.

◆ scalar_ref() [1/2]

template<typename ST >
ST& octave_base_scalar< ST >::scalar_ref ( )
inline

Definition at line 168 of file ov-base-scalar.h.

◆ scalar_ref() [2/2]

template<typename ST >
const ST& octave_base_scalar< ST >::scalar_ref ( ) const
inline

Definition at line 166 of file ov-base-scalar.h.

◆ short_disp()

template<typename ST >
void octave_base_scalar< ST >::short_disp ( std::ostream &  os) const
virtual

Reimplemented from octave_base_value.

Definition at line 183 of file ov-base-scalar.cc.

References octave_print_internal().

◆ sort() [1/2]

template<typename ST >
octave_value octave_base_scalar< ST >::sort ( Array< octave_idx_type > &  sidx,
octave_idx_type  ,
sortmode   
) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 114 of file ov-base-scalar.h.

References octave_value(), and Array< T, Alloc >::resize().

◆ sort() [2/2]

template<typename ST >
octave_value octave_base_scalar< ST >::sort ( octave_idx_type  ,
sortmode   
) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 112 of file ov-base-scalar.h.

References octave_value().

◆ sort_rows_idx()

template<typename ST >
Array<octave_idx_type> octave_base_scalar< ST >::sort_rows_idx ( sortmode  ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 125 of file ov-base-scalar.h.

◆ squeeze()

template<typename ST >
octave_value octave_base_scalar< ST >::squeeze ( ) const
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 66 of file ov-base-scalar.h.

◆ subsasgn()

template<typename ST >
octave_value octave_base_scalar< ST >::subsasgn ( const std::string &  type,
const std::list< octave_value_list > &  idx,
const octave_value rhs 
)
virtual

Reimplemented from octave_base_value.

Definition at line 72 of file ov-base-scalar.cc.

◆ subsref() [1/5]

template<typename ST >
octave_value octave_base_value::subsref

Definition at line 335 of file ov-base.cc.

◆ subsref() [2/5]

template<typename ST >
octave_value octave_base_scalar< ST >::subsref ( const std::string &  type,
const std::list< octave_value_list > &  idx 
)
virtual

Reimplemented from octave_base_value.

Definition at line 44 of file ov-base-scalar.cc.

References error(), octave_value::next_subsref(), and panic_impossible.

◆ subsref() [3/5]

template<typename ST >
octave_value octave_base_value::subsref

Definition at line 344 of file ov-base.cc.

◆ subsref() [4/5]

template<typename ST >
octave_value_list octave_base_value::subsref

Definition at line 339 of file ov-base.cc.

◆ subsref() [5/5]

template<typename ST >
octave_value_list octave_base_scalar< ST >::subsref ( const std::string &  type,
const std::list< octave_value_list > &  idx,
int   
)
inlinevirtual

Reimplemented from octave_base_value.

Definition at line 78 of file ov-base-scalar.h.

Member Data Documentation

◆ scalar

template<typename ST >
ST octave_base_scalar< ST >::scalar
protected

Definition at line 178 of file ov-base-scalar.h.


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