next up previous contents [pdf] index

Next: Input parameters Up: sf_eno2_init Previous: Call

Definition

sf_eno2 sf_eno2_init (int order      /* interpolation order */, 
                      int n1, int n2 /* data dimensions */)
/*< Initialize interpolation object >*/
{
    sf_eno2 pnt;
    int i2;
    
   ...
    return pnt;
}




2011-07-02