utility functions and special functions
Closed this issue · 1 comments
holgerschmitz commented
Add convenience routine to add utility functions such as min
, max
, various sigmoid functions and Gaussian distribution function.
Add convenience routine to add special functions from boost special functions library.
holgerschmitz commented
Added functions registerUtilityFunctions
and registerSpecialFunctions
to register some more functions.