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.
-
2Trying the search gives you e.g. Looking for an elegant and efficient C++ matrix library.Georg Fritzsche– Georg Fritzsche2010-11-20 09:47:31 +00:00Commented Nov 20, 2010 at 9:47
-
2This question is exact duplicate of stackoverflow.com/questions/1329994/matlab-functions-in-cMikhail Poda– Mikhail Poda2010-11-20 11:06:53 +00:00Commented Nov 20, 2010 at 11:06
Add a comment
|
3 Answers
There are dozens of linear algebra libraries for C++. Here is another one not mentioned in the other links so far:
Comments
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/