|
subroutine | swapdp (b, ind, n) |
| sort double precision array acording to ind vector More...
|
|
subroutine | swapi4 (b, ind, n) |
| sort single integer array acording to ind vector More...
|
|
Definition at line 86 of file math.f90.
◆ swapdp()
subroutine math::swap::swapdp |
( |
real(kind=rp), dimension(n), intent(inout) |
b, |
|
|
integer, dimension(n), intent(in) |
ind, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
- Parameters
-
[in,out] | b | vector to be reordered |
[in] | ind | permutation array |
[in] | n | array size |
Definition at line 1053 of file math.f90.
◆ swapi4()
subroutine math::swap::swapi4 |
( |
integer(i4), dimension(n), intent(inout) |
b, |
|
|
integer, dimension(n), intent(in) |
ind, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
- Parameters
-
[in,out] | b | vector to be reordered |
[in] | ind | permutation array |
[in] | n | array size |
Definition at line 1073 of file math.f90.
The documentation for this interface was generated from the following file:
- /home/runner/work/neko/neko/src/math/math.f90