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() 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() | 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() const | Array< octave_value > | inline |
| as_matrix() const | Array< octave_value > | inline |
| as_row() 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 > | |
| byte_size() const | Array< octave_value > | inline |
| cat(int dim, octave_idx_type n, const Array< octave_value, Alloc > *array_list) | Array< octave_value > | static |
| Cell()=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() 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() | 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() const | Array< octave_value > | inline |
| column(octave_idx_type i) const | Cell | |
| columns() 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 > | |
| concat(const Cell &rb, const Array< octave_idx_type > &ra_idx) | Cell | |
| crefT typedef | Array< octave_value > | |
| data() 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() const | Array< octave_value > | inline |
| dim2() const | Array< octave_value > | inline |
| dim3() const | Array< octave_value > | inline |
| dims() 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() | Array< octave_value > | inline |
| 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 > | |
| 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 > | |
| ipermute(const Array< octave_idx_type > &vec) const | Array< octave_value > | inline |
| is_nd_vector() const | Array< octave_value > | inline |
| is_shared() 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() const | Cell | inline |
| iscellstr() const | Cell | |
| isempty() const | Array< octave_value > | inline |
| issorted(sortmode mode=UNSORTED) const | Array< octave_value > | |
| issorted(sortmode) const | Array< octave_value > | |
| issorted(sortmode) const | Array< octave_value > | |
| issquare() const | Array< octave_value > | inline |
| isvector() 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() | Array< octave_value > | inline |
| 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() | Array< octave_value > | inline |
| ndims() const | Array< octave_value > | inline |
| nnz() 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() 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() 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() const | Cell | virtual |
| rows() const | Array< octave_value > | inline |
| rwdata() | Array< octave_value > | |
| 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() const | Array< octave_value > | |
| string_vector_value() 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() 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() const | Cell | inline |
| xisalpha() const | Cell | inline |
| xisascii() const | Cell | inline |
| xiscntrl() const | Cell | inline |
| xisdigit() const | Cell | inline |
| xisgraph() const | Cell | inline |
| xislower() const | Cell | inline |
| xisprint() const | Cell | inline |
| xispunct() const | Cell | inline |
| xisspace() const | Cell | inline |
| xisupper() const | Cell | inline |
| xisxdigit() const | Cell | inline |
| xtolower() const | Cell | inline |
| xtoupper() const | Cell | inline |
| ~Array() | Array< octave_value > | inlinevirtual |
| ~Cell()=default | Cell |