Matrix libraries in C++ and C#

Daniel Duffy

C++ author, trainer
Joined
10/4/07
Messages
10,545
Points
648
I am investigating what the open source libraries are. I know

Eigen
Boost uBLAS
Atlas

and maybe

Alglib
CERN ROOT(?)


Are there others you use? Which functionality do you need in these libraries?
 

That looks like a good start, in particular the functionality offered by scipy. The C# library is not clear what it actually offers on top of the different matrix patterns.

Most of the libraries seem to concentrate on direct matrix methods.

There are two issues (at least) 1) using matrix storage structures 2) building matrix algorithms on top of 1).
 
Back
Top Bottom