|
|
|
|
Madagascar Programming Reference Manual |
|
|
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 >*/
{
...
}