Uses of Interface
xal.tools.math.fnc.ISmoothRealFunction
Packages that use ISmoothRealFunction
Package
Description
Package containing classes of functions that are implemented as polynomials.
-
Uses of ISmoothRealFunction in xal.extension.jels.tools.math
Classes in xal.extension.jels.tools.math that implement ISmoothRealFunctionModifier 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 ISmoothRealFunction in xal.tools.math.fnc.poly
Classes in xal.tools.math.fnc.poly that implement ISmoothRealFunctionModifier and TypeClassDescriptionclassRepresents a polynomial object with real coefficients over one real variable.