|
subroutine | pwmin_vec2 (a, b, n) |
| Point-wise minimum of two vectors \( a = \min(a, b) \). More...
|
|
subroutine | pwmin_vec3 (a, b, c, n) |
| Point-wise minimum of two vectors \( a = \min(b, c) \). More...
|
|
subroutine | pwmin_sca2 (a, b, n) |
| Point-wise minimum of scalar and vector \( a = \min(a, b) \). More...
|
|
subroutine | pwmin_sca3 (a, b, c, n) |
| Point-wise minimum of scalar and vector \( a = \min(b, c) \). More...
|
|
Definition at line 106 of file math.f90.
◆ pwmin_sca2()
subroutine math::pwmin::pwmin_sca2 |
( |
real(kind=rp), dimension(n), intent(inout) |
a, |
|
|
real(kind=rp), intent(in) |
b, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
◆ pwmin_sca3()
subroutine math::pwmin::pwmin_sca3 |
( |
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 |
◆ pwmin_vec2()
subroutine math::pwmin::pwmin_vec2 |
( |
real(kind=rp), dimension(n), intent(inout) |
a, |
|
|
real(kind=rp), dimension(n), intent(in) |
b, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
◆ pwmin_vec3()
subroutine math::pwmin::pwmin_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