Mercurial > hg > octave-lyh
diff liboctave/CMatrix.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 | c187f0e3a7ee |
children | b756ce0002db |
line wrap: on
line diff
--- a/liboctave/CMatrix.h +++ b/liboctave/CMatrix.h @@ -373,6 +373,8 @@ ComplexMatrix (Complex *d, octave_idx_type r, octave_idx_type c) : MArray2<Complex> (d, r, c) { } }; +extern OCTAVE_API ComplexMatrix conj (const ComplexMatrix& a); + // column vector by row vector -> matrix operations extern OCTAVE_API ComplexMatrix