Click or drag to resize

ILUTPPreconditioner Properties

The ILUTPPreconditioner type exposes the following members.

Properties
 NameDescription
Public propertyDropTolerance Gets or sets the absolute drop tolerance which indicates below what absolute value an entry will be dropped from the matrix. The standard value is 0.0001.
Public propertyFillLevel Gets or sets the amount of fill that is allowed in the matrix. The value is a fraction of the number of non-zero entries in the original matrix. The standard value is 200.
Public propertyPivotTolerance Gets or sets the pivot tolerance which indicates at what level pivoting will take place. The standard value is 0.0 which means pivoting will never take place.
Top
See Also