, including all inherited members.
Array class | Array< T > | [friend] |
Array(const Array< T > &a, const dim_vector &dv, octave_idx_type l, octave_idx_type u) | Array< T > | [inline, protected] |
Array(void) | Array< T > | [inline] |
Array(octave_idx_type n) GCC_ATTR_DEPRECATED | Array< T > | [inline, explicit] |
Array(octave_idx_type n, const T &val) GCC_ATTR_DEPRECATED | Array< T > | [inline, explicit] |
Array(const dim_vector &dv) | Array< T > | [inline, explicit] |
Array(const dim_vector &dv, const T &val) | Array< T > | [inline, explicit] |
Array(const Array< T > &a, const dim_vector &dv) | Array< T > | |
Array(const Array< U > &a) | Array< T > | [inline] |
Array(const Array< T > &a) | Array< T > | [inline] |
Array3(void) | Array3< T > | [inline] |
Array3(octave_idx_type r, octave_idx_type c, octave_idx_type p) | Array3< T > | [inline] |
Array3(octave_idx_type r, octave_idx_type c, octave_idx_type p, const T &val) | Array3< T > | [inline] |
Array3(const Array3< T > &a) | Array3< T > | [inline] |
Array3(const Array< T > &a, octave_idx_type r, octave_idx_type c, octave_idx_type p) | Array3< T > | [inline] |
as_column(void) const | Array< T > | [inline] |
as_matrix(void) const | Array< T > | [inline] |
as_row(void) const | Array< T > | [inline] |
assign(const idx_vector &i, const Array< T > &rhs, const T &rfv=resize_fill_value()) | Array< T > | |
assign(const idx_vector &i, const idx_vector &j, const Array< T > &rhs, const T &rfv=resize_fill_value()) | Array< T > | |
assign(const Array< idx_vector > &ia, const Array< T > &rhs, const T &rfv=resize_fill_value()) | Array< T > | |
byte_size(void) const | Array< T > | [inline] |
capacity(void) const | Array< T > | [inline] |
cat(int dim, octave_idx_type n, const Array< T > *array_list) | Array< T > | [static] |
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) const | Array< T > | |
checkelem(octave_idx_type i, octave_idx_type j) const | Array< T > | |
checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< T > | |
checkelem(const Array< octave_idx_type > &ra_idx) const | Array< T > | |
chop_trailing_singletons(void) GCC_ATTR_DEPRECATED | Array< T > | [inline] |
clear(void) | Array< T > | |
clear(const dim_vector &dv) | Array< T > | |
clear(octave_idx_type r, octave_idx_type c) | Array< T > | [inline] |
cols(void) const | Array< T > | [inline] |
column(octave_idx_type k) const | Array< T > | |
columns(void) const | Array< T > | [inline] |
compare_fcn_type typedef | Array< T > | |
compute_index(octave_idx_type i, octave_idx_type j) const | Array< T > | |
compute_index(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< T > | |
compute_index(const Array< octave_idx_type > &ra_idx) const | Array< T > | |
compute_index_unchecked(const Array< octave_idx_type > &ra_idx) const | Array< T > | [inline] |
crefT typedef | Array< T > | |
data(void) const | Array< T > | [inline] |
delete_elements(const idx_vector &i) | Array< T > | |
delete_elements(int dim, const idx_vector &i) | Array< T > | |
delete_elements(const Array< idx_vector > &ia) | Array< T > | |
diag(octave_idx_type k=0) const | Array< T > | |
dim1(void) const | Array< T > | [inline] |
dim2(void) const | Array< T > | [inline] |
dim3(void) const | Array< T > | [inline] |
dimensions | Array< T > | [protected] |
dims(void) const | Array< 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) const | Array< T > | [inline] |
elem(octave_idx_type i, octave_idx_type j) const | Array< T > | [inline] |
elem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< T > | [inline] |
elem(const Array< octave_idx_type > &ra_idx) const | Array< T > | [inline] |
element_type typedef | Array< T > | |
fill(const T &val) | Array< T > | |
find(octave_idx_type n=-1, bool backward=false) const | Array< T > | |
fortran_vec(void) const | Array< T > | [inline] |
fortran_vec(void) | Array< T > | |
hermitian(T(*fcn)(const T &)=0) const | Array< T > | |
index(const idx_vector &i) const | Array< T > | |
index(const idx_vector &i, const idx_vector &j) const | Array< T > | |
index(const Array< idx_vector > &ia) const | Array< T > | |
index(const idx_vector &i, bool resize_ok, const T &rfv=resize_fill_value()) const | Array< T > | |
index(const idx_vector &i, const idx_vector &j, bool resize_ok, const T &rfv=resize_fill_value()) const | Array< T > | |
index(const Array< idx_vector > &ia, bool resize_ok, const T &rfv=resize_fill_value()) const | Array< T > | |
insert(const Array< T > &a, const Array< octave_idx_type > &idx) | Array< T > | |
insert(const Array< T > &a, octave_idx_type r, octave_idx_type c) | Array< T > | |
ipermute(const Array< octave_idx_type > &vec) const | Array< T > | [inline] |
is_empty(void) const | Array< T > | [inline] |
is_shared(void) | Array< T > | [inline] |
is_sorted(sortmode mode=UNSORTED) const | Array< T > | |
is_sorted_rows(sortmode mode=UNSORTED) const | Array< T > | |
is_square(void) const | Array< T > | [inline] |
is_vector(void) const | Array< T > | [inline] |
length(void) const | Array< T > | [inline] |
linear_slice(octave_idx_type lo, octave_idx_type up) const | Array< T > | |
lookup(const T &value, sortmode mode=UNSORTED) const | Array< T > | |
lookup(const Array< T > &values, sortmode mode=UNSORTED) const | Array< T > | |
make_unique(void) | Array< T > | [inline] |
map(F fcn) const | Array< T > | [inline] |
map(U(&fcn)(T)) const | Array< T > | [inline] |
map(U(&fcn)(const T &)) const | Array< T > | [inline] |
maybe_economize(void) | Array< T > | [inline] |
mex_get_data(void) const | Array< T > | [inline] |
ndims(void) const | Array< T > | [inline] |
nelem(void) const | Array< T > | [inline] |
nnz(void) const | Array< T > | |
nth_element(const idx_vector &n, int dim=0) const | Array< T > | |
numel(void) const | Array< 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) const | Array< T > | [inline] |
operator()(octave_idx_type i, octave_idx_type j) const | Array< T > | [inline] |
operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< T > | [inline] |
operator()(const Array< octave_idx_type > &ra_idx) const | Array< T > | [inline] |
operator=(const Array3< T > &a) | Array3< T > | [inline] |
Array::operator=(const Array< T > &a) | Array< T > | [inline] |
optimize_dimensions(const dim_vector &dv) | Array< T > | |
page(octave_idx_type k) const | Array< T > | |
pages(void) const | Array< T > | [inline] |
permute(const Array< octave_idx_type > &vec, bool inv=false) const | Array< T > | |
print_info(std::ostream &os, const std::string &prefix) const | Array< T > | |
rep | Array< T > | [protected] |
reshape(octave_idx_type nr, octave_idx_type nc) const | Array< T > | [inline] |
reshape(const dim_vector &new_dims) const | Array< T > | [inline] |
resize(octave_idx_type r, octave_idx_type c, octave_idx_type p) | Array3< T > | [inline] |
resize(octave_idx_type r, octave_idx_type c, octave_idx_type p, const T &val) | Array3< T > | [inline] |
Array::resize(octave_idx_type n) GCC_ATTR_DEPRECATED | Array< T > | [inline] |
Array::resize(octave_idx_type nr, octave_idx_type nc, const T &rfv=resize_fill_value()) GCC_ATTR_DEPRECATED | Array< T > | [inline] |
Array::resize(const dim_vector &dv, const T &rfv=resize_fill_value()) | Array< T > | |
resize1(octave_idx_type n, const T &rfv=resize_fill_value()) | Array< T > | |
resize_fill_value() | Array< T > | [static] |
rows(void) const | Array< T > | [inline] |
slice_data | Array< T > | [protected] |
slice_len | Array< T > | [protected] |
sort(octave_idx_type dim=0, sortmode mode=ASCENDING) const | Array3< T > | [inline] |
sort(Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const | Array3< T > | [inline] |
Array::sort(int dim=0, sortmode mode=ASCENDING) const | Array< T > | |
Array::sort(Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const | Array< T > | |
sort_rows_idx(sortmode mode=ASCENDING) const | Array< T > | |
squeeze(void) const | Array< T > | |
test(F fcn) const | Array< T > | [inline] |
test_all(F fcn) const | Array< T > | [inline] |
test_all(bool(&fcn)(T)) const | Array< T > | [inline] |
test_all(bool(&fcn)(const T &)) const | Array< T > | [inline] |
test_any(F fcn) const | Array< T > | [inline] |
test_any(bool(&fcn)(T)) const | Array< T > | [inline] |
test_any(bool(&fcn)(const T &)) const | Array< T > | [inline] |
transpose(void) const | Array< T > | |
xelem(octave_idx_type n) | Array< T > | [inline] |
xelem(octave_idx_type n) const | Array< T > | [inline] |
xelem(octave_idx_type i, octave_idx_type j) | Array< T > | [inline] |
xelem(octave_idx_type i, octave_idx_type j) const | Array< 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) const | Array< T > | [inline] |
xelem(const Array< octave_idx_type > &ra_idx) | Array< T > | [inline] |
xelem(const Array< octave_idx_type > &ra_idx) const | Array< T > | [inline] |
~Array(void) | Array< T > | [inline] |
~Array3(void) | Array3< T > | [inline] |