mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Update VectorwiseOp.h to allow Plugins similar to MatrixBase.h or ArrayBase.h
This commit is contained in:
parent
55ecd58a3c
commit
cc954777f2
@ -719,6 +719,10 @@ template<typename ExpressionType, int Direction> class VectorwiseOp
|
|||||||
EIGEN_DEVICE_FUNC
|
EIGEN_DEVICE_FUNC
|
||||||
const HNormalizedReturnType hnormalized() const;
|
const HNormalizedReturnType hnormalized() const;
|
||||||
|
|
||||||
|
# ifdef EIGEN_VECTORWISEOP_PLUGIN
|
||||||
|
# include EIGEN_VECTORWISEOP_PLUGIN
|
||||||
|
# endif
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
Index redux_length() const
|
Index redux_length() const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user