Interface Matrix.RowColProducer

Enclosing class:
Matrix

public static interface Matrix.RowColProducer
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    produce(int row, int col, double value)
     
  • Method Details

    • produce

      double produce(int row, int col, double value)