|
-
September 10th, 2010, 06:23 PM
#1
Matrices
I was wondering if there's a standard Matrix creation and manipulation library for VC++. Say, an include which lets you create Matrix objects which you can give sizes to, invert, multiply and all of the common matrix manipulation functions.
I've tried searching for an answer but couldn't find much.
Thanks.
-
September 10th, 2010, 06:35 PM
#2
Re: Matrices
 Originally Posted by EsX_Raptor
I've tried searching for an answer but couldn't find much.
There is no standard Matrix classes for C++, however it's hard to believe you couldn't find any. Where did you search? There are tons of them written for C++.
http://www.google.com/#hl=en&source=...108305b71db152
Regards,
Paul McKenzie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|