aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseBinaryOp.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-11-14 18:47:41 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-11-14 18:47:41 +0100
commit0ee92aa38eebcf5c3274f2f23ae56d0a4e722a65 (patch)
tree167788c62a0dd98d465b460b6bf795e824e982e0 /Eigen/src/Core/CwiseBinaryOp.h
parent2e334f5da0c37eea3bd91f0e80adb5f509d2416b (diff)
Optimize sparse<bool> && sparse<bool> to use the same path as for coeff-wise products.
Diffstat (limited to 'Eigen/src/Core/CwiseBinaryOp.h')
-rw-r--r--Eigen/src/Core/CwiseBinaryOp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/CwiseBinaryOp.h b/Eigen/src/Core/CwiseBinaryOp.h
index aa3297354..9ddbfe286 100644
--- a/Eigen/src/Core/CwiseBinaryOp.h
+++ b/Eigen/src/Core/CwiseBinaryOp.h
@@ -84,6 +84,7 @@ class CwiseBinaryOp :
{
public:
+ typedef typename internal::remove_all<BinaryOp>::type Functor;
typedef typename internal::remove_all<LhsType>::type Lhs;
typedef typename internal::remove_all<RhsType>::type Rhs;