Package jisa.maths.matrices
Interface Matrix.EntryConsumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(int row, int col, T value)
-
-
-
Method Detail
-
accept
void accept(int row, int col, T value)
-
-