Thread: transpose of matrix

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    39

    transpose of matrix

    can ne1 hand me a tip of code to find the transpose of a matrix?

  2. #2
    Registered User xds4lx's Avatar
    Join Date
    Nov 2001
    Posts
    630
    This is a kinda complicated thing to just think of off the top of my head, so Im not even gonna try right now, id suggest you look into some asm because I know that intel has a specific instructions for doing this. Im not sure about amd, but i think the new xp prossecors might since they have SSE.
    "only two things are infinite, the universe and human stupidity, and im not sure about the former." - albert einstein

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 Help
    By HelpmeMark in forum C++ Programming
    Replies: 27
    Last Post: 03-06-2008, 05:57 PM
  3. Help with matrix transpose
    By sass208 in forum C Programming
    Replies: 6
    Last Post: 12-09-2006, 02:02 AM
  4. Matrix and vector operations on computers
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 05-11-2004, 06:36 AM