3 implementations of
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
260public ref readonly T this[params scoped ReadOnlySpan<NIndex> indexes]
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
323ref readonly T IReadOnlyTensor<Tensor<T>, T>.this[params ReadOnlySpan<NIndex> indexes] => ref this[indexes];
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
394ref readonly T IReadOnlyTensor<TensorSpan<T>, T>.this[params scoped ReadOnlySpan<NIndex> indexes] => ref this[indexes];
2 references to
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\ITensor_1.cs (1)
62/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.this[ReadOnlySpan{NIndex}]" />
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
259/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.this[ReadOnlySpan{NIndex}]" />