Enum PivotInfo
Kinds of pivots.
Namespace: SpiceSharp.Algebra.Solve
Assembly: SpiceSharp.dll
Syntax
public enum PivotInfo
Fields
Name | Description |
---|---|
Bad | A bad pivot is one that does not meet the required tolerances. |
Good | A good pivot is one that meets the required tolerances and does not cause unwanted side-effects. |
None | No pivot was found at all, not even a bad one. |
Suboptimal | A suboptimal pivot is one that meets the required tolerances, but may have some unwanted side-effects such as the creation of fill-ins. |