Skip to main content

factorize_lu

Function factorize_lu 

Source
pub fn factorize_lu<T>(
    matrix: &Matrix2<T>,
    options: &FactorizeOptions,
) -> Result<FactorizeResult<T>>
where T: SVDScalar + Scalar + MatrixLuciScalar, DenseFaerLuKernel: PivotKernel<T>,
Expand description

Factorize using LU decomposition

This function requires the tensor4all_tcicore::Scalar trait. Use this directly when you need LU-based factorization.