Uses of Interface
edu.jas.structure.UnaryFunctor
-
Packages that use UnaryFunctor Package Description edu.jas.application Groebner base application package.edu.jas.poly Generic coefficients polynomial package.edu.jas.ps Generic coefficients power series package.edu.jas.root Real and Complex Root Computation package.edu.jas.ufd Unique factorization domain package.edu.jas.util Concurrent programming utility classes. -
-
Uses of UnaryFunctor in edu.jas.application
Classes in edu.jas.application that implement UnaryFunctor Modifier and Type Class Description (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 UnaryFunctor Modifier and Type Class Description (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
DistToRec<C extends RingElem<C>>
Conversion of distributive to recursive representation.(package private) class
EvalAllPol<C extends RingElem<C>>
Evaluate all variable functor.(package private) class
EvalMain<C extends RingElem<C>>
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
ImagPart
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
ModToInt<C extends RingElem<C> & Modular>
Conversion of ModInteger to BigInteger functor.(package private) class
PolyToAlg<C extends GcdRingElem<C>>
Polynomial to algebriac functor.(package private) class
RatNumer
BigRational numerator functor.(package private) class
RatToCompl
Rational to complex functor.(package private) class
RatToDec<C extends Element<C> & Rational>
Conversion of Rational to BigDecimal.(package private) class
RatToInt
Conversion of BigRational to BigInteger with division by lcm functor.(package private) class
RatToIntFactor
Conversion of BigRational to BigInteger.(package private) class
RatToIntPoly
Conversion from GenPolynomialto GenPolynomial functor. (package private) class
RealPart
Real part functor.(package private) class
RealPartComplex<C extends RingElem<C>>
Real part functor.(package private) class
RecToDist<C extends RingElem<C>>
Conversion of recursive to distributive representation.(package private) class
ToComplex<C extends RingElem<C>>
Rational to complex functor.Methods in edu.jas.poly with parameters of type UnaryFunctor Modifier and Type Method Description GenExteriorPolynomial<C>
GenExteriorPolynomial. map(UnaryFunctor<? super C,C> f)
Map a unary function to the coefficients.GenPolynomial<C>
GenPolynomial. map(UnaryFunctor<? super C,C> f)
Map a unary function to the coefficients.GenWordPolynomial<C>
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 UnaryFunctor Modifier and Type Class Description (package private) class
Multiply<C extends RingElem<C>>
Internal scalar multiplication functor.(package private) class
Negate<C extends RingElem<C>>
Internal negation functor.Methods in edu.jas.ps with parameters of type UnaryFunctor Modifier and Type Method Description MultiVarPowerSeries<C>
MultiVarPowerSeries. map(UnaryFunctor<? super C,C> f)
Map a unary function to this power series.UnivPowerSeries<C>
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 UnaryFunctor Modifier and Type Class Description (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 UnaryFunctor Modifier and Type Class Description (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 Modifier and Type Method Description static <C extends Element<C>,D extends Element<D>>
java.util.List<D>ListUtil. map(java.util.List<C> list, UnaryFunctor<C,D> f)
Map a unary function to the list.
-