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