Interface Matrix.Producer

Enclosing class:
Matrix

public static interface Matrix.Producer
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    produce(int index)
     
  • Method Details

    • produce

      double produce(int index)