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

@@ -384,6 +384,10 @@ class SparseVector
/** \deprecated use finalize() */
EIGEN_DEPRECATED void endFill() {}
# ifdef EIGEN_SPARSEVECTOR_PLUGIN
# include EIGEN_SPARSEVECTOR_PLUGIN
# endif
};
template<typename Scalar, int _Options, typename _Index>