[out] | desc | On exit, descriptor of the matrix. |
[in] | mat | Memory location of the matrix. |
[in] | dtyp | Data type of the matrix:
- PlasmaRealFloat: single precision real (S),
- PlasmaRealDouble: double precision real (D),
- PlasmaComplexFloat: single precision complex (C),
- PlasmaComplexDouble: double precision complex (Z).
|
[in] | mb | Number of rows in a tile. |
[in] | nb | Number of columns in a tile. |
[in] | bsiz | Size in elements (mb*nb). |
[in] | lm | Number of rows of the entire matrix. |
[in] | ln | Number of columns of the entire matrix. |
[in] | i | Row index to the beginning of the submatrix. |
[in] | j | Column index to the beginning of the submatrix. |
[in] | m | Number of rows of the submatrix. |
[in] | n | Number of columns of the submatrix. |