Iterative Methods
-
No single iterative method that can solve any given
sparse linear system in reasonable time
and with reasonable memory requirements.
-
Rate of convergence depends on certain properties of the
system, and these properties are often unknown in practice.
-
For many very large linear systems, iterative methods
are at this moment the only choice.
-
Necessary to have a variety of iterative methods available.
-
Through Templates the
user is guided into the world of iterative methods, with only a minimum
of linear algebra knowledge required.
-
Using Templates the user can build software at several levels
of sophistication, depending on requirements and goals.
[Previous Page]
[First Page]
[Next Page]