RMatrix.opIndexAssign

Standard matrix indexing is possible.

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

Meta