Package org.la4j.vector.functor
Interface VectorProcedure
public interface VectorProcedure
A vector procedure that acts on vector's elements.
-
Method Summary
-
Method Details
-
apply
void apply(int i, double value) Acts on vector's element.- Parameters:
i
- the element's indexvalue
- the element's value
-