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