What modern alternatives to Numerical Recipes exist?

Posted by Stewart on Programmers See other posts from Programmers or by Stewart
Published on 2011-11-14T12:15:24Z Indexed on 2011/11/14 18:11 UTC
Read the original article Hit count: 221

Filed under:
|
|

In the past, the Numerical Recipes book was considered the gold standard reference for numerical algorithms. The earliest Fortran Edition was followed by editions in C and C++ and others, bringing it then more up-to-date. Through these, it provided reference code for the state-of-the-art algorithms of the day.

Older editions are available online for free nowadays.

Unfortunately, I think it is now mostly useful only as a historic tome. The "software engineering" practises seem to me to be outdated, and the actual content hasn't kept pace with the literature.

What comprehensive yet approachable references should the modern programmer look at instead?

© Programmers or respective owner

Related posts about books

Related posts about algorithms