3 implementations of
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
254
public ref readonly T
this
[params scoped ReadOnlySpan<nint> indexes]
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
321
ref readonly T IReadOnlyTensor<Tensor<T>, T>.
this
[params ReadOnlySpan<nint> indexes] => ref this[indexes];
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
396
ref readonly T IReadOnlyTensor<TensorSpan<T>, T>.
this
[params scoped 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)
59
/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.
this
[ReadOnlySpan{nint}]" />
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
253
/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.
this
[ReadOnlySpan{nint}]" />