1 |
One Dimension: Both Sparse and Direct Methods use memory of order G -- the matrix size
|
2 |
In two dimensions,
-
Direct Method: Space is of order G3
-
Sparse Method: Space is of order G2
|
3 |
In three dimensions,
-
Direct Method: Space is of order G5
-
Sparse Method: Space is of order G3
|