Package one.empty3.library.core.math
Interface Matrix.RowColIndexValueConsumer
-
- Enclosing class:
- Matrix
public static interface Matrix.RowColIndexValueConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consume(int row, int col, int index, double value)
-