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 57 of file SL_gridreshape.c.

58{
59 return( SL_Cgridreshape(*ctxt, *pstart, *row_major_in, *row_major_out,
60 *P, *Q) );
61}
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: