|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MatrixConditionalEBETransformation
MatrixConditionalEBETransformation.
Encapsulates a conditional operation that can be performed on each element of a matrix depending on their position
| Method Summary | |
|---|---|
double |
transform(int row,
int column,
double element)
Transforms an elements value into another value. |
| Method Detail |
|---|
double transform(int row,
int column,
double element)
row - Row to which the element belongs.column - Column to which the element belongs.element - Value of the element at row,column.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||