10 Inverse Laplace Transform

For a real valued function f such that tf(t)e-σct is integrable over +, we can define its Laplace transform

       ∫ ∞      -λt
f^(λ) =     f(t)e   dt    for λ ∈ ℂ with Re (λ ) ≥ σc.
        0

To use the following functions, you should include pnl/pnl_laplace.h.

typedef struct 
{ 
  dcomplex (*F) (dcomplex x, void *params); 
  void *params; 
} PnlCmplxFunc;