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

◆ sl_gridreshape__()

Int sl_gridreshape__ ( Int ctxt,
Int pstart,
Int row_major_in,
Int row_major_out,
Int P,
Int Q 
)

Definition at line 63 of file SL_gridreshape.c.

64{
65 return( SL_Cgridreshape(*ctxt, *pstart, *row_major_in, *row_major_out,
66 *P, *Q) );
67}
Int SL_Cgridreshape(Int ctxt, Int pstart, Int row_major_in, Int row_major_out, Int P, Int Q)
Here is the call graph for this function: