Interface Matrix.LinearMapper<T>

  • Enclosing interface:
    Matrix<T>

    public static interface Matrix.LinearMapper<T>
    • Method Detail

      • map

        T map​(int index,
              T value)