diff liboctave/int16NDArray.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/int16NDArray.h	Mon Oct 19 19:17:49 2009 -0700
+++ b/liboctave/int16NDArray.h	Tue Oct 20 10:47:22 2009 +0200
@@ -26,6 +26,7 @@
 #include "intNDArray.h"
 #include "mx-op-decl.h"
 #include "oct-inttypes.h"
+#include "bsxfun-decl.h"
 
 typedef intNDArray<octave_int16> int16NDArray;
 
@@ -42,6 +43,9 @@
 
 MINMAX_DECLS (int16)
 
+BSXFUN_STDOP_DECLS (int16NDArray, OCTAVE_API)
+BSXFUN_STDREL_DECLS (int16NDArray, OCTAVE_API)
+
 #endif
 
 /*