|
subroutine | pwmax_vec2 (a, b, n) |
| Point-wise maximum of two vectors \( a = \max(a, b) \). More...
|
|
subroutine | pwmax_vec3 (a, b, c, n) |
| Point-wise maximum of two vectors \( a = \max(b, c) \). More...
|
|
subroutine | pwmax_scal2 (a, b, n) |
| Point-wise maximum of scalar and vector \( a = \max(a, b) \). More...
|
|
subroutine | pwmax_scal3 (a, b, c, n) |
| Point-wise maximum of scalar and vector \( a = \max(b, c) \). More...
|
|
Definition at line 102 of file math.f90.
◆ pwmax_scal2()
subroutine math::pwmax::pwmax_scal2 |
( |
real(kind=rp), dimension(n), intent(inout) |
a, |
|
|
real(kind=rp), intent(in) |
b, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
◆ pwmax_scal3()
subroutine math::pwmax::pwmax_scal3 |
( |
real(kind=rp), dimension(n), intent(inout) |
a, |
|
|
real(kind=rp), dimension(n), intent(in) |
b, |
|
|
real(kind=rp), intent(in) |
c, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
◆ pwmax_vec2()
subroutine math::pwmax::pwmax_vec2 |
( |
real(kind=rp), dimension(n), intent(inout) |
a, |
|
|
real(kind=rp), dimension(n), intent(in) |
b, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
◆ pwmax_vec3()
subroutine math::pwmax::pwmax_vec3 |
( |
real(kind=rp), dimension(n), intent(inout) |
a, |
|
|
real(kind=rp), dimension(n), intent(in) |
b, |
|
|
real(kind=rp), dimension(n), intent(in) |
c, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file:
- /home/runner/work/neko/neko/src/math/math.f90