Brian Gough wrote: > > For extra speed try recompiling the library with -DGSL_RANGE_CHECK_OFF=1. > Range checking is currently enabled by default, for safety, and puts an > overhead on every matrix/vector operation. Brian, are there any other similar macros that can be turned off at compiletime for performance gains? h~