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

89{
90 Creshape( *context_in, *major_in, context_out, *major_out,
91 *first_proc, *nprow_new, *npcol_new );
92}
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: