|
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.
| [in] | m | Number of rows of matrix A |
| [in] | n | Number of columns of matrix A |
| [in,out] | A | Matrix of size L*m*n. |
| [in] | f_in | Original format of the matrix A. Must be part of (PlasmaCM, PlasmaRM, PlasmaCCRB, PlasmaCRRB, PlasmaRCRB, PlasmaRRRB) |
| [in] | imb | Number of rows of the problem |
| [in] | inb | Number of columns in the problem |