Matrix.constant

Construct an constant matrix

struct Matrix(T, int R, int C)
@nogc static pure nothrow
constant
(
U
)
(
U x
)

Return Value

Type: Matrix

a constant matrice.

Meta