boolNDArray Member List

This is the complete list of members for boolNDArray, 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 classArray< bool > [friend]
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) GCC_ATTR_DEPRECATEDArray< bool > [inline, explicit]
Array(octave_idx_type n, const bool &val) GCC_ATTR_DEPRECATEDArray< bool > [inline, explicit]
Array(const dim_vector &dv)Array< bool > [inline, explicit]
Array(const dim_vector &dv, const bool &val)Array< bool > [inline, explicit]
Array(const Array< bool > &a, const dim_vector &dv)Array< bool >
Array(const Array< U > &a)Array< bool > [inline]
Array(const Array< bool > &a)Array< bool > [inline]
as_column(void) constArray< bool > [inline]
as_matrix(void) constArray< bool > [inline]
as_row(void) constArray< bool > [inline]
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) constArray< bool > [inline]
capacity(void) constArray< bool > [inline]
cat(int dim, octave_idx_type n, const Array< bool > *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 >
chop_trailing_singletons(void) GCC_ATTR_DEPRECATEDArray< bool > [inline]
clear(void)Array< bool >
clear(const dim_vector &dv)Array< bool >
clear(octave_idx_type r, octave_idx_type c)Array< bool > [inline]
cols(void) constArray< bool > [inline]
column(octave_idx_type k) constArray< bool >
columns(void) constArray< bool > [inline]
compare_fcn_type typedefArray< bool >
compute_index(Array< octave_idx_type > &ra_idx, const dim_vector &dimensions)boolNDArray [static]
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 >
cumsum(int dim=-1) const boolNDArray
data(void) constArray< 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) constArray< bool > [inline]
dim2(void) constArray< bool > [inline]
dim3(void) constArray< bool > [inline]
dimensionsArray< bool > [protected]
dims(void) 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 >
fortran_vec(void) constArray< bool > [inline]
fortran_vec(void)Array< bool >
hermitian(bool(*fcn)(const bool &)=0) constArray< bool >
increment_index(Array< octave_idx_type > &ra_idx, const dim_vector &dimensions, int start_dimension=0)boolNDArray [static]
index(const idx_vector &i) constArray< bool >
index(const idx_vector &i, const idx_vector &j) constArray< bool >
index(const Array< idx_vector > &ia) constArray< bool >
index(const idx_vector &i, bool resize_ok, const bool &rfv=resize_fill_value()) constArray< bool >
index(const idx_vector &i, const idx_vector &j, bool resize_ok, const bool &rfv=resize_fill_value()) constArray< bool >
index(const Array< idx_vector > &ia, bool resize_ok, const bool &rfv=resize_fill_value()) constArray< 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, const Array< octave_idx_type > &idx)Array< bool >
Array< bool >::insert(const Array< bool > &a, octave_idx_type r, octave_idx_type c)Array< bool >
invert(void)boolNDArray
ipermute(const Array< octave_idx_type > &vec) constArray< bool > [inline]
is_empty(void) constArray< bool > [inline]
is_shared(void)Array< bool > [inline]
is_sorted(sortmode mode=UNSORTED) constArray< bool >
is_sorted_rows(sortmode mode=UNSORTED) constArray< bool >
is_square(void) constArray< bool > [inline]
is_vector(void) constArray< bool > [inline]
length(void) 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 > &values, sortmode mode=UNSORTED) constArray< bool >
make_unique(void)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
matrix_value(void) const boolNDArray
maybe_economize(void)Array< bool > [inline]
mex_get_data(void) constArray< bool > [inline]
ndims(void) constArray< bool > [inline]
nelem(void) constArray< bool > [inline]
nnz(void) constArray< bool >
nth_element(const idx_vector &n, int dim=0) constArray< bool >
numel(void) constArray< 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) 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)boolNDArray [inline]
Array< bool >::operator=(const Array< bool > &a)Array< bool > [inline]
optimize_dimensions(const dim_vector &dv)Array< bool >
page(octave_idx_type k) constArray< bool >
pages(void) 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 >
repArray< bool > [protected]
reshape(octave_idx_type nr, octave_idx_type nc) constArray< bool > [inline]
reshape(const dim_vector &new_dims) constArray< bool > [inline]
resize(octave_idx_type n) GCC_ATTR_DEPRECATEDArray< bool > [inline]
resize(octave_idx_type nr, octave_idx_type nc, const bool &rfv=resize_fill_value()) GCC_ATTR_DEPRECATEDArray< bool > [inline]
resize(const dim_vector &dv, const bool &rfv=resize_fill_value())Array< bool >
resize1(octave_idx_type n, const bool &rfv=resize_fill_value())Array< bool >
resize_fill_value(void)boolNDArray [inline, static]
rows(void) constArray< bool > [inline]
slice_dataArray< bool > [protected]
slice_lenArray< bool > [protected]
sort(int dim=0, sortmode mode=ASCENDING) constArray< bool >
sort(Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) constArray< bool >
sort_rows_idx(sortmode mode=ASCENDING) constArray< bool >
squeeze(void) const boolNDArray [inline]
sum(int dim=-1) const boolNDArray
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(void) constArray< 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(void)Array< bool > [inline]
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines