Inverted sign in householder
This commit is contained in:
parent
f8c0195f0f
commit
a2f3e1ac26
|
@ -34,7 +34,7 @@ pub fn reflection_axis_mut<N: ComplexField, D: Dim, S: StorageMut<N, D>>(
|
||||||
|
|
||||||
if !factor.is_zero() {
|
if !factor.is_zero() {
|
||||||
column.unscale_mut(factor.sqrt());
|
column.unscale_mut(factor.sqrt());
|
||||||
(-signed_norm, true)
|
(signed_norm, true)
|
||||||
} else {
|
} else {
|
||||||
// TODO: not sure why we don't have a - sign here.
|
// TODO: not sure why we don't have a - sign here.
|
||||||
(signed_norm, false)
|
(signed_norm, false)
|
||||||
|
|
Loading…
Reference in New Issue