The ComplexSuperLU type exposes the following members.

Constructors

NameDescription
ComplexSuperLU
Constructor for ComplexSuperLU.

Methods

NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetPerformanceTuningParameters
Returns a performance tuning parameter value.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetPerformanceTuningParameters
Sets performance tuning parameters.
Solve
Computation of the solution vector for the system  Ax = b.
SolveConjugateTranspose
Computation of the solution vector for the system  A^Hx = b.
SolveTranspose
Computation of the solution vector for the system  A^Tx = b.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

NameDescription
ColumnOrderingMethod
The method used to permute the columns of the input matrix.
ConditionNumber
The estimate of the reciprocal condition number of the matrix A.
DiagonalPivotThreshold
The threshold used for a diagonal entry to be an acceptable pivot.
Equilibrate
Specifies if input matrix A is equilibrated before factorization.
EquilibrationMethod
The type of equilibration used before matrix factorization.
ForwardErrorBound
The estimated forward error bound for the solution vector.
IterativeRefinement
Specifies whether to perform iterative refinement.
PivotGrowth
Specifies whether to compute the reciprocal pivot growth factor.
ReciprocalPivotGrowthFactor
The reciprocal pivot growth factor.
RelativeBackwardError
The componentwise relative backward error of the solution vector.
SymmetricMode
Specifies whether to use the symmetric mode.

See Also