PLASMA  2.7.1
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_zgetmi ( int  m,
int  n,
PLASMA_Complex64_t *  A,
PLASMA_enum  f_in,
int  imb,
int  inb 
)

PLASMA_zgetmi Implementation of inplace transposition based on the GKK algorithm by Gustavson, Karlsson, Kagstrom. This algorithm shift some cycles to transpose the matrix.

Parameters
[in]mNumber of rows of matrix A
[in]nNumber of columns of matrix A
[in,out]AMatrix of size L*m*n.
[in]f_inOriginal format of the matrix A. Must be part of (PlasmaCM, PlasmaRM, PlasmaCCRB, PlasmaCRRB, PlasmaRCRB, PlasmaRRRB)
[in]imbNumber of rows of the problem
[in]inbNumber of columns in the problem
See also
PLASMA_zgetmi_Async