diff liboctave/fNDArray.h @ 8650:a1ae2aae903e

abs,real,imag,conj: use code from mx-inlines rather than the generic map
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 02 Feb 2009 15:35:32 +0100
parents 935be827eaf8
children b756ce0002db
line wrap: on
line diff
--- a/liboctave/fNDArray.h	Sun Feb 01 20:40:10 2009 +0100
+++ b/liboctave/fNDArray.h	Mon Feb 02 15:35:32 2009 +0100
@@ -111,6 +111,8 @@
   friend OCTAVE_API FloatNDArray real (const FloatComplexNDArray& a);
   friend OCTAVE_API FloatNDArray imag (const FloatComplexNDArray& a);
 
+  friend class FloatComplexNDArray;
+
   Matrix matrix_value (void) const;
 
   FloatNDArray squeeze (void) const { return MArrayN<float>::squeeze (); }