mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-14 17:11:50 +08:00
Fix regression introduced by last merge
This commit is contained in:
parent
6f7f0ab6c2
commit
a08df3ff34
@ -296,7 +296,7 @@ class SparseLU : public internal::SparseLUImpl<typename _MatrixType::Scalar, typ
|
|||||||
if(it.row() < j) continue;
|
if(it.row() < j) continue;
|
||||||
if(it.row() == j)
|
if(it.row() == j)
|
||||||
{
|
{
|
||||||
using std::log, std::abs;
|
using std::log; using std::abs;
|
||||||
det += log(abs(it.value()));
|
det += log(abs(it.value()));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user