Template Function lsst::afw::math::integrate2d

Function Documentation

template<typename BinaryFunctionT>
BinaryFunctionT::result_type lsst::afw::math::integrate2d(BinaryFunctionT func, typename BinaryFunctionT::first_argument_type const x1, typename BinaryFunctionT::first_argument_type const x2, typename BinaryFunctionT::second_argument_type const y1, typename BinaryFunctionT::second_argument_type const y2, double eps = 1.0e-6)

The 2D integrator

Note

Adapted from RHL’s SDSS code