Overview
>
klyn.math
>
NDArray
>
ndim
Overview
Index
Tree
Deprecated
klyn.math.NDArray.ndim
property
public readonly property ndim as UInt:
Description
The number of dimensions in the array.
a = NDArray<Int>.zeros([2, 3]) print(a.ndim) # 2