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
Gauss-Seidel Initial Guess
Started by cristian-t, Sep 13 2005 11:54 PM
2 replies to this topic
#1
Posted 13 September 2005 - 11:54 PM
#2
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
Posted 15 September 2005 - 12:04 PM
Any reason to why you can't use the conjugated gradient method?
-si
-si
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











