diff liboctave/int32NDArray.cc @ 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 7dafdb8b062f
children 4c0cdbe0acca
line wrap: on
line diff
--- a/liboctave/int32NDArray.cc
+++ b/liboctave/int32NDArray.cc
@@ -29,6 +29,8 @@
 #include "mx-op-defs.h"
 #include "intNDArray.cc"
 
+#include "bsxfun-defs.cc"
+
 template class OCTAVE_API intNDArray<octave_int32>;
 
 template OCTAVE_API
@@ -50,6 +52,9 @@
 
 MINMAX_FCNS (int32)
 
+BSXFUN_STDOP_DEFS_MXLOOP (int32NDArray)
+BSXFUN_STDREL_DEFS_MXLOOP (int32NDArray)
+
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***