Implemented interface member:
property
this
System.Numerics.Tensors.ITensor<TSelf, T>.this[params System.ReadOnlySpan<System.Buffers.NIndex>]
2 writes to
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
333ref readonly T IReadOnlyTensor<TensorSpan<T>, T>.this[params scoped ReadOnlySpan<NIndex> indexes] => ref this[indexes]; 366this[indexes] = (T)value!;
3 references to
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
86/// <inheritdoc cref="TensorSpan{T}.this[ReadOnlySpan{NIndex}]" />
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
325object? IReadOnlyTensor.this[params scoped ReadOnlySpan<NIndex> indexes] => this[indexes]; 362get => this[indexes];