image thumbnail
from Faddeeva Package: complex error functions by Steven G. Johnson
C++ MEX plugins to compute error functions (erf, erfc, erfi, erfcx, Faddeeva, ...) of complex args

Faddeeva_erf.m
% Usage: e = Faddeeva_erf(z [, relerr])
% 
% Compute erf(z), the error function, for an array or matrix of
% complex values z.
% 
% relerr, if supplied, indicates a desired relative error tolerance in
% w; the default is 0, indicating that machine precision is requested (and
% a relative error < 1e-13 is usually achieved).  Specifying a larger
% relerr may improve performance for some z (at the expense of accuracy).
% 
% S. G. Johnson, http://ab-initio.mit.edu/Faddeeva

Contact us