, including all inherited members.
all(int dim=-1) const | boolNDArray | |
any(int dim=-1) const | boolNDArray | |
any_element_is_nan(void) const | boolNDArray | [inline] |
Array class | Array< bool > | [friend] |
Array(bool *d, octave_idx_type n) | Array< bool > | [inline, protected] |
Array(bool *d, const dim_vector &dv) | Array< bool > | [inline, protected] |
Array(const Array< bool > &a, const dim_vector &dv, octave_idx_type l, octave_idx_type u) | Array< bool > | [inline, protected] |
Array(void) | Array< bool > | [inline] |
Array(octave_idx_type n) | Array< bool > | [inline, explicit] |
Array(octave_idx_type n, const bool &val) | Array< bool > | [inline, explicit] |
Array(const Array< U > &a) | Array< bool > | [inline] |
Array(const Array< bool > &a) | Array< bool > | [inline] |
Array(const dim_vector &dv) | Array< bool > | [inline] |
Array(const dim_vector &dv, const bool &val) | Array< bool > | [inline] |
Array(const Array< bool > &a, const dim_vector &dv) | Array< bool > | |
assign(const idx_vector &i, const Array< bool > &rhs, const bool &rfv=resize_fill_value()) | Array< bool > | |
assign(const idx_vector &i, const idx_vector &j, const Array< bool > &rhs, const bool &rfv=resize_fill_value()) | Array< bool > | |
assign(const Array< idx_vector > &ia, const Array< bool > &rhs, const bool &rfv=resize_fill_value()) | Array< bool > | |
boolNDArray(void) | boolNDArray | [inline] |
boolNDArray(const dim_vector &dv) | boolNDArray | [inline] |
boolNDArray(const dim_vector &dv, const bool &val) | boolNDArray | [inline] |
boolNDArray(const boolNDArray &a) | boolNDArray | [inline] |
boolNDArray(const boolMatrix &a) | boolNDArray | [inline] |
boolNDArray(const Array< bool > &a) | boolNDArray | [inline] |
byte_size(void) const | Array< bool > | [inline] |
capacity(void) const | Array< bool > | [inline] |
checkelem(octave_idx_type n) | Array< bool > | [inline] |
checkelem(octave_idx_type i, octave_idx_type j) | Array< bool > | [inline] |
checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< bool > | [inline] |
checkelem(const Array< octave_idx_type > &ra_idx) | Array< bool > | [inline] |
checkelem(octave_idx_type n) const | Array< bool > | [inline] |
checkelem(octave_idx_type i, octave_idx_type j) const | Array< bool > | [inline] |
checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< bool > | [inline] |
checkelem(const Array< octave_idx_type > &ra_idx) const | Array< bool > | [inline] |
chop_trailing_singletons(void) | Array< bool > | [inline] |
clear(void) | Array< bool > | |
clear(const dim_vector &dv) | Array< bool > | |
clear(octave_idx_type n) | Array< bool > | [inline] |
clear(octave_idx_type r, octave_idx_type c) | Array< bool > | [inline] |
cols(void) const | Array< bool > | [inline] |
column(octave_idx_type k) const | Array< bool > | |
columns(void) const | Array< bool > | [inline] |
compare_fcn_type typedef | Array< bool > | |
compute_index(Array< octave_idx_type > &ra_idx, const dim_vector &dimensions) | boolNDArray | [static] |
Array< bool >::compute_index(const Array< octave_idx_type > &ra_idx) const | Array< bool > | |
concat(const boolNDArray &rb, const Array< octave_idx_type > &ra_idx) | boolNDArray | |
cumsum(int dim=-1) const | boolNDArray | |
data(void) const | Array< bool > | [inline] |
delete_elements(const idx_vector &i) | Array< bool > | |
delete_elements(int dim, const idx_vector &i) | Array< bool > | |
delete_elements(const Array< idx_vector > &ia) | Array< bool > | |
diag(octave_idx_type k=0) const | boolNDArray | |
dim1(void) const | Array< bool > | [inline] |
dim2(void) const | Array< bool > | [inline] |
dim3(void) const | Array< bool > | [inline] |
dimensions | Array< bool > | [protected] |
dims(void) const | Array< 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) const | Array< bool > | [inline] |
elem(octave_idx_type i, octave_idx_type j) const | Array< bool > | [inline] |
elem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< bool > | [inline] |
elem(const Array< octave_idx_type > &ra_idx) const | Array< bool > | [inline] |
element_type typedef | Array< bool > | |
fastmap(U(*fcn)(typename ref_param< bool >::type)) const | Array< bool > | [inline] |
fill(const bool &val) | Array< bool > | |
find(octave_idx_type n=-1, bool backward=false) const | Array< bool > | |
fortran_vec(void) const | Array< bool > | [inline] |
fortran_vec(void) | Array< bool > | |
get_size(octave_idx_type r, octave_idx_type c) | Array< bool > | [static] |
get_size(octave_idx_type r, octave_idx_type c, octave_idx_type p) | Array< bool > | [static] |
get_size(const dim_vector &dv) | Array< bool > | [static] |
hermitian(bool(*fcn)(const bool &)=0) const | Array< bool > | |
increment_index(Array< octave_idx_type > &ra_idx, const dim_vector &dimensions, int start_dimension=0) | boolNDArray | [static] |
index(const idx_vector &i) const | Array< bool > | |
index(const idx_vector &i, const idx_vector &j) const | Array< bool > | |
index(const Array< idx_vector > &ia) const | Array< bool > | |
index(const idx_vector &i, bool resize_ok, const bool &rfv=resize_fill_value()) const | Array< bool > | |
index(const idx_vector &i, const idx_vector &j, bool resize_ok, const bool &rfv=resize_fill_value()) const | Array< bool > | |
index(const Array< idx_vector > &ia, bool resize_ok, const bool &rfv=resize_fill_value()) const | Array< bool > | |
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 > &a, octave_idx_type r, octave_idx_type c) | Array< bool > | |
Array< bool >::insert(const Array< bool > &a, const Array< octave_idx_type > &idx) | Array< bool > | |
insert2(const Array< bool > &a, octave_idx_type r, octave_idx_type c) | Array< bool > | |
insertN(const Array< bool > &a, octave_idx_type r, octave_idx_type c) | Array< bool > | |
invert(void) | boolNDArray | |
ipermute(const Array< octave_idx_type > &vec) const | Array< bool > | [inline] |
is_empty(void) const | Array< bool > | [inline] |
is_shared(void) | Array< bool > | [inline] |
is_sorted(sortmode mode=UNSORTED) const | Array< bool > | |
is_sorted_rows(sortmode mode=UNSORTED) const | Array< bool > | |
is_square(void) const | Array< bool > | [inline] |
is_vector(void) const | Array< bool > | [inline] |
length(void) const | Array< bool > | [inline] |
linear_slice(octave_idx_type lo, octave_idx_type up) const | Array< bool > | |
linearize(void) const | Array< bool > | |
lookup(const bool &value, sortmode mode=UNSORTED) const | Array< bool > | |
lookup(const Array< bool > &values, sortmode mode=UNSORTED, bool linf=false, bool rinf=false) const | Array< bool > | |
lookupb(const Array< bool > &values, sortmode mode=UNSORTED) const | Array< bool > | |
lookupm(const Array< bool > &values, sortmode mode=UNSORTED) const | Array< bool > | |
make_unique(void) | Array< bool > | [inline] |
map(F fcn) const | Array< bool > | [inline] |
matrix_type typedef | boolNDArray | |
matrix_value(void) const | boolNDArray | |
maybe_delete_dims(void) | Array< bool > | |
maybe_economize(void) | Array< bool > | [inline] |
mex_get_data(void) const | Array< bool > | [inline] |
ndims(void) const | Array< bool > | [inline] |
nelem(void) const | Array< bool > | [inline] |
nnz(void) const | boolNDArray | [inline] |
nth_element(const idx_vector &n, int dim=0) const | Array< bool > | |
numel(void) const | Array< bool > | [inline] |
operator!(void) const | boolNDArray | |
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) const | Array< bool > | [inline] |
operator()(octave_idx_type i, octave_idx_type j) const | Array< bool > | [inline] |
operator()(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< bool > | [inline] |
operator()(const Array< octave_idx_type > &ra_idx) const | Array< bool > | [inline] |
operator=(const boolNDArray &a) | boolNDArray | [inline] |
Array< bool >::operator=(const Array< bool > &a) | Array< bool > | [inline] |
page(octave_idx_type k) const | Array< bool > | |
pages(void) const | Array< bool > | [inline] |
permute(const Array< octave_idx_type > &vec, bool inv=false) const | Array< bool > | |
print_info(std::ostream &os, const std::string &prefix) const | Array< bool > | |
range_error(const char *fcn, octave_idx_type n) const | Array< bool > | |
range_error(const char *fcn, octave_idx_type n) | Array< bool > | |
range_error(const char *fcn, octave_idx_type i, octave_idx_type j) const | Array< bool > | |
range_error(const char *fcn, octave_idx_type i, octave_idx_type j) | Array< bool > | |
range_error(const char *fcn, octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< bool > | |
range_error(const char *fcn, octave_idx_type i, octave_idx_type j, octave_idx_type k) | Array< bool > | |
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) const | Array< bool > | |
range_error(const char *fcn, const Array< octave_idx_type > &ra_idx) | Array< bool > | |
rep | Array< bool > | [protected] |
reshape(const dim_vector &new_dims) const | Array< bool > | [inline] |
resize(octave_idx_type n) | Array< bool > | [inline] |
resize(dim_vector dv) | Array< bool > | [inline] |
resize(octave_idx_type n, const bool &rfv) | Array< bool > | [inline] |
resize(octave_idx_type nr, octave_idx_type nc, const bool &rfv) | Array< bool > | [inline] |
resize(dim_vector dv, const bool &rfv) | Array< bool > | [inline] |
resize_fill(octave_idx_type n, const bool &rfv) | Array< bool > | |
resize_fill(octave_idx_type nr, octave_idx_type nc, const bool &rfv) | Array< bool > | |
resize_fill(const dim_vector &dv, const bool &rfv) | Array< bool > | |
resize_fill_value(void) | boolNDArray | [inline, static] |
rows(void) const | Array< bool > | [inline] |
slice_data | Array< bool > | [protected] |
slice_len | Array< bool > | [protected] |
sort(int dim=0, sortmode mode=ASCENDING) const | Array< bool > | |
sort(Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const | Array< bool > | |
sort_rows_idx(sortmode mode=ASCENDING) const | Array< bool > | |
squeeze(void) const | boolNDArray | [inline] |
sum(int dim=-1) const | boolNDArray | |
transpose(void) const | Array< bool > | |
xelem(octave_idx_type n) | Array< bool > | [inline] |
xelem(octave_idx_type n) const | Array< bool > | [inline] |
xelem(octave_idx_type i, octave_idx_type j) | Array< bool > | [inline] |
xelem(octave_idx_type i, octave_idx_type j) const | Array< 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) const | Array< bool > | [inline] |
xelem(const Array< octave_idx_type > &ra_idx) | Array< bool > | [inline] |
xelem(const Array< octave_idx_type > &ra_idx) const | Array< bool > | [inline] |
~Array(void) | Array< bool > | [inline] |