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 | Friends | List of all members
charMatrix Class Reference

#include "chMatrix.h"

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

Public Member Functions

 charMatrix (void)
 charMatrix (octave_idx_type r, octave_idx_type c)
 charMatrix (octave_idx_type r, octave_idx_type c, char val)
 charMatrix (const dim_vector &dv)
 charMatrix (const dim_vector &dv, char val)
 charMatrix (const Array< char > &a)
 charMatrix (const charMatrix &a)
 charMatrix (char c)
 charMatrix (const char *s)
 charMatrix (const std::string &s)
 charMatrix (const string_vector &s, char fill_value= '\0')
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)
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
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
Array< chardiag (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
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
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
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, 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
void maybe_economize (void)
voidmex_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
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
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, char rfv=0)
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
std::string row_as_string (octave_idx_type, bool strip_ws=false) 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
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 (F fcn) const
bool test_any (bool(&fcn)(char)) const
bool test_any (bool(&fcn)(const char &)) const
charMatrix transpose (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)

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 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.

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.

References mx_inline_all().

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

Definition at line 203 of file chMatrix.cc.

References mx_inline_any().

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 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
inlineinherited

Definition at line 314 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
inlineinherited

Definition at line 333 of file Array.h.

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

Definition at line 465 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 189 of file chMatrix.cc.

Array<char > Array< char >::diag ( octave_idx_type  m,
octave_idx_type  n 
) const
inherited

Reimplemented in charNDArray.

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

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

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< T >::elem(), and Array< char >::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
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
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.

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
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 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.

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.

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.

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

Definition at line 101 of file chMatrix.cc.

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.

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
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 charMatrix::resize ( octave_idx_type  nr,
octave_idx_type  nc,
char  rfv = 0 
)
inline
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
std::string charMatrix::row_as_string ( octave_idx_type  r,
bool  strip_ws = false 
) const
octave_idx_type Array< char >::rows ( void  ) const
inlineinherited

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

charMatrix charMatrix::transpose ( void  ) const
inline

Reimplemented from Array< char >.

Definition at line 76 of file chMatrix.h.

References Array< T >::transpose().

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.

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
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: