ParametersIccgImposed

Parameter values for ICCG

Class ParametersIccgImposed extends ParametersIccg

Constructors

  • ParametersIccgImposed(precision ,maximumIterationNumber ,factorizationTolerance )

Fields Summary

Field
Description
factorizationTolerance
Tolerance for the LDU (or LDLt) preconditioning
maximumIterationNumber
Maximum number of iterations for the Conjuguate Gradient
precision
Precision for the Conjuguate Gradient

Methods Summary

no methods

Fields Details

factorizationTolerance
factorizationTolerance : Tolerance for the LDU (or LDLt) preconditioning - [1..1] Double
maximumIterationNumber
maximumIterationNumber : Maximum number of iterations for the Conjuguate Gradient - [1..1] MaximumIterationNumber
precision
precision : Precision for the Conjuguate Gradient - [1..1] Double

Method Details

no methods

See also