Mercurial > hg > octave-nkf
diff src/ov-str-mat.h @ 3202:44d82b369c78
[project @ 1998-10-29 20:27:57 by jwe]
author | jwe |
---|---|
date | Thu, 29 Oct 1998 20:28:02 +0000 |
parents | bef7b73c0724 |
children | bc61b0e8d60e |
line wrap: on
line diff
--- a/src/ov-str-mat.h +++ b/src/ov-str-mat.h @@ -37,6 +37,7 @@ #include "str-vec.h" #include "error.h" +#include "ov.h" #include "ov-ch-mat.h" #include "ov-typeinfo.h" @@ -91,6 +92,8 @@ bool is_real_type (void) const { return true; } + bool is_matrix_type (void) const { return Vimplicit_str_to_num_ok; } + bool valid_as_scalar_index (void) const; bool valid_as_zero_index (void) const;