J-Libraries / numJ

Java library to fulfil the requirement of numpy in java
https://j-libraries.github.io/numJ/
Apache License 2.0
21 stars 4 forks source link

2.1.2 zeros() #7

Closed nishantsir57 closed 1 month ago

nishantsir57 commented 1 month ago

created methods np.zeros() with following variations

  1. NDArray zeros(int[] shape, DType dType, Order order)
  2. NDArray zeros(int[] shape, DType dType)
  3. NDArray zeros(int[] shape)