Uses of Package
ffx.numerics.integrate

Packages that use ffx.numerics.integrate
Package
Description
The Integrate package implements 1D numerical integration.
  • Class
    Description
    A DataSet represents a set of points along a single dimension, and is able to be numerically integrated.
    A FunctionDataCurve represents a set of points along a 1-dimensional, analytically integrable function.
    Left vs right-hand integration; left-hand integration will start from the first available point, run right as far as possible, and then clean up any remaining points using finishIntegration, while right-hand integration will start from the last available point, run left as far as possible, and then clean up any remaining points using finishIntegration.
    Enumeration of implemented integration methods, and the number of points required by them.