Package edu.jas.ps

Class Sum<C extends RingElem<C>>

  • All Implemented Interfaces:
    BinaryFunctor<C,​C,​C>

    class Sum<C extends RingElem<C>>
    extends java.lang.Object
    implements BinaryFunctor<C,​C,​C>
    Internal summation functor.
    • Constructor Summary

      Constructors 
      Constructor Description
      Sum()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      C eval​(C c1, C c2)
      Evaluate.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait