pub fn full_piv_lu_backend<T>(
a: &TypedTensor<T>,
) -> Result<FullPivLuResult<T>, BackendLinalgError>where
T: BackendLinalgScalar,Expand description
Compute complete-pivoting LU with the configured tenferro backend.
ยงErrors
Returns an error when the LU factorization fails (a backend or /// non-convergence failure).