next up previous contents [pdf] index

Next: Input parameters Up: sf_adjnull Previous: Call

Definition

void sf_adjnull (bool adj /* adjoint flag */, 
                 bool add /* addition flag */, 
                 int nx   /* size of \texttt{x} */, 
                 int ny   /* size of \texttt{y} */, 
                 float* x, 
                 float* y) 
/*< Zeros out the output (unless add is true). 
    Useful first step for any linear operator. >*/
{
   ...
}




2011-07-02