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