Tensor Index Operators and Type Conversions
Operators
Equality( | Compares two TensorIndex instances for equality. |
Implicit(Index to TensorIndex) | Implicitly converts a Index to a TensorIndex. |
Implicit(Int32 to TensorIndex) | Implicitly converts an integer to a TensorIndex. |
Implicit(Range to TensorIndex) | Implicitly converts a Range to a TensorIndex. |
Implicit(Range to TensorIndex) | Implicitly converts a Range to a TensorIndex. |
Implicit(Slice to TensorIndex) | Implicitly converts a Slice to a TensorIndex. |
Inequality( | Compares two TensorIndex instances for inequality. |