mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-15 05:05:58 +08:00
add the possibility to extend Matrix outside Eigen, just like MatrixBase
This commit is contained in:
parent
3e502abfda
commit
48137e28d8
@ -428,6 +428,11 @@ class Matrix
|
|||||||
explicit Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r);
|
explicit Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r);
|
||||||
template<typename OtherDerived>
|
template<typename OtherDerived>
|
||||||
Matrix& operator=(const RotationBase<OtherDerived,ColsAtCompileTime>& r);
|
Matrix& operator=(const RotationBase<OtherDerived,ColsAtCompileTime>& r);
|
||||||
|
|
||||||
|
// allow to extend Matrix outside Eigen
|
||||||
|
#ifdef EIGEN_MATRIX_PLUGIN
|
||||||
|
#include EIGEN_MATRIX_PLUGIN
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
/** \defgroup matrixtypedefs Global matrix typedefs
|
/** \defgroup matrixtypedefs Global matrix typedefs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user