|
subroutine, public | device_mathops::device_opchsign (a1_d, a2_d, a3_d, gdim, n) |
| \( a = -a \) More...
|
|
subroutine, public | device_mathops::device_opcolv (a1_d, a2_d, a3_d, c_d, gdim, n) |
| \( a = a * c \) More...
|
|
subroutine, public | device_mathops::device_opcolv3c (a1_d, a2_d, a3_d, b1_d, b2_d, b3_d, c_d, d, n, gdim) |
| \( a(i) = b(i) * c(i) * d \) More...
|
|
subroutine, public | device_mathops::device_opadd2cm (a1_d, a2_d, a3_d, b1_d, b2_d, b3_d, c, n, gdim) |
| \( a(i) = a + b(i) * c \) More...
|
|
subroutine, public | device_mathops::device_opadd2col (a1_d, a2_d, a3_d, b1_d, b2_d, b3_d, c_d, n, gdim) |
| \( a(i) = a + b(i) * c(i) \) More...
|
|