pub fn factorize_ci<T>(
matrix: &Matrix2<T>,
options: &FactorizeOptions,
) -> Result<FactorizeResult<T>>where
T: SVDScalar + Scalar + MatrixLuciScalar,
<T as ComplexFloat>::Real: Into<f64>,
DenseFaerLuKernel: PivotKernel<T>,Expand description
Factorize using Cross Interpolation
This function requires the tensor4all_tcicore::Scalar trait. Use this directly when you need CI-based factorization.