next up previous contents [pdf] index

Next: Input parameters Up: sf_cconjgrad Previous: Definition

Definition

void sf_cconjgrad(sf_coperator prec     /* data preconditioning */, 
                  sf_coperator oper     /* linear operator */, 
                  sf_coperator shape    /* shaping operator */, 
                  sf_complex* p         /* preconditioned model */, 
                  sf_complex* x         /* estimated model */, 
                  const sf_complex* dat /* data */, 
                  int niter             /* number of iterations */)
/*< Conjugate gradient solver with shaping >*/
{
   ...
}




2011-07-02