IMSL C# Numerical Library

SparseCholesky.SetNumericFactor Method 

Sets the numeric Cholesky factor to use in solving of a sparse 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

SparseCholesky Class | Imsl.Math Namespace