SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

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

82{
83 Creshape( *context_in, *major_in, context_out, *major_out,
84 *first_proc, *nprow_new, *npcol_new );
85}
void Creshape(Int context_in, Int major_in, Int *context_out, Int major_out, Int first_proc, Int nprow_new, Int npcol_new)
Definition reshape.c:7
Here is the call graph for this function: