next up previous contents [pdf] index

Next: Input parameters Up: sf_dot_test Previous: Call

Definition

void sf_dot_test(sf_operator oper /* linear operator */, 
                 int nm           /* model size */, 
                 int nd           /* data size */, 
                 float* dot1      /* first output */, 
                 float* dot2      /* second output */) 
{
   ...
}




2011-07-02