Monthly Archives: February 2012

fgsl: single precision float version of gsl

Many of GSL (GNU Scientific Library)’s routines are implemented in double only.  When one needs the additional speed and storage advantage, there wasn’t a quick way to go to float.  Here is a quick hack: cd gsl-1.15,  edit configure.ac, change … Continue reading

Posted in programming | Tagged , , | 1 Comment