Next: About this document ...
To implement Chebyshev acceleration cheaply, use the 3 term recurrence relation
 |
(1) |
This means we need to save and combine only 3 vectors,
,
and
and not all previous
.
To see how this works let
 |
(2) |
so
and
by the 3 term recurrence in Eqn 1. Therefore
or
where
This yields the algorithm
ALGORITHM: Chebyshev acceleration of
.
;
;
;
for m=2,3
end for.
Sinead Ryan
2002-11-18