This is the complete list of members for Cell, including all inherited members.
| all(int=0) const | Cell | inline |
| any(int=0) const | Cell | inline |
| any_element_is_nan(void) const | Cell | inline |
| Array(const Array< octave_value, Alloc > &a, const dim_vector &dv, octave_idx_type l, octave_idx_type u) | Array< octave_value > | inlineprotected |
| Array(void) | Array< octave_value > | inline |
| Array(const dim_vector &dv) | Array< octave_value > | inlineexplicit |
| Array(const dim_vector &dv, const octave_value &val) | Array< octave_value > | inlineexplicit |
| Array(octave_value *ptr, const dim_vector &dv, const Alloc &xallocator=Alloc()) | Array< octave_value > | inlineexplicit |
| Array(const Array< octave_value, Alloc > &a, const dim_vector &dv) | Array< octave_value > | |
| Array(const Container< octave_value > &a, const dim_vector &dv) | Array< octave_value > | |
| Array(const Array< U, A > &a) | Array< octave_value > | inline |
| Array(const Array< octave_value, Alloc > &a) | Array< octave_value > | inline |
| Array(Array< octave_value, Alloc > &&a) | Array< octave_value > | inline |
| as_column(void) const | Array< octave_value > | inline |
| as_matrix(void) const | Array< octave_value > | inline |
| as_row(void) const | Array< octave_value > | inline |
| assign(const octave_value_list &idx, const Cell &rhs, const octave_value &fill_val=Matrix()) | Cell | |
| Array< octave_value >::assign(const octave::idx_vector &i, const Array< octave_value, Alloc > &rhs, const octave_value &rfv) | Array< octave_value > | |
| Array< octave_value >::assign(const octave::idx_vector &i, const Array< octave_value, Alloc > &rhs) | Array< octave_value > | inline |
| Array< octave_value >::assign(const octave::idx_vector &i, const octave::idx_vector &j, const Array< octave_value, Alloc > &rhs, const octave_value &rfv) | Array< octave_value > | |
| Array< octave_value >::assign(const octave::idx_vector &i, const octave::idx_vector &j, const Array< octave_value, Alloc > &rhs) | Array< octave_value > | inline |
| Array< octave_value >::assign(const Array< octave::idx_vector > &ia, const Array< octave_value, Alloc > &rhs, const octave_value &rfv) | Array< octave_value > | |
| Array< octave_value >::assign(const Array< octave::idx_vector > &ia, const Array< octave_value, Alloc > &rhs) | Array< octave_value > | inline |
| byte_size(void) const | Array< octave_value > | inline |
| cat(int dim, octave_idx_type n, const Array< octave_value, Alloc > *array_list) | Array< octave_value > | static |
| Cell(void)=default | Cell | |
| Cell(const Cell &c)=default | Cell | |
| Cell(const octave_value &val) | Cell | inline |
| Cell(const octave_value_list &ovl) | Cell | |
| Cell(octave_idx_type n, octave_idx_type m, const octave_value &val=Matrix()) | Cell | inline |
| Cell(const dim_vector &dv, const octave_value &val=Matrix()) | Cell | inline |
| Cell(const Array< octave_value > &c) | Cell | inline |
| Cell(const Array< octave_value > &c, octave_idx_type nr, octave_idx_type nc) | Cell | inline |
| Cell(const string_vector &sv, bool trim=false) | Cell | |
| Cell(const C< V > &container) | Cell | inlineexplicit |
| Cell(const std::list< std::string > &sl) | Cell | |
| Cell(const Array< std::string > &sa) | Cell | |
| Cell(const dim_vector &dv, const string_vector &sv, bool trim=false) | Cell | |
| cellstr_value(void) const | Cell | |
| checkelem(octave_idx_type n) | Array< octave_value > | |
| checkelem(octave_idx_type i, octave_idx_type j) | Array< octave_value > | |
| checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< octave_value > | |
| checkelem(const Array< octave_idx_type > &ra_idx) | Array< octave_value > | |
| checkelem(octave_idx_type n) const | Array< octave_value > | |
| checkelem(octave_idx_type i, octave_idx_type j) const | Array< octave_value > | |
| checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< octave_value > | |
| checkelem(const Array< octave_idx_type > &ra_idx) const | Array< octave_value > | |
| clear(void) | Array< octave_value > | |
| clear(const dim_vector &dv) | Array< octave_value > | |
| clear(octave_idx_type r, octave_idx_type c) | Array< octave_value > | inline |
| cols(void) const | Array< octave_value > | inline |
| column(octave_idx_type i) const | Cell | |
| columns(void) const | Array< octave_value > | inline |
| compare_fcn_type typedef | Array< octave_value > | |
| compute_index(octave_idx_type i, octave_idx_type j) const | Array< octave_value > | |
| compute_index(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< octave_value > | |
| compute_index(const Array< octave_idx_type > &ra_idx) const | Array< octave_value > | |
| compute_index_unchecked(const Array< octave_idx_type > &ra_idx) const | Array< octave_value > | inline |
| concat(const Cell &rb, const Array< octave_idx_type > &ra_idx) | Cell | |
| crefT typedef | Array< octave_value > | |
| ctype_mapper typedef | Cell | private |
| data(void) const | Array< octave_value > | inline |
| delete_elements(const octave_value_list &idx) | Cell | |
| Array< octave_value >::delete_elements(const octave::idx_vector &i) | Array< octave_value > | |
| Array< octave_value >::delete_elements(int dim, const octave::idx_vector &i) | Array< octave_value > | |
| Array< octave_value >::delete_elements(const Array< octave::idx_vector > &ia) | Array< octave_value > | |
| diag(octave_idx_type k=0) const | Cell | |
| diag(octave_idx_type m, octave_idx_type n) const | Cell | |
| dim1(void) const | Array< octave_value > | inline |
| dim2(void) const | Array< octave_value > | inline |
| dim3(void) const | Array< octave_value > | inline |
| dims(void) const | Array< octave_value > | inline |
| elem(octave_idx_type n) | Array< octave_value > | inline |
| elem(octave_idx_type i, octave_idx_type j) | Array< octave_value > | inline |
| elem(octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< octave_value > | inline |
| elem(const Array< octave_idx_type > &ra_idx) | Array< octave_value > | inline |
| elem(octave_idx_type n) const | Array< octave_value > | inline |
| elem(octave_idx_type i, octave_idx_type j) const | Array< octave_value > | inline |
| elem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< octave_value > | inline |
| elem(const Array< octave_idx_type > &ra_idx) const | Array< octave_value > | inline |
| element_type typedef | Array< octave_value > | |
| fill(const octave_value &val) | Array< octave_value > | |
| find(octave_idx_type n=-1, bool backward=false) const | Array< octave_value > | |
| find(octave_idx_type, bool) const | Array< octave_value > | |
| find(octave_idx_type, bool) const | Array< octave_value > | |
| fortran_vec(void) | Array< octave_value > | |
| hermitian(octave_value(*fcn)(const octave_value &)=nullptr) const | Array< octave_value > | |
| index(const octave_value_list &idx, bool resize_ok=false) const | Cell | |
| Array< octave_value >::index(const octave::idx_vector &i) const | Array< octave_value > | |
| Array< octave_value >::index(const octave::idx_vector &i, const octave::idx_vector &j) const | Array< octave_value > | |
| Array< octave_value >::index(const Array< octave::idx_vector > &ia) const | Array< octave_value > | |
| Array< octave_value >::index(const octave::idx_vector &i, bool resize_ok, const octave_value &rfv) const | Array< octave_value > | |
| Array< octave_value >::index(const octave::idx_vector &i, bool resize_ok) const | Array< octave_value > | inline |
| Array< octave_value >::index(const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok, const octave_value &rfv) const | Array< octave_value > | |
| Array< octave_value >::index(const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok) const | Array< octave_value > | inline |
| Array< octave_value >::index(const Array< octave::idx_vector > &ia, bool resize_ok, const octave_value &rfv) const | Array< octave_value > | |
| Array< octave_value >::index(const Array< octave::idx_vector > &ia, bool resize_ok) const | Array< octave_value > | inline |
| insert(const Cell &a, octave_idx_type r, octave_idx_type c) | Cell | |
| insert(const Cell &a, const Array< octave_idx_type > &ra_idx) | Cell | |
| Array< octave_value >::insert(const Array< octave_value, Alloc > &a, const Array< octave_idx_type > &idx) | Array< octave_value > | |
| Array< octave_value >::insert(const Array< octave_value, Alloc > &a, octave_idx_type r, octave_idx_type c) | Array< octave_value > | |
| instantiation_guard() | Array< octave_value > | privatestatic |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| instantiation_guard() | Array< octave_value > | private |
| ipermute(const Array< octave_idx_type > &vec) const | Array< octave_value > | inline |
| is_nd_vector(void) const | Array< octave_value > | inline |
| is_shared(void) const | Array< octave_value > | inline |
| is_sorted_rows(sortmode mode=UNSORTED) const | Array< octave_value > | |
| is_sorted_rows(sortmode) const | Array< octave_value > | |
| is_sorted_rows(sortmode) const | Array< octave_value > | |
| is_true(void) const | Cell | inline |
| iscellstr(void) const | Cell | |
| isempty(void) const | Array< octave_value > | inline |
| issorted(sortmode mode=UNSORTED) const | Array< octave_value > | |
| issorted(sortmode mode) const | Array< octave_value > | |
| issorted(sortmode) const | Array< octave_value > | |
| issorted(sortmode) const | Array< octave_value > | |
| issquare(void) const | Array< octave_value > | inline |
| isvector(void) const | Array< octave_value > | inline |
| linear_slice(octave_idx_type lo, octave_idx_type up) const | Array< octave_value > | |
| lookup(const octave_value &value, sortmode mode=UNSORTED) const | Array< octave_value > | |
| lookup(const Array< octave_value, Alloc > &values, sortmode mode=UNSORTED) const | Array< octave_value > | |
| lookup(octave::idx_vector const &, sortmode) const | Array< octave_value > | |
| lookup(const Array< octave::idx_vector > &, sortmode) const | Array< octave_value > | |
| lookup(octave::cdef_object const &, sortmode) const | Array< octave_value > | |
| lookup(const Array< octave::cdef_object > &, sortmode) const | Array< octave_value > | |
| m_dimensions | Array< octave_value > | protected |
| m_rep | Array< octave_value > | protected |
| m_slice_data | Array< octave_value > | protected |
| m_slice_len | Array< octave_value > | protected |
| make_unique(void) | Array< octave_value > | inline |
| map(ctype_mapper) const | Cell | private |
| Array< octave_value >::map(F fcn) const | Array< octave_value > | inline |
| Array< octave_value >::map(U(&fcn)(octave_value)) const | Array< octave_value > | inline |
| Array< octave_value >::map(U(&fcn)(const octave_value &)) const | Array< octave_value > | inline |
| maybe_economize(void) | Array< octave_value > | inline |
| ndims(void) const | Array< octave_value > | inline |
| nil_rep(void) | Array< octave_value > | privatestatic |
| nnz(void) const | Cell | |
| nth_element(const octave::idx_vector &n, int dim=0) const | Array< octave_value > | |
| nth_element(const octave::idx_vector &, int) const | Array< octave_value > | |
| nth_element(const octave::idx_vector &, int) const | Array< octave_value > | |
| numel(void) const | Array< octave_value > | inline |
| operator()(octave_idx_type n) | Array< octave_value > | inline |
| operator()(octave_idx_type i, octave_idx_type j) | Array< octave_value > | inline |
| operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< octave_value > | inline |
| operator()(const Array< octave_idx_type > &ra_idx) | Array< octave_value > | inline |
| operator()(octave_idx_type n) const | Array< octave_value > | inline |
| operator()(octave_idx_type i, octave_idx_type j) const | Array< octave_value > | inline |
| operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< octave_value > | inline |
| operator()(const Array< octave_idx_type > &ra_idx) const | Array< octave_value > | inline |
| operator=(const Cell &c)=default | Cell | |
| Array< octave_value >::operator=(const Array< octave_value, Alloc > &a) | Array< octave_value > | inline |
| Array< octave_value >::operator=(Array< octave_value, Alloc > &&a) | Array< octave_value > | inline |
| optimize_dimensions(const dim_vector &dv) | Array< octave_value > | |
| page(octave_idx_type k) const | Array< octave_value > | |
| pages(void) const | Array< octave_value > | inline |
| permute(const Array< octave_idx_type > &vec, bool inv=false) const | Array< octave_value > | |
| print_info(std::ostream &os, const std::string &prefix) const | Array< octave_value > | |
| reshape(const dim_vector &new_dims) const | Cell | inline |
| Array< octave_value >::reshape(octave_idx_type nr, octave_idx_type nc) const | Array< octave_value > | inline |
| resize(const dim_vector &dv, const octave_value &rfv) | Array< octave_value > | |
| resize(const dim_vector &dv) | Array< octave_value > | inline |
| resize1(octave_idx_type n, const octave_value &rfv) | Array< octave_value > | |
| resize1(octave_idx_type n) | Array< octave_value > | inline |
| resize2(octave_idx_type nr, octave_idx_type nc, const octave_value &rfv) | Array< octave_value > | |
| resize2(octave_idx_type nr, octave_idx_type nc) | Array< octave_value > | inline |
| resize_fill_value(void) const | Cell | virtual |
| rows(void) const | Array< octave_value > | inline |
| size(const size_type d) const | Array< octave_value > | inline |
| size_type typedef | 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_value > | |
| sort(int, sortmode) const | Array< octave_value > | |
| sort(Array< octave_idx_type > &sidx, int, sortmode) const | Array< octave_value > | |
| sort(int, sortmode) const | Array< octave_value > | |
| sort(Array< octave_idx_type > &sidx, int, sortmode) const | Array< octave_value > | |
| sort_rows_idx(sortmode mode=ASCENDING) const | Array< octave_value > | |
| sort_rows_idx(sortmode) const | Array< octave_value > | |
| sort_rows_idx(sortmode) const | Array< octave_value > | |
| squeeze(void) const | Array< octave_value > | |
| string_vector_value(void) const | Cell | |
| test(F fcn) const | Array< octave_value > | inline |
| test_all(F fcn) const | Array< octave_value > | inline |
| test_all(bool(&fcn)(octave_value)) const | Array< octave_value > | inline |
| test_all(bool(&fcn)(const octave_value &)) const | Array< octave_value > | inline |
| test_any(F fcn) const | Array< octave_value > | inline |
| test_any(bool(&fcn)(octave_value)) const | Array< octave_value > | inline |
| test_any(bool(&fcn)(const octave_value &)) const | Array< octave_value > | inline |
| transpose(void) const | Array< octave_value > | |
| value_type typedef | Array< octave_value > | |
| xelem(octave_idx_type n) | Array< octave_value > | inline |
| xelem(octave_idx_type n) const | Array< octave_value > | inline |
| xelem(octave_idx_type i, octave_idx_type j) | Array< octave_value > | inline |
| xelem(octave_idx_type i, octave_idx_type j) const | Array< octave_value > | inline |
| xelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< octave_value > | inline |
| xelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< octave_value > | inline |
| xelem(const Array< octave_idx_type > &ra_idx) | Array< octave_value > | inline |
| xelem(const Array< octave_idx_type > &ra_idx) const | Array< octave_value > | inline |
| xisalnum(void) const | Cell | inline |
| xisalpha(void) const | Cell | inline |
| xisascii(void) const | Cell | inline |
| xiscntrl(void) const | Cell | inline |
| xisdigit(void) const | Cell | inline |
| xisgraph(void) const | Cell | inline |
| xislower(void) const | Cell | inline |
| xisprint(void) const | Cell | inline |
| xispunct(void) const | Cell | inline |
| xisspace(void) const | Cell | inline |
| xisupper(void) const | Cell | inline |
| xisxdigit(void) const | Cell | inline |
| xtolower(void) const | Cell | inline |
| xtoupper(void) const | Cell | inline |
| ~Array(void) | Array< octave_value > | inlinevirtual |
| ~Cell(void)=default | Cell |