Module linxal::factorization [] [src]

Traits and functions for computing matrix factoriations.

Reexports

pub use self::qr::{QR, QRFactors, QRError};
pub use self::lu::{LU, LUFactors, LUError};
pub use self::cholesky::{Cholesky, CholeskyError};

Modules

cholesky

Compute the Cholesky-factorization of a rectangular matrix.

lu

Compute the LU-factorization of a rectangular matrix.

qr

Compute the QR-factorization of a rectangular matrix.