Public Member Functions |
| Cell (void) |
| Cell (const octave_value &val) |
| Cell (const octave_value_list &ovl) |
| Cell (octave_idx_type n, octave_idx_type m, const octave_value &val=Matrix()) |
| Cell (const dim_vector &dv, const octave_value &val=Matrix()) |
| Cell (const Array< octave_value > &c) |
| Cell (const Array< octave_value > &c, octave_idx_type nr, octave_idx_type nc) |
| Cell (const string_vector &sv, bool trim=false) |
| Cell (const std::list< std::string > &lst) |
| Cell (const Array< std::string > &sa) |
| Cell (const dim_vector &dv, const string_vector &sv, bool trim=false) |
| Cell (const Cell &c) |
boolMatrix | all (int=0) const |
boolMatrix | any (int=0) const |
bool | any_element_is_nan (void) const |
Array< octave_value > | as_column (void) const |
Array< octave_value > | as_matrix (void) const |
Array< octave_value > | as_row (void) const |
void | assign (const octave_value_list &idx, const Cell &rhs, const octave_value &fill_val=Matrix()) |
void | assign (const idx_vector &i, const Array< octave_value > &rhs, const octave_value &rfv) |
void | assign (const idx_vector &i, const Array< octave_value > &rhs) |
void | assign (const idx_vector &i, const idx_vector &j, const Array< octave_value > &rhs, const octave_value &rfv) |
void | assign (const idx_vector &i, const idx_vector &j, const Array< octave_value > &rhs) |
void | assign (const Array< idx_vector > &ia, const Array< octave_value > &rhs, const octave_value &rfv) |
void | assign (const Array< idx_vector > &ia, const Array< octave_value > &rhs) |
size_t | byte_size (void) const |
octave_idx_type | capacity (void) const |
Array< std::string > | cellstr_value (void) const |
octave_value & | checkelem (octave_idx_type n) |
octave_value & | checkelem (octave_idx_type i, octave_idx_type j) |
octave_value & | checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
octave_value & | checkelem (const Array< octave_idx_type > &ra_idx) |
crefT | checkelem (octave_idx_type n) const |
crefT | checkelem (octave_idx_type i, octave_idx_type j) const |
crefT | checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
crefT | checkelem (const Array< octave_idx_type > &ra_idx) const |
void | chop_trailing_singletons (void) GCC_ATTR_DEPRECATED |
void | clear (void) |
void | clear (const dim_vector &dv) |
void | clear (octave_idx_type r, octave_idx_type c) |
octave_idx_type | cols (void) const |
Cell | column (octave_idx_type i) const |
octave_idx_type | columns (void) const |
octave_idx_type | compute_index (octave_idx_type i, octave_idx_type j) const |
octave_idx_type | compute_index (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
octave_idx_type | compute_index (const Array< octave_idx_type > &ra_idx) const |
octave_idx_type | compute_index_unchecked (const Array< octave_idx_type > &ra_idx) const |
Cell | concat (const Cell &rb, const Array< octave_idx_type > &ra_idx) |
const octave_value * | data (void) const |
void | delete_elements (const octave_value_list &idx) |
void | delete_elements (const idx_vector &i) |
void | delete_elements (int dim, const idx_vector &i) |
void | delete_elements (const Array< idx_vector > &ia) |
Cell | diag (octave_idx_type k=0) const |
Cell | diag (octave_idx_type m, octave_idx_type n) const |
octave_idx_type | dim1 (void) const |
octave_idx_type | dim2 (void) const |
octave_idx_type | dim3 (void) const |
const dim_vector & | dims (void) const |
octave_value & | elem (octave_idx_type n) |
octave_value & | elem (octave_idx_type i, octave_idx_type j) |
octave_value & | elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
octave_value & | elem (const Array< octave_idx_type > &ra_idx) |
crefT | elem (octave_idx_type n) const |
crefT | elem (octave_idx_type i, octave_idx_type j) const |
crefT | elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
crefT | elem (const Array< octave_idx_type > &ra_idx) const |
void | fill (const octave_value &val) |
Array< octave_idx_type > | find (octave_idx_type n=-1, bool backward=false) const |
const octave_value * | fortran_vec (void) const |
octave_value * | fortran_vec (void) |
Array< octave_value > | hermitian (octave_value(*fcn)(const octave_value &)=0) const |
Cell | index (const octave_value_list &idx, bool resize_ok=false) const |
Array< octave_value > | index (const idx_vector &i) const |
Array< octave_value > | index (const idx_vector &i, const idx_vector &j) const |
Array< octave_value > | index (const Array< idx_vector > &ia) const |
Array< octave_value > | index (const idx_vector &i, bool resize_ok, const octave_value &rfv) const |
Array< octave_value > | index (const idx_vector &i, bool resize_ok) const |
Array< octave_value > | index (const idx_vector &i, const idx_vector &j, bool resize_ok, const octave_value &rfv) const |
Array< octave_value > | index (const idx_vector &i, const idx_vector &j, bool resize_ok) const |
Array< octave_value > | index (const Array< idx_vector > &ia, bool resize_ok, const octave_value &rfv) const |
Array< octave_value > | index (const Array< idx_vector > &ia, bool resize_ok) const |
Cell & | insert (const Cell &a, octave_idx_type r, octave_idx_type c) |
Cell & | insert (const Cell &a, const Array< octave_idx_type > &ra_idx) |
Array< octave_value > & | insert (const Array< octave_value > &a, const Array< octave_idx_type > &idx) |
Array< octave_value > & | insert (const Array< octave_value > &a, octave_idx_type r, octave_idx_type c) |
Array< octave_value > | ipermute (const Array< octave_idx_type > &vec) const |
bool | is_cellstr (void) const |
bool | is_empty (void) const |
bool | is_shared (void) |
sortmode | is_sorted (sortmode mode=UNSORTED) const |
sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
bool | is_square (void) const |
bool | is_true (void) const |
bool | is_vector (void) const |
void * | jit_array_rep (void) const |
octave_idx_type * | jit_dimensions (void) const |
int * | jit_ref_count (void) |
octave_value * | jit_slice_data (void) const |
octave_idx_type | length (void) const |
Array< octave_value > | linear_slice (octave_idx_type lo, octave_idx_type up) const |
octave_idx_type | lookup (const octave_value &value, sortmode mode=UNSORTED) const |
Array< octave_idx_type > | lookup (const Array< octave_value > &values, sortmode mode=UNSORTED) const |
void | make_unique (void) |
Array< U > | map (F fcn) const |
Array< U > | map (U(&fcn)(octave_value)) const |
Array< U > | map (U(&fcn)(const octave_value &)) const |
void | maybe_economize (void) |
void * | mex_get_data (void) const |
int | ndims (void) const |
octave_idx_type | nelem (void) const |
octave_idx_type | nnz (void) const |
Array< octave_value > | nth_element (const idx_vector &n, int dim=0) const |
octave_idx_type | numel (void) const |
octave_value & | operator() (octave_idx_type n) |
octave_value & | operator() (octave_idx_type i, octave_idx_type j) |
octave_value & | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
octave_value & | operator() (const Array< octave_idx_type > &ra_idx) |
crefT | operator() (octave_idx_type n) const |
crefT | operator() (octave_idx_type i, octave_idx_type j) const |
crefT | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
crefT | operator() (const Array< octave_idx_type > &ra_idx) const |
bool | optimize_dimensions (const dim_vector &dv) |
Array< octave_value > | page (octave_idx_type k) const |
octave_idx_type | pages (void) const |
Array< octave_value > | permute (const Array< octave_idx_type > &vec, bool inv=false) const |
void | print_info (std::ostream &os, const std::string &prefix) const |
Cell | reshape (const dim_vector &new_dims) const |
Array< octave_value > | reshape (octave_idx_type nr, octave_idx_type nc) const |
void | resize (octave_idx_type n) GCC_ATTR_DEPRECATED |
void | resize (octave_idx_type nr, octave_idx_type nc, const octave_value &rfv) GCC_ATTR_DEPRECATED |
void | resize (octave_idx_type nr, octave_idx_type nc) GCC_ATTR_DEPRECATED |
void | resize (const dim_vector &dv, const octave_value &rfv) |
void | resize (const dim_vector &dv) |
void | resize1 (octave_idx_type n, const octave_value &rfv) |
void | resize1 (octave_idx_type n) |
octave_value | resize_fill_value (void) const |
octave_idx_type | rows (void) const |
Array< octave_value > | sort (int dim=0, sortmode mode=ASCENDING) const |
Array< octave_value > | sort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const |
Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
Array< octave_value > | squeeze (void) const |
bool | test (F fcn) const |
bool | test_all (F fcn) const |
bool | test_all (bool(&fcn)(octave_value)) const |
bool | test_all (bool(&fcn)(const octave_value &)) const |
bool | test_any (F fcn) const |
bool | test_any (bool(&fcn)(octave_value)) const |
bool | test_any (bool(&fcn)(const octave_value &)) const |
Array< octave_value > | transpose (void) const |
octave_value & | xelem (octave_idx_type n) |
crefT | xelem (octave_idx_type n) const |
octave_value & | xelem (octave_idx_type i, octave_idx_type j) |
crefT | xelem (octave_idx_type i, octave_idx_type j) const |
octave_value & | xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
crefT | xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
octave_value & | xelem (const Array< octave_idx_type > &ra_idx) |
crefT | xelem (const Array< octave_idx_type > &ra_idx) const |
Cell | xisalnum (void) const |
Cell | xisalpha (void) const |
Cell | xisascii (void) const |
Cell | xiscntrl (void) const |
Cell | xisdigit (void) const |
Cell | xisgraph (void) const |
Cell | xislower (void) const |
Cell | xisprint (void) const |
Cell | xispunct (void) const |
Cell | xisspace (void) const |
Cell | xisupper (void) const |
Cell | xisxdigit (void) const |
Cell | xtoascii (void) const |
Cell | xtolower (void) const |
Cell | xtoupper (void) const |
Definition at line 36 of file Cell.h.