|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
Public Member Functions | |
| integer(kind=c_int) function | plasma_cgebrd_c (jobu, jobvt, M, N, A, LDA, D, E, U, LDU, VT, LDVT, T) |
Definition at line 48 of file plasma_cf90.F90.
| integer(kind=c_int) function plasma_c::PLASMA_cgebrd_c::plasma_cgebrd_c | ( | integer(kind=c_int) | jobu, |
| integer(kind=c_int) | jobvt, | ||
| integer(kind=c_int) | M, | ||
| integer(kind=c_int) | N, | ||
| type(c_ptr) | A, | ||
| integer(kind=c_int) | LDA, | ||
| type(c_ptr) | D, | ||
| type(c_ptr) | E, | ||
| type(c_ptr) | U, | ||
| integer(kind=c_int) | LDU, | ||
| type(c_ptr) | VT, | ||
| integer(kind=c_int) | LDVT, | ||
| type(c_ptr) | T | ||
| ) |