www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - libcerf (D sources)

reply "Ilya Yaroshenko" <ilyayaroshenko gmail.com> writes:
Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions, along with 
Dawson, Faddeeva, and Voigt functions.

https://github.com/9il/libcerf
Sep 21 2014
parent reply "ponce" <contact gam3sfrommars.fr> writes:
On Sunday, 21 September 2014 at 16:12:08 UTC, Ilya Yaroshenko 
wrote:
 Self-contained numeric library that provides an efficient and 
 accurate implementation of complex error functions, along with 
 Dawson, Faddeeva, and Voigt functions.

 https://github.com/9il/libcerf
The error function is used for Gaussian integrals, where should we use the Dawson, Faddeeva, and Voigt functions? Just curious.
Sep 21 2014
parent "Ilya Yaroshenko" <ilyayaroshenko gmail.com> writes:
Computation of complex error functions based on Faddeeva function.
See: http://ab-initio.mit.edu/wiki/index.php/Faddeeva_Package

I need this functions to compute integrals for new numeric 
methods in statistics.

On Sunday, 21 September 2014 at 16:14:30 UTC, ponce wrote:
 On Sunday, 21 September 2014 at 16:12:08 UTC, Ilya Yaroshenko 
 wrote:
 Self-contained numeric library that provides an efficient and 
 accurate implementation of complex error functions, along with 
 Dawson, Faddeeva, and Voigt functions.

 https://github.com/9il/libcerf
The error function is used for Gaussian integrals, where should we use the Dawson, Faddeeva, and Voigt functions? Just curious.
Sep 21 2014