My Project
programmer's documentation
|
Compute the global minima of an array of real numbers in case of parellism. More...
Public Member Functions | |
subroutine | parrmn (n_elts, array) |
Compute the global minima of an array of real numbers in case of parellism.
[in] | n_elts | size of array |
[in,out] | min | local min in, global min out |
subroutine parrmn | ( | integer(c_int), value | n_elts, |
real(c_double), dimension(*), intent(inout) | array | ||
) |