Skip to main content

svd_native_tensor

Function svd_native_tensor 

Source
pub fn svd_native_tensor(tensor: &Tensor) -> Result<(Tensor, Tensor, Tensor)>
Expand description

Compute an SVD on a native tensor.

ยงErrors

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