Matrix.opIndex

Returns i, j cell

  1. T opIndex(size_t row, size_t col)
    struct Matrix(T, size_t dim_)
    nothrow @nogc pure const
    T
    opIndex
    (
    size_t row
    ,
    size_t col
    )
    if (
    __traits(isFloating, T) &&
    dim_ >= 2
    &&
    dim_ <= 4
    )
  2. VRow opIndex(size_t i)

Meta