1 implementation of
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
357ref readonly T IReadOnlyTensor<Tensor<T>, T>.this[params ReadOnlySpan<nint> indexes] => ref this[indexes];
3 references to
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\IReadOnlyTensor_1.cs (1)
30/// <inheritdoc cref="this[ReadOnlySpan{nint}]" />
System\Numerics\Tensors\netcore\ITensor_1.cs (1)
58/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.this[ReadOnlySpan{nint}]" />
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
281/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.this[ReadOnlySpan{nint}]" />