Thread: Linear Algebra API

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    450

    Linear Algebra API

    I am fairly ignorant about linear algebra. All I know is it involves vectors and matricis. I will be taking the class when school starts up the 24th and was wondering if there are any math libraries which support linear algebra. I would like to learn this in conjuction so later I can use the API with opengl.

  2. #2
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    LAPACK
    LINPACK
    (do a search for them)
    ... and, the one I prefer ...
    Blitz++

    Some searching will probably poduce more LA libraries than you'll ever want to see (for some reason, everyone likes writing vector and matrix classes).
    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.

  3. #3
    Registered User
    Join Date
    Jul 2003
    Posts
    450
    Thanks for the suggestions should be interesting!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linear algebra algorithm
    By Cogman in forum C++ Programming
    Replies: 3
    Last Post: 03-09-2009, 08:53 AM
  2. FILES in WinAPI
    By Garfield in forum Windows Programming
    Replies: 46
    Last Post: 10-02-2003, 06:51 PM
  3. Linear algebra books for shadow12345
    By Shadow12345 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-04-2003, 04:17 PM
  4. math question - linear algebra
    By Captain Penguin in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 10-05-2002, 02:52 PM
  5. Library for matrix math/ linear algebra?
    By The V. in forum C++ Programming
    Replies: 0
    Last Post: 09-25-2001, 10:36 PM