GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
charNDArray Class Reference

#include "chNDArray.h"

Inheritance diagram for charNDArray:
Inheritance graph
[legend]
Collaboration diagram for charNDArray:
Collaboration graph
[legend]

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 dim_vector &dv, char val)
 charNDArray (const charNDArray &a)
 charNDArray (const charMatrix &a)
 charNDArray (char c)
 charNDArray (const char *s)
 charNDArray (const std::string &s)
 charNDArray (const string_vector &s)
 charNDArray (const Array< char > &a)
boolNDArray all (int dim=-1) const
boolNDArray any (int dim=-1) const
bool any_element_is_nan (void) const
Array< charas_column (void) const
Array< charas_matrix (void) const
Array< charas_row (void) const
void assign (const idx_vector &i, const Array< char > &rhs, const char &rfv)
void assign (const idx_vector &i, const Array< char > &rhs)
void assign (const idx_vector &i, const idx_vector &j, const Array< char > &rhs, const char &rfv)
void assign (const idx_vector &i, const idx_vector &j, const Array< char > &rhs)
void assign (const Array< idx_vector > &ia, const Array< char > &rhs, const char &rfv)
void assign (const Array< idx_vector > &ia, const Array< char > &rhs)
size_t byte_size (void) const
octave_idx_type capacity (void) const
charcheckelem (octave_idx_type n)
charcheckelem (octave_idx_type i, octave_idx_type j)
charcheckelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
charcheckelem (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< charcolumn (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 charNDArray &rb, const Array< octave_idx_type > &ra_idx)
charNDArray concat (const NDArray &rb, const Array< octave_idx_type > &ra_idx)
const chardata (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
charNDArray diag (octave_idx_type m, octave_idx_type n) const
octave_idx_type dim1 (void) const
octave_idx_type dim2 (void) const
octave_idx_type dim3 (void) const
const dim_vectordims (void) const
charelem (octave_idx_type n)
charelem (octave_idx_type i, octave_idx_type j)
charelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
charelem (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_typefind (octave_idx_type n=-1, bool backward=false) const
const charfortran_vec (void) const
charfortran_vec (void)
Array< charhermitian (char(*fcn)(const char &)=0) const
Array< charindex (const idx_vector &i) const
Array< charindex (const idx_vector &i, const idx_vector &j) const
Array< charindex (const Array< idx_vector > &ia) const
Array< charindex (const idx_vector &i, bool resize_ok, const char &rfv) const
Array< charindex (const idx_vector &i, bool resize_ok) const
Array< charindex (const idx_vector &i, const idx_vector &j, bool resize_ok, const char &rfv) const
Array< charindex (const idx_vector &i, const idx_vector &j, bool resize_ok) const
Array< charindex (const Array< idx_vector > &ia, bool resize_ok, const char &rfv) const
Array< charindex (const Array< idx_vector > &ia, bool resize_ok) const
charNDArrayinsert (const charNDArray &a, octave_idx_type r, octave_idx_type c)
charNDArrayinsert (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< charipermute (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
voidjit_array_rep (void) const
octave_idx_typejit_dimensions (void) const
intjit_ref_count (void)
charjit_slice_data (void) const
octave_idx_type length (void) const
Array< charlinear_slice (octave_idx_type lo, octave_idx_type up) const
octave_idx_type lookup (const char &value, sortmode mode=UNSORTED) const
Array< octave_idx_typelookup (const Array< char > &values, sortmode mode=UNSORTED) const
void make_unique (void)
Array< U > map (F fcn) const
Array< U > map (U(&fcn)(char)) const
Array< U > map (U(&fcn)(const char &)) const
charMatrix matrix_value (void) const
charNDArray max (int dim=-1) const
charNDArray max (Array< octave_idx_type > &index, int dim=-1) const
void maybe_economize (void)
voidmex_get_data (void) const
charNDArray min (int dim=-1) const
charNDArray min (Array< octave_idx_type > &index, int dim=-1) const
int ndims (void) const
octave_idx_type nelem (void) const
octave_idx_type nnz (void) const
Array< charnth_element (const idx_vector &n, int dim=0) const
octave_idx_type numel (void) const
charoperator() (octave_idx_type n)
charoperator() (octave_idx_type i, octave_idx_type j)
charoperator() (octave_idx_type i, octave_idx_type j, octave_idx_type k)
charoperator() (const Array< octave_idx_type > &ra_idx)
crefT operator() (octave_idx_type n) const
crefT operator() (octave_idx_type i, octave_idx_type j) const
crefT operator() (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
crefT operator() (const Array< octave_idx_type > &ra_idx) const
charNDArrayoperator= (const charNDArray &a)
bool optimize_dimensions (const dim_vector &dv)
Array< charpage (octave_idx_type k) const
octave_idx_type pages (void) const
Array< charpermute (const Array< octave_idx_type > &vec, bool inv=false) const
void print_info (std::ostream &os, const std::string &prefix) const
Array< charreshape (octave_idx_type nr, octave_idx_type nc) const
Array< charreshape (const dim_vector &new_dims) const
void resize (octave_idx_type n) GCC_ATTR_DEPRECATED
void resize (octave_idx_type nr, octave_idx_type nc, const char &rfv) GCC_ATTR_DEPRECATED
void resize (octave_idx_type nr, octave_idx_type nc) GCC_ATTR_DEPRECATED
void resize (const dim_vector &dv, const char &rfv)
void resize (const dim_vector &dv)
void resize1 (octave_idx_type n, const char &rfv)
void resize1 (octave_idx_type n)
virtual char resize_fill_value (void) const
octave_idx_type rows (void) const
Array< charsort (int dim=0, sortmode mode=ASCENDING) const
Array< charsort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const
Array< octave_idx_typesort_rows_idx (sortmode mode=ASCENDING) const
charNDArray squeeze (void) const
bool test (F fcn) const
bool test_all (F fcn) const
bool test_all (bool(&fcn)(char)) const
bool test_all (bool(&fcn)(const char &)) const
bool test_any (F fcn) const
bool test_any (bool(&fcn)(char)) const
bool test_any (bool(&fcn)(const char &)) const
Array< chartranspose (void) const
charxelem (octave_idx_type n)
crefT xelem (octave_idx_type n) const
charxelem (octave_idx_type i, octave_idx_type j)
crefT xelem (octave_idx_type i, octave_idx_type j) const
charxelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)
crefT xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
charxelem (const Array< octave_idx_type > &ra_idx)
crefT xelem (const Array< octave_idx_type > &ra_idx) const

Static Public Member Functions

static Array< charcat (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)

Protected Attributes

dim_vector dimensions
Array< char >::ArrayRep * rep
charslice_data
octave_idx_type slice_len

Detailed Description

Definition at line 33 of file chNDArray.h.

Member Typedef Documentation

typedef bool(* Array< char >::compare_fcn_type)(typename ref_param< char >::type, typename ref_param< char >::type)
inherited

Definition at line 128 of file Array.h.

typedef ref_param<char >::type Array< char >::crefT
inherited

Definition at line 126 of file Array.h.

typedef char Array< char >::element_type
inherited

Definition at line 124 of file Array.h.

Definition at line 39 of file chNDArray.h.

Constructor & Destructor Documentation

charNDArray::charNDArray ( void  )
inline

Definition at line 41 of file chNDArray.h.

charNDArray::charNDArray ( const dim_vector dv)
inline

Definition at line 43 of file chNDArray.h.

charNDArray::charNDArray ( const dim_vector dv,
char  val 
)
inline

Definition at line 45 of file chNDArray.h.

charNDArray::charNDArray ( const charNDArray a)
inline

Definition at line 47 of file chNDArray.h.

charNDArray::charNDArray ( const charMatrix a)
inline

Definition at line 49 of file chNDArray.h.

charNDArray::charNDArray ( char  c)
inline

Definition at line 51 of file chNDArray.h.

charNDArray::charNDArray ( const char s)
inline

Definition at line 53 of file chNDArray.h.

charNDArray::charNDArray ( const std::string &  s)
inline

Definition at line 55 of file chNDArray.h.

charNDArray::charNDArray ( const string_vector s)
inline

Definition at line 57 of file chNDArray.h.

charNDArray::charNDArray ( const Array< char > &  a)
inline

Definition at line 59 of file chNDArray.h.

Member Function Documentation

boolNDArray charNDArray::all ( int  dim = -1) const

Definition at line 40 of file chNDArray.cc.

References mx_inline_all().

boolNDArray charNDArray::any ( int  dim = -1) const

Definition at line 46 of file chNDArray.cc.

References mx_inline_any().

bool charNDArray::any_element_is_nan ( void  ) const
inline

Definition at line 67 of file chNDArray.h.

Array<char > Array< char >::as_column ( void  ) const
inlineinherited

Definition at line 283 of file Array.h.

Array<char > Array< char >::as_matrix ( void  ) const
inlineinherited

Definition at line 303 of file Array.h.

Array<char > Array< char >::as_row ( void  ) const
inlineinherited

Definition at line 293 of file Array.h.

void Array< char >::assign ( const idx_vector i,
const Array< char > &  rhs,
const char rfv 
)
inherited
void Array< char >::assign ( const idx_vector i,
const Array< char > &  rhs 
)
inlineinherited

Definition at line 534 of file Array.h.

void Array< char >::assign ( const idx_vector i,
const idx_vector j,
const Array< char > &  rhs,
const char rfv 
)
inherited
void Array< char >::assign ( const idx_vector i,
const idx_vector j,
const Array< char > &  rhs 
)
inlineinherited

Definition at line 541 of file Array.h.

void Array< char >::assign ( const Array< idx_vector > &  ia,
const Array< char > &  rhs,
const char rfv 
)
inherited
void Array< char >::assign ( const Array< idx_vector > &  ia,
const Array< char > &  rhs 
)
inlineinherited

Definition at line 547 of file Array.h.

size_t Array< char >::byte_size ( void  ) const
inlineinherited

Definition at line 317 of file Array.h.

octave_idx_type Array< char >::capacity ( void  ) const
inlineinherited

Definition at line 273 of file Array.h.

static Array<char > Array< char >::cat ( int  dim,
octave_idx_type  n,
const Array< char > *  array_list 
)
staticinherited
char & Array< char >::checkelem ( octave_idx_type  n)
inherited
char & Array< char >::checkelem ( octave_idx_type  i,
octave_idx_type  j 
)
inherited
char & Array< char >::checkelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
inherited
char & Array< char >::checkelem ( const Array< octave_idx_type > &  ra_idx)
inherited
crefT Array< char >::checkelem ( octave_idx_type  n) const
inherited
crefT Array< char >::checkelem ( octave_idx_type  i,
octave_idx_type  j 
) const
inherited
crefT Array< char >::checkelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inherited
crefT Array< char >::checkelem ( const Array< octave_idx_type > &  ra_idx) const
inherited
void Array< char >::chop_trailing_singletons ( void  )
inlineinherited

Definition at line 325 of file Array.h.

void Array< char >::clear ( void  )
inherited
void Array< char >::clear ( const dim_vector dv)
inherited
void Array< char >::clear ( octave_idx_type  r,
octave_idx_type  c 
)
inlineinherited

Definition at line 270 of file Array.h.

octave_idx_type Array< char >::cols ( void  ) const
inlineinherited

Definition at line 313 of file Array.h.

Referenced by charMatrix::insert(), charMatrix::operator==(), and charMatrix::row_as_string().

Array<char > Array< char >::column ( octave_idx_type  k) const
inherited
octave_idx_type Array< char >::columns ( void  ) const
inlineinherited

Definition at line 314 of file Array.h.

octave_idx_type charNDArray::compute_index ( Array< octave_idx_type > &  ra_idx,
const dim_vector dimensions 
)
static

Definition at line 148 of file chNDArray.cc.

octave_idx_type Array< char >::compute_index ( octave_idx_type  i,
octave_idx_type  j 
) const
inherited
octave_idx_type Array< char >::compute_index ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inherited
octave_idx_type Array< char >::compute_index ( const Array< octave_idx_type > &  ra_idx) const
inherited
octave_idx_type Array< char >::compute_index_unchecked ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Definition at line 333 of file Array.h.

charNDArray charNDArray::concat ( const charNDArray rb,
const Array< octave_idx_type > &  ra_idx 
)

Definition at line 52 of file chNDArray.cc.

References insert(), and Array< T >::numel().

charNDArray charNDArray::concat ( const NDArray rb,
const Array< octave_idx_type > &  ra_idx 
)
const char * Array< char >::data ( void  ) const
inlineinherited

Definition at line 465 of file Array.h.

Referenced by charMatrix::operator==().

void Array< char >::delete_elements ( const idx_vector i)
inherited
void Array< char >::delete_elements ( int  dim,
const idx_vector i 
)
inherited
void Array< char >::delete_elements ( const Array< idx_vector > &  ia)
inherited
charNDArray charNDArray::diag ( octave_idx_type  k = 0) const

Reimplemented from Array< char >.

Definition at line 155 of file chNDArray.cc.

Referenced by diag().

charNDArray charNDArray::diag ( octave_idx_type  m,
octave_idx_type  n 
) const

Reimplemented from Array< char >.

Definition at line 161 of file chNDArray.cc.

References diag().

octave_idx_type Array< char >::dim1 ( void  ) const
inlineinherited

Definition at line 278 of file Array.h.

octave_idx_type Array< char >::dim2 ( void  ) const
inlineinherited

Definition at line 279 of file Array.h.

octave_idx_type Array< char >::dim3 ( void  ) const
inlineinherited

Definition at line 280 of file Array.h.

const dim_vector& Array< char >::dims ( void  ) const
inlineinherited

Definition at line 321 of file Array.h.

char & Array< char >::elem ( octave_idx_type  n)
inlineinherited
char & Array< char >::elem ( octave_idx_type  i,
octave_idx_type  j 
)
inlineinherited

Definition at line 372 of file Array.h.

char & Array< char >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
inlineinherited

Definition at line 374 of file Array.h.

char & Array< char >::elem ( const Array< octave_idx_type > &  ra_idx)
inlineinherited

Definition at line 377 of file Array.h.

crefT Array< char >::elem ( octave_idx_type  n) const
inlineinherited

Definition at line 403 of file Array.h.

crefT Array< char >::elem ( octave_idx_type  i,
octave_idx_type  j 
) const
inlineinherited

Definition at line 405 of file Array.h.

crefT Array< char >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inlineinherited

Definition at line 408 of file Array.h.

crefT Array< char >::elem ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Definition at line 411 of file Array.h.

void Array< char >::fill ( const char val)
inherited
Array<octave_idx_type> Array< char >::find ( octave_idx_type  n = -1,
bool  backward = false 
) const
inherited
const char * Array< char >::fortran_vec ( void  ) const
inlineinherited

Definition at line 467 of file Array.h.

char * Array< char >::fortran_vec ( void  )
inherited
Array<char > Array< char >::hermitian ( char (*)(const char &)  fcn = 0) const
inherited
void charNDArray::increment_index ( Array< octave_idx_type > &  ra_idx,
const dim_vector dimensions,
int  start_dimension = 0 
)
static

Definition at line 140 of file chNDArray.cc.

Array<char > Array< char >::index ( const idx_vector i) const
inherited
Array<char > Array< char >::index ( const idx_vector i,
const idx_vector j 
) const
inherited
Array<char > Array< char >::index ( const Array< idx_vector > &  ia) const
inherited
Array<char > Array< char >::index ( const idx_vector i,
bool  resize_ok,
const char rfv 
) const
inherited
Array<char > Array< char >::index ( const idx_vector i,
bool  resize_ok 
) const
inlineinherited

Definition at line 511 of file Array.h.

Array<char > Array< char >::index ( const idx_vector i,
const idx_vector j,
bool  resize_ok,
const char rfv 
) const
inherited
Array<char > Array< char >::index ( const idx_vector i,
const idx_vector j,
bool  resize_ok 
) const
inlineinherited

Definition at line 518 of file Array.h.

Array<char > Array< char >::index ( const Array< idx_vector > &  ia,
bool  resize_ok,
const char rfv 
) const
inherited
Array<char > Array< char >::index ( const Array< idx_vector > &  ia,
bool  resize_ok 
) const
inlineinherited

Definition at line 526 of file Array.h.

charNDArray & charNDArray::insert ( const charNDArray a,
octave_idx_type  r,
octave_idx_type  c 
)

Definition at line 120 of file chNDArray.cc.

Referenced by concat(), FloatNDArray::concat(), NDArray::concat(), and insert().

charNDArray & charNDArray::insert ( const charNDArray a,
const Array< octave_idx_type > &  ra_idx 
)

Definition at line 127 of file chNDArray.cc.

References insert().

Array<char >& Array< char >::insert ( const Array< char > &  a,
const Array< octave_idx_type > &  idx 
)
inherited
Array<char >& Array< char >::insert ( const Array< char > &  a,
octave_idx_type  r,
octave_idx_type  c 
)
inherited
Array<char > Array< char >::ipermute ( const Array< octave_idx_type > &  vec) const
inlineinherited

Definition at line 453 of file Array.h.

bool Array< char >::is_empty ( void  ) const
inlineinherited

Definition at line 458 of file Array.h.

bool Array< char >::is_shared ( void  )
inlineinherited

Definition at line 471 of file Array.h.

sortmode Array< char >::is_sorted ( sortmode  mode = UNSORTED) const
inherited
sortmode Array< char >::is_sorted_rows ( sortmode  mode = UNSORTED) const
inherited
bool Array< char >::is_square ( void  ) const
inlineinherited

Definition at line 456 of file Array.h.

bool Array< char >::is_vector ( void  ) const
inlineinherited

Definition at line 460 of file Array.h.

void* Array< char >::jit_array_rep ( void  ) const
inlineinherited

Definition at line 718 of file Array.h.

octave_idx_type* Array< char >::jit_dimensions ( void  ) const
inlineinherited

Definition at line 716 of file Array.h.

int* Array< char >::jit_ref_count ( void  )
inlineinherited

Definition at line 712 of file Array.h.

char * Array< char >::jit_slice_data ( void  ) const
inlineinherited

Definition at line 714 of file Array.h.

octave_idx_type Array< char >::length ( void  ) const
inlineinherited

Definition at line 274 of file Array.h.

Referenced by charMatrix::operator==().

Array<char > Array< char >::linear_slice ( octave_idx_type  lo,
octave_idx_type  up 
) const
inherited
octave_idx_type Array< char >::lookup ( const char value,
sortmode  mode = UNSORTED 
) const
inherited
Array<octave_idx_type> Array< char >::lookup ( const Array< char > &  values,
sortmode  mode = UNSORTED 
) const
inherited
void Array< char >::make_unique ( void  )
inlineinherited

Definition at line 110 of file Array.h.

Array<U> Array< char >::map ( F  fcn) const
inlineinherited

Definition at line 635 of file Array.h.

Array<U> Array< char >::map ( U(&)(char fcn) const
inlineinherited

Definition at line 666 of file Array.h.

Array<U> Array< char >::map ( U(&)(const char &)  fcn) const
inlineinherited

Definition at line 671 of file Array.h.

charMatrix charNDArray::matrix_value ( void  ) const
charNDArray charNDArray::max ( int  dim = -1) const

Definition at line 96 of file chNDArray.cc.

References mx_inline_max().

Referenced by do_minmax_red_op< charNDArray >().

charNDArray charNDArray::max ( Array< octave_idx_type > &  index,
int  dim = -1 
) const

Definition at line 102 of file chNDArray.cc.

References mx_inline_max().

void Array< char >::maybe_economize ( void  )
inlineinherited

Definition at line 572 of file Array.h.

void* Array< char >::mex_get_data ( void  ) const
inlineinherited

Definition at line 587 of file Array.h.

charNDArray charNDArray::min ( int  dim = -1) const

Definition at line 108 of file chNDArray.cc.

References mx_inline_min().

Referenced by do_minmax_red_op< charNDArray >().

charNDArray charNDArray::min ( Array< octave_idx_type > &  index,
int  dim = -1 
) const

Definition at line 114 of file chNDArray.cc.

References mx_inline_min().

int Array< char >::ndims ( void  ) const
inlineinherited

Definition at line 473 of file Array.h.

octave_idx_type Array< char >::nelem ( void  ) const
inlineinherited

Definition at line 275 of file Array.h.

octave_idx_type Array< char >::nnz ( void  ) const
inherited
Array<char > Array< char >::nth_element ( const idx_vector n,
int  dim = 0 
) const
inherited
octave_idx_type Array< char >::numel ( void  ) const
inlineinherited

Definition at line 276 of file Array.h.

char & Array< char >::operator() ( octave_idx_type  n)
inlineinherited

Definition at line 389 of file Array.h.

char & Array< char >::operator() ( octave_idx_type  i,
octave_idx_type  j 
)
inlineinherited

Definition at line 390 of file Array.h.

char & Array< char >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
inlineinherited

Definition at line 391 of file Array.h.

char & Array< char >::operator() ( const Array< octave_idx_type > &  ra_idx)
inlineinherited

Definition at line 393 of file Array.h.

crefT Array< char >::operator() ( octave_idx_type  n) const
inlineinherited

Definition at line 424 of file Array.h.

crefT Array< char >::operator() ( octave_idx_type  i,
octave_idx_type  j 
) const
inlineinherited

Definition at line 425 of file Array.h.

crefT Array< char >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inlineinherited

Definition at line 427 of file Array.h.

crefT Array< char >::operator() ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Definition at line 430 of file Array.h.

charNDArray& charNDArray::operator= ( const charNDArray a)
inline

Definition at line 61 of file chNDArray.h.

References Array< T >::operator=().

bool Array< char >::optimize_dimensions ( const dim_vector dv)
inherited
Array<char > Array< char >::page ( octave_idx_type  k) const
inherited
octave_idx_type Array< char >::pages ( void  ) const
inlineinherited

Definition at line 315 of file Array.h.

Array<char > Array< char >::permute ( const Array< octave_idx_type > &  vec,
bool  inv = false 
) const
inherited
void Array< char >::print_info ( std::ostream &  os,
const std::string &  prefix 
) const
inherited
Array<char > Array< char >::reshape ( octave_idx_type  nr,
octave_idx_type  nc 
) const
inlineinherited

Definition at line 446 of file Array.h.

Array<char > Array< char >::reshape ( const dim_vector new_dims) const
inlineinherited

Definition at line 449 of file Array.h.

void Array< char >::resize ( octave_idx_type  n)
inlineinherited

Definition at line 490 of file Array.h.

void Array< char >::resize ( octave_idx_type  nr,
octave_idx_type  nc,
const char rfv 
)
inlineinherited

Definition at line 492 of file Array.h.

void Array< char >::resize ( octave_idx_type  nr,
octave_idx_type  nc 
)
inlineinherited

Definition at line 498 of file Array.h.

void Array< char >::resize ( const dim_vector dv,
const char rfv 
)
inherited
void Array< char >::resize ( const dim_vector dv)
inlineinherited

Definition at line 504 of file Array.h.

void Array< char >::resize1 ( octave_idx_type  n,
const char rfv 
)
inherited
void Array< char >::resize1 ( octave_idx_type  n)
inlineinherited

Definition at line 488 of file Array.h.

virtual char Array< char >::resize_fill_value ( void  ) const
virtualinherited
octave_idx_type Array< char >::rows ( void  ) const
inlineinherited
Array<char > Array< char >::sort ( int  dim = 0,
sortmode  mode = ASCENDING 
) const
inherited
Array<char > Array< char >::sort ( Array< octave_idx_type > &  sidx,
int  dim = 0,
sortmode  mode = ASCENDING 
) const
inherited
Array<octave_idx_type> Array< char >::sort_rows_idx ( sortmode  mode = ASCENDING) const
inherited
charNDArray charNDArray::squeeze ( void  ) const
inline

Reimplemented from Array< char >.

Definition at line 89 of file chNDArray.h.

References Array< T >::squeeze().

bool Array< char >::test ( F  fcn) const
inlineinherited

Definition at line 676 of file Array.h.

bool Array< char >::test_all ( F  fcn) const
inlineinherited

Definition at line 687 of file Array.h.

bool Array< char >::test_all ( bool(&)(char fcn) const
inlineinherited

Definition at line 697 of file Array.h.

bool Array< char >::test_all ( bool(&)(const char &)  fcn) const
inlineinherited

Definition at line 700 of file Array.h.

bool Array< char >::test_any ( F  fcn) const
inlineinherited

Definition at line 683 of file Array.h.

bool Array< char >::test_any ( bool(&)(char fcn) const
inlineinherited

Definition at line 691 of file Array.h.

bool Array< char >::test_any ( bool(&)(const char &)  fcn) const
inlineinherited

Definition at line 694 of file Array.h.

Array<char > Array< char >::transpose ( void  ) const
inherited

Reimplemented in charMatrix.

char & Array< char >::xelem ( octave_idx_type  n)
inlineinherited

Definition at line 339 of file Array.h.

crefT Array< char >::xelem ( octave_idx_type  n) const
inlineinherited

Definition at line 340 of file Array.h.

char & Array< char >::xelem ( octave_idx_type  i,
octave_idx_type  j 
)
inlineinherited

Definition at line 342 of file Array.h.

crefT Array< char >::xelem ( octave_idx_type  i,
octave_idx_type  j 
) const
inlineinherited

Definition at line 344 of file Array.h.

char & Array< char >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
)
inlineinherited

Definition at line 347 of file Array.h.

crefT Array< char >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const
inlineinherited

Definition at line 349 of file Array.h.

char & Array< char >::xelem ( const Array< octave_idx_type > &  ra_idx)
inlineinherited

Definition at line 352 of file Array.h.

crefT Array< char >::xelem ( const Array< octave_idx_type > &  ra_idx) const
inlineinherited

Definition at line 355 of file Array.h.

Member Data Documentation

dim_vector Array< char >::dimensions
protectedinherited

Definition at line 133 of file Array.h.

Array<char >::ArrayRep* Array< char >::rep
protectedinherited

Definition at line 135 of file Array.h.

char * Array< char >::slice_data
protectedinherited

Definition at line 144 of file Array.h.

octave_idx_type Array< char >::slice_len
protectedinherited

Definition at line 145 of file Array.h.


The documentation for this class was generated from the following files: