Expand description
Dense helpers: tall-skinny QR, and small factorizations on the reduced matrices the Krylov and randomized methods produce.
Re-exports§
pub use tsqr::orthogonality_error;pub use tsqr::orthonormalize;pub use tsqr::tsqr;
Modules§
Structs§
- Small
Svd - A thin SVD of a small dense matrix:
a ≈ u · diag(s) · vt,sdescending.