|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatrixEBEOperation
Perform element-by-element operation on a matrix.
Encapsulates an operation that can be performed on elements at the same position in two matrices.
Method Summary | |
---|---|
double |
apply(double a,
double b)
Apply an operation to matrix elements. |
Method Detail |
---|
double apply(double a, double b)
a
- Matrix element.b
- Matrix element.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |