|
|
|
|
|
by enriquto
1805 days ago
|
|
Since you have written it as a symmetric, positive definite, sparse linear system, why don't use a standard solver like CHOLMOD which is available in Julia? (and behind octave's anti-slash operator). It should be faster than the ad-hoc single-scale Gauss-Seidel. |
|
For these small test cases, however, simply using CHOLMOD (or any other sparse solver) would do the trick perfectly.