Tensor Layout.To Indices Method
Converts a linear index to a set of indexes
for each dimension according to the layout.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
C#
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public void ToIndices(
int index,
Span<int> indices
)