Uses of Interface
de.tilman_neumann.jml.partitions.PrimePowers
-
Packages that use PrimePowers Package Description de.tilman_neumann.jml.partitions -
-
Uses of PrimePowers in de.tilman_neumann.jml.partitions
Classes in de.tilman_neumann.jml.partitions that implement PrimePowers Modifier and Type Class Description class
PrimePowers_DefaultImpl
Methods in de.tilman_neumann.jml.partitions that return PrimePowers Modifier and Type Method Description static PrimePowers
PrimePowers_DefaultImpl. valueOf(BigInteger n)
Factory method to create Mpi from the prime powers of n.
-