Registered Member
|
I have a large sparse linear system I want to solve and reweight:
A^T * W * A * x = A^T * W * b where W is a diagonal matrix of weights. I want to solve this system for x, then update W, then repeat until convergence. Here is the pseudo code:
Solving this way is a bit slow because of the factorize() call every iteration. Since I am only updating the diagonal weight matrix W is there a faster way I can be doing this? |
Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft