Public Types |
typedef bool(* | compare_fcn_type )(typename ref_param< char >::type, typename ref_param< char >::type) |
typedef ref_param< char >::type | crefT |
typedef char | element_type |
typedef charMatrix | matrix_type |
Public Member Functions |
| charNDArray (void) |
| charNDArray (const dim_vector &dv) |
| charNDArray (const charNDArray &a) |
| charNDArray (const std::string &s) |
| charNDArray (const string_vector &s) |
| charNDArray (const charMatrix &a) |
| charNDArray (const Array< char > &a) |
| charNDArray (const dim_vector &dv, char val) |
| charNDArray (char c) |
| charNDArray (const char *s) |
boolNDArray | all (int dim=-1) const |
boolNDArray | any (int dim=-1) const |
bool | any_element_is_nan (void) const |
Array< char > | as_column (void) const |
Array< char > | as_matrix (void) const |
Array< char > | as_row (void) const |
void | assign (const idx_vector &i, const Array< char > &rhs, const char &rfv=resize_fill_value()) |
void | assign (const idx_vector &i, const idx_vector &j, const Array< char > &rhs, const char &rfv=resize_fill_value()) |
void | assign (const Array< idx_vector > &ia, const Array< char > &rhs, const char &rfv=resize_fill_value()) |
size_t | byte_size (void) const |
octave_idx_type | capacity (void) const |
char & | checkelem (octave_idx_type n) |
char & | checkelem (octave_idx_type i, octave_idx_type j) |
char & | checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
char & | checkelem (const Array< octave_idx_type > &ra_idx) |
crefT | checkelem (octave_idx_type n) const |
crefT | checkelem (octave_idx_type i, octave_idx_type j) const |
crefT | checkelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
crefT | checkelem (const Array< octave_idx_type > &ra_idx) const |
void | chop_trailing_singletons (void) GCC_ATTR_DEPRECATED |
void | clear (void) |
void | clear (const dim_vector &dv) |
void | clear (octave_idx_type r, octave_idx_type c) |
octave_idx_type | cols (void) const |
Array< char > | column (octave_idx_type k) const |
octave_idx_type | columns (void) const |
octave_idx_type | compute_index (octave_idx_type i, octave_idx_type j) const |
octave_idx_type | compute_index (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
octave_idx_type | compute_index (const Array< octave_idx_type > &ra_idx) const |
octave_idx_type | compute_index_unchecked (const Array< octave_idx_type > &ra_idx) const |
charNDArray | concat (const NDArray &rb, const Array< octave_idx_type > &ra_idx) |
charNDArray | concat (const charNDArray &rb, const Array< octave_idx_type > &ra_idx) |
const char * | data (void) const |
void | delete_elements (const idx_vector &i) |
void | delete_elements (int dim, const idx_vector &i) |
void | delete_elements (const Array< idx_vector > &ia) |
charNDArray | diag (octave_idx_type k=0) const |
octave_idx_type | dim1 (void) const |
octave_idx_type | dim2 (void) const |
octave_idx_type | dim3 (void) const |
const dim_vector & | dims (void) const |
char & | elem (octave_idx_type n) |
char & | elem (octave_idx_type i, octave_idx_type j) |
char & | elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
char & | elem (const Array< octave_idx_type > &ra_idx) |
crefT | elem (octave_idx_type n) const |
crefT | elem (octave_idx_type i, octave_idx_type j) const |
crefT | elem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
crefT | elem (const Array< octave_idx_type > &ra_idx) const |
void | fill (const char &val) |
Array< octave_idx_type > | find (octave_idx_type n=-1, bool backward=false) const |
const char * | fortran_vec (void) const |
char * | fortran_vec (void) |
Array< char > | hermitian (char(*fcn)(const char &)=0) const |
Array< char > | index (const idx_vector &i) const |
Array< char > | index (const idx_vector &i, const idx_vector &j) const |
Array< char > | index (const Array< idx_vector > &ia) const |
Array< char > | index (const idx_vector &i, bool resize_ok, const char &rfv=resize_fill_value()) const |
Array< char > | index (const idx_vector &i, const idx_vector &j, bool resize_ok, const char &rfv=resize_fill_value()) const |
Array< char > | index (const Array< idx_vector > &ia, bool resize_ok, const char &rfv=resize_fill_value()) const |
charNDArray & | insert (const charNDArray &a, octave_idx_type r, octave_idx_type c) |
charNDArray & | insert (const charNDArray &a, const Array< octave_idx_type > &ra_idx) |
Array< char > & | insert (const Array< char > &a, const Array< octave_idx_type > &idx) |
Array< char > & | insert (const Array< char > &a, octave_idx_type r, octave_idx_type c) |
Array< char > | ipermute (const Array< octave_idx_type > &vec) const |
bool | is_empty (void) const |
bool | is_shared (void) |
sortmode | is_sorted (sortmode mode=UNSORTED) const |
sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
bool | is_square (void) const |
bool | is_vector (void) const |
octave_idx_type | length (void) const |
Array< char > | linear_slice (octave_idx_type lo, octave_idx_type up) const |
Array< octave_idx_type > | lookup (const Array< char > &values, sortmode mode=UNSORTED) const |
octave_idx_type | lookup (const char &value, sortmode mode=UNSORTED) const |
void | make_unique (void) |
Array< U > | map (U(&fcn)(const char &)) const |
Array< U > | map (F fcn) const |
Array< U > | map (U(&fcn)(char)) const |
charMatrix | matrix_value (void) const |
void | maybe_economize (void) |
void * | mex_get_data (void) const |
int | ndims (void) const |
octave_idx_type | nelem (void) const |
octave_idx_type | nnz (void) const |
Array< char > | nth_element (const idx_vector &n, int dim=0) const |
octave_idx_type | numel (void) const |
char & | operator() (octave_idx_type n) |
char & | operator() (octave_idx_type i, octave_idx_type j) |
char & | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
crefT | operator() (octave_idx_type n) const |
crefT | operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
crefT | operator() (octave_idx_type i, octave_idx_type j) const |
crefT | operator() (const Array< octave_idx_type > &ra_idx) const |
char & | operator() (const Array< octave_idx_type > &ra_idx) |
charNDArray & | operator= (const charNDArray &a) |
bool | optimize_dimensions (const dim_vector &dv) |
Array< char > | page (octave_idx_type k) const |
octave_idx_type | pages (void) const |
Array< char > | permute (const Array< octave_idx_type > &vec, bool inv=false) const |
void | print_info (std::ostream &os, const std::string &prefix) const |
Array< char > | reshape (octave_idx_type nr, octave_idx_type nc) const |
Array< char > | reshape (const dim_vector &new_dims) const |
void | resize (const dim_vector &dv, const char &rfv=resize_fill_value()) |
void | resize (octave_idx_type n) GCC_ATTR_DEPRECATED |
void | resize (octave_idx_type nr, octave_idx_type nc, const char &rfv=resize_fill_value()) GCC_ATTR_DEPRECATED |
void | resize1 (octave_idx_type n, const char &rfv=resize_fill_value()) |
octave_idx_type | rows (void) const |
Array< char > | sort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const |
Array< char > | sort (int dim=0, sortmode mode=ASCENDING) const |
Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
charNDArray | squeeze (void) const |
bool | test (F fcn) const |
bool | test_all (bool(&fcn)(char)) const |
bool | test_all (bool(&fcn)(const char &)) const |
bool | test_all (F fcn) const |
bool | test_any (F fcn) const |
bool | test_any (bool(&fcn)(const char &)) const |
bool | test_any (bool(&fcn)(char)) const |
Array< char > | transpose (void) const |
char & | xelem (octave_idx_type i, octave_idx_type j) |
crefT | xelem (octave_idx_type i, octave_idx_type j) const |
crefT | xelem (octave_idx_type n) const |
char & | xelem (octave_idx_type n) |
crefT | xelem (const Array< octave_idx_type > &ra_idx) const |
char & | xelem (const Array< octave_idx_type > &ra_idx) |
crefT | xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const |
char & | xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) |
Static Public Member Functions |
static Array< char > | cat (int dim, octave_idx_type n, const Array< char > *array_list) |
static octave_idx_type | compute_index (Array< octave_idx_type > &ra_idx, const dim_vector &dimensions) |
static void | increment_index (Array< octave_idx_type > &ra_idx, const dim_vector &dimensions, int start_dimension=0) |
static char | resize_fill_value (void) |
Protected Attributes |
dim_vector | dimensions |
Array< char >::ArrayRep * | rep |
char * | slice_data |
octave_idx_type | slice_len |