Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes

charNDArray Class Reference

#include "chNDArray.h"

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

List of all members.

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< 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=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
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 NDArray &rb, const Array< octave_idx_type > &ra_idx)
charNDArray concat (const charNDArray &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
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=resize_fill_value()) const
Array< charindex (const idx_vector &i, const idx_vector &j, bool resize_ok, const char &rfv=resize_fill_value()) const
Array< charindex (const Array< idx_vector > &ia, bool resize_ok, const char &rfv=resize_fill_value()) 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
octave_idx_type length (void) const
Array< charlinear_slice (octave_idx_type lo, octave_idx_type up) const
Array< octave_idx_typelookup (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< 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)
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
charoperator() (const Array< octave_idx_type > &ra_idx)
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 (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< charsort (Array< octave_idx_type > &sidx, int dim=0, sortmode mode=ASCENDING) const
Array< charsort (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 (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< chartranspose (void) const
charxelem (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
charxelem (octave_idx_type n)
crefT xelem (const Array< octave_idx_type > &ra_idx) const
charxelem (const Array< octave_idx_type > &ra_idx)
crefT xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
charxelem (octave_idx_type i, octave_idx_type j, octave_idx_type k)

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)
static char resize_fill_value (void)

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 127 of file Array.h.

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

Definition at line 125 of file Array.h.

typedef char Array< char >::element_type [inherited]

Definition at line 123 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.

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

Definition at line 46 of file chNDArray.cc.

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 [inline, inherited]

Definition at line 274 of file Array.h.

Array<char > Array< char >::as_matrix ( void   )  const [inline, inherited]

Definition at line 294 of file Array.h.

Array<char > Array< char >::as_row ( void   )  const [inline, inherited]

Definition at line 284 of file Array.h.

void Array< char >::assign ( const idx_vector i,
const Array< char > &  rhs,
const char rfv = resize_fill_value () 
) [inherited]
void Array< char >::assign ( const idx_vector i,
const idx_vector j,
const Array< char > &  rhs,
const char rfv = resize_fill_value () 
) [inherited]
void Array< char >::assign ( const Array< idx_vector > &  ia,
const Array< char > &  rhs,
const char rfv = resize_fill_value () 
) [inherited]
size_t Array< char >::byte_size ( void   )  const [inline, inherited]

Definition at line 308 of file Array.h.

octave_idx_type Array< char >::capacity ( void   )  const [inline, inherited]

Definition at line 264 of file Array.h.

static Array<char > Array< char >::cat ( int  dim,
octave_idx_type  n,
const Array< char > *  array_list 
) [static, inherited]
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   )  [inline, inherited]

Definition at line 315 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 
) [inline, inherited]

Definition at line 261 of file Array.h.

octave_idx_type Array< char >::cols ( void   )  const [inline, inherited]

Definition at line 304 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 [inline, inherited]

Definition at line 305 of file Array.h.

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 charNDArray::compute_index ( Array< octave_idx_type > &  ra_idx,
const dim_vector dimensions 
) [static]

Definition at line 124 of file chNDArray.cc.

octave_idx_type Array< char >::compute_index_unchecked ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 322 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 [inline, inherited]

Definition at line 435 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 131 of file chNDArray.cc.

octave_idx_type Array< char >::dim1 ( void   )  const [inline, inherited]

Definition at line 269 of file Array.h.

octave_idx_type Array< char >::dim2 ( void   )  const [inline, inherited]

Definition at line 270 of file Array.h.

octave_idx_type Array< char >::dim3 ( void   )  const [inline, inherited]

Definition at line 271 of file Array.h.

const dim_vector& Array< char >::dims ( void   )  const [inline, inherited]

Definition at line 311 of file Array.h.

crefT Array< char >::elem ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 389 of file Array.h.

char & Array< char >::elem ( octave_idx_type  n  )  [inline, inherited]
char & Array< char >::elem ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 359 of file Array.h.

char & Array< char >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inline, inherited]

Definition at line 361 of file Array.h.

char & Array< char >::elem ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 363 of file Array.h.

crefT Array< char >::elem ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 383 of file Array.h.

crefT Array< char >::elem ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Definition at line 385 of file Array.h.

crefT Array< char >::elem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inline, inherited]

Definition at line 387 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 [inline, inherited]

Definition at line 437 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 116 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 = resize_fill_value () 
) const [inherited]
Array<char > Array< char >::index ( const idx_vector i,
const idx_vector j,
bool  resize_ok,
const char rfv = resize_fill_value () 
) const [inherited]
Array<char > Array< char >::index ( const Array< idx_vector > &  ia,
bool  resize_ok,
const char rfv = resize_fill_value () 
) const [inherited]
charNDArray & charNDArray::insert ( const charNDArray a,
const Array< octave_idx_type > &  ra_idx 
)

Definition at line 103 of file chNDArray.cc.

References insert().

Array<char >& Array< char >::insert ( const Array< char > &  a,
octave_idx_type  r,
octave_idx_type  c 
) [inherited]
Array<char >& Array< char >::insert ( const Array< char > &  a,
const Array< octave_idx_type > &  idx 
) [inherited]
charNDArray & charNDArray::insert ( const charNDArray a,
octave_idx_type  r,
octave_idx_type  c 
)

Definition at line 96 of file chNDArray.cc.

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

Array<char > Array< char >::ipermute ( const Array< octave_idx_type > &  vec  )  const [inline, inherited]

Definition at line 423 of file Array.h.

bool Array< char >::is_empty ( void   )  const [inline, inherited]

Definition at line 428 of file Array.h.

bool Array< char >::is_shared ( void   )  [inline, inherited]

Definition at line 441 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 [inline, inherited]

