Overview
>
klyn.math
>
NDArray
>
NDArray
Version 0.1.2
Overview
Index
Tree
Deprecated
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]) ```