Go to the source code of this file.
Functions | |
void | PivotD (const int n, double x[]) |
void PivotD | ( | const int | n, |
double | x[] | ||
) |
Exchanges global minimum and maximum of the global vector x
.
[in] | n | number of elements of vector x (of my process) |
[in,out] | x | local vector (double) on my process |