mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Add EIGEN_QUATERNION_PLUGIN
This commit is contained in:
parent
7fad309631
commit
73a86cfcd3
@ -279,6 +279,10 @@ public:
|
|||||||
|
|
||||||
EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF(NeedsAlignment)
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF(NeedsAlignment)
|
||||||
|
|
||||||
|
#ifdef EIGEN_QUATERNION_PLUGIN
|
||||||
|
# include EIGEN_QUATERNION_PLUGIN
|
||||||
|
#endif
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
Coefficients m_coeffs;
|
Coefficients m_coeffs;
|
||||||
|
|
||||||
|
@ -106,6 +106,7 @@ following macros are supported; none of them are defined by default.
|
|||||||
- \b EIGEN_MATRIX_PLUGIN - filename of plugin for extending the Matrix class.
|
- \b EIGEN_MATRIX_PLUGIN - filename of plugin for extending the Matrix class.
|
||||||
- \b EIGEN_MATRIXBASE_PLUGIN - filename of plugin for extending the MatrixBase class.
|
- \b EIGEN_MATRIXBASE_PLUGIN - filename of plugin for extending the MatrixBase class.
|
||||||
- \b EIGEN_PLAINOBJECTBASE_PLUGIN - filename of plugin for extending the PlainObjectBase class.
|
- \b EIGEN_PLAINOBJECTBASE_PLUGIN - filename of plugin for extending the PlainObjectBase class.
|
||||||
|
- \b EIGEN_QUATERNION_PLUGIN - filename of plugin for extending the Quaternion class.
|
||||||
- \b EIGEN_QUATERNIONBASE_PLUGIN - filename of plugin for extending the QuaternionBase class.
|
- \b EIGEN_QUATERNIONBASE_PLUGIN - filename of plugin for extending the QuaternionBase class.
|
||||||
- \b EIGEN_SPARSEMATRIX_PLUGIN - filename of plugin for extending the SparseMatrix class.
|
- \b EIGEN_SPARSEMATRIX_PLUGIN - filename of plugin for extending the SparseMatrix class.
|
||||||
- \b EIGEN_SPARSEMATRIXBASE_PLUGIN - filename of plugin for extending the SparseMatrixBase class.
|
- \b EIGEN_SPARSEMATRIXBASE_PLUGIN - filename of plugin for extending the SparseMatrixBase class.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user