#include <ov-base-int.h>
Inherits octave_base_matrix< T >.
Public Member Functions | |
octave_base_int_matrix (void) | |
octave_base_int_matrix (const T &nda) | |
~octave_base_int_matrix (void) | |
octave_base_value * | clone (void) const |
octave_base_value * | empty_clone (void) const |
octave_base_value * | try_narrowing_conversion (void) |
bool | is_real_type (void) const |
void | print_raw (std::ostream &os, bool pr_as_read_syntax=false) const |
octave_value | convert_to_str_internal (bool, bool, char type) const |
bool | save_ascii (std::ostream &os) |
bool | load_ascii (std::istream &is) |
bool | save_binary (std::ostream &os, bool &) |
bool | load_binary (std::istream &is, bool swap, oct_mach_info::float_format) |
octave_base_int_matrix< T >::octave_base_int_matrix | ( | void | ) | [inline] |
octave_base_int_matrix< T >::octave_base_int_matrix | ( | const T & | nda | ) | [inline] |
octave_base_int_matrix< T >::~octave_base_int_matrix | ( | void | ) | [inline] |
octave_base_value* octave_base_int_matrix< T >::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< T >.
octave_value octave_base_int_matrix< T >::convert_to_str_internal | ( | bool | , | |
bool | , | |||
char | type | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_base_value* octave_base_int_matrix< T >::empty_clone | ( | void | ) | const [inline, virtual] |
bool octave_base_int_matrix< T >::is_real_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_base_int_matrix< T >::load_ascii | ( | std::istream & | is | ) | [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_base_int_matrix< T >::load_binary | ( | std::istream & | is, | |
bool | swap, | |||
oct_mach_info::float_format | ||||
) | [inline, virtual] |
Reimplemented from octave_base_value.
void octave_base_int_matrix< T >::print_raw | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_base_int_matrix< T >::save_ascii | ( | std::ostream & | os | ) | [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_base_int_matrix< T >::save_binary | ( | std::ostream & | os, | |
bool & | ||||
) | [inline, virtual] |
Reimplemented from octave_base_value.
octave_base_value * octave_base_int_matrix< T >::try_narrowing_conversion | ( | void | ) | [inline, virtual] |
Reimplemented from octave_base_value.