kotrix
/
real
/
Matrix
/
Companion
/
zeros
zeros
final
Matrix
zeros
(
Integer
m,
Integer
n)
Content copied to clipboard
Make a zero matrix of shape
m
*
n
.
Return
a zero matrix.
Parameters
m
number of rows.
n
number of columns.