next up previous contents [pdf] index

Next: Input parameters Up: sf_tinysolver Previous: Call

Definition

void sf_tinysolver (sf_operator Fop       /* linear operator */, 
                    sf_solverstep stepper /* stepping function */, 
                    int nm                /* size of model */, 
                    int nd                /* size of data */, 
                    float* m              /* estimated model */,
                    const float* m0       /* starting model */,
                    const float* d        /* data */, 
                    int niter             /* iterations */)
/*< Generic linear solver. Solves oper{x} =~ dat >*/
{
   ...
}




2011-07-02