Returns a performance tuning parameter value.

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

Syntax

C#
public int GetPerformanceTuningParameters(
	SuperLU..::.PerformanceParameters parameter
)
Visual Basic (Declaration)
Public Function GetPerformanceTuningParameters ( _
	parameter As SuperLU..::.PerformanceParameters _
) As Integer
Visual C++
public:
int GetPerformanceTuningParameters(
	SuperLU..::.PerformanceParameters parameter
)

Parameters

parameter
Type: Imsl.Math..::.SuperLU..::.PerformanceParameters
A PerformanceParameters scalar that specifies the parameter for which the value is to be returned.

parameterDescription
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

An int containing the current value used for the specified tuning parameter.

See Also