ComplexSparseCholeskySetNumericFactor 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
Syntax public void SetNumericFactor(
ComplexSparseCholeskyNumericFactor numericFactor
)
Public Sub SetNumericFactor (
numericFactor As ComplexSparseCholeskyNumericFactor
)
public:
void SetNumericFactor(
ComplexSparseCholeskyNumericFactor^ numericFactor
)
member SetNumericFactor :
numericFactor : ComplexSparseCholeskyNumericFactor -> unit
Parameters
- numericFactor
- Type: Imsl.MathComplexSparseCholeskyNumericFactor
A NumericFactor containing the numeric Cholesky factor. By
default the numeric factorization is computed.
See Also