#include <chMatrix.h>
Inherits MArray2< char >.
charMatrix::charMatrix | ( | void | ) | [inline] |
charMatrix::charMatrix | ( | octave_idx_type | r, | |
octave_idx_type | c | |||
) | [inline] |
charMatrix::charMatrix | ( | octave_idx_type | r, | |
octave_idx_type | c, | |||
char | val | |||
) | [inline] |
charMatrix::charMatrix | ( | const dim_vector & | dv | ) | [inline] |
charMatrix::charMatrix | ( | const dim_vector & | dv, | |
char | val | |||
) | [inline] |
charMatrix::charMatrix | ( | const charMatrix & | a | ) | [inline] |
charMatrix::charMatrix | ( | char | c | ) |
charMatrix::charMatrix | ( | const char * | s | ) |
charMatrix::charMatrix | ( | const std::string & | s | ) |
charMatrix::charMatrix | ( | const string_vector & | s | ) |
boolMatrix charMatrix::all | ( | int | dim = -1 |
) | const |
boolMatrix charMatrix::any | ( | int | dim = -1 |
) | const |
charMatrix charMatrix::diag | ( | octave_idx_type | k = 0 |
) | const |
Reimplemented from MArray2< char >.
charMatrix charMatrix::extract | ( | octave_idx_type | r1, | |
octave_idx_type | c1, | |||
octave_idx_type | r2, | |||
octave_idx_type | c2 | |||
) | const |
charMatrix & charMatrix::insert | ( | const charMatrix & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) |
charMatrix & charMatrix::insert | ( | const char * | s, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) |
bool charMatrix::operator!= | ( | const charMatrix & | a | ) | const |
charMatrix& charMatrix::operator= | ( | const charMatrix & | a | ) | [inline] |
bool charMatrix::operator== | ( | const charMatrix & | a | ) | const |
static char charMatrix::resize_fill_value | ( | void | ) | [inline, static] |
Reimplemented from Array< T >.
std::string charMatrix::row_as_string | ( | octave_idx_type | r, | |
bool | strip_ws = false , |
|||
bool | raw = false | |||
) | const |
charMatrix charMatrix::transpose | ( | void | ) | const [inline] |
Reimplemented from MArray2< char >.
friend class ComplexMatrix [friend] |