The GenMinRes..::.IPreconditioner type exposes the following members.

Methods

NameDescription
Amultp
Used to compute  z = Ap 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 z = M^{-1}r where M is the preconditioning matrix and r and z are arrays of length n, the order of matrix M.

See Also