ecpi.common.num.integration_tools Module

Created on September 16 2019

@author: Bacon Philippe, APC/IN2P3/CNRS

Functions

dblquad(func, a, b, gfun, hfun[, args, …]) Compute a double integral.
njit(*args, **kws) Equivalent to jit(nopython=True)
solidangle_rectangle_ana Compute the solid angle subtended by a rectangle of length a and b as seen by an observer located at (xp,yp,zp).
solidangle_rectangle_num(a, b, xp, yp, zp) Compute the solid angle subtended by a rectangle of length a and b as seen by an observer located at (xp,yp,zp).