Definition at line 426 of file Array.h.

bool Array< char >::is_vector ( void   )  const [inline, inherited]

Definition at line 430 of file Array.h.

octave_idx_type Array< char >::length ( void   )  const [inline, inherited]

Definition at line 265 of file Array.h.

Referenced by charMatrix::operator==().

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

Definition at line 109 of file Array.h.

Array<U> Array< char >::map ( U(&)(char fcn  )  const [inline, inherited]

Definition at line 604 of file Array.h.

Array<U> Array< char >::map ( fcn  )  const [inline, inherited]

Definition at line 573 of file Array.h.

Array<U> Array< char >::map ( U(&)(const char &)  fcn  )  const [inline, inherited]

Definition at line 609 of file Array.h.

charMatrix charNDArray::matrix_value ( void   )  const
void Array< char >::maybe_economize ( void   )  [inline, inherited]

Definition at line 514 of file Array.h.

void* Array< char >::mex_get_data ( void   )  const [inline, inherited]

Definition at line 529 of file Array.h.

int Array< char >::ndims ( void   )  const [inline, inherited]

Definition at line 443 of file Array.h.

octave_idx_type Array< char >::nelem ( void   )  const [inline, inherited]

Definition at line 266 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 [inline, inherited]

Definition at line 267 of file Array.h.

char & Array< char >::operator() ( octave_idx_type  n  )  [inline, inherited]

Definition at line 372 of file Array.h.

char & Array< char >::operator() ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 373 of file Array.h.

crefT Array< char >::operator() ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 398 of file Array.h.

crefT Array< char >::operator() ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Definition at line 399 of file Array.h.

crefT Array< char >::operator() ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 401 of file Array.h.

crefT Array< char >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inline, inherited]

Definition at line 400 of file Array.h.

char & Array< char >::operator() ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 375 of file Array.h.

char & Array< char >::operator() ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inline, inherited]

Definition at line 374 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 [inline, inherited]

Definition at line 306 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 [inline, inherited]

Definition at line 416 of file Array.h.

Array<char > Array< char >::reshape ( const dim_vector new_dims  )  const [inline, inherited]

Definition at line 419 of file Array.h.

void Array< char >::resize ( octave_idx_type  nr,
octave_idx_type  nc,
const char rfv = resize_fill_value () 
) [inline, inherited]

Definition at line 462 of file Array.h.

void Array< char >::resize ( const dim_vector dv,
const char rfv = resize_fill_value () 
) [inherited]
void Array< char >::resize ( octave_idx_type  n  )  [inline, inherited]

Definition at line 459 of file Array.h.

void Array< char >::resize1 ( octave_idx_type  n,
const char rfv = resize_fill_value () 
) [inherited]
static char charNDArray::resize_fill_value ( void   )  [inline, static]

Reimplemented from Array< char >.

Definition at line 95 of file chNDArray.h.

Referenced by octave_char_matrix_str::resize().

octave_idx_type Array< char >::rows ( void   )  const [inline, inherited]
Array<char > Array< char >::sort ( Array< octave_idx_type > &  sidx,
int  dim = 0,
sortmode  mode = ASCENDING 
) const [inherited]
Array<char > Array< char >::sort ( 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 81 of file chNDArray.h.

References Array< T >::squeeze().

bool Array< char >::test ( fcn  )  const [inline, inherited]

Definition at line 614 of file Array.h.

bool Array< char >::test_all ( fcn  )  const [inline, inherited]

Definition at line 648 of file Array.h.

bool Array< char >::test_all ( bool(&)(char fcn  )  const [inline, inherited]

Definition at line 658 of file Array.h.

bool Array< char >::test_all ( bool(&)(const char &)  fcn  )  const [inline, inherited]

Definition at line 661 of file Array.h.

bool Array< char >::test_any ( bool(&)(char fcn  )  const [inline, inherited]

Definition at line 652 of file Array.h.

bool Array< char >::test_any ( bool(&)(const char &)  fcn  )  const [inline, inherited]

Definition at line 655 of file Array.h.

bool Array< char >::test_any ( fcn  )  const [inline, inherited]

Definition at line 644 of file Array.h.

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

Reimplemented in charMatrix.

char & Array< char >::xelem ( octave_idx_type  i,
octave_idx_type  j 
) [inline, inherited]

Definition at line 330 of file Array.h.

crefT Array< char >::xelem ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 341 of file Array.h.

char & Array< char >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) [inline, inherited]

Definition at line 333 of file Array.h.

char & Array< char >::xelem ( const Array< octave_idx_type > &  ra_idx  )  [inline, inherited]

Definition at line 338 of file Array.h.

crefT Array< char >::xelem ( octave_idx_type  n  )  const [inline, inherited]

Definition at line 328 of file Array.h.

crefT Array< char >::xelem ( octave_idx_type  i,
octave_idx_type  j,
octave_idx_type  k 
) const [inline, inherited]

Definition at line 335 of file Array.h.

crefT Array< char >::xelem ( octave_idx_type  i,
octave_idx_type  j 
) const [inline, inherited]

Definition at line 331 of file Array.h.

char & Array< char >::xelem ( octave_idx_type  n  )  [inline, inherited]

Definition at line 327 of file Array.h.


Member Data Documentation

dim_vector Array< char >::dimensions [protected, inherited]

Definition at line 132 of file Array.h.

Array<char >::ArrayRep* Array< char >::rep [protected, inherited]

Definition at line 134 of file Array.h.

char * Array< char >::slice_data [protected, inherited]

Definition at line 143 of file Array.h.

octave_idx_type Array< char >::slice_len [protected, inherited]

Definition at line 144 of file Array.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines