@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 OverconstrainedMatrixVectorMultiplier extends MatrixVectorMultiplier
m
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Vector |
evaluate(Vector input)
Returns m times input.
|
int |
hashCode() |
Vector |
transposeMult(Vector input)
Return A^(T) * input.
|
public Vector transposeMult(Vector input)
input
- The vector to multiply by the transpose of Apublic boolean equals(java.lang.Object o)
equals
in class MatrixVectorMultiplier
public int hashCode()
hashCode
in class MatrixVectorMultiplier