mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
IncompleteLUT should not raise an assert in compute if factorize failed.
This commit is contained in:
parent
e3774e93b7
commit
bd689ccc28
@ -150,8 +150,7 @@ class IncompleteLUT : internal::noncopyable
|
|||||||
{
|
{
|
||||||
analyzePattern(amat);
|
analyzePattern(amat);
|
||||||
factorize(amat);
|
factorize(amat);
|
||||||
eigen_assert(m_factorizationIsOk == true);
|
m_isInitialized = m_factorizationIsOk;
|
||||||
m_isInitialized = true;
|
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user