Skip to content
  • Médéric Boquien's avatar
    A significant fraction of the total run time is spent computing integrals... · 39a40764
    Médéric Boquien authored
    A significant fraction of the total run time is spent computing integrals (e.g. fluxes in passbands). We can make the integration faster by rewriting the trapezoidal rule in terms of np.dot(). This allows to offload the computation to optimised libraries. The end result is that the integration is twice as fast, with a gain of ~10-15% on the total run time.
    39a40764
To find the state of this project's repository at the time of any of these versions, check out the tags.