pub fn svd_backend<T>(
a: &TypedTensor<T>,
) -> Result<SvdResult<T>, BackendLinalgError>where
T: BackendLinalgScalar,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).