C ++ vector calculus

3

I need to implement some vector and matrix operations, such as internal product, vector, other operations with matrices (inverse calculation, transposed, conjugated, determinant, etc.) and solving certain problems of linear algebra and analytic geometry ... I can do this all to nail but I wanted to get some library that implemented this in a cleaner way. Thanks!

    
asked by anonymous 23.12.2015 / 18:42

1 answer

2

There's Boost and the armadillo >. See also "Numerical Recipes in C ++" here , a classic of numerical computational analysis that any scientist or engineer should read.

    
23.12.2015 / 18:49