diff liboctave/dNDArray.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/dNDArray.h	Mon Oct 19 19:17:49 2009 -0700
+++ b/liboctave/dNDArray.h	Tue Oct 20 10:47:22 2009 +0200
@@ -30,6 +30,7 @@
 
 #include "mx-defs.h"
 #include "mx-op-decl.h"
+#include "bsxfun-decl.h"
 
 class
 OCTAVE_API
@@ -195,6 +196,9 @@
 
 MARRAY_FORWARD_DEFS (MArrayN, NDArray, double)
 
+BSXFUN_STDOP_DECLS (NDArray, OCTAVE_API)
+BSXFUN_STDREL_DECLS (NDArray, OCTAVE_API)
+
 #endif
 
 /*