RMatrix.opIndex

Standard matrix indexing is possible.

  1. double opIndex(int r, int c)
    struct RMatrix
    double
    opIndex
    (
    int r
    ,
    int c
    )
  2. void opIndexAssign(double v, int r, int c)

Meta