Uses of Class
dk.jonaslindstrom.ruffini.integers.structures.BigIntegers
Packages that use BigIntegers
Package
Description
-
Uses of BigIntegers in dk.jonaslindstrom.ruffini.integers.structures
Methods in dk.jonaslindstrom.ruffini.integers.structures that return BigIntegers -
Uses of BigIntegers in dk.jonaslindstrom.ruffini.quadraticform
Methods in dk.jonaslindstrom.ruffini.quadraticform that return types with arguments of type BigIntegersModifier and TypeMethodDescriptionClassGroup.identity()
ClassGroup.invert
(QuadraticForm<BigInteger, BigIntegers> a) ClassGroup.multiply
(QuadraticForm<BigInteger, BigIntegers> a, QuadraticForm<BigInteger, BigIntegers> b) Method parameters in dk.jonaslindstrom.ruffini.quadraticform with type arguments of type BigIntegersModifier and TypeMethodDescriptionboolean
ClassGroup.equals
(QuadraticForm<BigInteger, BigIntegers> a, QuadraticForm<BigInteger, BigIntegers> b) ClassGroup.invert
(QuadraticForm<BigInteger, BigIntegers> a) ClassGroup.multiply
(QuadraticForm<BigInteger, BigIntegers> a, QuadraticForm<BigInteger, BigIntegers> b) ClassGroup.toString
(QuadraticForm<BigInteger, BigIntegers> a)