Package one.empty3.library.core.math
Interface Matrix.RowColIndexValueConsumer
- Enclosing class:
Matrix
public static interface Matrix.RowColIndexValueConsumer
-
Method Summary
-
Method Details
-
consume
void consume(int row, int col, int index, double value)
-