|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
Go to the source code of this file.
Functions | |
| real_Double_t | get_time_azz (void) |
| magma_int_t | plasma_ceildiv (magma_int_t a, magma_int_t b) |
| void | cmp_vals (int n, double *wr1, double *wr2, double *nrmI, double *nrm1, double *nrm2) |
| void | findVTpos (magma_int_t N, magma_int_t NB, magma_int_t Vblksiz, magma_int_t sweep, magma_int_t st, magma_int_t *Vpos, magma_int_t *TAUpos, magma_int_t *Tpos, magma_int_t *myblkid) |
| void | findVTsiz (magma_int_t N, magma_int_t NB, magma_int_t Vblksiz, magma_int_t *blkcnt, magma_int_t *LDV) |
| void cmp_vals | ( | int | n, |
| double * | wr1, | ||
| double * | wr2, | ||
| double * | nrmI, | ||
| double * | nrm1, | ||
| double * | nrm2 | ||
| ) |
Definition at line 45 of file bulge_auxiliary.cpp.
| void findVTpos | ( | magma_int_t | N, |
| magma_int_t | NB, | ||
| magma_int_t | Vblksiz, | ||
| magma_int_t | sweep, | ||
| magma_int_t | st, | ||
| magma_int_t * | Vpos, | ||
| magma_int_t * | TAUpos, | ||
| magma_int_t * | Tpos, | ||
| magma_int_t * | myblkid | ||
| ) |
Definition at line 68 of file bulge_auxiliary.cpp.
References plasma_ceildiv().
| void findVTsiz | ( | magma_int_t | N, |
| magma_int_t | NB, | ||
| magma_int_t | Vblksiz, | ||
| magma_int_t * | blkcnt, | ||
| magma_int_t * | LDV | ||
| ) |
Definition at line 97 of file bulge_auxiliary.cpp.
References plasma_ceildiv().
| real_Double_t get_time_azz | ( | void | ) |
Definition at line 24 of file bulge_auxiliary.cpp.
| magma_int_t plasma_ceildiv | ( | magma_int_t | a, |
| magma_int_t | b | ||
| ) |
Definition at line 36 of file bulge_auxiliary.cpp.