Interface Matrix.ValueGenerator<T extends NumericType<T>>

Enclosing class:
Matrix<T extends NumericType<T>>

public static interface Matrix.ValueGenerator<T extends NumericType<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(int row, int column)
     
  • Method Details

    • generate

      T generate(int row, int column)