SuperLU Constructor | Constructor for SuperLU . |
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 | The iterative refinement option. |
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 | The symmetric mode option. |
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 . |
SolveTranspose | Computation of the solution vector for the system . |
ToString (inherited from Object) | Returns a String that represents the current Object. |
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. |
SuperLU Class | Imsl.Math Namespace | Example