next up previous contents [pdf] index

Next: Input parameters Up: sf_cadjnull Previous: Call

Definition

void sf_cadjnull (bool adj /* adjoint flag */, 
                  bool add /* addition flag */, 
                  int nx   /* size of \texttt{x} */, 
                  int ny   /* size of \texttt{y} */, 
                  sf_complex* x, 
                  sf_complex* y) 
/*< adjnull version for complex data. >*/
{
   ...    
}




2011-07-02