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.3 ones() #8

Closed nishantsir57 closed 1 month ago

nishantsir57 commented 1 month ago

created methods np.ones() with following variations

NDArray ones(int[] shape, DType dType, Order order) NDArray ones(int[] shape, DType dType) NDArray ones(int[] shape)