0

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!

anon
  • 41,035
  • 53
  • 197
  • 293

1 Answers1

3

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
  • 8,564
  • 1
  • 35
  • 46