SparseCholesky.SetNumericFactor Method |
Sets the numeric Cholesky factor to use in solving of a sparse
positive definite system of linear equations

.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic void SetNumericFactor(
SparseCholesky. NumericFactor numericFactor
)
Public Sub SetNumericFactor (
numericFactor As SparseCholesky. NumericFactor
)
public:
void SetNumericFactor(
SparseCholesky. NumericFactor^ numericFactor
)
member SetNumericFactor :
numericFactor : SparseCholesky. NumericFactor -> unit
Parameters
- numericFactor
- Type: Imsl.Math.SparseCholesky.NumericFactor
A NumericFactor containing the numeric Cholesky factor.
By default the numeric factorization is computed.
See Also