Uses of Interface
edu.jas.structure.Element
-
Packages that use Element Package Description edu.jas.application Groebner base application package.edu.jas.arith Basic arithmetic package.edu.jas.fd Factorization domain package for solvable polynomial rings.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.structure Basic structural interfaces.edu.jas.ufd Unique factorization domain package.edu.jas.util Concurrent programming utility classes.edu.jas.vector Generic vector and matrix package. -
-
Uses of Element in edu.jas.application
Classes in edu.jas.application that implement Element Modifier and Type Class Description classLocal<C extends GcdRingElem<C>>Local ring element based on GenPolynomial with RingElem interface.classLocalSolvablePolynomial<C extends GcdRingElem<C>>LocalSolvablePolynomial generic recursive solvable polynomials implementing RingElem.classRealAlgebraicNumber<C extends GcdRingElem<C> & Rational>Complex algebraic number class based on bi-variate real algebraic numbers.classResidue<C extends GcdRingElem<C>>Residue ring element based on GenPolynomial with RingElem interface.classResidueSolvablePolynomial<C extends GcdRingElem<C>>ResidueSolvablePolynomial generic solvable polynomials with solvable residue coefficients implementing RingElem.classResidueSolvableWordPolynomial<C extends GcdRingElem<C>>ResidueSolvableWordPolynomial solvable polynomials with WordResidue coefficients implementing RingElem.classSolvableLocal<C extends GcdRingElem<C>>SolvableLocal ring element based on pairs of GenSolvablePolynomial with GcdRingElem interface.classSolvableLocalResidue<C extends GcdRingElem<C>>SolvableLocalResidue, that is a (left) rational function, based on pairs of GenSolvablePolynomial with GcdRingElem interface.classSolvableResidue<C extends GcdRingElem<C>>SolvableResidue ring element based on GenSolvablePolynomial with GcdRingElem interface.classWordResidue<C extends GcdRingElem<C>>WordResidue ring element based on GenWordPolynomial with GcdRingElem interface. -
Uses of Element in edu.jas.arith
Classes in edu.jas.arith that implement Element Modifier and Type Class Description classBigComplexBigComplex class based on BigRational implementing the RingElem respectively the StarRingElem interface.classBigDecimalBigDecimal class to make java.math.BigDecimal available with RingElem interface.classBigDecimalComplexBigComplex class based on BigDecimal implementing the RingElem respectively the StarRingElem interface.classBigIntegerBigInteger class to make java.math.BigInteger available with RingElem respectively the GcdRingElem interface.classBigOctonionBigOctonion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.classBigQuaternionBigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.classBigQuaternionIntegerInteger BigQuaternion class based on BigRational implementing the RingElem interface and with the familiar MAS static method names.classBigRationalImmutable arbitrary-precision rational numbers.classModIntModInt class with RingElem interface.classModIntegerModInteger class with GcdRingElem interface.classModLongModLong class with RingElem interface.classProduct<C extends RingElem<C>>Direct product element based on RingElem. -
Uses of Element in edu.jas.fd
Classes in edu.jas.fd that implement Element Modifier and Type Class Description classQuotSolvablePolynomial<C extends GcdRingElem<C>>QuotSolvablePolynomial generic recursive solvable polynomials implementing RingElem.classSolvableQuotient<C extends GcdRingElem<C>>SolvableQuotient, that is a (left) rational function, based on GenSolvablePolynomial with RingElem interface. -
Uses of Element in edu.jas.poly
Classes in edu.jas.poly with type parameters of type Element Modifier and Type Class Description (package private) classRatToDec<C extends Element<C> & Rational>Conversion of Rational to BigDecimal.Subinterfaces of Element in edu.jas.poly Modifier and Type Interface Description interfacePolynomial<C extends RingElem<C>>Polynomial interface.Classes in edu.jas.poly that implement Element Modifier and Type Class Description classAlgebraicNumber<C extends RingElem<C>>Algebraic number class.classComplex<C extends RingElem<C>>Generic Complex class implementing the RingElem interface.classExpVectorExpVector implements exponent vectors for polynomials.classExpVectorByteExpVectorByte implements exponent vectors for polynomials using arrays of byte as storage unit.classExpVectorIntegerExpVectorInteger implements exponent vectors for polynomials using arrays of int as storage unit.classExpVectorLongExpVectorLong implements exponent vectors for polynomials using arrays of long as storage unit.classExpVectorShortExpVectorShort implements exponent vectors for polynomials using arrays of short as storage unit.classGenExteriorPolynomial<C extends RingElem<C>>GenExteriorPolynomial generic polynomials implementing RingElem.classGenPolynomial<C extends RingElem<C>>GenPolynomial generic polynomials implementing RingElem.classGenSolvablePolynomial<C extends RingElem<C>>GenSolvablePolynomial generic solvable polynomials implementing RingElem.classGenWordPolynomial<C extends RingElem<C>>GenWordPolynomial generic polynomials implementing RingElem.classIndexListIndexList implements index lists for exterior polynomials.classLocal<C extends RingElem<C>>Local element based on RingElem pairs.classMonomial<C extends RingElem<C>>Monomial class.classQLRSolvablePolynomial<C extends GcdRingElem<C> & QuotPair<GenPolynomial<D>>,D extends GcdRingElem<D>>QLRSolvablePolynomial generic recursive solvable polynomials implementing RingElem.classQuotient<C extends RingElem<C>>Quotient element based on RingElem pairs.classRecSolvablePolynomial<C extends RingElem<C>>RecSolvablePolynomial generic recursive solvable polynomials implementing RingElem.classRecSolvableWordPolynomial<C extends RingElem<C>>RecSolvableWordPolynomial generic recursive solvable polynomials implementing RingElem.classResidue<C extends RingElem<C>>Residue element based on RingElem residue.classWordWord implements strings of letters for polynomials. -
Uses of Element in edu.jas.ps
Classes in edu.jas.ps that implement Element Modifier and Type Class Description classMultiVarPowerSeries<C extends RingElem<C>>Multivariate power series implementation.classUnivPowerSeries<C extends RingElem<C>>Univariate power series implementation. -
Uses of Element in edu.jas.root
Classes in edu.jas.root that implement Element Modifier and Type Class Description classComplexAlgebraicNumber<C extends GcdRingElem<C> & Rational>Complex algebraic number class based on AlgebraicNumber.classRealAlgebraicNumber<C extends GcdRingElem<C> & Rational>Real algebraic number class based on AlgebraicNumber. -
Uses of Element in edu.jas.structure
Classes in edu.jas.structure with type parameters of type Element Modifier and Type Interface Description interfaceBinaryFunctor<C1 extends Element<C1>,C2 extends Element<C2>,D extends Element<D>>Binary functor interface.interfaceBinaryFunctor<C1 extends Element<C1>,C2 extends Element<C2>,D extends Element<D>>Binary functor interface.interfaceBinaryFunctor<C1 extends Element<C1>,C2 extends Element<C2>,D extends Element<D>>Binary functor interface.interfaceElement<C extends Element<C>>Element interface.interfaceElemFactory<C extends Element<C>>Element factory interface.interfaceUnaryFunctor<C extends Element<C>,D extends Element<D>>Unary functor interface.interfaceUnaryFunctor<C extends Element<C>,D extends Element<D>>Unary functor interface.Subinterfaces of Element in edu.jas.structure Modifier and Type Interface Description interfaceAbelianGroupElem<C extends AbelianGroupElem<C>>Abelian group element interface.interfaceAlgebraElem<A extends AlgebraElem<A,C>,C extends RingElem<C>>Algabra element interface.interfaceFieldElem<C extends FieldElem<C>>Field element interface.interfaceGcdRingElem<C extends GcdRingElem<C>>Gcd ring element interface.interfaceModulElem<M extends ModulElem<M,C>,C extends RingElem<C>>Module element interface.interfaceMonoidElem<C extends MonoidElem<C>>Monoid element interface.interfaceNoncomRingElem<C extends NoncomRingElem<C>>Non-commutative ring element interface.interfaceRegularRingElem<C extends RegularRingElem<C>>Regular ring element interface.interfaceRingElem<C extends RingElem<C>>Ring element interface.interfaceStarRingElem<C extends StarRingElem<C>>Star ring element interface. -
Uses of Element in edu.jas.ufd
Classes in edu.jas.ufd that implement Element Modifier and Type Class Description classQuotient<C extends GcdRingElem<C>>Quotient, that is a rational function, based on GenPolynomial with RingElem interface. -
Uses of Element in edu.jas.util
Methods in edu.jas.util with type parameters of type Element 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.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. -
Uses of Element in edu.jas.vector
Classes in edu.jas.vector that implement Element Modifier and Type Class Description classGenMatrix<C extends RingElem<C>>GenMatrix implements a generic matrix algebra over RingElem entries.classGenVector<C extends RingElem<C>>GenVector implements generic vectors with RingElem entries.
-