Interface Group<E>
- Type Parameters:
E
- Element type.
- All Known Subinterfaces:
Field<E>
- All Known Implementing Classes:
AlgebraicFieldExtension
,BigFiniteField
,BigPrimeField
,BigRationals
,ClassGroup
,ComplexNumbers
,ConstructiveReals
,FieldOfFractions
,FiniteField
,GaussianRationals
,GeneralLinearGroup
,PerformanceLoggingField
,PrimeField
,QuadraticField
,Rationals
,RealNumbers
,SymmetricGroup
,TestUtils.TestField
A group is a set with an operation and an inverse operation.
-
Method Details
-
invert
Return the inverse a-1. -
divide
Return ab-1.
-