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 TypeClassDescriptionclass
A CompositeCurve represents points along a sum of functions which also extend FunctionDataCurve.class
A CosineWave describes points along a sine wave of f(x) = a*sin(jx).class
A PolynomialCurve describes points along a polynomial function.class
A 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.