Package org.la4j.matrix.functor
Interface MatrixFunction
-
public interface MatrixFunctionA matrix function that takes an element with its indices and produces a new value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleevaluate(int i, int j, double value)Evaluates a specified element.
-