Thread: matrix code

  1. #1
    Registered User
    Join Date
    Mar 2007
    Posts
    65

    matrix code

    Hi

    Does anyone have access to C++ code for calculating inverses and eigenvectors of small matricies (3 x 3, 4 x 4 etc)? I had trouble trying to install Lapck++.

    Regards
    Shuo

  2. #2
    "Why use dynamic memory?"
    Join Date
    Aug 2006
    Posts
    186
    check my signature. But my library doesnt have a functionality to find the inverse. I quit developing it cuz I moved on Windows programming. If you wanna the library's code, tell me
    "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg."-Bjarne Stroustrup
    Nearing the end of finishing my 2D card game! I have to work on its 'manifesto' though <_<

  3. #3
    Registered User
    Join Date
    May 2007
    Posts
    88
    You'll want to check out the Gauss-Jordan elimination algorithm. Sorry, I don't know much about it myself.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C - access violation
    By uber in forum C Programming
    Replies: 2
    Last Post: 07-08-2009, 01:30 PM
  2. matrix multiplication code
    By weneedhelp in forum C++ Programming
    Replies: 1
    Last Post: 04-11-2007, 06:50 AM
  3. Replies: 3
    Last Post: 12-22-2004, 07:29 PM
  4. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  5. Matrix code (c)
    By Oid21 in forum C Programming
    Replies: 2
    Last Post: 03-28-2003, 06:32 PM