From 6b97b271ae2a21ffc5258f77910441c2affdd86c Mon Sep 17 00:00:00 2001 From: paboyle Date: Sat, 28 Nov 2015 17:01:20 -0800 Subject: [PATCH] Integer divide useful --- lib/tensors/Tensor_unary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tensors/Tensor_unary.h b/lib/tensors/Tensor_unary.h index 045097a3..d2c3fae4 100644 --- a/lib/tensors/Tensor_unary.h +++ b/lib/tensors/Tensor_unary.h @@ -111,7 +111,7 @@ template inline auto toComplex(const iMatrix &z) -> type return ret; } - +BINARY_RSCALAR(div,Integer); BINARY_RSCALAR(mod,Integer); BINARY_RSCALAR(pow,RealD);