Mercurial > hg > octave-lyh
diff liboctave/int8NDArray.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 | eb63fbe60fab |
children | 4c0cdbe0acca |
line wrap: on
line diff
--- a/liboctave/int8NDArray.h +++ b/liboctave/int8NDArray.h @@ -26,6 +26,7 @@ #include "intNDArray.h" #include "mx-op-decl.h" #include "oct-inttypes.h" +#include "bsxfun-decl.h" typedef intNDArray<octave_int8> int8NDArray; @@ -42,6 +43,9 @@ MINMAX_DECLS (int8) +BSXFUN_STDOP_DECLS (int8NDArray, OCTAVE_API) +BSXFUN_STDREL_DECLS (int8NDArray, OCTAVE_API) + #endif /*