Click or drag to resize
ComplexSuperLUPerformanceParameters Enumeration
Performance tuning parameters which can be adjusted via method SetPerformanceTuningParameters.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum PerformanceParameters
Members
  Member nameValueDescription
PanelSize1 The panel size.
RelaxationParameter2 The relaxation parameter to control supernode amalgamation.
MaximumSupernodeSize3 The maximum allowable size for a supernode.
MinimumRowDimension4 The minimum row dimension to be used for 2D blocking.
MinimumColumnDimension5 The minimum column dimension to be used for 2D blocking.
FillFactor6 The estimated fill factor for L and U, compared with A.
See Also