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 Object implements UnaryFunctor<C,C>
Internal negation functor.
  • Constructor Details

    • Negate

      Negate()
  • Method Details