6

I have a certain code written in Matlab. I wanted to obtain similar results using a c++ code. I wanted to know whether a c++ library exists for matrix manipulations? My current Matlab code consists of matrix multiplications,inverse and complements.

2

3 Answers 3

3

There are dozens of linear algebra libraries for C++. Here is another one not mentioned in the other links so far:

http://www.alglib.net/

Sign up to request clarification or add additional context in comments.

Comments

2

I have used Newmat in a similar situation.

Comments

1

Not sure if this would help you, or your company/university have licenses for it but matlabcoder can export your matlab code to c++ without much extra work. http://www.mathworks.com/products/matlab-coder/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.