Uses of Interface
dk.alexandra.fresco.stat.utils.MatrixUtils.MatrixPopulator
| Package | Description |
|---|---|
| dk.alexandra.fresco.stat.utils |
-
Uses of MatrixUtils.MatrixPopulator in dk.alexandra.fresco.stat.utils
Methods in dk.alexandra.fresco.stat.utils with parameters of type MatrixUtils.MatrixPopulator Modifier and Type Method Description static <E> dk.alexandra.fresco.lib.common.collections.Matrix<E>MatrixUtils. buildMatrix(int h, int w, MatrixUtils.MatrixPopulator<E> populator)Create a new matrix with the given height and width and populate it use the populator.