We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a576f0 + 7801d26 commit 59d0f82Copy full SHA for 59d0f82
src/lapack_traits/svd.rs
@@ -50,7 +50,7 @@ macro_rules! impl_svd {
50
(FlagSVD::No, 0, Vec::new())
51
};
52
let mut s = vec![Self::Real::zero(); k as usize];
53
- let mut superb = vec![Self::Real::zero(); (k - 2) as usize];
+ let mut superb = vec![Self::Real::zero(); (k - 1) as usize];
54
let info = $gesvd(
55
l.lapacke_layout(),
56
ju as u8,
0 commit comments