Skip to main content

full_piv_lu_backend

Function full_piv_lu_backend 

Source
pub fn full_piv_lu_backend<T>(
    a: &TypedTensor<T>,
) -> Result<FullPivLuResult<T>, BackendLinalgError>
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).