pub fn qr_backend<T>(
a: &TypedTensor<T>,
) -> Result<(TypedTensor<T>, TypedTensor<T>), BackendLinalgError>where
T: BackendLinalgScalar,Expand description
Compute a thin/economy QR decomposition on a typed tensor.
ยงErrors
Returns an error when the QR fails (a backend or non-convergence /// failure).