Package org.la4j.matrix.functor
Interface MatrixProcedure
-
public interface MatrixProcedureA matrix procedure that performs an action of every matrix element.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(int i, int j, double value)Acts on a matrix element.
-