Property Item
abstract property Item: int64 -> ITensor
Declaration
abstract property Item: int64 -> ITensor with get, set
Parameters
Type | Name | Description |
---|---|---|
int64 | i0 |
Property Value
Type | Description |
---|---|
ITensor |
abstract property Item: Rng list -> ITensor
n-dimensional slicing using a list of Rngs
Declaration
abstract property Item: Rng list -> ITensor with get, set
Parameters
Type | Name | Description |
---|---|---|
Rng list | rng |
Property Value
Type | Description |
---|---|
ITensor |