1 implementation of
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
362ref readonly T IReadOnlyTensor<Tensor<T>, T>.this[params ReadOnlySpan<NIndex> indexes] => ref this[indexes];
2 references to
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\ITensor_1.cs (1)
61/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.this[ReadOnlySpan{NIndex}]" />
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
288/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.this[ReadOnlySpan{NIndex}]" />