Template Function lsst::afw::math::integrate

Function Documentation

template<typename UnaryFunctionT>
UnaryFunctionT::result_type lsst::afw::math::integrate(UnaryFunctionT func, typename UnaryFunctionT::argument_type const a, typename UnaryFunctionT::argument_type const b, double eps = 1.0e-6)

The 1D integrator

Note

This simply wraps the int1d function above and handles the instantiation of the intRegion.