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>>
Expand description

Compute complete-pivoting LU with the configured tenferro backend.

ยงErrors

Returns an error if the backend does not support the input dtype or if the factorization fails.