RMatrix.this

Work with an Robj struct directly. This should only be used if you fully understand the internals of this library.

  1. this(int r, int c)
  2. this(T m)
  3. this(Robj rm, bool u = false)
    struct RMatrix
    this
    (
    ,
    bool u = false
    )
  4. this(string name)
  5. this(RVector v)

Parameters

rm
Type: Robj

An R object holding a matrix.

u
Type: bool

Flag to indicate whether rm should be unprotected when it is no longer used

Meta