mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix bug #239: the essential part was left uninitialized in some cases
(transplanted from 969e92261d
)
This commit is contained in:
@@ -74,6 +74,7 @@ void MatrixBase<Derived>::makeHouseholder(
|
||||
{
|
||||
tau = 0;
|
||||
beta = internal::real(c0);
|
||||
essential.setZero();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user