#include <ov-str-mat.h>
Inherits octave_char_matrix_str.
Inherited by octave_null_sq_str.
octave_char_matrix_sq_str::octave_char_matrix_sq_str | ( | void | ) | [inline] |
octave_char_matrix_sq_str::octave_char_matrix_sq_str | ( | const charMatrix & | chm | ) | [inline] |
octave_char_matrix_sq_str::octave_char_matrix_sq_str | ( | const charNDArray & | chm | ) | [inline] |
octave_char_matrix_sq_str::octave_char_matrix_sq_str | ( | char | c | ) | [inline] |
octave_char_matrix_sq_str::octave_char_matrix_sq_str | ( | const char * | s | ) | [inline] |
octave_char_matrix_sq_str::octave_char_matrix_sq_str | ( | const std::string & | s | ) | [inline] |
octave_char_matrix_sq_str::octave_char_matrix_sq_str | ( | const string_vector & | s | ) | [inline] |
octave_char_matrix_sq_str::octave_char_matrix_sq_str | ( | const octave_char_matrix_str & | chm | ) | [inline] |
octave_char_matrix_sq_str::octave_char_matrix_sq_str | ( | const octave_char_matrix_sq_str & | chms | ) | [inline] |
octave_char_matrix_sq_str::~octave_char_matrix_sq_str | ( | void | ) | [inline] |
octave_base_value* octave_char_matrix_sq_str::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_char_matrix_str.
octave_value octave_char_matrix_sq_str::diag | ( | octave_idx_type | k = 0 |
) | const [inline, virtual] |
Reimplemented from octave_char_matrix_str.
octave_value octave_char_matrix_sq_str::do_index_op | ( | const octave_value_list & | idx, | |
bool | resize_ok = false | |||
) | [inline, virtual] |
Reimplemented from octave_char_matrix_str.
octave_base_value* octave_char_matrix_sq_str::empty_clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_char_matrix_str.
bool octave_char_matrix_sq_str::is_sq_string | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_char_matrix_sq_str::permute | ( | const Array< int > & | vec, | |
bool | inv = false | |||
) | const [inline, virtual] |
Reimplemented from octave_char_matrix_str.
octave_value octave_char_matrix_sq_str::reshape | ( | const dim_vector & | new_dims | ) | const [inline, virtual] |
Reimplemented from octave_char_matrix_str.
octave_value octave_char_matrix_sq_str::resize | ( | const dim_vector & | dv, | |
bool | = false | |||
) | const [inline, virtual] |
Reimplemented from octave_char_matrix_str.
octave_value octave_char_matrix_sq_str::sort | ( | Array< octave_idx_type > & | sidx, | |
octave_idx_type | dim = 0 , |
|||
sortmode | mode = ASCENDING | |||
) | const [inline, virtual] |
Reimplemented from octave_char_matrix_str.
octave_value octave_char_matrix_sq_str::sort | ( | octave_idx_type | dim = 0 , |
|
sortmode | mode = ASCENDING | |||
) | const [inline, virtual] |
Reimplemented from octave_char_matrix_str.
octave_value octave_char_matrix_sq_str::squeeze | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_char_matrix_str.