mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Fix UmfPackLU ctor for exppressions
This commit is contained in:
parent
6bdeb8cfbe
commit
afa11d646d
@ -157,7 +157,8 @@ class UmfPackLU : public SparseSolverBase<UmfPackLU<_MatrixType> >
|
|||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
|
||||||
explicit UmfPackLU(const MatrixType& matrix)
|
template<typename InputMatrixType>
|
||||||
|
explicit UmfPackLU(const InputMatrixType& matrix)
|
||||||
: mp_matrix(matrix)
|
: mp_matrix(matrix)
|
||||||
{
|
{
|
||||||
init();
|
init();
|
||||||
|
Loading…
Reference in New Issue
Block a user