IMSL C# Numerical Library

ComplexSuperLU Members

ComplexSuperLU overview

Public Instance Constructors

ComplexSuperLU Constructor Constructor for ComplexSuperLU.

Public Instance Properties

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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetPerformanceTuningParameters Returns a performance tuning parameter value.
GetType (inherited from Object) Gets the Type of the current instance.
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 (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ComplexSuperLU Class | Imsl.Math Namespace | Example