SuperLUPerformanceParameters Enumeration |
Performance tuning parameters which can be adjusted via method
SetPerformanceTuningParameters.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public enum PerformanceParameters
Public Enumeration PerformanceParameters
public enum class PerformanceParameters
type PerformanceParameters
Members
| Member name | Value | Description |
---|
| PanelSize | 1 |
The panel size, that is, the number of consecutive columns of
A being factorized at a time.
|
| RelaxationParameter | 2 |
The relaxation parameter to control supernode amalgamation.
|
| MaximumSupernodeSize | 3 |
The maximum allowable size for a supernode.
|
| MinimumRowDimension | 4 |
The minimum row dimension to be used for 2D blocking.
|
| MinimumColumnDimension | 5 |
The minimum column dimension to be used for 2D blocking.
|
| FillFactor | 6 |
The estimated fill factor for L and U, compared
with A.
|
See Also