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) classCoeffConvertAlg<C extends GcdRingElem<C>>Coefficient to convert algebriac functor.(package private) classCoeffRecConvertAlg<C extends GcdRingElem<C>>Coefficient recursive to convert algebriac functor.(package private) classCoeffToComplexReal<C extends GcdRingElem<C> & Rational>Coefficient to complex real algebriac functor.(package private) classEvaluateToComplexReal<C extends GcdRingElem<C> & Rational>Polynomial coefficient to complex real algebriac evaluation functor.(package private) classRealFromReAlgCoeff<C extends GcdRingElem<C> & Rational>Coefficient to real algebriac from algebraic functor.(package private) classReAlgFromRealCoeff<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) classAlgebToCompl<C extends GcdRingElem<C>>Algebraic to generic complex functor.(package private) classAlgToPoly<C extends GcdRingElem<C>>Algebraic to polynomial functor.(package private) classAnyToComplex<C extends GcdRingElem<C>>Any ring element to generic complex functor.(package private) classCoeffToAlg<C extends GcdRingElem<C>>Coefficient to algebriac functor.(package private) classCoeffToRecAlg<C extends GcdRingElem<C>>Coefficient to recursive algebriac functor.(package private) classComplToAlgeb<C extends GcdRingElem<C>>Ceneric complex to algebraic number functor.(package private) classCompRatToDec<C extends RingElem<C> & Rational>Conversion of Complex Rational to Complex BigDecimal.(package private) classConversion of distributive to recursive representation.(package private) classEvalAllPol<C extends RingElem<C>>Evaluate all variable functor.(package private) classEvaluate main variable functor.(package private) classEvalMainPol<C extends RingElem<C>>Evaluate main variable functor.(package private) classFromInteger<D extends RingElem<D>>Conversion from BigInteger functor.(package private) classFromIntegerPoly<D extends RingElem<D>>Conversion from GenPolynomialfunctor. (package private) classImaginary part functor.(package private) classImagPartComplex<C extends RingElem<C>>Imaginary part functor.(package private) classModSymToInt<C extends RingElem<C> & Modular>Conversion of symmetric ModInteger to BigInteger functor.(package private) classConversion of ModInteger to BigInteger functor.(package private) classPolyToAlg<C extends GcdRingElem<C>>Polynomial to algebriac functor.(package private) classBigRational numerator functor.(package private) classRational to complex functor.(package private) classConversion of Rational to BigDecimal.(package private) classConversion of BigRational to BigInteger with division by lcm functor.(package private) classConversion of BigRational to BigInteger.(package private) classConversion from GenPolynomialto GenPolynomial functor. (package private) classReal part functor.(package private) classRealPartComplex<C extends RingElem<C>>Real part functor.(package private) classConversion of recursive to distributive representation.(package private) classRational 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) classInternal scalar multiplication functor.(package private) classInternal 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) classAlgFromRealCoeff<C extends GcdRingElem<C> & Rational>Coefficient to algebraic from real algebraic functor.(package private) classCoeffToComplex<C extends GcdRingElem<C> & Rational>Coefficient to complex algebraic functor.(package private) classCoeffToComplexFromComplex<C extends GcdRingElem<C> & Rational>Coefficient to complex algebraic from complex functor.(package private) classCoeffToReal<C extends GcdRingElem<C> & Rational>Coefficient to real algebraic functor.(package private) classCoeffToReAlg<C extends GcdRingElem<C> & Rational>Coefficient to algebraic functor.(package private) classCoeffToRecReAlg<C extends GcdRingElem<C> & Rational>Coefficient to recursive algebraic functor.(package private) classPolyToReAlg<C extends GcdRingElem<C> & Rational>Polynomial to algebraic functor.(package private) classRealFromAlgCoeff<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) classBackSubstKronecker<C extends GcdRingElem<C>>Kronecker back substitutuion functor.(package private) classSubstKronecker<C extends GcdRingElem<C>>Kronecker substitutuion functor. -
Uses of UnaryFunctor in edu.jas.util
Methods in edu.jas.util with parameters of type UnaryFunctor