Method cutLeft
val cutLeft: ITensor -> ITensor
Removes the first dimension.
Declaration
val cutLeft: a:ITensor -> ITensor
Parameters
Type | Name | Description |
---|---|---|
ITensor | a | The tensor to operate on. |
Returns
Type | Description |
---|---|
ITensor | The resulting tensor. |