aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/VectorwiseOp.h
diff options
context:
space:
mode:
authorGravatar dlazenby <dakotalazenby@gmail.com>2020-03-19 16:43:38 +0000
committerGravatar dlazenby <dakotalazenby@gmail.com>2020-03-20 19:30:01 +0000
commitcc954777f23fe68ca5abbac713a4acaf3d09446d (patch)
treed8d6e3dd1374d98907bf72c073145302a4c3bc34 /Eigen/src/Core/VectorwiseOp.h
parent55ecd58a3cc12235a3301e3416f306ff0bc23885 (diff)
Update VectorwiseOp.h to allow Plugins similar to MatrixBase.h or ArrayBase.h
Diffstat (limited to 'Eigen/src/Core/VectorwiseOp.h')
-rw-r--r--Eigen/src/Core/VectorwiseOp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Eigen/src/Core/VectorwiseOp.h b/Eigen/src/Core/VectorwiseOp.h
index 274501c61..865691b32 100644
--- a/Eigen/src/Core/VectorwiseOp.h
+++ b/Eigen/src/Core/VectorwiseOp.h
@@ -719,6 +719,10 @@ template<typename ExpressionType, int Direction> class VectorwiseOp
EIGEN_DEVICE_FUNC
const HNormalizedReturnType hnormalized() const;
+# ifdef EIGEN_VECTORWISEOP_PLUGIN
+# include EIGEN_VECTORWISEOP_PLUGIN
+# endif
+
protected:
Index redux_length() const
{