#include <ov-base-mat.h>
Inherits octave_base_value.
octave_base_matrix< MT >::octave_base_matrix | ( | void | ) | [inline] |
octave_base_matrix< MT >::octave_base_matrix | ( | const MT & | m, | |
const MatrixType & | t = MatrixType () | |||
) | [inline] |
octave_base_matrix< MT >::octave_base_matrix | ( | const octave_base_matrix< MT > & | m | ) | [inline] |
octave_base_matrix< MT >::~octave_base_matrix | ( | void | ) | [inline] |
octave_value octave_base_matrix< MT >::all | ( | int | dim = 0 |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_base_matrix< MT >::any | ( | int | dim = 0 |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
void octave_base_matrix< MT >::assign | ( | const octave_value_list & | idx, | |
typename MT::element_type | rhs | |||
) | [inline] |
void octave_base_matrix< MT >::assign | ( | const octave_value_list & | idx, | |
const MT & | rhs | |||
) | [inline] |
Reimplemented in octave_cell.
size_t octave_base_matrix< MT >::byte_size | ( | void | ) | const [inline, virtual] |
void octave_base_matrix< MT >::clear_cached_info | ( | void | ) | const [inline, protected] |
octave_base_value* octave_base_matrix< MT >::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented in octave_base_int_matrix< T >, octave_bool_matrix, octave_cell, octave_char_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_float_matrix, octave_matrix, octave_char_matrix_str, octave_char_matrix_sq_str, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
void octave_base_matrix< MT >::delete_elements | ( | const octave_value_list & | idx | ) | [inline] |
Reimplemented in octave_cell.
octave_value octave_base_matrix< MT >::diag | ( | octave_idx_type | k = 0 |
) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented in octave_complex_matrix, octave_float_complex_matrix, octave_float_matrix, octave_matrix, octave_char_matrix_str, and octave_char_matrix_sq_str.
dim_vector octave_base_matrix< MT >::dims | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_base_matrix< MT >::do_index_op | ( | const octave_value_list & | idx, | |
bool | resize_ok = false | |||
) | [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_str, and octave_char_matrix_sq_str.
octave_base_value* octave_base_matrix< MT >::empty_clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented in octave_base_int_matrix< T >, octave_bool_matrix, octave_cell, octave_char_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, octave_matrix, octave_char_matrix_str, octave_char_matrix_sq_str, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
octave_value octave_base_matrix< MT >::full_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_base_matrix< MT >::is_constant | ( | void | ) | const [inline, virtual] |
bool octave_base_matrix< MT >::is_defined | ( | void | ) | const [inline, virtual] |
bool octave_base_matrix< MT >::is_matrix_type | ( | void | ) | const [inline, virtual] |
bool octave_base_matrix< MT >::is_numeric_type | ( | void | ) | const [inline, virtual] |
sortmode octave_base_matrix< MT >::is_sorted | ( | sortmode | mode = UNSORTED |
) | const [inline, virtual] |
sortmode octave_base_matrix< MT >::is_sorted_rows | ( | sortmode | mode = UNSORTED |
) | const [inline, virtual] |
bool octave_base_matrix< MT >::is_true | ( | void | ) | const [inline, virtual] |
MT& octave_base_matrix< MT >::matrix_ref | ( | void | ) | [inline] |
MatrixType octave_base_matrix< MT >::matrix_type | ( | const MatrixType & | _typ | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
MatrixType octave_base_matrix< MT >::matrix_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
void octave_base_matrix< MT >::maybe_economize | ( | void | ) | [inline, virtual] |
Reimplemented from octave_base_value.
octave_idx_type octave_base_matrix< MT >::nnz | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_idx_type octave_base_matrix< MT >::numel | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_base_matrix< MT >::permute | ( | const Array< int > & | vec, | |
bool | inv = false | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_str, and octave_char_matrix_sq_str.
void octave_base_matrix< MT >::print | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [inline, virtual] |
bool octave_base_matrix< MT >::print_as_scalar | ( | void | ) | const [inline, virtual] |
void octave_base_matrix< MT >::print_info | ( | std::ostream & | os, | |
const std::string & | prefix | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_base_matrix< MT >::reshape | ( | const dim_vector & | new_dims | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_str, and octave_char_matrix_sq_str.
octave_value octave_base_matrix< MT >::resize | ( | const dim_vector & | dv, | |
bool | fill = false | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_str, and octave_char_matrix_sq_str.
idx_vector octave_base_matrix< MT >::set_idx_cache | ( | const idx_vector & | idx | ) | const [inline, protected] |
octave_value octave_base_matrix< MT >::sort | ( | Array< octave_idx_type > & | sidx, | |
octave_idx_type | dim = 0 , |
|||
sortmode | mode = ASCENDING | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented in octave_cell, octave_char_matrix_str, and octave_char_matrix_sq_str.
octave_value octave_base_matrix< MT >::sort | ( | octave_idx_type | dim = 0 , |
|
sortmode | mode = ASCENDING | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented in octave_cell, octave_char_matrix_str, and octave_char_matrix_sq_str.
Array<octave_idx_type> octave_base_matrix< MT >::sort_rows_idx | ( | sortmode | mode = ASCENDING |
) | const [inline, virtual] |
octave_value octave_base_matrix< MT >::squeeze | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
Reimplemented in octave_char_matrix_str, and octave_char_matrix_sq_str.
octave_value octave_base_matrix< MT >::subsasgn | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
const octave_value & | rhs | |||
) | [inline, virtual] |
octave_value_list octave_base_matrix< MT >::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
int | ||||
) | [inline, virtual] |
octave_value octave_base_matrix< MT >::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx | |||
) | [inline, virtual] |
idx_vector* octave_base_matrix< MT >::idx_cache [mutable, protected] |
MT octave_base_matrix< MT >::matrix [protected] |
MatrixType* octave_base_matrix< MT >::typ [mutable, protected] |