Axes.Complement Method

Gets the axis collection of all available axes that are not contained in the axis collection.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.0
C#
public Axes Complement(
	int rank
)

Parameters

rank  Int32
The total number of axes in the resulting collection.

Return Value

Axes
An axis collection that contains all the axes up to rank that are not included in the current collection.

See Also