From cc954777f23fe68ca5abbac713a4acaf3d09446d Mon Sep 17 00:00:00 2001 From: dlazenby Date: Thu, 19 Mar 2020 16:43:38 +0000 Subject: Update VectorwiseOp.h to allow Plugins similar to MatrixBase.h or ArrayBase.h --- Eigen/src/Core/VectorwiseOp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Eigen/src/Core/VectorwiseOp.h') 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 class VectorwiseOp EIGEN_DEVICE_FUNC const HNormalizedReturnType hnormalized() const; +# ifdef EIGEN_VECTORWISEOP_PLUGIN +# include EIGEN_VECTORWISEOP_PLUGIN +# endif + protected: Index redux_length() const { -- cgit v1.2.3