Uses of Class
eu.bandm.tools.util.uni.Permutation.CanonicalForm
Packages that use Permutation.CanonicalForm
Package
Description
Data structures with uniqueness constraints on their elements.
-
Uses of Permutation.CanonicalForm in eu.bandm.tools.util.uni
Methods in eu.bandm.tools.util.uni that return Permutation.CanonicalFormModifier and TypeMethodDescriptionPermutation.canonicalForm()Represents this permutation in canonical form.Methods in eu.bandm.tools.util.uni that return types with arguments of type Permutation.CanonicalFormModifier and TypeMethodDescriptionPermutation.CanonicalForm.sqrt()Finds some canonical form that composed with itself is equivalent to this canonical form.Methods in eu.bandm.tools.util.uni with parameters of type Permutation.CanonicalFormModifier and TypeMethodDescriptionstatic PermutationPermutation.of(Permutation.CanonicalForm canonicalForm) Creates a permutation from its canonical form.