Interface Matrix.IndexValueConsumer

Enclosing class:
Matrix

public static interface Matrix.IndexValueConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(int index, double value)
     
  • Method Details

    • consume

      void consume(int index, double value)