![]() |
MAGMA
2.0.0
Matrix Algebra for GPU and Multicore Architectures
|
Functions | |
void | magma_dlarfx_gpu (magma_int_t m, magma_int_t n, magmaDouble_ptr v, magmaDouble_ptr tau, magmaDouble_ptr C, magma_int_t ldc, magmaDouble_ptr xnorm, magmaDouble_ptr dT, magma_int_t iter, magmaDouble_ptr work) |
void | magmablas_dlarfg (magma_int_t n, magmaDouble_ptr dalpha, magmaDouble_ptr dx, magma_int_t incx, magmaDouble_ptr dtau) |
void | magma_dlarfg_gpu (magma_int_t n, magmaDouble_ptr dx0, magmaDouble_ptr dx, magmaDouble_ptr dtau, magmaDouble_ptr dxnorm, magmaDouble_ptr dAkk) |
void | magma_dlarfgx_gpu (magma_int_t n, magmaDouble_ptr dx0, magmaDouble_ptr dx, magmaDouble_ptr dtau, magmaDouble_ptr dxnorm, magmaDouble_ptr dA, magma_int_t iter) |
void | magma_dlarfgtx_gpu (magma_int_t n, magmaDouble_ptr dx0, magmaDouble_ptr dx, magmaDouble_ptr dtau, magmaDouble_ptr dxnorm, magmaDouble_ptr dA, magma_int_t iter, magmaDouble_ptr V, magma_int_t ldv, magmaDouble_ptr T, magma_int_t ldt, magmaDouble_ptr dwork) |
void magma_dlarfg_gpu | ( | magma_int_t | n, |
magmaDouble_ptr | dx0, | ||
magmaDouble_ptr | dx, | ||
magmaDouble_ptr | dtau, | ||
magmaDouble_ptr | dxnorm, | ||
magmaDouble_ptr | dAkk | ||
) |
void magma_dlarfgtx_gpu | ( | magma_int_t | n, |
magmaDouble_ptr | dx0, | ||
magmaDouble_ptr | dx, | ||
magmaDouble_ptr | dtau, | ||
magmaDouble_ptr | dxnorm, | ||
magmaDouble_ptr | dA, | ||
magma_int_t | iter, | ||
magmaDouble_ptr | V, | ||
magma_int_t | ldv, | ||
magmaDouble_ptr | T, | ||
magma_int_t | ldt, | ||
magmaDouble_ptr | dwork | ||
) |
void magma_dlarfgx_gpu | ( | magma_int_t | n, |
magmaDouble_ptr | dx0, | ||
magmaDouble_ptr | dx, | ||
magmaDouble_ptr | dtau, | ||
magmaDouble_ptr | dxnorm, | ||
magmaDouble_ptr | dA, | ||
magma_int_t | iter | ||
) |
void magma_dlarfx_gpu | ( | magma_int_t | m, |
magma_int_t | n, | ||
magmaDouble_ptr | v, | ||
magmaDouble_ptr | tau, | ||
magmaDouble_ptr | C, | ||
magma_int_t | ldc, | ||
magmaDouble_ptr | xnorm, | ||
magmaDouble_ptr | dT, | ||
magma_int_t | iter, | ||
magmaDouble_ptr | work | ||
) |
void magmablas_dlarfg | ( | magma_int_t | n, |
magmaDouble_ptr | dalpha, | ||
magmaDouble_ptr | dx, | ||
magma_int_t | incx, | ||
magmaDouble_ptr | dtau | ||
) |