Performance tuning parameters which can be adjusted via method SetPerformanceTuningParameters.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public enum PerformanceParameters
Visual Basic (Declaration)
Public Enumeration PerformanceParameters
Visual C++
public enum class PerformanceParameters

Members

Member nameDescription
PanelSize
The panel size, that is, the number of consecutive columns of A being factorized at a time.
RelaxationParameter
The relaxation parameter to control supernode amalgamation.
MaximumSupernodeSize
The maximum allowable size for a supernode.
MinimumRowDimension
The minimum row dimension to be used for 2D blocking.
MinimumColumnDimension
The minimum column dimension to be used for 2D blocking.
FillFactor
The estimated fill factor for L and U, compared with A.

See Also