public static zeros(shape as IList<Int>) as NDArray<T>:
Creates a new NDArray with zeros.
A new NDArray filled with 0. a = NDArray<Int>.zeros([2, 2])
a = NDArray<Int>.zeros([2, 2])