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