IMSL C# Numerical Library

ComplexSuperLU.PerformanceParameters Enumeration

Performance tuning parameters which can be adjusted via method SetPerformanceTuningParameters.

public enum ComplexSuperLU.PerformanceParameters

Members

Member Name Description
PanelSize The panel size.
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.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Math Namespace