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

charMatrix Class Reference

#include "chMatrix.h"

Inheritance diagram for charMatrix:
Inheritance graph
[legend]
Collaboration diagram for charMatrix:
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

Public Member Functions

 charMatrix (void)
 charMatrix (octave_idx_type r, octave_idx_type c)
 charMatrix (const dim_vector &dv)
 charMatrix (char c)
 charMatrix (const char *s)
 charMatrix (const dim_vector &dv, char val)
 charMatrix (const std::string &s)
 charMatrix (const string_vector &s, char fill_value= '\0')
 charMatrix (octave_idx_type r, octave_idx_type c, char val)
 charMatrix (const Array< char > &a)
 charMatrix (const charMatrix &a)
boolMatrix all (int dim=-1) const
boolMatrix any (int dim=-1) 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
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
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
void chop_trailing_singletons (void) GCC_ATTR_DEPRECATED
void clear (const dim_vector &dv)
void clear (void)
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
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)
charMatrix 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
charMatrix extract (octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) 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 idx_vector &j, bool resize_ok, const char &rfv=resize_fill_value()) 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 Array< idx_vector > &ia, bool resize_ok, const char &rfv=resize_fill_value()) const
charMatrixinsert (const char *s, octave_idx_type r, octave_idx_type c)
charMatrixinsert (const charMatrix &a, octave_idx_type r, octave_idx_type c)
Array< char > & insert (const Array< char > &a, octave_idx_type r, octave_idx_type c)
Array< char > & insert (const Array< char > &a, const Array< octave_idx_type > &idx)
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 (F fcn) const
Array< U > map (U(&fcn)(char)) const
Array< U > map (U(&fcn)(const char &)) 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
bool operator!= (const charMatrix &a) const
crefT operator() (octave_idx_type n) 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 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
charMatrixoperator= (const charMatrix &a)
bool operator== (const charMatrix &a) const
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 nr, octave_idx_type nc, const char &rfv=resize_fill_value()) GCC_ATTR_DEPRECATED
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, char rfv=resize_fill_value())
void resize1 (octave_idx_type n, const char &rfv=resize_fill_value())
std::string row_as_string (octave_idx_type, bool strip_ws=false) const
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
Array< charsqueeze (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 (bool(&fcn)(char)) const
bool test_any (F fcn) const
bool test_any (bool(&fcn)(const char &)) const
charMatrix transpose (void) const
crefT xelem (octave_idx_type i, octave_idx_type j, octave_idx_type k) const
charxelem (octave_idx_type i, octave_idx_type j)
crefT xelem (octave_idx_type n) const
charxelem (octave_idx_type n)
charxelem (const Array< octave_idx_type > &ra_idx)
crefT xelem (const Array< octave_idx_type > &ra_idx) const
crefT xelem (octave_idx_type i, octave_idx_type j) 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 char resize_fill_value (void)

Protected Attributes

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

Friends

class ComplexMatrix

Detailed Description

Definition at line 35 of file chMatrix.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.


Constructor & Destructor Documentation

charMatrix::charMatrix ( void   )  [inline]

Definition at line 43 of file chMatrix.h.

charMatrix::charMatrix ( octave_idx_type  r,
octave_idx_type  c 
) [inline]

Definition at line 45 of file chMatrix.h.

charMatrix::charMatrix ( octave_idx_type  r,
octave_idx_type  c,
char  val 
) [inline]

Definition at line 48 of file chMatrix.h.

charMatrix::charMatrix ( const dim_vector dv  )  [inline]

Definition at line 51 of file chMatrix.h.

charMatrix::charMatrix ( const dim_vector dv,
char  val 
) [inline]

Definition at line 53 of file chMatrix.h.

charMatrix::charMatrix ( const Array< char > &  a  )  [inline]

Definition at line 55 of file chMatrix.h.

charMatrix::charMatrix ( const charMatrix a  )  [inline]

Definition at line 57 of file chMatrix.h.

charMatrix::charMatrix ( char  c  ) 

Definition at line 42 of file chMatrix.cc.

References Array< char >::elem(), and resize().

charMatrix::charMatrix ( const char s  ) 

Definition at line 53 of file chMatrix.cc.

References Array< char >::elem(), and resize().

charMatrix::charMatrix ( const std::string &  s  ) 

Definition at line 65 of file chMatrix.cc.

References Array< char >::elem(), and resize().

charMatrix::charMatrix ( const string_vector s,
char  fill_value = '\0' 
)

Definition at line 77 of file chMatrix.cc.

References Array< char >::elem(), and Array< char >::rows().


Member Function Documentation

boolMatrix charMatrix::all ( int  dim = -1  )  const

Definition at line 197 of file chMatrix.cc.

boolMatrix charMatrix::any ( int  dim = -1  )  const

Definition at line 203 of file chMatrix.cc.

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 insert(), operator==(), and 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 Array< char >::compute_index_unchecked ( const Array< octave_idx_type > &  ra_idx  )  const [inline, inherited]

Definition at line 322 of file Array.h.

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

Definition at line 435 of file Array.h.

Referenced by 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]
charMatrix charMatrix::diag ( octave_idx_type  k = 0  )  const

