mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 12:46:00 +08:00
Make sure that now-fixed assert is not triggered.
(transplanted from 0e1e0a2a585f9c16719bdb412b9f4bd8a734ca05 )
This commit is contained in:
parent
0fa2b394ce
commit
61ad84fd4d
@ -570,6 +570,9 @@ void EigenSolver<MatrixType>::doComputeEigenvectors()
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We handled a pair of complex conjugate eigenvalues, so need to skip them both
|
||||||
|
n--;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user