| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Public Member Functions | |
| subroutine | device_radd (a_d, c, n, strm) | 
| Add a scalar to vector \( a = a + s \).   | |
| subroutine | device_iadd (a_d, c, n, strm) | 
| Add an integer scalar to vector \( a = a + s \).   | |
Definition at line 50 of file device_math.F90.
| subroutine device_math::device_cadd::device_iadd | ( | type(c_ptr), intent(inout) | a_d, | 
| integer, intent(in) | c, | ||
| integer, intent(in) | n, | ||
| type(c_ptr), optional | strm | ||
| ) | 
Definition at line 1535 of file device_math.F90.
| subroutine device_math::device_cadd::device_radd | ( | type(c_ptr) | a_d, | 
| real(kind=rp), intent(in) | c, | ||
| integer | n, | ||
| type(c_ptr), optional | strm | ||
| ) | 
Definition at line 384 of file device_math.F90.