Function ndarray_linalg::krylov::qr

source ยท
pub fn qr<A, S>(
    iter: impl Iterator<Item = ArrayBase<S, Ix1>>,
    ortho: impl Orthogonalizer<Elem = A>,
    strategy: Strategy,
) -> (Q<A>, R<A>)
where A: Scalar + Lapack, S: Data<Elem = A>,
Expand description

Online QR decomposition using arbitrary orthogonalizer