klyn.math.NDArray.NDArray
constructor
public NDArray(shape as ArrayList<Object>):
Description

Constructs a new NDArray with the given shape.

Parameters
ParameterDescription
shapeThe shape of the array.
Example
a = NDArray<Int>([3, 4])