Mercurial > hg > octave-nkf
diff liboctave/fNDArray.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/fNDArray.h +++ b/liboctave/fNDArray.h @@ -30,6 +30,7 @@ #include "mx-defs.h" #include "mx-op-decl.h" +#include "bsxfun-decl.h" class OCTAVE_API @@ -192,6 +193,9 @@ MARRAY_FORWARD_DEFS (MArrayN, FloatNDArray, float) +BSXFUN_STDOP_DECLS (FloatNDArray, OCTAVE_API) +BSXFUN_STDREL_DECLS (FloatNDArray, OCTAVE_API) + #endif /*