Uses of Class
xal.extension.jels.tools.math.InverseRealPolynomial
Packages that use InverseRealPolynomial
Package
Description
Combination of modeling elements from TraceWin documentation put into OpenXAL reference frame.
-
Uses of InverseRealPolynomial in xal.extension.jels.model.elem
Fields in xal.extension.jels.model.elem declared as InverseRealPolynomialModifier and TypeFieldDescriptionprotected InverseRealPolynomialIdealRfGap.ttfFitfit of the TTF vs. betaMethods in xal.extension.jels.model.elem with parameters of type InverseRealPolynomial -
Uses of InverseRealPolynomial in xal.extension.jels.smf.impl
Methods in xal.extension.jels.smf.impl that return InverseRealPolynomialModifier and TypeMethodDescriptionESSRfGap.getSFit()return a polynomial fit of the S factor as a function of betaESSRfGap.getSPrimeFit()return a polynomial fit of the S-prime factor as a function of betaESSRfCavity.getSTFFit()ESSRfCavity.getSTFFitEnd()ESSRfCavity.getSTFFitStart()ESSRfCavity.getSTFPrimeFit()ESSRfCavity.getSTFPrimeFitEnd()ESSRfCavity.getSTFPrimeFitStart()ESSRfCavity.getTTFFit()ESSRfGap.getTTFFit()return a polynomial fit of the transit time factor as a function of betaESSRfCavity.getTTFFitEnd()ESSRfCavity.getTTFFitStart()ESSRfCavity.getTTFPrimeFit()ESSRfGap.getTTFPrimeFit()return a polynomial fit of the TTF-prime factor as a function of betaESSRfCavity.getTTFPrimeFitEnd()ESSRfCavity.getTTFPrimeFitStart() -
Uses of InverseRealPolynomial in xal.extension.jels.tools.math
Subclasses of InverseRealPolynomial in xal.extension.jels.tools.mathMethods in xal.extension.jels.tools.math that return InverseRealPolynomialModifier and TypeMethodDescriptionInverseRealPolynomial.plus(InverseRealPolynomial polyAddend) InverseRealPolynomial.times(InverseRealPolynomial polyFac) Methods in xal.extension.jels.tools.math with parameters of type InverseRealPolynomialModifier and TypeMethodDescriptionInverseRealPolynomial.plus(InverseRealPolynomial polyAddend) InverseRealPolynomial.times(InverseRealPolynomial polyFac) Constructors in xal.extension.jels.tools.math with parameters of type InverseRealPolynomialModifierConstructorDescriptionMeanFieldPolynomial(InverseRealPolynomial ttf, InverseRealPolynomial ttfPrime)