Method nDims
val nDims: ITensor -> int
Dimensionality of the tensor.
Declaration
val nDims: a:ITensor -> int
Parameters
Type | Name | Description |
---|---|---|
ITensor | a | The tensor to operate on. |
Returns
Type | Description |
---|---|
int | Number of dimensions. |