Mercurial > hg > octave-lyh
comparison src/ov-cx-sparse.h @ 7576:7ebdc99a0bab
new isfloat function
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 10 Mar 2008 22:24:49 -0400 |
parents | 8c32f95c2639 |
children | 99c410f7f0b0 |
comparison
equal
deleted
inserted
replaced
7575:d20a2f261306 | 7576:7ebdc99a0bab |
---|---|
101 bool is_complex_matrix (void) const { return true; } | 101 bool is_complex_matrix (void) const { return true; } |
102 | 102 |
103 bool is_complex_type (void) const { return true; } | 103 bool is_complex_type (void) const { return true; } |
104 | 104 |
105 bool is_double_type (void) const { return true; } | 105 bool is_double_type (void) const { return true; } |
106 | |
107 bool is_float_type (void) const { return true; } | |
106 | 108 |
107 bool valid_as_scalar_index (void) const; | 109 bool valid_as_scalar_index (void) const; |
108 | 110 |
109 double double_value (bool = false) const; | 111 double double_value (bool = false) const; |
110 | 112 |