mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
bug #329: fix typo
This commit is contained in:
parent
cd679f2c47
commit
b9d314ae19
@ -313,7 +313,7 @@ namespace Eigen {
|
|||||||
using std::abs;
|
using std::abs;
|
||||||
using std::sqrt;
|
using std::sqrt;
|
||||||
const Index dim=m_S.cols();
|
const Index dim=m_S.cols();
|
||||||
if (abs(m_S.coeff(i+1,i)==Scalar(0)))
|
if (abs(m_S.coeff(i+1,i))==Scalar(0))
|
||||||
return;
|
return;
|
||||||
Index z = findSmallDiagEntry(i,i+1);
|
Index z = findSmallDiagEntry(i,i+1);
|
||||||
if (z==i-1)
|
if (z==i-1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user