Jump to content


- - - - -

Gauss-Seidel Initial Guess


2 replies to this topic

#1 cristian-t

    New Member

  • Members
  • Pip
  • 1 posts

Posted 13 September 2005 - 11:54 PM

Hi,

I implemented the Gauss-Seidel method for solving a linear system of equations. My question: Is there a way to "guess" the best initial values that give the fastest convergence?

Thanks,
Cristian

#2 Reedbeta

    DevMaster Staff

  • Administrators
  • 5307 posts
  • LocationBellevue, WA

Posted 14 September 2005 - 04:12 PM

This really depends on the problem. For instance, if you are solving a linear system for each frame, you can often use the solution from the last frame as an initial guess. Can you give us more specifics about what you are trying to do?
reedbeta.com - developer blog, OpenGL demos, and other projects

#3 SigKILL

    Valued Member

  • Members
  • PipPipPip
  • 200 posts

Posted 15 September 2005 - 12:04 PM

Any reason to why you can't use the conjugated gradient method?

-si





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users