Update VectorwiseOp.h to allow Plugins similar to MatrixBase.h or ArrayBase.h

This commit is contained in:
dlazenby 2020-03-19 16:43:38 +00:00
parent 55ecd58a3c
commit cc954777f2

View File

@ -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
{