You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package lets you solve sparse linear systems using Algebraic Multigrid (AMG). This works especially well for symmetric positive definite matrices.
10
9
11
10
## Usage
12
11
13
12
```julia
14
-
usingAMG
13
+
usingAlgebraicMultigrid
15
14
16
15
A =poisson(1000) # Creates a sample symmetric positive definite sparse matrix
17
16
ml =ruge_stuben(A) # Construct a Ruge-Stuben solver
0 commit comments