@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 class MatrixVectorMultiplierDiagonalPreconditioner extends MatrixVectorMultiplierWithPreconditioner
m
Constructor and Description |
---|
MatrixVectorMultiplierDiagonalPreconditioner(Matrix m)
Creates a new
MatrixVectorMultiplierDiagonalPreconditioner for
the given matrix. |
equals, evaluate, hashCode
public MatrixVectorMultiplierDiagonalPreconditioner(Matrix m)
MatrixVectorMultiplierDiagonalPreconditioner
for
the given matrix.m
- The matrix.