Int32 PivotingPerturbation { get; set; }
Specifies how to handle small pivots.
Returns: Int32
Remarks:
Defines an Eps as 10^(-PivotingPerturbation). This eps is then used to determine the magnitude of a potential pivot. A setting of -1 defines a default value of 13 for general and 8 for symmetric matrices.