|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
Go to the source code of this file.
Functions | |
| subroutine | sget07 (TRANS, N, NRHS, A, LDA, B, LDB, X, LDX, XACT, LDXACT, FERR, CHKFERR, BERR, RESLTS) |
| subroutine sget07 | ( | character | TRANS, |
| integer | N, | ||
| integer | NRHS, | ||
| real, dimension( lda, * ) | A, | ||
| integer | LDA, | ||
| real, dimension( ldb, * ) | B, | ||
| integer | LDB, | ||
| real, dimension( ldx, * ) | X, | ||
| integer | LDX, | ||
| real, dimension( ldxact, * ) | XACT, | ||
| integer | LDXACT, | ||
| real, dimension( * ) | FERR, | ||
| logical | CHKFERR, | ||
| real, dimension( * ) | BERR, | ||
| real, dimension( * ) | RESLTS | ||
| ) |