reshape
Returns an ndarray with a new (dim1) shape without changing data.
Returns an ndarray with a new (dim1, dim2) shape without changing data.
Returns an ndarray with a new (dim1, dim2, dim3) shape without changing data.
open override fun reshape(    dim1: Int,     dim2: Int,     dim3: Int,     dim4: Int): D4Array<T>
Content copied to clipboard
Returns an ndarray with a new (dim1, dim2, dim3, dim4) shape without changing data.
open override fun reshape(    dim1: Int,     dim2: Int,     dim3: Int,     dim4: Int,     vararg dims: Int): NDArray<T, DN>
Content copied to clipboard
Returns an ndarray with a new (dim1, dim2, dim3, dim4, dims) shape without changing data.