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

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