Uses of Class
edu.jas.root.ComplexAlgebraicRing
-
Packages that use ComplexAlgebraicRing Package Description edu.jas.root Real and Complex Root Computation package. -
-
Uses of ComplexAlgebraicRing in edu.jas.root
Fields in edu.jas.root declared as ComplexAlgebraicRing Modifier and Type Field Description protected ComplexAlgebraicRing<C>
CoeffToComplex. cfac
protected ComplexAlgebraicRing<C>
CoeffToComplexFromComplex. cfac
ComplexAlgebraicRing<C>
ComplexAlgebraicNumber. ring
Ring part of the data structure.Methods in edu.jas.root that return ComplexAlgebraicRing Modifier and Type Method Description ComplexAlgebraicRing<C>
ComplexAlgebraicNumber. factory()
Get the corresponding element factory.Constructors in edu.jas.root with parameters of type ComplexAlgebraicRing Constructor Description CoeffToComplex(ComplexAlgebraicRing<C> fac)
CoeffToComplexFromComplex(ComplexAlgebraicRing<C> fac)
ComplexAlgebraicNumber(ComplexAlgebraicRing<C> r)
The constructor creates a ComplexAlgebraicNumber object from a GenPolynomial object module.ComplexAlgebraicNumber(ComplexAlgebraicRing<C> r, AlgebraicNumber<Complex<C>> a)
The constructor creates a ComplexAlgebraicNumber object from ComplexAlgebraicRing modul and a AlgebraicNumber value.ComplexAlgebraicNumber(ComplexAlgebraicRing<C> r, GenPolynomial<Complex<C>> a)
The constructor creates a ComplexAlgebraicNumber object from ComplexAlgebraicRing modul and a GenPolynomial value.
-