Question

I've used boost library so far.

But, I'd like to use matrix operation and random numbers.

Please, let me know useful c++ library.

thanks.

Was it helpful?

Solution

I really love the GSL library. although there are also the following, all of which are very good and very powerful:

You can also check out a bigger list here. However if you prefer boost, you can use Boost.Random and Boost.Matrix.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top