Uses of Interface
dk.jonaslindstrom.ruffini.common.functional.IntBinaryFunction
Packages that use IntBinaryFunction
-
Uses of IntBinaryFunction in dk.jonaslindstrom.ruffini.common.matrices.elements
Methods in dk.jonaslindstrom.ruffini.common.matrices.elements with parameters of type IntBinaryFunctionModifier and TypeMethodDescriptionstatic <E> Matrix<E>
Matrix.lazy
(int m, int n, IntBinaryFunction<E> populator) Generate aMatrix<E>
where each element is created using the given populator when it is needed.static <E> Matrix<E>
Matrix.of
(int m, int n, IntBinaryFunction<E> populator) Create a new matrix with the given height, width and populate it using the given function.static <E> Matrix<E>
Matrix.of
(int m, int n, IntBinaryFunction<E> populator, boolean populateSequentially) Create a new matrix with the given height, width and populate it using the given function.Constructors in dk.jonaslindstrom.ruffini.common.matrices.elements with parameters of type IntBinaryFunction