Function rgsl::linear_algebra::QR_unpack
[−]
[src]
pub fn QR_unpack(qr: &MatrixF64, tau: &VectorF64, q: &MatrixF64, r: &MatrixF64) -> Value
This function unpacks the encoded QR decomposition (QR,tau) into the matrices Q and R, where Q is M-by-M and R is M-by-N.