Skip to main content

svd_backend

Function svd_backend 

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