CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2009
    Posts
    3

    Question Solving Matix in lorg # of var [around 400]

    How about if I just want to solve any size of matrix in C++, is there any code I could just use.
    Since an small part of my program needs to solve lots of equations like :

    b+f+d = 3
    a+b+f+i+h =2
    and so on
    very fast

    and the number of variables could be more than 400 !!! so memory uses and speed is very VERY VERY important !!!! I do not care about the memory, but the SPEED is important [sorry I am keep saying that]


    is there any solution out there I could use any lib or code???
    Thanks

  2. #2
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863

    Re: Solving Matix in lorg # of var [around 400]

    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

Tags for this Thread

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