add plugin mechanism to sparse objects

This commit is contained in:
Gael Guennebaud
2011-01-07 15:53:02 +01:00
parent 9111d73017
commit c7baf07a3e
4 changed files with 22 additions and 6 deletions

View File

@@ -600,6 +600,10 @@ class SparseMatrix
/** \deprecated use finalize */
EIGEN_DEPRECATED void endFill() { finalize(); }
# ifdef EIGEN_SPARSEMATRIX_PLUGIN
# include EIGEN_SPARSEMATRIX_PLUGIN
# endif
private:
struct default_prunning_func {