![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for boolMatrix, including all inherited members.
| all(int dim=-1) const | boolMatrix | |
| any(int dim=-1) const | boolMatrix | |
| Array(const Array< bool > &a, const dim_vector &dv, octave_idx_type l, octave_idx_type u) | Array< bool > | inlineprotected |
| Array(bool *sdata, octave_idx_type slen, octave_idx_type *adims, void *arep) | Array< bool > | inlineprotected |
| Array(void) | Array< bool > | inline |
| Array(octave_idx_type n) GCC_ATTR_DEPRECATED | Array< bool > | inlineexplicit |
| Array(octave_idx_type n, const bool &val) GCC_ATTR_DEPRECATED | Array< bool > | inlineexplicit |
| Array(const dim_vector &dv) | Array< bool > | inlineexplicit |
| Array(const dim_vector &dv, const bool &val) | Array< bool > | inlineexplicit |
| 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) const | Array< bool > | inline |
| as_matrix(void) const | Array< bool > | inline |
| as_row(void) const | Array< bool > | inline |
| assign(const idx_vector &i, const Array< bool > &rhs, const bool &rfv) | Array< bool > | |
| assign(const idx_vector &i, const Array< bool > &rhs) | Array< bool > | inline |
| assign(const idx_vector &i, const idx_vector &j, const Array< bool > &rhs, const bool &rfv) | Array< bool > | |
| assign(const idx_vector &i, const idx_vector &j, const Array< bool > &rhs) | Array< bool > | inline |
| assign(const Array< idx_vector > &ia, const Array< bool > &rhs, const bool &rfv) | Array< bool > | |
| assign(const Array< idx_vector > &ia, const Array< bool > &rhs) | Array< bool > | inline |
| boolMatrix(void) | boolMatrix | inline |
| boolMatrix(octave_idx_type r, octave_idx_type c) | boolMatrix | inline |
| boolMatrix(octave_idx_type r, octave_idx_type c, bool val) | boolMatrix | inline |
| boolMatrix(const dim_vector &dv) | boolMatrix | inline |
| boolMatrix(const dim_vector &dv, bool val) | boolMatrix | inline |
| boolMatrix(const Array< bool > &a) | boolMatrix | inline |
| boolMatrix(const boolMatrix &a) | boolMatrix | inline |
| byte_size(void) const | Array< bool > | inline |
| capacity(void) const | Array< 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) const | Array< bool > | |
| checkelem(octave_idx_type i, octave_idx_type j) const | Array< bool > | |
| checkelem(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< bool > | |
| checkelem(const Array< octave_idx_type > &ra_idx) const | Array< bool > | |
| chop_trailing_singletons(void) GCC_ATTR_DEPRECATED | Array< 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) 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(octave_idx_type i, octave_idx_type j) const | Array< bool > | |
| compute_index(octave_idx_type i, octave_idx_type j, octave_idx_type k) const | Array< bool > | |
| compute_index(const Array< octave_idx_type > &ra_idx) const | Array< bool > | |
| compute_index_unchecked(const Array< octave_idx_type > &ra_idx) const | Array< bool > | inline |
| crefT typedef | Array< bool > | |
| 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 | boolMatrix | |
| Array< bool >::diag(octave_idx_type m, octave_idx_type n) const | Array< bool > | |
| 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 > | |
| 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 > | |
| hermitian(bool(*fcn)(const bool &)=0) const | Array< bool > | |
| 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) const | Array< bool > | |
| index(const idx_vector &i, bool resize_ok) const | Array< bool > | inline |
| index(const idx_vector &i, const idx_vector &j, bool resize_ok, const bool &rfv) const | Array< bool > | |
| index(const idx_vector &i, const idx_vector &j, bool resize_ok) const | Array< bool > | inline |
| index(const Array< idx_vector > &ia, bool resize_ok, const bool &rfv) const | Array< bool > | |
| index(const Array< idx_vector > &ia, bool resize_ok) const | Array< bool > | inline |
| insert(const boolMatrix &a, octave_idx_type r, octave_idx_type c) | boolMatrix | |
| 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 > | |
| 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 |
| jit_array_rep(void) const | Array< bool > | inline |
| jit_dimensions(void) const | Array< bool > | inline |
| jit_ref_count(void) | Array< bool > | inline |
| jit_slice_data(void) const | Array< bool > | inline |
| length(void) const | Array< bool > | inline |
| linear_slice(octave_idx_type lo, octave_idx_type up) const | Array< bool > | |
| lookup(const bool &value, sortmode mode=UNSORTED) const | Array< bool > | |
| lookup(const Array< bool > &values, sortmode mode=UNSORTED) const | Array< bool > | |
| make_unique(void) | Array< bool > | inline |
| map(F fcn) const | Array< bool > | inline |
| map(U(&fcn)(bool)) const | Array< bool > | inline |
| map(U(&fcn)(const bool &)) const | Array< bool > | inline |
| 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 | Array< bool > | |
| nth_element(const idx_vector &n, int dim=0) const | Array< bool > | |
| numel(void) const | Array< bool > | inline |
| operator!(void) const | boolMatrix | |
| operator!=(const boolMatrix &a) const | boolMatrix | |
| 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 boolMatrix &a) | boolMatrix | inline |
| Array< bool >::operator=(const Array< bool > &a) | Array< bool > | inline |
| operator==(const boolMatrix &a) const | boolMatrix | |
| optimize_dimensions(const dim_vector &dv) | Array< bool > | |
| 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 > | |
| rep | Array< bool > | protected |
| reshape(octave_idx_type nr, octave_idx_type nc) const | Array< bool > | inline |
| reshape(const dim_vector &new_dims) const | Array< bool > | inline |
| resize(octave_idx_type nr, octave_idx_type nc, bool rfv=false) | boolMatrix | inline |
| Array< bool >::resize(octave_idx_type n) GCC_ATTR_DEPRECATED | Array< bool > | inline |
| Array< bool >::resize(octave_idx_type nr, octave_idx_type nc, const bool &rfv) GCC_ATTR_DEPRECATED | Array< bool > | inline |
| Array< bool >::resize(octave_idx_type nr, octave_idx_type nc) GCC_ATTR_DEPRECATED | Array< bool > | inline |
| Array< bool >::resize(const dim_vector &dv, const bool &rfv) | Array< bool > | |
| 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 |
| resize_fill_value(void) const | Array< bool > | virtual |
| 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 | Array< bool > | |
| test(F fcn) const | Array< bool > | inline |
| test_all(F fcn) const | Array< bool > | inline |
| test_all(bool(&fcn)(bool)) const | Array< bool > | inline |
| test_all(bool(&fcn)(const bool &)) const | Array< bool > | inline |
| test_any(F fcn) const | Array< bool > | inline |
| test_any(bool(&fcn)(bool)) const | Array< bool > | inline |
| test_any(bool(&fcn)(const bool &)) const | Array< bool > | inline |
| transpose(void) const | boolMatrix | inline |
| 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 > | inlinevirtual |
1.8.1.2