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