Thread: Matrices

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    31

    Matrices

    Does anyone know where I can find the source code that does adding, subtract, multiplying, and dividing matrices by overloading operators and using vectors and arrays?

    I'm learning it and the book only has a part of the code. It'd be a great help if I can actually see what it looks like and play around with it.

    Thanks.
    Last edited by Aakash Datt; 06-09-2003 at 07:06 PM.

  2. #2
    Registered User
    Join Date
    May 2003
    Posts
    1,619

  3. #3
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    There is also Blitz.

    A search for linear algebra libraries will probably yield a lot of good results as well.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C simple Matrices
    By Cyberman86 in forum C Programming
    Replies: 3
    Last Post: 05-07-2009, 05:20 PM
  2. Help getting started..matrices
    By BobDole11 in forum C Programming
    Replies: 7
    Last Post: 11-15-2008, 09:51 PM
  3. adding matrices, help with switches
    By quiet_forever in forum C++ Programming
    Replies: 7
    Last Post: 09-04-2007, 08:21 AM
  4. Comparing Matrices (D3D9)
    By MicroFiend in forum Game Programming
    Replies: 2
    Last Post: 10-12-2005, 08:36 AM
  5. Problem multiplying rotation matrices together
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 03-04-2003, 09:20 AM