diff --git a/Eigen/src/Sparse/UmfPackSupport.h b/Eigen/src/Sparse/UmfPackSupport.h index cde924964..950624758 100644 --- a/Eigen/src/Sparse/UmfPackSupport.h +++ b/Eigen/src/Sparse/UmfPackSupport.h @@ -127,7 +127,7 @@ class SparseLU : public SparseLU typedef Matrix Vector; typedef Matrix IntRowVectorType; typedef Matrix IntColVectorType; - typedef SparseMatrix LMatrixType; + typedef SparseMatrix LMatrixType; typedef SparseMatrix UMatrixType; using Base::m_flags; using Base::m_status;