Skip to main content

Module dense

Module dense 

Source
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§

jacobi
One-sided Jacobi SVD.
tsqr
Tall-skinny QR.

Structs§

SmallSvd
A thin SVD of a small dense matrix: a ≈ u · diag(s) · vt, s descending.

Functions§

small_svd
Thin SVD of a small dense matrix.
svd_flip
Flip the sign of each singular-vector pair so the dominant entry of every column of u is positive.