Class MiReducer<C extends RingElem<C>>
java.lang.Object
edu.jas.gb.MiReducer<C>
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Semaphoreprivate final List<GenPolynomial<C>> private GenPolynomial<C> private static final org.apache.logging.log4j.Loggerprivate final ReductionPar<C> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
G
-
H
-
red
-
done
-
logger
private static final org.apache.logging.log4j.Logger logger
-
-
Constructor Details
-
MiReducer
MiReducer(List<GenPolynomial<C>> G, GenPolynomial<C> p)
-
-
Method Details
-
toString
-
getNF
getNF. Blocks until the normal form is computed.- Returns:
- the computed normal form.
-
run
-