issues
search
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
NDArray
zeros(int[] shape, DType dType, Order order)
NDArray
zeros(int[] shape, DType dType)
NDArray
zeros(int[] shape)
created methods np.zeros() with following variations