Axes.All Of Rank Method
Gets a collection of all axes that are present in a tensor of the specified rank.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
C#
A collection of the axes from 0 up to but excluding rank.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public static Axes AllOfRank(
int rank
)
Parameters
- rank Int32
- The number of axes.
Return Value
AxesA collection of the axes from 0 up to but excluding rank.