Uses of Class
edu.jas.ufd.Factors
Packages that use Factors
-
Uses of Factors in edu.jas.ufd
Classes in edu.jas.ufd that implement interfaces with type arguments of type FactorsModifier and TypeClassDescriptionclassFactors<C extends GcdRingElem<C>>Container for the factors of absolute factorization.Fields in edu.jas.ufd with type parameters of type FactorsModifier and TypeFieldDescriptionFactorsList.afactorsList of factors with coefficients from AlgebraicNumberRings.FactorsMap.afactorsList of factors with coefficients from AlgebraicNumberRings.final List<Factors<AlgebraicNumber<C>>> Factors.arfactorsList of factors with coefficients from AlgebraicNumberRing<AlgebraicNumber<C>>.Methods in edu.jas.ufd that return FactorsModifier and TypeMethodDescriptionFactorAbsolute.baseFactorsAbsoluteIrreducible(GenPolynomial<C> P) GenPolynomial base absolute factorization of a irreducible polynomial.FactorAbsolute.factorsAbsoluteIrreducible(GenPolynomial<C> P) GenPolynomial absolute factorization of a irreducible polynomial.Factors.getFactor(GenPolynomial<AlgebraicNumber<C>> p) Get the factor for polynomial.Methods in edu.jas.ufd with parameters of type Factors