mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix UmfPackLU ctor for exppressions
This commit is contained in:
@@ -157,7 +157,8 @@ class UmfPackLU : public SparseSolverBase<UmfPackLU<_MatrixType> >
|
||||
init();
|
||||
}
|
||||
|
||||
explicit UmfPackLU(const MatrixType& matrix)
|
||||
template<typename InputMatrixType>
|
||||
explicit UmfPackLU(const InputMatrixType& matrix)
|
||||
: mp_matrix(matrix)
|
||||
{
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user