type |
name |
description |
size (in *type) |
double* |
w |
weights
 |
 |
double* |
w_hat |
damping factors
 |
 |
fftw_complex* |
given_f |
right hand side |
 |
fftw_complex* |
f_hat_iter |
actual solution |
 |
fftw_complex* |
f_hat_iter_2nd |
2nd solution (ITERATE_2nd) |
 |
fftw_complex* |
r_iter |
residual vector
  |
 |
double |
dot_r_iter |
   |
|
double |
dot_r_iter_old |
   |
|
|