Skip to main content

svd_backend

Function svd_backend 

Source
pub fn svd_backend<T>(
    a: &TypedTensor<T>,
) -> Result<SvdResult<T>, BackendLinalgError>
Expand description

Compute a thin/economy SVD on a typed tensor.

ยงErrors

Returns an error when the SVD fails (a backend or non-convergence /// failure).