mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-08 06:01:48 +08:00
fix bug #239: the essential part was left uninitialized in some cases
(transplanted from 969e92261d3da900cd472d74abda9357ac994146 )
This commit is contained in:
parent
e53539435d
commit
c088ee78c8
@ -74,6 +74,7 @@ void MatrixBase<Derived>::makeHouseholder(
|
||||
{
|
||||
tau = 0;
|
||||
beta = internal::real(c0);
|
||||
essential.setZero();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user