Click or drag to resize
ConjugateGradientIPreconditioner Interface
Public interface for the user supplied function to ConjugateGradient used for preconditioning.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface IPreconditioner : ConjugateGradientIFunction

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