2 implementations of GetSpan
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
204
public Span<T>
GetSpan
(scoped ReadOnlySpan<NIndex> startIndexes, int length) => AsTensorSpan().GetSpan(startIndexes, length);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
292
public Span<T>
GetSpan
(scoped ReadOnlySpan<NIndex> startIndexes, int length)
2 references to GetSpan
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
203
/// <inheritdoc cref="ITensor{TSelf, T}.
GetSpan
(ReadOnlySpan{NIndex}, int)" />
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
291
/// <inheritdoc cref="ITensor{TSelf, T}.
GetSpan
(ReadOnlySpan{NIndex}, int)" />