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

96{
97 Creshape( *context_in, *major_in, context_out, *major_out,
98 *first_proc, *nprow_new, *npcol_new );
99}
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: