IMSL C# Numerical Library

ComplexSparseCholesky.SetNumericFactor Method 

Sets the numeric Cholesky factor to use in solving a sparse complex Hermitian positive definite system of linear equations Ax=b.

public void SetNumericFactor(
   NumericFactor numericFactor
);

Parameters

numericFactor
A NumericFactor containing the numeric Cholesky factor. By default the numeric factorization is computed.

See Also

ComplexSparseCholesky Class | Imsl.Math Namespace