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

Constructs a new NDArray from a read-only shape.

Parameters
  • shape The shape dimensions. ``` a = NDArray<Int>([3, 4]) ```