Package com.library.numj
Class NDArray<T>
java.lang.Object
com.library.numj.NDArray<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NDArray
- Throws:
ShapeException
-
-
Method Details
-
getArray
-
size
public long size() -
itemSize
public long itemSize() -
printArray
public void printArray() -
ndim
public int ndim() -
shape
-
flatten
- Throws:
ShapeException
-
transpose
- Throws:
ShapeException
-
reshape
- Throws:
ShapeException
-
add
- Throws:
ShapeException
-
strides
public int[] strides(int[] shape) -
strides
public int[] strides()
-