Uses of Interface
edu.jas.structure.UnaryFunctor
Packages that use UnaryFunctor
Package
Description
Groebner base application package.
Generic coefficients polynomial package.
Generic coefficients power series package.
Real and Complex Root Computation package.
Unique factorization domain package.
Concurrent programming utility classes.
-
Uses of UnaryFunctor in edu.jas.application
Classes in edu.jas.application that implement UnaryFunctorModifier and TypeClassDescription(package private) class
CoeffConvertAlg<C extends GcdRingElem<C>>
Coefficient to convert algebriac functor.(package private) class
CoeffRecConvertAlg<C extends GcdRingElem<C>>
Coefficient recursive to convert algebriac functor.(package private) class
CoeffToComplexReal<C extends GcdRingElem<C> & Rational>
Coefficient to complex real algebriac functor.(package private) class
EvaluateToComplexReal<C extends GcdRingElem<C> & Rational>
Polynomial coefficient to complex real algebriac evaluation functor.(package private) class
RealFromReAlgCoeff<C extends GcdRingElem<C> & Rational>
Coefficient to real algebriac from algebraic functor.(package private) class
ReAlgFromRealCoeff<C extends GcdRingElem<C> & Rational>
Coefficient to real algebriac from real algebraic functor. -
Uses of UnaryFunctor in edu.jas.poly
Classes in edu.jas.poly that implement UnaryFunctorModifier and TypeClassDescription(package private) class
AlgebToCompl<C extends GcdRingElem<C>>
Algebraic to generic complex functor.(package private) class
AlgToPoly<C extends GcdRingElem<C>>
Algebraic to polynomial functor.(package private) class
AnyToComplex<C extends GcdRingElem<C>>
Any ring element to generic complex functor.(package private) class
CoeffToAlg<C extends GcdRingElem<C>>
Coefficient to algebriac functor.(package private) class
CoeffToRecAlg<C extends GcdRingElem<C>>
Coefficient to recursive algebriac functor.(package private) class
ComplToAlgeb<C extends GcdRingElem<C>>
Ceneric complex to algebraic number functor.(package private) class
CompRatToDec<C extends RingElem<C> & Rational>
Conversion of Complex Rational to Complex BigDecimal.(package private) class
Conversion of distributive to recursive representation.(package private) class
EvalAllPol<C extends RingElem<C>>
Evaluate all variable functor.(package private) class
Evaluate main variable functor.(package private) class
EvalMainPol<C extends RingElem<C>>
Evaluate main variable functor.(package private) class
FromInteger<D extends RingElem<D>>
Conversion from BigInteger functor.(package private) class
FromIntegerPoly<D extends RingElem<D>>
Conversion from GenPolynomialfunctor. (package private) class
Imaginary part functor.(package private) class
ImagPartComplex<C extends RingElem<C>>
Imaginary part functor.(package private) class
ModSymToInt<C extends RingElem<C> & Modular>
Conversion of symmetric ModInteger to BigInteger functor.(package private) class
Conversion of ModInteger to BigInteger functor.(package private) class
PolyToAlg<C extends GcdRingElem<C>>
Polynomial to algebriac functor.(package private) class
BigRational numerator functor.(package private) class
Rational to complex functor.(package private) class
Conversion of Rational to BigDecimal.(package private) class
Conversion of BigRational to BigInteger with division by lcm functor.(package private) class
Conversion of BigRational to BigInteger.(package private) class
Conversion from GenPolynomialto GenPolynomial functor. (package private) class
Real part functor.(package private) class
RealPartComplex<C extends RingElem<C>>
Real part functor.(package private) class
Conversion of recursive to distributive representation.(package private) class
Rational to complex functor.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.(package private) GenPolynomial
<C> GenPolynomial.mapWrong
(UnaryFunctor<? super C, C> f) -
Uses of UnaryFunctor in edu.jas.ps
Classes in edu.jas.ps that implement UnaryFunctorModifier and TypeClassDescription(package private) class
Internal scalar multiplication functor.(package private) class
Internal negation functor.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.root
Classes in edu.jas.root that implement UnaryFunctorModifier and TypeClassDescription(package private) class
AlgFromRealCoeff<C extends GcdRingElem<C> & Rational>
Coefficient to algebraic from real algebraic functor.(package private) class
CoeffToComplex<C extends GcdRingElem<C> & Rational>
Coefficient to complex algebraic functor.(package private) class
CoeffToComplexFromComplex<C extends GcdRingElem<C> & Rational>
Coefficient to complex algebraic from complex functor.(package private) class
CoeffToReal<C extends GcdRingElem<C> & Rational>
Coefficient to real algebraic functor.(package private) class
CoeffToReAlg<C extends GcdRingElem<C> & Rational>
Coefficient to algebraic functor.(package private) class
CoeffToRecReAlg<C extends GcdRingElem<C> & Rational>
Coefficient to recursive algebraic functor.(package private) class
PolyToReAlg<C extends GcdRingElem<C> & Rational>
Polynomial to algebraic functor.(package private) class
RealFromAlgCoeff<C extends GcdRingElem<C> & Rational>
Coefficient to real algebriac from algebraic functor. -
Uses of UnaryFunctor in edu.jas.ufd
Classes in edu.jas.ufd that implement UnaryFunctorModifier and TypeClassDescription(package private) class
BackSubstKronecker<C extends GcdRingElem<C>>
Kronecker back substitutuion functor.(package private) class
SubstKronecker<C extends GcdRingElem<C>>
Kronecker substitutuion functor. -
Uses of UnaryFunctor in edu.jas.util
Methods in edu.jas.util with parameters of type UnaryFunctor