|
subroutine | flipvdp (b, ind, n) |
| Flip double precision vector b and ind. More...
|
|
subroutine | flipvi4 (b, ind, n) |
| Flip single integer vector b and ind. More...
|
|
Definition at line 94 of file math.f90.
◆ flipvdp()
subroutine math::flipv::flipvdp |
( |
real(kind=rp), dimension(n), intent(inout) |
b, |
|
|
integer, dimension(n), intent(inout) |
ind, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
- Parameters
-
[in,out] | b | vector to be reordered |
[in,out] | ind | permutation array |
[in] | n | array size |
Definition at line 1133 of file math.f90.
◆ flipvi4()
subroutine math::flipv::flipvi4 |
( |
integer(i4), dimension(n), intent(inout) |
b, |
|
|
integer, dimension(n), intent(inout) |
ind, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
- Parameters
-
[in,out] | b | vector to be reordered |
[in,out] | ind | permutation array |
[in] | n | array size |
Definition at line 1156 of file math.f90.
The documentation for this interface was generated from the following file:
- /home/runner/work/neko/neko/src/math/math.f90