|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
Public Member Functions | |
| integer(kind=c_int) function | plasma_zgemm_c (transA, transB, M, N, K, alpha, A, LDA, B, LDB, beta, C, LDC) |
Definition at line 123 of file plasma_zf90.F90.
| integer(kind=c_int) function plasma_z::PLASMA_zgemm_c::plasma_zgemm_c | ( | integer(kind=c_int) | transA, |
| integer(kind=c_int) | transB, | ||
| integer(kind=c_int) | M, | ||
| integer(kind=c_int) | N, | ||
| integer(kind=c_int) | K, | ||
| complex(kind=c_double_complex) | alpha, | ||
| type(c_ptr) | A, | ||
| integer(kind=c_int) | LDA, | ||
| type(c_ptr) | B, | ||
| integer(kind=c_int) | LDB, | ||
| complex(kind=c_double_complex) | beta, | ||
| type(c_ptr) | C, | ||
| integer(kind=c_int) | LDC | ||
| ) |