CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Matrices

  1. #1
    Join Date
    Apr 2009
    Posts
    21

    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.

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Matrices

    Quote Originally Posted by EsX_Raptor View Post
    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
  •  





Click Here to Expand Forum to Full Width

Featured