Click or drag to resize
ComplexSuperLU Properties

The ComplexSuperLU type exposes the following members.

Properties
  NameDescription
Public propertyColumnOrderingMethod
The method used to permute the columns of the input matrix.
Public propertyConditionNumber
The estimate of the reciprocal condition number of the matrix A.
Public propertyDiagonalPivotThreshold
The threshold used for a diagonal entry to be an acceptable pivot.
Public propertyEquilibrate
Specifies if input matrix A is equilibrated before factorization.
Public propertyEquilibrationMethod
The type of equilibration used before matrix factorization.
Public propertyForwardErrorBound
The estimated forward error bound for the solution vector.
Public propertyIterativeRefinement
Specifies whether to perform iterative refinement.
Public propertyPivotGrowth
Specifies whether to compute the reciprocal pivot growth factor.
Public propertyReciprocalPivotGrowthFactor
The reciprocal pivot growth factor.
Public propertyRelativeBackwardError
The componentwise relative backward error of the solution vector.
Public propertySymmetricMode
Specifies whether to use the symmetric mode.
Top
See Also