Interface Matrix.RowColProducer

  • Enclosing class:
    Matrix

    public static interface Matrix.RowColProducer
    • Method Detail

      • produce

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