All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spire.laws.Perm.scala Maven / Gradle / Ivy

The newest version!
package spire
package laws

/**
 * Represents a permutation encoded as a map from preimages to images, including
 * only pairs that are moved by the permutation (so the identity is Map.empty).
 */
case class Perm(map: Map[Int, Int])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy