mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-15 13:15:57 +08:00
Fix umfpack ctor for expressions.
This commit is contained in:
parent
009a69fbf4
commit
5ed7b37b8f
@ -148,7 +148,8 @@ class UmfPackLU : internal::noncopyable
|
|||||||
|
|
||||||
UmfPackLU() { init(); }
|
UmfPackLU() { init(); }
|
||||||
|
|
||||||
UmfPackLU(const MatrixType& matrix)
|
template<typename InputMatrixType>
|
||||||
|
UmfPackLU(const InputMatrixType& matrix)
|
||||||
{
|
{
|
||||||
init();
|
init();
|
||||||
compute(matrix);
|
compute(matrix);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user