@FunctionalInterface
protected static interface Matrix.ElementVisitorFunction
| Modifier and Type | Method and Description |
|---|---|
void |
visit(int row,
int col,
double value,
java.util.function.DoubleConsumer setter)
Visits the specified element.
|