aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/utils.c
AgeCommit message (Collapse)Author
2017-07-05Rearrange quaternion declarations so that gtk-doc can copeThomas White
The utils file contains two gtk-doc sections, "utils" and "quaternion", with a change of section halfway through. It seems that gtk-doc doesn't like it if the declarations are all mixed together.
2015-07-21Update API docsThomas White
2015-05-13solve_svd(): Squash NaNs after rescalingThomas White
2015-05-13solve_svd(): Filter the eigenvalues even if the result is not usedThomas White
2015-03-13solve_svd(): Check n_filt before usingThomas White
2015-03-13Move solve_svd() to utilsThomas White
2014-10-24Avoid log(0) in gaussian_noise()Thomas White
2014-09-05Update docsThomas White
2014-08-19Use Gnulib forkpty()Thomas White
2014-01-20RNG overhaulThomas White
Previously, we were using random(), which is really really bad.
2013-12-17Fix a few compiler warningsThomas White
2013-08-12Improve show_matrix_eqn()Thomas White
2013-08-08Add show_matrix()Thomas White
2012-03-09Update licence notices in line with recommendations from TTThomas White
2012-02-25Make --enable-gsl-fudge the defaultThomas White
There's absolutely no sensible reason why this should be optional - it doesn't cause any difficulties when enabled.
2012-02-22GPLv3 boilerplate commentsThomas White
2012-02-22Update copyright datesThomas White
2012-02-22Introduce "libcrystfel"Thomas White