#include <ov.h>
octave_value::octave_value | ( | void | ) | [inline] |
octave_value::octave_value | ( | short int | i | ) |
octave_value::octave_value | ( | unsigned short int | i | ) |
octave_value::octave_value | ( | int | i | ) |
octave_value::octave_value | ( | unsigned int | i | ) |
octave_value::octave_value | ( | long int | i | ) |
octave_value::octave_value | ( | unsigned long int | i | ) |
octave_value::octave_value | ( | octave_time | t | ) |
octave_value::octave_value | ( | double | d | ) |
octave_value::octave_value | ( | float | d | ) |
octave_value::octave_value | ( | const Array< octave_value > & | a, | |
bool | is_cs_list = false | |||
) |
octave_value::octave_value | ( | const Matrix & | m, | |
const MatrixType & | t = MatrixType() | |||
) |
octave_value::octave_value | ( | const FloatMatrix & | m, | |
const MatrixType & | t = MatrixType() | |||
) |
octave_value::octave_value | ( | const FloatNDArray & | nda | ) |
octave_value::octave_value | ( | const DiagMatrix & | d | ) |
octave_value::octave_value | ( | const FloatDiagMatrix & | d | ) |
octave_value::octave_value | ( | const FloatRowVector & | v | ) |
octave_value::octave_value | ( | const ColumnVector & | v | ) |
octave_value::octave_value | ( | const FloatColumnVector & | v | ) |
octave_value::octave_value | ( | const FloatComplex & | C | ) |
octave_value::octave_value | ( | const ComplexMatrix & | m, | |
const MatrixType & | t = MatrixType() | |||
) |
octave_value::octave_value | ( | const FloatComplexMatrix & | m, | |
const MatrixType & | t = MatrixType() | |||
) |
octave_value::octave_value | ( | const ComplexNDArray & | cnda | ) |
octave_value::octave_value | ( | const FloatComplexNDArray & | cnda | ) |
octave_value::octave_value | ( | const Array< FloatComplex > & | m | ) |
octave_value::octave_value | ( | const ComplexDiagMatrix & | d | ) |
octave_value::octave_value | ( | const FloatComplexDiagMatrix & | d | ) |
octave_value::octave_value | ( | const ComplexRowVector & | v | ) |
octave_value::octave_value | ( | const FloatComplexRowVector & | v | ) |
octave_value::octave_value | ( | const ComplexColumnVector & | v | ) |
octave_value::octave_value | ( | const FloatComplexColumnVector & | v | ) |
octave_value::octave_value | ( | const PermMatrix & | p | ) |
octave_value::octave_value | ( | bool | b | ) |
octave_value::octave_value | ( | const boolMatrix & | bm, | |
const MatrixType & | t = MatrixType() | |||
) |
octave_value::octave_value | ( | const boolNDArray & | bnda | ) |
octave_value::octave_value | ( | char | c, | |
char | type = '\'' | |||
) |
octave_value::octave_value | ( | const char * | s, | |
char | type = '\'' | |||
) |
octave_value::octave_value | ( | const std::string & | s, | |
char | type = '\'' | |||
) |
octave_value::octave_value | ( | const string_vector & | s, | |
char | type = '\'' | |||
) |
octave_value::octave_value | ( | const charMatrix & | chm, | |
char | type = '\'' | |||
) |
octave_value::octave_value | ( | const charNDArray & | chnda, | |
char | type = '\'' | |||
) |
octave_value::octave_value | ( | const charMatrix & | chm, | |
bool | is_string, | |||
char | type = '\'' | |||
) |
octave_value::octave_value | ( | const charNDArray & | chnda, | |
bool | is_string, | |||
char | type = '\'' | |||
) |
octave_value::octave_value | ( | const SparseMatrix & | m, | |
const MatrixType & | t = MatrixType () | |||
) |
octave_value::octave_value | ( | const Sparse< double > & | m, | |
const MatrixType & | t = MatrixType () | |||
) |
octave_value::octave_value | ( | const SparseComplexMatrix & | m, | |
const MatrixType & | t = MatrixType () | |||
) |
octave_value::octave_value | ( | const Sparse< Complex > & | m, | |
const MatrixType & | t = MatrixType () | |||
) |
octave_value::octave_value | ( | const SparseBoolMatrix & | bm, | |
const MatrixType & | t = MatrixType () | |||
) |
octave_value::octave_value | ( | const Sparse< bool > & | m, | |
const MatrixType & | t = MatrixType () | |||
) |
octave_value::octave_value | ( | const octave_int8 & | i | ) |
octave_value::octave_value | ( | const octave_int16 & | i | ) |
octave_value::octave_value | ( | const octave_int32 & | i | ) |
octave_value::octave_value | ( | const octave_int64 & | i | ) |
octave_value::octave_value | ( | const octave_uint8 & | i | ) |
octave_value::octave_value | ( | const octave_uint16 & | i | ) |
octave_value::octave_value | ( | const octave_uint32 & | i | ) |
octave_value::octave_value | ( | const octave_uint64 & | i | ) |
octave_value::octave_value | ( | const int8NDArray & | inda | ) |
octave_value::octave_value | ( | const Array< octave_int8 > & | inda | ) |
octave_value::octave_value | ( | const int16NDArray & | inda | ) |
octave_value::octave_value | ( | const Array< octave_int16 > & | inda | ) |
octave_value::octave_value | ( | const int32NDArray & | inda | ) |
octave_value::octave_value | ( | const Array< octave_int32 > & | inda | ) |
octave_value::octave_value | ( | const int64NDArray & | inda | ) |
octave_value::octave_value | ( | const Array< octave_int64 > & | inda | ) |
octave_value::octave_value | ( | const uint8NDArray & | inda | ) |
octave_value::octave_value | ( | const Array< octave_uint8 > & | inda | ) |
octave_value::octave_value | ( | const uint16NDArray & | inda | ) |
octave_value::octave_value | ( | const Array< octave_uint16 > & | inda | ) |
octave_value::octave_value | ( | const uint32NDArray & | inda | ) |
octave_value::octave_value | ( | const Array< octave_uint32 > & | inda | ) |
octave_value::octave_value | ( | const uint64NDArray & | inda | ) |
octave_value::octave_value | ( | const Array< octave_uint64 > & | inda | ) |
octave_value::octave_value | ( | const Array< octave_idx_type > & | inda, | |
bool | zero_based = false , |
|||
bool | cache_index = false | |||
) |
octave_value::octave_value | ( | const Array< std::string > & | cellstr | ) |
octave_value::octave_value | ( | const idx_vector & | idx | ) |
octave_value::octave_value | ( | const Octave_map & | m | ) |
octave_value::octave_value | ( | const Octave_map & | m, | |
const std::string & | id | |||
) |
octave_value::octave_value | ( | const octave_value_list & | m, | |
bool | is_cs_list = false | |||
) |
octave_value::octave_value | ( | octave_value::magic_colon | ) |
octave_value::octave_value | ( | octave_base_value * | new_rep, | |
bool | borrow = false | |||
) |
octave_value::octave_value | ( | octave_base_value * | new_rep, | |
int | xcount | |||
) |
octave_value::octave_value | ( | const octave_value & | a | ) | [inline] |
octave_value::~octave_value | ( | void | ) | [inline] |
octave_value octave_value::all | ( | int | dim = 0 |
) | const [inline] |
string_vector octave_value::all_strings | ( | bool | pad = false |
) | const [inline] |
bool octave_value::all_zero_dims | ( | void | ) | const [inline] |
octave_value octave_value::any | ( | int | dim = 0 |
) | const [inline] |
mxArray* octave_value::as_mxArray | ( | void | ) | const [inline] |
const octave_value & octave_value::assign | ( | assign_op | op, | |
const octave_value & | rhs | |||
) |
octave_value octave_value::assign | ( | assign_op | op, | |
const std::string & | type, | |||
const std::list< octave_value_list > & | idx, | |||
const octave_value & | rhs | |||
) |
std::string octave_value::assign_op_as_string | ( | assign_op | op | ) | [static] |
std::string octave_value::binary_op_as_string | ( | binary_op | op | ) | [static] |
std::string octave_value::binary_op_fcn_name | ( | compound_binary_op | op | ) | [static] |
std::string octave_value::binary_op_fcn_name | ( | binary_op | op | ) | [static] |
octave_value::assign_op octave_value::binary_op_to_assign_op | ( | binary_op | op | ) | [static] |
boolNDArray octave_value::bool_array_value | ( | bool | warn = false |
) | const [inline] |
boolMatrix octave_value::bool_matrix_value | ( | bool | warn = false |
) | const [inline] |
builtin_type_t octave_value::builtin_type | ( | void | ) | const [inline] |
size_t octave_value::byte_size | ( | void | ) | const [inline] |
octave_idx_type octave_value::capacity | ( | void | ) | const [inline] |
Cell octave_value::cell_value | ( | void | ) | const |
Array<std::string> octave_value::cellstr_value | ( | void | ) | const [inline] |
charNDArray octave_value::char_array_value | ( | bool | frc_str_conv = false |
) | const [inline] |
charMatrix octave_value::char_matrix_value | ( | bool | frc_str_conv = false |
) | const [inline] |
std::string octave_value::class_name | ( | void | ) | const [inline] |
octave_base_value * octave_value::clone | ( | void | ) | const |
ColumnVector octave_value::column_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
octave_idx_type octave_value::columns | ( | void | ) | const [inline] |
ComplexNDArray octave_value::complex_array_value | ( | bool | frc_str_conv = false |
) | const [inline] |
ComplexColumnVector octave_value::complex_column_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
ComplexDiagMatrix octave_value::complex_diag_matrix_value | ( | bool | force = false |
) | const [inline] |
ComplexMatrix octave_value::complex_matrix_value | ( | bool | frc_str_conv = false |
) | const [inline] |
ComplexRowVector octave_value::complex_row_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
Array< Complex > octave_value::complex_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
void octave_value::convert_to_row_or_column_vector | ( | void | ) | [inline] |
octave_value octave_value::convert_to_str | ( | bool | pad = false , |
|
bool | force = false , |
|||
char | type = '\'' | |||
) | const [inline] |
octave_value octave_value::convert_to_str_internal | ( | bool | pad, | |
bool | force, | |||
char | type | |||
) | const [inline] |
octave_value octave_value::diag | ( | octave_idx_type | k = 0 |
) | const [inline] |
DiagMatrix octave_value::diag_matrix_value | ( | bool | force = false |
) | const [inline] |
dim_vector octave_value::dims | ( | void | ) | const [inline] |
octave_value octave_value::do_index_op | ( | const octave_value_list & | idx, | |
bool | resize_ok = false | |||
) | [inline] |
octave_value_list octave_value::do_multi_index_op | ( | int | nargout, | |
const octave_value_list & | idx | |||
) |
octave_value octave_value::do_non_const_unary_op | ( | unary_op | op, | |
const std::string & | type, | |||
const std::list< octave_value_list > & | idx | |||
) |
void octave_value::do_non_const_unary_op | ( | unary_op | op, | |
const octave_value_list & | idx | |||
) |
const octave_value & octave_value::do_non_const_unary_op | ( | unary_op | op | ) |
void octave_value::dump | ( | std::ostream & | os | ) | const [inline] |
octave_base_value* octave_value::empty_clone | ( | void | ) | const [inline] |
octave_value octave_value::empty_conv | ( | const std::string & | type, | |
const octave_value & | rhs = octave_value () | |||
) | [static] |
void octave_value::erase_subfunctions | ( | void | ) | [inline] |
octave_value octave_value::eval | ( | void | ) | [inline] |
octave_fcn_handle * octave_value::fcn_handle_value | ( | bool | silent = false |
) |
octave_fcn_inline * octave_value::fcn_inline_value | ( | bool | silent = false |
) |
octave_base_value* octave_value::find_parent_class | ( | const std::string & | parent_class_name | ) | [inline] |
FloatNDArray octave_value::float_array_value | ( | bool | frc_str_conv = false |
) | const [inline] |
FloatColumnVector octave_value::float_column_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
FloatComplexNDArray octave_value::float_complex_array_value | ( | bool | frc_str_conv = false |
) | const [inline] |
FloatComplexColumnVector octave_value::float_complex_column_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
FloatComplexDiagMatrix octave_value::float_complex_diag_matrix_value | ( | bool | force = false |
) | const [inline] |
FloatComplexMatrix octave_value::float_complex_matrix_value | ( | bool | frc_str_conv = false |
) | const [inline] |
FloatComplexRowVector octave_value::float_complex_row_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
FloatComplex octave_value::float_complex_value | ( | bool | frc_str_conv = false |
) | const [inline] |
Array< FloatComplex > octave_value::float_complex_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
FloatDiagMatrix octave_value::float_diag_matrix_value | ( | bool | force = false |
) | const [inline] |
FloatMatrix octave_value::float_matrix_value | ( | bool | frc_str_conv = false |
) | const [inline] |
FloatRowVector octave_value::float_row_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
Array< float > octave_value::float_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
octave_value octave_value::full_value | ( | void | ) | const [inline] |
const octave_function * octave_value::function_value | ( | bool | silent = false |
) | const |
octave_function * octave_value::function_value | ( | bool | silent = false |
) |
octave_idx_type octave_value::get_count | ( | void | ) | const [inline] |
const octave_base_value& octave_value::get_rep | ( | void | ) | const [inline] |
octave_idx_type octave_value::idx_type_value | ( | bool | req_int = false , |
|
bool | frc_str_conv = false | |||
) | const |
idx_vector octave_value::index_vector | ( | void | ) | const [inline] |
int16NDArray octave_value::int16_array_value | ( | void | ) | const [inline] |
octave_int16 octave_value::int16_scalar_value | ( | void | ) | const [inline] |
int32NDArray octave_value::int32_array_value | ( | void | ) | const [inline] |
octave_int32 octave_value::int32_scalar_value | ( | void | ) | const [inline] |
int64NDArray octave_value::int64_array_value | ( | void | ) | const [inline] |
octave_int64 octave_value::int64_scalar_value | ( | void | ) | const [inline] |
int8NDArray octave_value::int8_array_value | ( | void | ) | const [inline] |
octave_int8 octave_value::int8_scalar_value | ( | void | ) | const [inline] |
Array< int > octave_value::int_vector_value | ( | bool | req_int = false , |
|
bool | frc_str_conv = false , |
|||
bool | frc_vec_conv = false | |||
) | const |
octave_base_value* octave_value::internal_rep | ( | void | ) | const [inline] |
octave_value octave_value::ipermute | ( | const Array< int > & | vec | ) | const [inline] |
bool octave_value::is_bool_matrix | ( | void | ) | const [inline] |
bool octave_value::is_bool_scalar | ( | void | ) | const [inline] |
bool octave_value::is_bool_type | ( | void | ) | const [inline] |
bool octave_value::is_builtin_function | ( | void | ) | const [inline] |
bool octave_value::is_cell | ( | void | ) | const [inline] |
bool octave_value::is_cellstr | ( | void | ) | const [inline] |
bool octave_value::is_char_matrix | ( | void | ) | const [inline] |
bool octave_value::is_complex_matrix | ( | void | ) | const [inline] |
bool octave_value::is_complex_scalar | ( | void | ) | const [inline] |
bool octave_value::is_complex_type | ( | void | ) | const [inline] |
bool octave_value::is_constant | ( | void | ) | const [inline] |
bool octave_value::is_copy_of | ( | const octave_value & | val | ) | const [inline] |
bool octave_value::is_cs_list | ( | void | ) | const [inline] |
bool octave_value::is_defined | ( | void | ) | const [inline] |
bool octave_value::is_diag_matrix | ( | void | ) | const [inline] |
bool octave_value::is_dld_function | ( | void | ) | const [inline] |
bool octave_value::is_double_type | ( | void | ) | const [inline] |
bool octave_value::is_dq_string | ( | void | ) | const [inline] |
bool octave_value::is_empty | ( | void | ) | const [inline] |
bool octave_value::is_equal | ( | const octave_value & | test | ) | const |
bool octave_value::is_float_type | ( | void | ) | const [inline] |
bool octave_value::is_function | ( | void | ) | const [inline] |
bool octave_value::is_function_handle | ( | void | ) | const [inline] |
bool octave_value::is_inline_function | ( | void | ) | const [inline] |
bool octave_value::is_int16_type | ( | void | ) | const [inline] |
bool octave_value::is_int32_type | ( | void | ) | const [inline] |
bool octave_value::is_int64_type | ( | void | ) | const [inline] |
bool octave_value::is_int8_type | ( | void | ) | const [inline] |
bool octave_value::is_integer_type | ( | void | ) | const [inline] |
bool octave_value::is_list | ( | void | ) | const [inline] |
bool octave_value::is_magic_colon | ( | void | ) | const [inline] |
bool octave_value::is_map | ( | void | ) | const [inline] |
bool octave_value::is_matrix_type | ( | void | ) | const [inline] |
bool octave_value::is_mex_function | ( | void | ) | const [inline] |
bool octave_value::is_null_value | ( | void | ) | const [inline] |
bool octave_value::is_numeric_type | ( | void | ) | const [inline] |
bool octave_value::is_object | ( | void | ) | const [inline] |
bool octave_value::is_perm_matrix | ( | void | ) | const [inline] |
bool octave_value::is_range | ( | void | ) | const [inline] |
bool octave_value::is_real_matrix | ( | void | ) | const [inline] |
bool octave_value::is_real_nd_array | ( | void | ) | const [inline] |
bool octave_value::is_real_scalar | ( | void | ) | const [inline] |
bool octave_value::is_real_type | ( | void | ) | const [inline] |
bool octave_value::is_scalar_type | ( | void | ) | const [inline] |
bool octave_value::is_single_type | ( | void | ) | const [inline] |
bool octave_value::is_sparse_type | ( | void | ) | const [inline] |
bool octave_value::is_sq_string | ( | void | ) | const [inline] |
bool octave_value::is_string | ( | void | ) | const [inline] |
bool octave_value::is_true | ( | void | ) | const [inline] |
bool octave_value::is_uint16_type | ( | void | ) | const [inline] |
bool octave_value::is_uint32_type | ( | void | ) | const [inline] |
bool octave_value::is_uint64_type | ( | void | ) | const [inline] |
bool octave_value::is_uint8_type | ( | void | ) | const [inline] |
bool octave_value::is_undefined | ( | void | ) | const [inline] |
bool octave_value::is_user_code | ( | void | ) | const [inline] |
bool octave_value::is_user_function | ( | void | ) | const [inline] |
bool octave_value::is_user_script | ( | void | ) | const [inline] |
bool octave_value::is_zero_by_zero | ( | void | ) | const [inline] |
bool octave_value::islocked | ( | void | ) | const [inline] |
octave_idx_type octave_value::length | ( | void | ) | const |
octave_value_list octave_value::list_value | ( | void | ) | const |
bool octave_value::load_ascii | ( | std::istream & | is | ) | [inline] |
bool octave_value::load_binary | ( | std::istream & | is, | |
bool | swap, | |||
oct_mach_info::float_format | fmt | |||
) | [inline] |
void octave_value::lock | ( | void | ) | [inline] |
long int octave_value::long_value | ( | bool | req_int = false , |
|
bool | frc_str_conv = false | |||
) | const [inline] |
void octave_value::make_storable_value | ( | void | ) |
void octave_value::make_unique | ( | int | obsolete_copies | ) | [inline] |
void octave_value::make_unique | ( | void | ) | [inline] |
string_vector octave_value::map_keys | ( | void | ) | const [inline] |
Octave_map octave_value::map_value | ( | void | ) | const |
MatrixType octave_value::matrix_type | ( | const MatrixType & | typ | ) | const [inline] |
MatrixType octave_value::matrix_type | ( | void | ) | const [inline] |
void octave_value::maybe_economize | ( | void | ) | [inline] |
void octave_value::maybe_mutate | ( | void | ) |
void* octave_value::mex_get_data | ( | void | ) | const [inline] |
octave_idx_type* octave_value::mex_get_ir | ( | void | ) | const [inline] |
octave_idx_type* octave_value::mex_get_jc | ( | void | ) | const [inline] |
int octave_value::ndims | ( | void | ) | const [inline] |
octave_value octave_value::next_subsref | ( | bool | auto_add, | |
const std::string & | type, | |||
const std::list< octave_value_list > & | idx, | |||
size_t | skip = 1 | |||
) |
octave_value octave_value::next_subsref | ( | int | nargout, | |
const std::string & | type, | |||
const std::list< octave_value_list > & | idx, | |||
size_t | skip = 1 | |||
) |
octave_value octave_value::next_subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
size_t | skip = 1 | |||
) |
octave_idx_type octave_value::nfields | ( | void | ) | const [inline] |
octave_idx_type octave_value::nnz | ( | void | ) | const [inline] |
size_t octave_value::nparents | ( | void | ) | const [inline] |
octave_idx_type octave_value::numel | ( | void | ) | const [inline] |
octave_idx_type octave_value::numel | ( | const octave_value_list & | idx | ) | [inline] |
octave_base_value::type_conv_info octave_value::numeric_conversion_function | ( | void | ) | const [inline] |
octave_base_value::type_conv_info octave_value::numeric_demotion_function | ( | void | ) | const [inline] |
octave_idx_type octave_value::nzmax | ( | void | ) | const [inline] |
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 |
octave_value& octave_value::operator= | ( | const octave_value & | a | ) | [inline] |
std::list<std::string> octave_value::parent_class_name_list | ( | void | ) | const [inline] |
string_vector octave_value::parent_class_names | ( | void | ) | const [inline] |
PermMatrix octave_value::perm_matrix_value | ( | void | ) | const [inline] |
octave_value octave_value::permute | ( | const Array< int > & | vec, | |
bool | inv = false | |||
) | const [inline] |
void octave_value::print | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [inline] |
bool octave_value::print_as_scalar | ( | void | ) | const [inline] |
void octave_value::print_info | ( | std::ostream & | os, | |
const std::string & | prefix = std::string () | |||
) | const |
bool octave_value::print_name_tag | ( | std::ostream & | os, | |
const std::string & | name | |||
) | const [inline] |
void octave_value::print_raw | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [inline] |
void octave_value::print_with_name | ( | std::ostream & | os, | |
const std::string & | name, | |||
bool | print_padding = true | |||
) | const [inline] |
Range octave_value::range_value | ( | void | ) | const [inline] |
octave_value octave_value::reshape | ( | const dim_vector & | dv | ) | const [inline] |
octave_value octave_value::resize | ( | const dim_vector & | dv, | |
bool | fill = false | |||
) | const [inline] |
RowVector octave_value::row_vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
octave_idx_type octave_value::rows | ( | void | ) | const [inline] |
bool octave_value::save_ascii | ( | std::ostream & | os | ) | [inline] |
bool octave_value::save_binary | ( | std::ostream & | os, | |
bool & | save_as_floats | |||
) | [inline] |
short int octave_value::short_value | ( | bool | req_int = false , |
|
bool | frc_str_conv = false | |||
) | const [inline] |
octave_value octave_value::single_subsref | ( | const std::string & | type, | |
const octave_value_list & | idx | |||
) |
Matrix octave_value::size | ( | void | ) | [inline] |
octave_value octave_value::sort | ( | Array< octave_idx_type > & | sidx, | |
octave_idx_type | dim = 0 , |
|||
sortmode | mode = ASCENDING | |||
) | const [inline] |
octave_value octave_value::sort | ( | octave_idx_type | dim = 0 , |
|
sortmode | mode = ASCENDING | |||
) | const [inline] |
Array<octave_idx_type> octave_value::sort_rows_idx | ( | sortmode | mode = ASCENDING |
) | const [inline] |
SparseBoolMatrix octave_value::sparse_bool_matrix_value | ( | bool | frc_str_conv = false |
) | const [inline] |
SparseComplexMatrix octave_value::sparse_complex_matrix_value | ( | bool | frc_str_conv = false |
) | const [inline] |
SparseMatrix octave_value::sparse_matrix_value | ( | bool | frc_str_conv = false |
) | const [inline] |
octave_value octave_value::squeeze | ( | void | ) | const [inline] |
octave_value octave_value::storable_value | ( | void | ) | const |
std::string octave_value::string_value | ( | bool | force = false |
) | const [inline] |
octave_value octave_value::subsasgn | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
const octave_value & | rhs | |||
) |
octave_value_list octave_value::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
int | nargout | |||
) |
octave_value_list octave_value::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
bool | auto_add | |||
) | [inline] |
octave_value octave_value::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx | |||
) | [inline] |
octave_base_value* octave_value::try_narrowing_conversion | ( | void | ) | [inline] |
int octave_value::type_id | ( | void | ) | const [inline] |
std::string octave_value::type_name | ( | void | ) | const [inline] |
uint16NDArray octave_value::uint16_array_value | ( | void | ) | const [inline] |
octave_uint16 octave_value::uint16_scalar_value | ( | void | ) | const [inline] |
uint32NDArray octave_value::uint32_array_value | ( | void | ) | const [inline] |
octave_uint32 octave_value::uint32_scalar_value | ( | void | ) | const [inline] |
uint64NDArray octave_value::uint64_array_value | ( | void | ) | const [inline] |
octave_uint64 octave_value::uint64_scalar_value | ( | void | ) | const [inline] |
uint8NDArray octave_value::uint8_array_value | ( | void | ) | const [inline] |
octave_uint8 octave_value::uint8_scalar_value | ( | void | ) | const [inline] |
unsigned int octave_value::uint_value | ( | bool | req_int = false , |
|
bool | frc_str_conv = false | |||
) | const [inline] |
unsigned long int octave_value::ulong_value | ( | bool | req_int = false , |
|
bool | frc_str_conv = false | |||
) | const [inline] |
std::string octave_value::unary_op_as_string | ( | unary_op | op | ) | [static] |
std::string octave_value::unary_op_fcn_name | ( | unary_op | op | ) | [static] |
void octave_value::unlock | ( | void | ) | [inline] |
octave_user_code * octave_value::user_code_value | ( | bool | silent = false |
) |
octave_user_function * octave_value::user_function_value | ( | bool | silent = false |
) |
octave_user_script * octave_value::user_script_value | ( | bool | silent = false |
) |
unsigned short int octave_value::ushort_value | ( | bool | req_int = false , |
|
bool | frc_str_conv = false | |||
) | const [inline] |
Array< double > octave_value::vector_value | ( | bool | frc_str_conv = false , |
|
bool | frc_vec_conv = false | |||
) | const |
int octave_value::write | ( | octave_stream & | os, | |
int | block_size, | |||
oct_data_conv::data_type | output_type, | |||
int | skip, | |||
oct_mach_info::float_format | flt_fmt | |||
) | const |
OCTINTERP_API octave_value do_binary_op | ( | compound_binary_op | op, | |
const octave_value & | a, | |||
const octave_value & | b | |||
) | [friend] |
OCTINTERP_API octave_value do_binary_op | ( | binary_op | op, | |
const octave_value & | a, | |||
const octave_value & | b | |||
) | [friend] |
OCTINTERP_API octave_value do_cat_op | ( | const octave_value & | a, | |
const octave_value & | b, | |||
const Array< octave_idx_type > & | ra_idx | |||
) | [friend] |
OCTINTERP_API octave_value do_unary_op | ( | unary_op | op, | |
const octave_value & | a | |||
) | [friend] |
octave_base_value* octave_value::rep [protected] |