#include <stdlib.h>#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | Int int |
Functions | |
| Int | SL_Cgridreshape (Int ctxt, Int pstart, Int row_major_in, Int row_major_out, Int P, Int Q) |
| Int | sl_gridreshape_ (Int *ctxt, Int *pstart, Int *row_major_in, Int *row_major_out, Int *P, Int *Q) |
| Int | SL_GRIDRESHAPE (Int *ctxt, Int *pstart, Int *row_major_in, Int *row_major_out, Int *P, Int *Q) |
| Int | sl_gridreshape__ (Int *ctxt, Int *pstart, Int *row_major_in, Int *row_major_out, Int *P, Int *Q) |
| Int | sl_gridreshape (Int *ctxt, Int *pstart, Int *row_major_in, Int *row_major_out, Int *P, Int *Q) |
| #define Int int |
Definition at line 5 of file SL_gridreshape.c.
Definition at line 8 of file SL_gridreshape.c.
| Int SL_GRIDRESHAPE | ( | Int * | ctxt, |
| Int * | pstart, | ||
| Int * | row_major_in, | ||
| Int * | row_major_out, | ||
| Int * | P, | ||
| Int * | Q ) |
Definition at line 57 of file SL_gridreshape.c.
| Int sl_gridreshape | ( | Int * | ctxt, |
| Int * | pstart, | ||
| Int * | row_major_in, | ||
| Int * | row_major_out, | ||
| Int * | P, | ||
| Int * | Q ) |
Definition at line 69 of file SL_gridreshape.c.
| Int sl_gridreshape_ | ( | Int * | ctxt, |
| Int * | pstart, | ||
| Int * | row_major_in, | ||
| Int * | row_major_out, | ||
| Int * | P, | ||
| Int * | Q ) |
Definition at line 51 of file SL_gridreshape.c.