|
PLASMA
Parallel Linear Algebra Software for Multicore Architectures
|
\( B = A \) More...
Functions | |
| __attribute__ ((weak)) | |
\( B = A \)
| __attribute__ | ( | (weak) | ) |
Copies all or part of a two-dimensional matrix A to another matrix B.
| [in] | uplo |
|
| [in] | transa |
|
| [in] | m | The number of rows of the matrices A and B. m >= 0. |
| [in] | n | The number of columns of the matrices A and B. n >= 0. |
| [in] | A | The m-by-n matrix to copy. |
| [in] | lda | The leading dimension of the array A. lda >= max(1,m). |
| [out] | B | The m-by-n copy of the matrix A. On exit, B = A ONLY in the locations specified by uplo. |
| [in] | ldb | The leading dimension of the array B. ldb >= max(1,m). |