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