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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top