add the possibility to extend Matrix outside Eigen, just like MatrixBase

This commit is contained in:
Gael Guennebaud 2008-10-28 12:18:00 +00:00
parent 3e502abfda
commit 48137e28d8

View File

@ -428,6 +428,11 @@ class Matrix
explicit Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r);
template<typename OtherDerived>
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