Axes.Normalize Method
Gets the collection of axes in the current collection 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 in this collection that are present in a tensor of rank rank.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public Axes Normalize(
int rank
)
Parameters
- rank Int32
- A non-negative integer that specifies the rank.
Return Value
AxesA collection of the axes in this collection that are present in a tensor of rank rank.