Click or drag to resize
ConjugateGradient.IFunction 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 ConjugateGradient. IFunction type exposes the following members.

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