Uses of Interface
edu.jas.structure.BinaryFunctor
Packages that use BinaryFunctor
-
Uses of BinaryFunctor in edu.jas.ps
Classes in edu.jas.ps that implement BinaryFunctorModifier and TypeClassDescription(package private) static class
Examples.Sum<C extends RingElem<C>>
(package private) class
Internal subtraction functor.(package private) class
Internal summation functor.Methods in edu.jas.ps with parameters of type BinaryFunctorModifier and TypeMethodDescriptionMultiVarPowerSeries.zip
(BinaryFunctor<? super C, ? super C, C> f, MultiVarPowerSeries<C> ps) Map a binary function to this and another power series.<C2 extends RingElem<C2>>
UnivPowerSeries<C> UnivPowerSeries.zip
(BinaryFunctor<? super C, ? super C2, C> f, UnivPowerSeries<C2> ps) Map a binary function to this and another power series.