Uses of Interface
edu.jas.structure.BinaryFunctor
-
Packages that use BinaryFunctor Package Description edu.jas.ps Generic coefficients power series package. -
-
Uses of BinaryFunctor in edu.jas.ps
Classes in edu.jas.ps that implement BinaryFunctor Modifier and Type Class Description (package private) static class
Examples.Sum<C extends RingElem<C>>
(package private) class
Subtract<C extends RingElem<C>>
Internal subtraction functor.(package private) class
Sum<C extends RingElem<C>>
Internal summation functor.Methods in edu.jas.ps with parameters of type BinaryFunctor Modifier and Type Method Description MultiVarPowerSeries<C>
MultiVarPowerSeries. 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.
-