I thank any posters ahead of time.
Ask HN: Good C++ Numerical Libraries
1–10 of 14 posts
Re: Ask HN: Good C++ Numerical Libraries
#2Also, __the__ templates books is very useful for several tricks for squeezing performance: http://www.josuttis.com/tmplbook/
HTH
Re: Ask HN: Good C++ Numerical Libraries
#3Also, I can't recommend "Numerical Recipies in C++" enough. This is a great book if you're not a wizard already, although the seriously good numerical mathematicians complain that it doesn't necessarily show you the absolute best way to do everthing. Its a great learning and example-code resource though! http://www.amazon.com/Numerical-Recipes-C-Scientific-Computi...
Re: Ask HN: Good C++ Numerical Libraries
#4http://www.nuclearphynance.com
There you can read a lot about implementing numerical software in the "real world". My perception is that C# is starting to take C++'s place. But, then, it's just a perception. Moreover, take a look at LAPACK, LAPACK++, BLAS, and the like...
Re: Ask HN: Good C++ Numerical Libraries
#5A good C++ library for high performance computing is going to be more than just C-style functions wrapped in a class. Read the paper on Expression Templates by Todd Veldhuizen: http://ubiety.uwaterloo.ca/~tveldhui/papers/Expression-Templ...
Re: Ask HN: Good C++ Numerical Libraries
#6Re: Ask HN: Good C++ Numerical Libraries
#7Re: Ask HN: Good C++ Numerical Libraries
#8Re: Ask HN: Good C++ Numerical Libraries
#9Re: Ask HN: Good C++ Numerical Libraries
#10I gave up and used Matlab to generate C++ libraries.