PermutationIdentity Method
Returns the identity permutation of the given dimension.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static Permutation Identity(
int dimension
)
Public Shared Function Identity (
dimension As Integer
) As Permutation
public:
static Permutation^ Identity(
int dimension
)
static member Identity :
dimension : int -> Permutation
- dimension Int32
- The number of elements on which the permutation acts.
PermutationThe identity permutation of the requested dimension.