pub fn qr_native_tensor(
tensor: &Tensor,
) -> Result<(Tensor, Tensor), BridgeError>Expand description
Compute a QR decomposition on a native tensor.
ยงErrors
Returns an error when the QR factorization fails (a backend or non-convergence failure).