| ConjugateGradientIFunction Interface |
Public interface for the user supplied function to
ConjugateGradient.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic interface IFunction
Public Interface IFunction
public interface class IFunction
type IFunction = interface end
The ConjugateGradientIFunction type exposes the following members.
Methods|
| Name | Description |
|---|
 | Amultp |
A user-supplied function which computes z=Ap.
|
Top
See Also