mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-13 01:43:13 +08:00
Fixed a typo in the patch
This commit is contained in:
parent
ad5fdc7ddd
commit
95ef94f1ee
@ -559,7 +559,7 @@ void EigenSolver<MatrixType>::doComputeEigenvectors()
|
||||
m_matT.coeffRef(n-1,n) = numext::imag(cc);
|
||||
}
|
||||
m_matT.coeffRef(n,n-1) = Scalar(0);
|
||||
m_matT.coeffRef(n,n) = Scalar(0);
|
||||
m_matT.coeffRef(n,n) = Scalar(1);
|
||||
for (Index i = n-2; i >= 0; i--)
|
||||
{
|
||||
Scalar ra = m_matT.row(i).segment(l, n-l+1).dot(m_matT.col(n-1).segment(l, n-l+1));
|
||||
|
Loading…
x
Reference in New Issue
Block a user