Mercurial > hg > octave-lyh
diff src/ov-range.h @ 6934:37676450044a
[project @ 2007-09-28 15:41:01 by jwe]
author | jwe |
---|---|
date | Fri, 28 Sep 2007 15:41:01 +0000 |
parents | 8065a1bc0358 |
children | 9e32bb109980 |
line wrap: on
line diff
--- a/src/ov-range.h +++ b/src/ov-range.h @@ -163,6 +163,10 @@ NDArray array_value (bool = false) const { return range.matrix_value (); } + // FIXME -- it would be better to have Range::intXNDArray_value + // functions to avoid the intermediate conversion to a matrix + // object. + int8NDArray int8_array_value (void) const { return int8NDArray (array_value ()); }