next up previous contents [pdf] index

Next: Input parameters Up: sf_complexalloc4 Previous: Call

Definition

sf_complex ****sf_complexalloc4 (size_t n1 /* fast dimension */, 
                                 size_t n2 /* slower dimension */, 
                                 size_t n3 /* slower dimension */, 
                                 size_t n4 /* slowest dimension */)
/*< complex 4-D allocation, out[0][0][0] points to a contiguous array >*/ 
{
   ...
}




2011-07-02