Reimplemented from Array< char >.

Definition at line 188 of file chMatrix.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]

Definition at line 353 of file Array.h.

Referenced by charMatrix(), extract(), insert(), and row_as_string().

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.

charMatrix charMatrix::extract ( octave_idx_type  r1,
octave_idx_type  c1,
octave_idx_type  r2,
octave_idx_type  c2 
) const

Definition at line 170 of file chMatrix.cc.

References Array< char >::elem(), and Array< T >::elem().

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]
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]
charMatrix & charMatrix::insert ( const char s,
octave_idx_type  r,
octave_idx_type  c 
)
charMatrix & charMatrix::insert ( const charMatrix a,
octave_idx_type  r,
octave_idx_type  c 
)

Definition at line 126 of file chMatrix.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 [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 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(&)(const char &)  fcn  )  const [inline, inherited]

Definition at line 609 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(&)(char fcn  )  const [inline, inherited]

Definition at line 604 of file Array.h.

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.

bool charMatrix::operator!= ( const charMatrix a  )  const

Definition at line 101 of file chMatrix.cc.

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.

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

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

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

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.

charMatrix& charMatrix::operator= ( const charMatrix a  )  [inline]

Definition at line 67 of file chMatrix.h.

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

bool charMatrix::operator== ( const charMatrix a  )  const
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 ( const dim_vector new_dims  )  const [inline, inherited]

Definition at line 419 of file Array.h.

Array<char > Array< char >::reshape ( octave_idx_type  nr,
octave_idx_type  nc 
) const [inline, inherited]

Definition at line 416 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 charMatrix::resize ( octave_idx_type  nr,
octave_idx_type  nc,
char  rfv = resize_fill_value () 
) [inline]
void Array< char >::resize ( octave_idx_type  n  )  [inline, inherited]

Definition at line 459 of file Array.h.

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

Reimplemented from Array< char >.

Definition at line 107 of file chMatrix.h.

std::string charMatrix::row_as_string ( octave_idx_type  r,
bool  strip_ws = false 
) const
octave_idx_type Array< char >::rows ( void   )  const [inline, inherited]

Definition at line 303 of file Array.h.

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

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]
Array<char > Array< char >::squeeze ( void   )  const [inherited]

Reimplemented in charNDArray.

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(&)(const char &)  fcn  )  const [inline, inherited]

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

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

Definition at line 652 of file Array.h.

charMatrix charMatrix::transpose ( void   )  const [inline]

Reimplemented from Array< char >.

Definition at line 76 of file chMatrix.h.

References Array< T >::transpose().

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.

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

Definition at line 338 of file Array.h.

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 ( octave_idx_type  n  )  const [inline, inherited]

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

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.

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.


Friends And Related Function Documentation

friend class ComplexMatrix [friend]

Definition at line 39 of file chMatrix.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