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.1
C#
An axis collection that contains all the axes up to rank that are not included in the current collection.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.1
public Axes Complement(
int rank
)
Parameters
- rank Int32
- The total number of axes in the resulting collection.
Return Value
AxesAn axis collection that contains all the axes up to rank that are not included in the current collection.