|
My Project
programmer's documentation
|
Compute the global maxima of an array of real numbers in case of parellism. More...

Public Member Functions | |
| subroutine | parrmx (n_elts, array) |
Compute the global maxima of an array of real numbers in case of parellism.
| [in] | n_elts | size of array |
| [in,out] | max | local max in, global max out |
| subroutine parrmx | ( | integer(c_int), value | n_elts, |
| real(c_double), dimension(*), intent(inout) | array | ||
| ) |
1.8.16