diff liboctave/fNDArray.h @ 8981:ed5055b0a476

fix & simplify ndarray->matrix conversions
author Jaroslav Hajek <highegg@gmail.com>
date Sat, 14 Mar 2009 19:42:50 +0100
parents d91fa4b20bbb
children a48fba01e4ac
line wrap: on
line diff
--- a/liboctave/fNDArray.h	Sat Mar 14 10:38:43 2009 +0100
+++ b/liboctave/fNDArray.h	Sat Mar 14 19:42:50 2009 +0100
@@ -121,7 +121,7 @@
 
   friend class FloatComplexNDArray;
 
-  Matrix matrix_value (void) const;
+  FloatMatrix matrix_value (void) const;
 
   FloatNDArray squeeze (void) const { return MArrayN<float>::squeeze (); }