c475c4000c
* fix: Normalize the column once more The column may not be normalized if the `factor` is on a scale of 1e-40. Possibly, f32 just runs out of precision. There is likely a better solution to the problem. * chore: Add test that fails before fix * chore: add comment providing details on the householder fix. * chore: rename regression test --------- Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com> |
||
---|---|---|
.. | ||
balancing.rs | ||
bidiagonal.rs | ||
cholesky.rs | ||
col_piv_qr.rs | ||
convolution.rs | ||
eigen.rs | ||
exp.rs | ||
full_piv_lu.rs | ||
hessenberg.rs | ||
inverse.rs | ||
lu.rs | ||
mod.rs | ||
pow.rs | ||
qr.rs | ||
schur.rs | ||
solve.rs | ||
svd.rs | ||
tridiagonal.rs | ||
udu.rs |