| GenMinResIPreconditioner Interface |
Public interface for the user supplied function to
GenMinRes used for preconditioning.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic interface IPreconditioner : GenMinResIFunction
Public Interface IPreconditioner
Inherits GenMinResIFunction
public interface class IPreconditioner : GenMinResIFunction
type IPreconditioner =
interface
interface GenMinResIFunction
endThe GenMinResIPreconditioner type exposes the following members.
Methods|
| Name | Description |
|---|
 | Amultp |
Used to compute  where A is
the matrix of coefficients to solve and p and z are
arrays of length n, the order of matrix A.
(Inherited from GenMinResIFunction.) |
 | Preconditioner |
Used to compute  where M is the
preconditioning matrix and r and z are arrays of length n,
the order of matrix M.
|
Top
See Also