klyn.math.NDArray.NDArray
constructor
public NDArray(shape as IList<Int>):
Description

Constructs a new NDArray from a read-only shape.

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