Uses of Interface
edu.jas.structure.UnaryFunctor
Packages that use UnaryFunctor
Package
Description
Generic coefficients polynomial package.
Generic coefficients power series package.
Concurrent programming utility classes.
-
Uses of UnaryFunctor in edu.jas.poly
Methods in edu.jas.poly with parameters of type UnaryFunctorModifier and TypeMethodDescriptionGenExteriorPolynomial.map(UnaryFunctor<? super C, C> f) Map a unary function to the coefficients.GenPolynomial.map(UnaryFunctor<? super C, C> f) Map a unary function to the coefficients.GenWordPolynomial.map(UnaryFunctor<? super C, C> f) Map a unary function to the coefficients.static <C extends RingElem<C>, D extends RingElem<D>>
GenPolynomial<D> PolyUtil.map(GenPolynomialRing<D> ring, GenPolynomial<C> p, UnaryFunctor<C, D> f) Map a unary function to the coefficients. -
Uses of UnaryFunctor in edu.jas.ps
Methods in edu.jas.ps with parameters of type UnaryFunctorModifier and TypeMethodDescriptionMultiVarPowerSeries.map(UnaryFunctor<? super C, C> f) Map a unary function to this power series.UnivPowerSeries.map(UnaryFunctor<? super C, C> f) Map a unary function to this power series. -
Uses of UnaryFunctor in edu.jas.util
Methods in edu.jas.util with parameters of type UnaryFunctor