#include <stdlib.h>Go to the source code of this file.
Macros | |
| #define | Int int |
Functions | |
| void | Creshape (Int context_in, Int major_in, Int *context_out, Int major_out, Int first_proc, Int nprow_new, Int npcol_new) |
| void | reshape (Int *context_in, Int *major_in, Int *context_out, Int *major_out, Int *first_proc, Int *nprow_new, Int *npcol_new) |
| void | RESHAPE (Int *context_in, Int *major_in, Int *context_out, Int *major_out, Int *first_proc, Int *nprow_new, Int *npcol_new) |
| void | reshape_ (Int *context_in, Int *major_in, Int *context_out, Int *major_out, Int *first_proc, Int *nprow_new, Int *npcol_new) |
| void | proc_inc (Int *myrow, Int *mycol, Int nprow, Int npcol, Int major) |
| void Creshape | ( | Int | context_in, |
| Int | major_in, | ||
| Int * | context_out, | ||
| Int | major_out, | ||
| Int | first_proc, | ||
| Int | nprow_new, | ||
| Int | npcol_new ) |
called subprograms
variables
Definition at line 7 of file reshape.c.
Definition at line 101 of file reshape.c.
| void RESHAPE | ( | Int * | context_in, |
| Int * | major_in, | ||
| Int * | context_out, | ||
| Int * | major_out, | ||
| Int * | first_proc, | ||
| Int * | nprow_new, | ||
| Int * | npcol_new ) |
Definition at line 87 of file reshape.c.