Click or drag to resize
ConjugateGradientIFunction Interface
Public interface for the user supplied function to ConjugateGradient.

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

The ConjugateGradientIFunction type exposes the following members.

Methods
  NameDescription
Public methodAmultp
A user-supplied function which computes z=Ap.
Top
See Also