Matrix.clear

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

struct Matrix(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
void
clear
()
()
if (
rows_ >= 1 &&
cols_ >= 1
)

Meta