The ComplexSuperLU type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ComplexSuperLU |
Constructor for ComplexSuperLU.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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
![]() |
![]() | SolveConjugateTranspose |
Computation of the solution vector for the system
![]() |
![]() | SolveTranspose |
Computation of the solution vector for the system
![]() |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|