Uses of Interface
xal.tools.math.fnc.IRealFunction
Packages that use IRealFunction
Package
Description
Package containing related class for representing functions.
Package containing classes of functions that are implemented as polynomials.
-
Uses of IRealFunction in xal.extension.jels.tools.math
Classes in xal.extension.jels.tools.math that implement IRealFunctionModifier 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 IRealFunction in xal.tools.beam.em
Constructors in xal.tools.beam.em with parameters of type IRealFunctionModifierConstructorDescriptionAxialFieldSpectrum(double dblFreq, double dblOffset, IRealFunction fncTz0, IRealFunction fncDTz0, IRealFunction fncSq0, IRealFunction fncDSq0) Constructor for creating a partial field model object using a central field offset.AxialFieldSpectrum(IRealFunction fncTz, IRealFunction fncDTz, IRealFunction fncSz, IRealFunction fncDSz, IRealFunction fncTq, IRealFunction fncDTq, IRealFunction fncSq, IRealFunction fncDSq) Constructor for creating the full field model using the sine and cosine transform and their conjugates. -
Uses of IRealFunction in xal.tools.math.fnc
Subinterfaces of IRealFunction in xal.tools.math.fncModifier and TypeInterfaceDescriptioninterfaceInterface exposing the characteristics of a real function of a real variable which has derivatives. -
Uses of IRealFunction in xal.tools.math.fnc.poly
Classes in xal.tools.math.fnc.poly that implement IRealFunctionModifier and TypeClassDescriptionclassRepresents a polynomial object with real coefficients over one real variable.