mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add plugin mechanism to sparse objects
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user