Go to the source code of this file.
|
subroutine, public | device_mathops::device_opchsign (a1_d, a2_d, a3_d, gdim, n) |
| a = -a
|
|
subroutine, public | device_mathops::device_opcolv (a1_d, a2_d, a3_d, c_d, gdim, n) |
| a = a * c
|
|
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
|
|
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
|
|
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)
|
|