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