Mercurial > hg > octave-nkf
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 +++ b/liboctave/fNDArray.h @@ -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 (); }