ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
reshape.c File Reference
#include <stdlib.h>
Include dependency graph for reshape.c:

Go to the source code of this file.

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)
 

Function Documentation

◆ Creshape()

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 3 of file reshape.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ proc_inc()

void proc_inc ( int *  myrow,
int *  mycol,
int  nprow,
int  npcol,
int  major 
)

Definition at line 101 of file reshape.c.

Here is the caller graph for this function:

◆ reshape()

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 77 of file reshape.c.

Here is the call graph for this function:

◆ RESHAPE()

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 85 of file reshape.c.

Here is the call graph for this function:

◆ reshape_()

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 93 of file reshape.c.

Here is the call graph for this function: