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