diff --git a/Eigen/src/Sparse/TaucsSupport.h b/Eigen/src/Sparse/TaucsSupport.h index 19e54cdc6..0caa8cbed 100644 --- a/Eigen/src/Sparse/TaucsSupport.h +++ b/Eigen/src/Sparse/TaucsSupport.h @@ -89,12 +89,12 @@ class SparseLLT : public SparseLLT public: - SparseLLT(int flags = 0) + SparseLLT(int flags = SupernodalMultifrontal) : Base(flags), m_taucsSupernodalFactor(0) { } - SparseLLT(const MatrixType& matrix, int flags = 0) + SparseLLT(const MatrixType& matrix, int flags = SupernodalMultifrontal) : Base(flags), m_taucsSupernodalFactor(0) { compute(matrix);