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>)
Expand description
Online QR decomposition using arbitrary orthogonalizer