Serving the Quantitative Finance Community

 
User avatar
mucki
Topic Author
Posts: 2
Joined: July 29th, 2002, 6:47 pm

Numerical integration of complex Functions in c

March 15th, 2004, 9:41 am

Hi there,I am looking for a function/methodology for the numerical integration of functions with complex numbers in c / c++ (like for instance in the heston model).Can somebody point me towards a web site or an article?Thanks a lot in advance
 
User avatar
hotone
Posts: 0
Joined: December 14th, 2002, 9:19 pm

Numerical integration of complex Functions in c

March 15th, 2004, 8:01 pm

I didn't look for wen site, but check Laplace Transform, Fast Fourrier Transform and Gauss-Laguerre transform (or Gauss-Legendre, I don't remember the name), it might help
 
User avatar
Zed
Posts: 0
Joined: February 7th, 2003, 7:24 am

Numerical integration of complex Functions in c

March 16th, 2004, 8:51 am

Quadrature methods (e.g. Gauss-Laguerre) work fine for complex integrals.