Matrix.this

  1. this(ulong rowLength_IN, ulong columnLength_IN, double n)
    class Matrix
    pure
    this
    (
    const ulong rowLength_IN
    ,
    const ulong columnLength_IN
    ,
    const double n
    )
  2. this(double[][] matrixRHS_IN)
  3. this(double[] rowvectorRHS_IN)
  4. this(ulong[ulong] x)