26 return exp(b)*(1.+2.*(x-b))/(1.+x-b);
30 return exp(-b)*(1.-x-b)/(1.+2.*(-x-b));
d3_array mfexp(const d3_array &m)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
d3_array exp(const d3_array &arr3)
Returns d3_array results with computed exp from elements in arr3.