Skip to main content

qr_backend

Function qr_backend 

Source
pub fn qr_backend<T>(
    a: &TypedTensor<T>,
) -> Result<(TypedTensor<T>, TypedTensor<T>)>
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.