Uses of Class
xal.tools.math.fnc.poly.RealUnivariatePolynomial
Packages that use RealUnivariatePolynomial
Package
Description
Package containing classes of functions that are implemented as polynomials.
-
Uses of RealUnivariatePolynomial in xal.extension.jels.tools.math
Subclasses of RealUnivariatePolynomial in xal.extension.jels.tools.mathModifier and TypeClassDescriptionclassRepresents a model function of the form: ( x1 + x2(x0/x-1) + x3/2(x0/x-1)^2 + ... + xn/(n-1)!class -
Uses of RealUnivariatePolynomial in xal.smf.impl
Methods in xal.smf.impl that return RealUnivariatePolynomialModifier and TypeMethodDescriptionRfGap.getSFit()Return a polynomial fit of the sine transit time factor S(β) as a function of normalized velocity β.RfGap.getSPrimeFit()Return a polynomial fit of the sine transit time factor derivative S'(β) as a function of normalized velocity β.RfCavity.getSTFFit()return a polynomial fit of the "S" transit time factor as a function of betaRfCavity.getSTFFitEnd()return a polynomial fit of the "S" transit time factor for end cells as a function of betaRfCavity.getSTFPrimeFit()return a polynomial fit of the "S" transit time factor prime as a function of betaRfCavity.getSTFPrimeFitEnd()return a polynomial fit of the "S" transit time factor prime for end cells as a function of betaRfCavity.getTTFFit()return a polynomial fit of the transit time factor as a function of betaRfGap.getTTFFit()Return a polynomial fit of the transit time factor T(β) as a function of normalized velocity β.RfCavity.getTTFFitEnd()return a polynomial fit of the transit time factor for end cells as a function of betaRfCavity.getTTFPrimeFit()return a polynomial fit of the transit time factor prime as a function of betaRfGap.getTTFPrimeFit()Return a polynomial fit of the transit time factor derivative T'(β) as a function of normalized velocity β.RfCavity.getTTFPrimeFitEnd()return a polynomial fit of the transit time factor prime for end cells as a function of beta -
Uses of RealUnivariatePolynomial in xal.tools.math.fnc.poly
Methods in xal.tools.math.fnc.poly that return RealUnivariatePolynomialModifier and TypeMethodDescriptionRealUnivariatePolynomial.plus(RealUnivariatePolynomial polyAddend) Nondestructively add two polynomials.RealUnivariatePolynomial.times(RealUnivariatePolynomial polyFac) Nondestructive multiply two polynomials.Methods in xal.tools.math.fnc.poly with parameters of type RealUnivariatePolynomialModifier and TypeMethodDescriptionRealUnivariatePolynomial.plus(RealUnivariatePolynomial polyAddend) Nondestructively add two polynomials.RealUnivariatePolynomial.times(RealUnivariatePolynomial polyFac) Nondestructive multiply two polynomials.