views:

52

answers:

1

Does anyone know a collection of articles or books that describes the implementation of the GNU Scientific Library?

This question is not about using the GSL; it's about how the GSL is implemented, their design decisions / tradeoffs.

Thanks!

+1  A: 

The GSL design document goes into a lot of detail of design decisions here. Of course as open source, for "how the GSL is implemented" you can look at the code e.g. here, which is generally well-written and self-documenting.

Ramashalanka