GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
boolNDArray Member List

This is the complete list of members for boolNDArray, including all inherited members.

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