Interface Matrix.EntryMapper<U,​T>

  • Enclosing interface:
    Matrix<T>

    public static interface Matrix.EntryMapper<U,​T>
    • Method Detail

      • map

        U map​(int row,
              int col,
              T value)