mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
remove the Taucs backend : Taucs is not maintained anymore and the backend was crap anyway
This commit is contained in:
@@ -29,10 +29,6 @@
|
||||
#include <Eigen/CholmodSupport>
|
||||
#endif
|
||||
|
||||
#ifdef EIGEN_TAUCS_SUPPORT
|
||||
#include <Eigen/TaucsSupport>
|
||||
#endif
|
||||
|
||||
template<typename Scalar> void sparse_ldlt(int rows, int cols)
|
||||
{
|
||||
double density = std::max(8./(rows*cols), 0.01);
|
||||
|
||||
Reference in New Issue
Block a user