|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
Go to the source code of this file.
Functions | |
| subroutine | dlavsy (UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, B, LDB, INFO) |
| subroutine dlavsy | ( | character | UPLO, |
| character | TRANS, | ||
| character | DIAG, | ||
| integer | N, | ||
| integer | NRHS, | ||
| double precision, dimension( lda, * ) | A, | ||
| integer | LDA, | ||
| integer, dimension( * ) | IPIV, | ||
| double precision, dimension( ldb, * ) | B, | ||
| integer | LDB, | ||
| integer | INFO | ||
| ) |