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};

Modules

lu

Compute the LU-factorization of a rectangular matrix.

qr

Compute the QR-factorization of a rectangular matrix.