next up previous contents [pdf] index

Next: Input parameters Up: sf_grad2 Previous: Call

Definition

void sf_grad2 (int n          /* data size */, 
               const float *x /* input trace [n] */, 
               float *w       /* output gradient squared [n] */)
/*< centered finite-difference gradient >*/
{
   ...    
}




2011-07-02