Matrix.clear

Sets all values of the matrix to value ( each column in each col will contain this value ).

struct Matrix(type, int numCols, int numRows)
nothrow @nogc pure nothrow @nogc pure nothrow @nogc @safe @safe pure nothrow
void
clear
(
type value
)
if (
(numCols > 1) &&
(numRows > 1)
)

Meta