Package edu.jas.ps
Class Negate<C extends RingElem<C>>
- java.lang.Object
-
- edu.jas.ps.Negate<C>
-
- All Implemented Interfaces:
UnaryFunctor<C,C>
class Negate<C extends RingElem<C>> extends java.lang.Object implements UnaryFunctor<C,C>
Internal negation functor.
-
-
Constructor Summary
Constructors Constructor Description Negate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description C
eval(C c)
Evaluate.
-