Uses of Class
edu.jas.application.RealAlgebraicNumber
-
Packages that use RealAlgebraicNumber Package Description edu.jas.application Groebner base application package. -
-
Uses of RealAlgebraicNumber in edu.jas.application
Fields in edu.jas.application with type parameters of type RealAlgebraicNumber Modifier and Type Field Description java.util.List<java.util.List<Complex<RealAlgebraicNumber<D>>>>
IdealWithComplexAlgebraicRoots. can
The list of complex algebraic roots.protected ComplexRing<RealAlgebraicNumber<C>>
CoeffToComplexReal. cfac
protected ComplexRing<RealAlgebraicNumber<C>>
EvaluateToComplexReal. cfac
protected GenPolynomialRing<Complex<RealAlgebraicNumber<C>>>
EvaluateToComplexReal. pfac
protected Complex<RealAlgebraicNumber<C>>
EvaluateToComplexReal. root
Methods in edu.jas.application that return RealAlgebraicNumber Modifier and Type Method Description RealAlgebraicNumber<C>
RealAlgebraicNumber. abs()
RealAlgebraicNumber absolute value.RealAlgebraicNumber<C>
RealAlgebraicNumber. copy()
Clone this.RealAlgebraicNumber<C>
RealAlgebraicRing. copy(RealAlgebraicNumber<C> c)
Copy RealAlgebraicNumber element c.RealAlgebraicNumber<C>
RealAlgebraicNumber. divide(RealAlgebraicNumber<C> S)
RealAlgebraicNumber division.RealAlgebraicNumber<C>[]
RealAlgebraicNumber. egcd(RealAlgebraicNumber<C> S)
RealAlgebraicNumber extended greatest common divisor.RealAlgebraicNumber<C>
RealFromReAlgCoeff. eval(RealAlgebraicNumber<C> c)
RealAlgebraicNumber<C>
RealAlgebraicRing. fromInteger(long a)
Get a RealAlgebraicNumber element from a long value.RealAlgebraicNumber<C>
RealAlgebraicRing. fromInteger(java.math.BigInteger a)
Get a RealAlgebraicNumber element from a BigInteger value.RealAlgebraicNumber<C>
RealAlgebraicNumber. gcd(RealAlgebraicNumber<C> S)
RealAlgebraicNumber greatest common divisor.RealAlgebraicNumber<C>
RealAlgebraicRing. getONE()
Get the one element.RealAlgebraicNumber<C>
RealAlgebraicRing. getZERO()
Get the zero element.RealAlgebraicNumber<C>
RealAlgebraicNumber. inverse()
RealAlgebraicNumber inverse.RealAlgebraicNumber<C>
RealAlgebraicNumber. monic()
RealAlgebraicNumber monic.RealAlgebraicNumber<C>
RealAlgebraicNumber. multiply(RealAlgebraicNumber<C> S)
RealAlgebraicNumber multiplication.RealAlgebraicNumber<C>
RealAlgebraicNumber. multiply(RealAlgebraicNumber<RealAlgebraicNumber<C>> c)
RealAlgebraicNumber multiplication.RealAlgebraicNumber<C>
RealAlgebraicNumber. negate()
RealAlgebraicNumber negate.RealAlgebraicNumber<C>
RealAlgebraicRing. parse(java.io.Reader r)
Parse RealAlgebraicNumber from Reader.RealAlgebraicNumber<C>
RealAlgebraicRing. parse(java.lang.String s)
Parse RealAlgebraicNumber from String.RealAlgebraicNumber<C>
RealAlgebraicRing. random(int n)
RealAlgebraicNumber random.RealAlgebraicNumber<C>
RealAlgebraicRing. random(int n, java.util.Random rnd)
RealAlgebraicNumber random.RealAlgebraicNumber<C>
RealAlgebraicNumber. remainder(RealAlgebraicNumber<C> S)
RealAlgebraicNumber remainder.RealAlgebraicNumber<C>
RealAlgebraicNumber. subtract(RealAlgebraicNumber<C> S)
RealAlgebraicNumber subtraction.RealAlgebraicNumber<C>
RealAlgebraicNumber. sum(RealAlgebraicNumber<C> S)
RealAlgebraicNumber summation.RealAlgebraicNumber<C>
RealAlgebraicNumber. sum(RealAlgebraicNumber<RealAlgebraicNumber<C>> c)
RealAlgebraicNumber summation.Methods in edu.jas.application that return types with arguments of type RealAlgebraicNumber Modifier and Type Method Description java.util.List<GenPolynomial<RealAlgebraicNumber<C>>>
FactorRealReal. baseFactorsSquarefree(GenPolynomial<RealAlgebraicNumber<C>> P)
GenPolynomial base factorization of a squarefree polynomial.static <C extends GcdRingElem<C> & Rational>
java.util.List<Complex<RealAlgebraicNumber<C>>>RootFactoryApp. complexAlgebraicNumbersComplex(GenPolynomial<Complex<C>> f)
Complex algebraic number roots.static <C extends GcdRingElem<C> & Rational>
java.util.List<Complex<RealAlgebraicNumber<C>>>RootFactoryApp. complexAlgebraicNumbersSquarefree(GenPolynomial<Complex<C>> f)
Complex algebraic number roots.static <C extends GcdRingElem<C> & Rational>
GenPolynomial<Complex<RealAlgebraicNumber<C>>>PolyUtilApp. convertToComplexRealCoefficients(GenPolynomialRing<Complex<RealAlgebraicNumber<C>>> pfac, GenPolynomial<Complex<C>> A)
Convert to Complex<RealAlgebraicNumber> coefficients.Complex<RealAlgebraicNumber<C>>
CoeffToComplexReal. eval(Complex<C> c)
Complex<RealAlgebraicNumber<C>>
EvaluateToComplexReal. eval(GenPolynomial<Complex<C>> c)
static <C extends GcdRingElem<C> & Rational>
GenPolynomial<Complex<RealAlgebraicNumber<C>>>PolyUtilApp. evaluateToComplexRealCoefficients(GenPolynomialRing<Complex<RealAlgebraicNumber<C>>> pfac, GenPolynomial<GenPolynomial<Complex<C>>> A, Complex<RealAlgebraicNumber<C>> r)
Evaluate to Complex<RealAlgebraicNumber> coefficients.java.util.List<RealAlgebraicNumber<C>>
RealAlgebraicRing. generators()
Get a list of the generating elements.static <C extends GcdRingElem<C> & Rational>
FactorAbstract<RealAlgebraicNumber<C>>FactorFactory. getImplementation(RealAlgebraicRing<C> fac)
Determine suitable implementation of factorization algorithms, case RealAlgebraicNumber<C>.static <C extends GcdRingElem<C> & Rational>
GenPolynomial<RealAlgebraicNumber<C>>PolyUtilApp. realFromRealAlgCoefficients(GenPolynomialRing<RealAlgebraicNumber<C>> rfac, GenPolynomial<RealAlgebraicNumber<C>> A)
Convert to RealAlgebraicNumber coefficients.Methods in edu.jas.application with parameters of type RealAlgebraicNumber Modifier and Type Method Description int
RealAlgebraicNumber. compareTo(RealAlgebraicNumber<C> b)
RealAlgebraicNumber comparison.RealAlgebraicNumber<C>
RealAlgebraicRing. copy(RealAlgebraicNumber<C> c)
Copy RealAlgebraicNumber element c.RealAlgebraicNumber<C>
RealAlgebraicNumber. divide(RealAlgebraicNumber<C> S)
RealAlgebraicNumber division.RealAlgebraicNumber<C>[]
RealAlgebraicNumber. egcd(RealAlgebraicNumber<C> S)
RealAlgebraicNumber extended greatest common divisor.RealAlgebraicNumber<C>
ReAlgFromRealCoeff. eval(RealAlgebraicNumber<C> c)
RealAlgebraicNumber<C>
RealAlgebraicNumber. gcd(RealAlgebraicNumber<C> S)
RealAlgebraicNumber greatest common divisor.RealAlgebraicNumber<C>
RealAlgebraicNumber. multiply(RealAlgebraicNumber<C> S)
RealAlgebraicNumber multiplication.RealAlgebraicNumber<C>
RealAlgebraicNumber. remainder(RealAlgebraicNumber<C> S)
RealAlgebraicNumber remainder.RealAlgebraicNumber<C>
RealAlgebraicNumber. subtract(RealAlgebraicNumber<C> S)
RealAlgebraicNumber subtraction.RealAlgebraicNumber<C>
RealAlgebraicNumber. sum(RealAlgebraicNumber<C> S)
RealAlgebraicNumber summation.Method parameters in edu.jas.application with type arguments of type RealAlgebraicNumber Modifier and Type Method Description java.util.List<GenPolynomial<RealAlgebraicNumber<C>>>
FactorRealReal. baseFactorsSquarefree(GenPolynomial<RealAlgebraicNumber<C>> P)
GenPolynomial base factorization of a squarefree polynomial.static <C extends GcdRingElem<C> & Rational>
GenPolynomial<Complex<RealAlgebraicNumber<C>>>PolyUtilApp. convertToComplexRealCoefficients(GenPolynomialRing<Complex<RealAlgebraicNumber<C>>> pfac, GenPolynomial<Complex<C>> A)
Convert to Complex<RealAlgebraicNumber> coefficients.static <C extends GcdRingElem<C> & Rational>
GenPolynomial<Complex<RealAlgebraicNumber<C>>>PolyUtilApp. evaluateToComplexRealCoefficients(GenPolynomialRing<Complex<RealAlgebraicNumber<C>>> pfac, GenPolynomial<GenPolynomial<Complex<C>>> A, Complex<RealAlgebraicNumber<C>> r)
Evaluate to Complex<RealAlgebraicNumber> coefficients.static <C extends GcdRingElem<C> & Rational>
GenPolynomial<Complex<RealAlgebraicNumber<C>>>PolyUtilApp. evaluateToComplexRealCoefficients(GenPolynomialRing<Complex<RealAlgebraicNumber<C>>> pfac, GenPolynomial<GenPolynomial<Complex<C>>> A, Complex<RealAlgebraicNumber<C>> r)
Evaluate to Complex<RealAlgebraicNumber> coefficients.static <C extends GcdRingElem<C> & Rational>
booleanRootFactoryApp. isRoot(GenPolynomial<Complex<C>> f, Complex<RealAlgebraicNumber<C>> r)
Is complex algebraic number a root of a polynomial.static <C extends GcdRingElem<C> & Rational>
booleanRootFactoryApp. isRoot(GenPolynomial<Complex<C>> f, java.util.List<Complex<RealAlgebraicNumber<C>>> R)
Is complex algebraic number a root of a polynomial.static <C extends GcdRingElem<C> & Rational>
booleanRootFactoryApp. isRootRealCoeff(GenPolynomial<C> f, Complex<RealAlgebraicNumber<C>> r)
Is complex algebraic number a root of a polynomial.static <C extends GcdRingElem<C> & Rational>
GenPolynomial<RealAlgebraicNumber<C>>PolyUtilApp. realAlgFromRealCoefficients(GenPolynomialRing<RealAlgebraicNumber<C>> afac, GenPolynomial<RealAlgebraicNumber<C>> A)
Convert to RealAlgebraicNumber coefficients.static <C extends GcdRingElem<C> & Rational>
GenPolynomial<RealAlgebraicNumber<C>>PolyUtilApp. realFromRealAlgCoefficients(GenPolynomialRing<RealAlgebraicNumber<C>> rfac, GenPolynomial<RealAlgebraicNumber<C>> A)
Convert to RealAlgebraicNumber coefficients.static <D extends GcdRingElem<D> & Rational>
java.lang.StringPolyUtilApp. toString(Complex<RealAlgebraicNumber<D>> c)
String representation of a deximal approximation of a complex number.Constructor parameters in edu.jas.application with type arguments of type RealAlgebraicNumber Constructor Description CoeffToComplexReal(ComplexRing<RealAlgebraicNumber<C>> fac)
EvaluateToComplexReal(GenPolynomialRing<Complex<RealAlgebraicNumber<C>>> fac, Complex<RealAlgebraicNumber<C>> r)
EvaluateToComplexReal(GenPolynomialRing<Complex<RealAlgebraicNumber<C>>> fac, Complex<RealAlgebraicNumber<C>> r)
IdealWithComplexAlgebraicRoots(IdealWithUniv<D> iu, java.util.List<java.util.List<Complex<RealAlgebraicNumber<D>>>> cr)
Constructor.
-