cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Is there any library including matrix op
Is there any library including matrix operation?
May 3, 2010 at 3:18am UTC
Piety
(3)
Is there any library including matrix operation such as matrix multiply ans reverse matrix?
May 3, 2010 at 3:23am UTC
Albatross
(4553)
That library is not the C++ standard library. However, I'm also fairly sure such a mathematics library exists. Check Wikipedia, maybe you'll find something.
-Albatross
May 3, 2010 at 5:18am UTC
firedraco
(6243)
I'm betting Boost has one (somewhere). Go check out boost.org
May 3, 2010 at 8:50am UTC
sysabod
(88)
i used to see one in a book on numeric algorithm using C++, go find some books related and
you might find one.
Topic archived. No new replies allowed.