- All Implemented Interfaces:
- Evaluator<Vector,Vector>
- Direct Known Subclasses:
- MatrixVectorMultiplierDiagonalPreconditioner
@PublicationReference(author="Jonathan Richard Shewchuk",
title="An Introduction to the Conjugate Gradient Method Without the Agonizing Pain",
type=WebPage,
year=1994,
url="http://www.cs.cmu.edu/~quake-papers/painless-conjugate-gradient.pdf\u200e")
public abstract class MatrixVectorMultiplierWithPreconditioner
extends MatrixVectorMultiplier
As various preconditioner operations could be created, this class defines the
interface that must be followed by them.
- Since:
- 4.0.0
- Author:
- Jeremy D. Wendt