ComplexSuperLU.GetPerformanceTuningParameters Method |
Returns a performance tuning parameter value.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic int GetPerformanceTuningParameters(
ComplexSuperLU. PerformanceParameters parameter
)
Public Function GetPerformanceTuningParameters (
parameter As ComplexSuperLU. PerformanceParameters
) As Integer
public:
int GetPerformanceTuningParameters(
ComplexSuperLU. PerformanceParameters parameter
)
member GetPerformanceTuningParameters :
parameter : ComplexSuperLU. PerformanceParameters -> int
Parameters
- parameter
- Type: Imsl.Math.ComplexSuperLU.PerformanceParameters
a PerformanceParameters scalar that specifies the
parameter for which the value is to be returned.
parameter | 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. |
Return Value
Type:
Int32
An
int containing the current value used for the specified
tuning parameter.
See Also