zeros
Creates a new array with the given shape, filled with zeros.
Return
the created array
Parameters
shape
the shape of the array
Creates a new array with the given shape, filled with zeros.
Return
the created array
Since
1.2.0
Parameters
rows
the number of rows
cols
the number of columns