Lines Matching refs:plugin
82 It is possible to add new methods to many fundamental classes in %Eigen by writing a plugin. As exp…
83 the section \ref ExtendingMatrixBase, the plugin is specified by defining a \c EIGEN_xxx_PLUGIN mac…
86 - \b EIGEN_ARRAY_PLUGIN - filename of plugin for extending the Array class.
87 - \b EIGEN_ARRAYBASE_PLUGIN - filename of plugin for extending the ArrayBase class.
88 - \b EIGEN_CWISE_PLUGIN - filename of plugin for extending the Cwise class.
89 - \b EIGEN_DENSEBASE_PLUGIN - filename of plugin for extending the DenseBase class.
90 …- \b EIGEN_DYNAMICSPARSEMATRIX_PLUGIN - filename of plugin for extending the DynamicSparseMatrix c…
91 - \b EIGEN_MATRIX_PLUGIN - filename of plugin for extending the Matrix class.
92 - \b EIGEN_MATRIXBASE_PLUGIN - filename of plugin for extending the MatrixBase class.
93 - \b EIGEN_PLAINOBJECTBASE_PLUGIN - filename of plugin for extending the PlainObjectBase class.
94 - \b EIGEN_QUATERNIONBASE_PLUGIN - filename of plugin for extending the QuaternionBase class.
95 - \b EIGEN_SPARSEMATRIX_PLUGIN - filename of plugin for extending the SparseMatrix class.
96 - \b EIGEN_SPARSEMATRIXBASE_PLUGIN - filename of plugin for extending the SparseMatrixBase class.
97 - \b EIGEN_SPARSEVECTOR_PLUGIN - filename of plugin for extending the SparseVector class.
98 - \b EIGEN_TRANSFORM_PLUGIN - filename of plugin for extending the Transform class.
99 …- \b EIGEN_FUNCTORS_PLUGIN - filename of plugin for adding new functors and specializations of fun…