GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
MArray< T > Member List

This is the complete list of members for MArray< T >, including all inherited members.

Array(const Array< T, Alloc > &a, const dim_vector &dv, octave_idx_type l, octave_idx_type u)Array< T >inlineprotected
Array()Array< T >inline
Array(const dim_vector &dv)Array< T >inlineexplicit
Array(const dim_vector &dv, const T &val)Array< T >inlineexplicit
Array(T *ptr, const dim_vector &dv, const Alloc &xallocator=Alloc())Array< T >inlineexplicit
Array(const Array< T, Alloc > &a, const dim_vector &dv)Array< T >
Array(const Container< T > &a, const dim_vector &dv)Array< T >
Array(const Array< U, A > &a)Array< T >inline
Array(const Array< T, Alloc > &a)Array< T >inline
Array(Array< T, Alloc > &&a)Array< T >inline
as_column() constArray< T >inline
as_matrix() constArray< T >inline
as_row() constArray< T >inline
assign(const octave::idx_vector &i, const Array< T, Alloc > &rhs, const T &rfv)Array< T >
assign(const octave::idx_vector &i, const Array< T, Alloc > &rhs)Array< T >inline
assign(const octave::idx_vector &i, const octave::idx_vector &j, const Array< T, Alloc > &rhs, const T &rfv)Array< T >
assign(const octave::idx_vector &i, const octave::idx_vector &j, const Array< T, Alloc > &rhs)Array< T >inline
assign(const Array< octave::idx_vector > &ia, const Array< T, Alloc > &rhs, const T &rfv)Array< T >
assign(const Array< octave::idx_vector > &ia, const Array< T, Alloc > &rhs)Array< T >inline
byte_size() constArray< T >inline
cat(int dim, octave_idx_type n, const Array< T, Alloc > *array_list)Array< T >static
changesign()MArray< T >
checkelem(octave_idx_type n)Array< T >
checkelem(octave_idx_type i, octave_idx_type j)Array< T >
checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k)Array< T >
checkelem(const Array< octave_idx_type > &ra_idx)Array< T >
checkelem(octave_idx_type n) constArray< T >
checkelem(octave_idx_type i, octave_idx_type j) constArray< T >
checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< T >
checkelem(const Array< octave_idx_type > &ra_idx) constArray< T >
clear()Array< T >
clear(const dim_vector &dv)Array< T >
clear(octave_idx_type r, octave_idx_type c)Array< T >inline
cols() constArray< T >inline
column(octave_idx_type k) constArray< T >
columns() constArray< T >inline
compare_fcn_type typedefArray< T >
compute_index(octave_idx_type i, octave_idx_type j) constArray< T >
compute_index(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< T >
compute_index(const Array< octave_idx_type > &ra_idx) constArray< T >
compute_index_unchecked(const Array< octave_idx_type > &ra_idx) constArray< T >inline
crefT typedefArray< T >
data() constArray< T >inline
delete_elements(const octave::idx_vector &i)Array< T >
delete_elements(int dim, const octave::idx_vector &i)Array< T >
delete_elements(const Array< octave::idx_vector > &ia)Array< T >
diag(octave_idx_type k=0) constArray< T >
diag(octave_idx_type m, octave_idx_type n) constArray< T >
dim1() constArray< T >inline
dim2() constArray< T >inline
dim3() constArray< T >inline
dims() constArray< T >inline
elem(octave_idx_type n)Array< T >inline
elem(octave_idx_type i, octave_idx_type j)Array< T >inline
elem(octave_idx_type i, octave_idx_type j, octave_idx_type k)Array< T >inline
elem(const Array< octave_idx_type > &ra_idx)Array< T >inline
elem(octave_idx_type n) constArray< T >inline
elem(octave_idx_type i, octave_idx_type j) constArray< T >inline
elem(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< T >inline
elem(const Array< octave_idx_type > &ra_idx) constArray< T >inline
element_type typedefArray< T >
fill(const T &val)Array< T >
find(octave_idx_type n=-1, bool backward=false) constArray< T >
find(octave_idx_type, bool) constArray< T >
find(octave_idx_type, bool) constArray< T >
fortran_vec()Array< T >
hermitian(T(*fcn)(const T &)=nullptr) constMArray< T >inline
idx_add(const octave::idx_vector &idx, T val)MArray< T >
idx_add(const octave::idx_vector &idx, const MArray< T > &vals)MArray< T >
idx_add_nd(const octave::idx_vector &idx, const MArray< T > &vals, int dim=-1)MArray< T >
idx_max(const octave::idx_vector &idx, const MArray< T > &vals)MArray< T >
idx_min(const octave::idx_vector &idx, const MArray< T > &vals)MArray< T >
index(const octave::idx_vector &i) constArray< T >
index(const octave::idx_vector &i, const octave::idx_vector &j) constArray< T >
index(const Array< octave::idx_vector > &ia) constArray< T >
index(const octave::idx_vector &i, bool resize_ok, const T &rfv) constArray< T >
index(const octave::idx_vector &i, bool resize_ok) constArray< T >inline
index(const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok, const T &rfv) constArray< T >
index(const octave::idx_vector &i, const octave::idx_vector &j, bool resize_ok) constArray< T >inline
index(const Array< octave::idx_vector > &ia, bool resize_ok, const T &rfv) constArray< T >
index(const Array< octave::idx_vector > &ia, bool resize_ok) constArray< T >inline
insert(const Array< T, Alloc > &a, const Array< octave_idx_type > &idx)Array< T >
insert(const Array< T, Alloc > &a, octave_idx_type r, octave_idx_type c)Array< T >
ipermute(const Array< octave_idx_type > &vec) constMArray< T >inline
is_nd_vector() constArray< T >inline
is_shared() constArray< T >inline
is_sorted_rows(sortmode mode=UNSORTED) constArray< T >
is_sorted_rows(sortmode) constArray< T >
is_sorted_rows(sortmode) constArray< T >
isempty() constArray< T >inline
issorted(sortmode mode=UNSORTED) constArray< T >
issorted(sortmode mode) constArray< T >
issorted(sortmode) constArray< T >
issorted(sortmode) constArray< T >
issquare() constArray< T >inline
isvector() constArray< T >inline
linear_slice(octave_idx_type lo, octave_idx_type up) constArray< T >
lookup(const T &value, sortmode mode=UNSORTED) constArray< T >
lookup(const Array< T, Alloc > &values, sortmode mode=UNSORTED) constArray< T >
lookup(octave::idx_vector const &, sortmode) constArray< T >
lookup(const Array< octave::idx_vector > &, sortmode) constArray< T >
lookup(octave::cdef_object const &, sortmode) constArray< T >
lookup(const Array< octave::cdef_object > &, sortmode) constArray< T >
m_dimensionsArray< T >protected
m_repArray< T >protected
m_slice_dataArray< T >protected
m_slice_lenArray< T >protected
make_unique()Array< T >inline
map(F fcn) constArray< T >inline
map(U(&fcn)(T)) constArray< T >inline
map(U(&fcn)(const T &)) constArray< T >inline
MArray()MArray< T >inline
MArray(const dim_vector &dv)MArray< T >inlineexplicit
MArray(const dim_vector &dv, const T &val)MArray< T >inlineexplicit
MArray(const MArray< T > &a)MArray< T >inline
MArray(const Array< U > &a)MArray< T >inline
maybe_economize()Array< T >inline
ndims() constArray< T >inline
nnz() constArray< T >
nnz() constArray< T >
nnz() constArray< T >
nth_element(const octave::idx_vector &n, int dim=0) constArray< T >
nth_element(const octave::idx_vector &, int) constArray< T >
nth_element(const octave::idx_vector &, int) constArray< T >
numel() constArray< T >inline
operator()(octave_idx_type n)Array< T >inline
operator()(octave_idx_type i, octave_idx_type j)Array< T >inline
operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k)Array< T >inline
operator()(const Array< octave_idx_type > &ra_idx)Array< T >inline
operator()(octave_idx_type n) constArray< T >inline
operator()(octave_idx_type i, octave_idx_type j) constArray< T >inline
operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< T >inline
operator()(const Array< octave_idx_type > &ra_idx) constArray< T >inline
operator=(const MArray< T > &a)MArray< T >inline
Array< T >::operator=(const Array< T, Alloc > &a)Array< T >inline
Array< T >::operator=(Array< T, Alloc > &&a)Array< T >inline
optimize_dimensions(const dim_vector &dv)Array< T >
page(octave_idx_type k) constArray< T >
pages() constArray< T >inline
permute(const Array< octave_idx_type > &vec, bool inv=false) constMArray< T >inline
print_info(std::ostream &os, const std::string &prefix) constArray< T >
reshape(const dim_vector &new_dims) constMArray< T >inline
Array< T >::reshape(octave_idx_type nr, octave_idx_type nc) constArray< T >inline
resize(const dim_vector &dv, const T &rfv)Array< T >
resize(const dim_vector &dv)Array< T >inline
resize1(octave_idx_type n, const T &rfv)Array< T >
resize1(octave_idx_type n)Array< T >inline
resize2(octave_idx_type nr, octave_idx_type nc, const T &rfv)Array< T >
resize2(octave_idx_type nr, octave_idx_type nc)Array< T >inline
resize_fill_value() constArray< T >virtual
rows() constArray< T >inline
size(const size_type d) constArray< T >inline
size_type typedefArray< T >
sort(int dim=0, sortmode mode=ASCENDING) constArray< T >
sort(Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) constArray< T >
sort(int, sortmode) constArray< T >
sort(Array< octave_idx_type > &sidx, int, sortmode) constArray< T >
sort(int, sortmode) constArray< T >
sort(Array< octave_idx_type > &sidx, int, sortmode) constArray< T >
sort_rows_idx(sortmode mode=ASCENDING) constArray< T >
sort_rows_idx(sortmode) constArray< T >
sort_rows_idx(sortmode) constArray< T >
squeeze() constMArray< T >inline
test(F fcn) constArray< T >inline
test_all(F fcn) constArray< T >inline
test_all(bool(&fcn)(T)) constArray< T >inline
test_all(bool(&fcn)(const T &)) constArray< T >inline
test_any(F fcn) constArray< T >inline
test_any(bool(&fcn)(T)) constArray< T >inline
test_any(bool(&fcn)(const T &)) constArray< T >inline
transpose() constMArray< T >inline
value_type typedefArray< T >
xelem(octave_idx_type n)Array< T >inline
xelem(octave_idx_type n) constArray< T >inline
xelem(octave_idx_type i, octave_idx_type j)Array< T >inline
xelem(octave_idx_type i, octave_idx_type j) constArray< T >inline
xelem(octave_idx_type i, octave_idx_type j, octave_idx_type k)Array< T >inline
xelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) constArray< T >inline
xelem(const Array< octave_idx_type > &ra_idx)Array< T >inline
xelem(const Array< octave_idx_type > &ra_idx) constArray< T >inline
~Array()Array< T >inlinevirtual
~MArray()=defaultMArray< T >