Eigenvalue SoLvers for Petaflop-Applications (ELPA) 2022.11.001.rc1
Functions/Subroutines
compute_hh_wrapper Module Reference

Functions/Subroutines

subroutine compute_hh_gpu (nn, nc, nbw, q, hh, tau)
 
subroutine compute_hh_cpu (nn, nc, nbw, q, hh, tau)
 

Function/Subroutine Documentation

◆ compute_hh_cpu()

subroutine compute_hh_wrapper::compute_hh_cpu ( integer, intent(in)  nn,
integer, intent(in)  nc,
integer, intent(in)  nbw,
real(c_double), dimension(:,:), intent(inout)  q,
real(c_double), dimension(:,:), intent(in)  hh,
real(c_double), dimension(:), intent(in)  tau 
)

◆ compute_hh_gpu()

subroutine compute_hh_wrapper::compute_hh_gpu ( integer, intent(in)  nn,
integer, intent(in)  nc,
integer, intent(in)  nbw,
real(c_double), dimension(:,:), intent(inout)  q,
real(c_double), dimension(:,:), intent(in)  hh,
real(c_double), dimension(:), intent(in)  tau 
)