Matrix.opIndex

  1. double opIndex(T r, T c)
    class Matrix
    pure const
    double
    opIndex
    (
    T
    )
    (
    T r
    ,
    T c
    )
    if (
    isIntegral!T
    )
  2. Matrix opIndex(int r)