Mercurial > hg > octave-nkf
diff liboctave/CNDArray.h @ 9743:26abff55f6fe
optimize bsxfun for common built-in operations
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 20 Oct 2009 10:47:22 +0200 |
parents | b4fdfee405b5 |
children | a5035bc7fbfb |
line wrap: on
line diff
--- a/liboctave/CNDArray.h +++ b/liboctave/CNDArray.h @@ -28,6 +28,7 @@ #include "mx-defs.h" #include "mx-op-decl.h" +#include "bsxfun-decl.h" class OCTAVE_API @@ -185,6 +186,9 @@ extern OCTAVE_API ComplexNDArray& operator *= (ComplexNDArray& a, double s); extern OCTAVE_API ComplexNDArray& operator /= (ComplexNDArray& a, double s); +BSXFUN_STDOP_DECLS (ComplexNDArray, OCTAVE_API) +BSXFUN_STDREL_DECLS (ComplexNDArray, OCTAVE_API) + #endif /*