next up previous contents [pdf] index

Next: Input parameters Up: sf_large_first_index Previous: Call

Definition

off_t sf_large_first_index (int i          /* dimension [0...dim-1] */, 
                            off_t j        /* line coordinate */, 
                            int dim        /* number of dimensions */, 
                            const off_t *n /* box size [dim] */, 
                            const off_t *s /* step [dim] */)
/*< Find first index for multidimensional transforms >*/
{
   ...    
}




2011-07-02