3 implementations of
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
266public ReadOnlyTensorSpan<T> this[params scoped ReadOnlySpan<NRange> ranges]
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
93public Tensor<T> this[params ReadOnlySpan<NRange> ranges]
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
166public TensorSpan<T> this[params scoped ReadOnlySpan<NRange> ranges]
1 reference to
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
265/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.this[ReadOnlySpan{NRange}]" />