|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatrixTimesOps
Optional interface for optimized matrix multiplications. Some concrete Matrix implementations may mix this in.
Method Summary | |
---|---|
Matrix |
timesLeft(Matrix that)
Computes matrix product of (that * this) |
Matrix |
timesRight(Matrix that)
computes matrix product of (this * that) |
Method Detail |
---|
Matrix timesRight(Matrix that)
Matrix timesLeft(Matrix that)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |