mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix compilation
This commit is contained in:
@@ -410,7 +410,7 @@ class UmfPackLU : public SparseSolverBase<UmfPackLU<_MatrixType> >
|
|||||||
mutable LUMatrixType m_l;
|
mutable LUMatrixType m_l;
|
||||||
int m_fact_errorCode;
|
int m_fact_errorCode;
|
||||||
UmfpackControl m_control;
|
UmfpackControl m_control;
|
||||||
UmfpackInfo m_umfpackInfo;
|
mutable UmfpackInfo m_umfpackInfo;
|
||||||
|
|
||||||
mutable LUMatrixType m_u;
|
mutable LUMatrixType m_u;
|
||||||
mutable IntColVectorType m_p;
|
mutable IntColVectorType m_p;
|
||||||
|
|||||||
Reference in New Issue
Block a user