Click or drag to resize
IPreconditioner Methods

The ConjugateGradientIPreconditioner type exposes the following members.

Methods
  NameDescription
Public methodAmultp
A user-supplied function which computes z=Ap.
(Inherited from ConjugateGradientIFunction.)
Public methodPreconditioner
Used to compute z = M^{-1}r where M is the preconditioning matrix and r and z are arrays of length n, the order of matrix M.
Top
See Also