Interface VectorProcedure


public interface VectorProcedure
A vector procedure that acts on vector's elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(int i, double value)
    Acts on vector's element.
  • Method Details

    • apply

      void apply(int i, double value)
      Acts on vector's element.
      Parameters:
      i - the element's index
      value - the element's value