Matrix.this

Construct matrix with a scalar.

  1. this(U values)
  2. this(T x)
    struct Matrix(T, int R, int C)
    @nogc pure nothrow
    this
    (
    U
    )
    (
    T x
    )

Meta