Mercurial > hg > octave-lyh
comparison src/ov-cx-mat.h @ 9685:e793865ede63
implement builtin_type
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 02 Oct 2009 08:27:44 +0200 |
parents | 1be3c73ed7b5 |
children | b4fdfee405b5 |
comparison
equal
deleted
inserted
replaced
9684:c5ff5f858cfd | 9685:e793865ede63 |
---|---|
87 octave_base_value *empty_clone (void) const { return new octave_complex_matrix (); } | 87 octave_base_value *empty_clone (void) const { return new octave_complex_matrix (); } |
88 | 88 |
89 type_conv_info numeric_demotion_function (void) const; | 89 type_conv_info numeric_demotion_function (void) const; |
90 | 90 |
91 octave_base_value *try_narrowing_conversion (void); | 91 octave_base_value *try_narrowing_conversion (void); |
92 | |
93 builtin_type_t builtin_type (void) const { return btyp_complex; } | |
92 | 94 |
93 bool is_complex_matrix (void) const { return true; } | 95 bool is_complex_matrix (void) const { return true; } |
94 | 96 |
95 bool is_complex_type (void) const { return true; } | 97 bool is_complex_type (void) const { return true; } |
96 | 98 |