Vector calculus C++

Asked

Viewed 115 times

3

I need to implement some vector and matrix operations, such as internal product, vector, other operations with matrices (inverse, transposed, conjugated, determinant, etc.) and to solve certain problems of linear algebra and analytical geometry... I can do it all by the fingernail but I wanted to get some library to implement it more cleanly. Thank you!

  • I am voting to close this question as out of scope because it is a list question.

1 answer

2

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.