Uses of Class
com.library.numj.NDArray
Packages that use NDArray
- 
Uses of NDArray in com.library.numjMethods in com.library.numj that return NDArrayModifier and TypeMethodDescriptionNDArray<?> NumJ.arange(int end) NumJ.arange(int start, int end) NDArray.flatten()NDArray.reshape(int... newShape) NDArray.transpose()Methods in com.library.numj with parameters of type NDArray