Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
device_math::device_cadd Interface Reference

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 \).
 

Detailed Description

Definition at line 60 of file device_math.F90.

Member Function/Subroutine Documentation

◆ device_iadd()

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 1462 of file device_math.F90.

◆ device_radd()

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 392 of file device_math.F90.


The documentation for this interface was generated from the following file: