comparison src/ov-flt-re-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
88 88
89 octave_base_value *try_narrowing_conversion (void); 89 octave_base_value *try_narrowing_conversion (void);
90 90
91 idx_vector index_vector (void) const 91 idx_vector index_vector (void) const
92 { return idx_cache ? *idx_cache : set_idx_cache (idx_vector (matrix)); } 92 { return idx_cache ? *idx_cache : set_idx_cache (idx_vector (matrix)); }
93
94 builtin_type_t builtin_type (void) const { return btyp_float; }
93 95
94 bool is_real_matrix (void) const { return true; } 96 bool is_real_matrix (void) const { return true; }
95 97
96 bool is_real_type (void) const { return true; } 98 bool is_real_type (void) const { return true; }
97 99