pub fn svd_native_tensor(tensor: &Tensor) -> Result<(Tensor, Tensor, Tensor)>
Compute an SVD on a native tensor.
Returns an error when the SVD factorization fails (a backend or non-convergence failure).