diff --git a/Eigen/src/UmfPackSupport/UmfPackSupport.h b/Eigen/src/UmfPackSupport/UmfPackSupport.h index 3f6333a78..9568cc1d5 100644 --- a/Eigen/src/UmfPackSupport/UmfPackSupport.h +++ b/Eigen/src/UmfPackSupport/UmfPackSupport.h @@ -410,7 +410,7 @@ class UmfPackLU : public SparseSolverBase > mutable LUMatrixType m_l; int m_fact_errorCode; UmfpackControl m_control; - UmfpackInfo m_umfpackInfo; + mutable UmfpackInfo m_umfpackInfo; mutable LUMatrixType m_u; mutable IntColVectorType m_p;