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.0
C#
public Axes Normalize(
	int rank
)

Parameters

rank  Int32
A non-negative integer that specifies the rank.

Return Value

Axes
A collection of the axes in this collection that are present in a tensor of rank rank.

See Also