Mercurial > hg > octave-nkf
diff src/ov-re-mat.h @ 4507:65f47f8a92a2
[project @ 2003-09-10 15:48:02 by jwe]
author | jwe |
---|---|
date | Wed, 10 Sep 2003 15:48:08 +0000 |
parents | e944fbe3fff2 |
children | 508238e65af7 |
line wrap: on
line diff
--- a/src/ov-re-mat.h +++ b/src/ov-re-mat.h @@ -98,8 +98,8 @@ ComplexMatrix complex_matrix_value (bool = false) const { return ComplexMatrix (matrix); } - ArrayN<double> double_nd_array_value (bool = false) const - { return ArrayN<double> (matrix); } + NDArray double_nd_array_value (bool = false) const + { return NDArray (matrix); } void increment (void) { matrix += 1.0; }