aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
AgeCommit message (Expand)Author
2018-11-14speed up get_path_length() by not computing the norm twicetlatorre
2018-11-11update likelihood function to fit electrons!tlatorre
2018-10-19add interp2d() for fast bilinear 2D interpolationtlatorre
2018-10-19update path integral to use a fixed number of pointstlatorre
2018-10-18fix the likelihood function to return the *negative* log likelihood of the pa...tlatorre
2018-10-17fix a bug in the theta0 calculation for a pathtlatorre
2018-09-18fix heap overflow in interp1d()tlatorre
2018-09-17add get_path_length()tlatorre
2018-09-17fix a bug in interp1d()tlatorre
2018-09-13add a function to compute log(n) for integer ntlatorre
2018-09-10add a fast likelihood functiontlatorre
2018-09-04add a function to return the kahan sum of an arraytlatorre
2018-08-31add interp1d function to do fast interpolation when the x values are evenly s...tlatorre
2018-08-31rotate and translate the path in path_init to speed things uptlatorre
2018-08-14move everything to src directorytlatorre