GenMinRes.IPreconditioner 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 : GenMinRes.IFunction
Public Interface IPreconditioner
Inherits GenMinRes.IFunction
public interface class IPreconditioner : GenMinRes.IFunction
type IPreconditioner =
interface
interface GenMinRes. IFunction
end
The GenMinRes. IPreconditioner 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 GenMinRes.IFunction.) |
 | 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