anon
anon

Reputation: 42577

Implementation of GNU Scientific Library?

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!

Upvotes: 0

Views: 322

Answers (1)

Ramashalanka
Ramashalanka

Reputation: 8854

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.

Upvotes: 3

Related Questions