Package org.la4j.vector.functor
Interface VectorFunction
-
public interface VectorFunctionA vector function that takes a vector's element and produces a new value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleevaluate(int i, double value)Evaluates vector's element.
-