3 implementations of GetSpan
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
396
public ReadOnlySpan<T>
GetSpan
(scoped ReadOnlySpan<NIndex> startIndexes, int length)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
331
ReadOnlySpan<T> IReadOnlyTensor<Tensor<T>, T>.
GetSpan
(scoped ReadOnlySpan<NIndex> startIndexes, int length) => AsReadOnlyTensorSpan().GetSpan(startIndexes, length);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
404
ReadOnlySpan<T> IReadOnlyTensor<TensorSpan<T>, T>.
GetSpan
(scoped ReadOnlySpan<NIndex> startIndexes, int length) => AsReadOnlyTensorSpan().GetSpan(startIndexes, length);
2 references to GetSpan
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\ITensor_1.cs (1)
100
/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.
GetSpan
(ReadOnlySpan{NIndex}, int)" />
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
395
/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.
GetSpan
(ReadOnlySpan{NIndex}, int)" />