Uses of Class
ffx.numerics.integrate.FunctionDataCurve
Packages that use FunctionDataCurve
Package
Description
The Integrate package implements 1D numerical integration.
-
Uses of FunctionDataCurve in ffx.numerics.integrate
Subclasses of FunctionDataCurve in ffx.numerics.integrateModifier and TypeClassDescriptionclassA CompositeCurve represents points along a sum of functions which also extend FunctionDataCurve.classA CosineWave describes points along a sine wave of f(x) = a*sin(jx).classA PolynomialCurve describes points along a polynomial function.classA SinWave describes points along a sine wave of f(x) = a*sin(jx).Methods in ffx.numerics.integrate that return types with arguments of type FunctionDataCurveModifier and TypeMethodDescriptionCompositeCurve.getSubCurves()Gets the component FunctionDataCurves of this CompositeCurve.Constructor parameters in ffx.numerics.integrate with type arguments of type FunctionDataCurveModifierConstructorDescriptionCompositeCurve(List<FunctionDataCurve> componentCurves, List<Double> coefficients) Constructs a CompositeCurve that aggregates multiple FunctionDataCurves with variable weights to each component FunctionDataCurve.