My Project
Functions
pivot.h File Reference

Go to the source code of this file.

Functions

void PivotD (const int n, double x[])
 

Function Documentation

void PivotD ( const int  n,
double  x[] 
)

Exchanges global minimum and maximum of the global vector x .

Parameters
[in]nnumber of elements of vector x (of my process)
[in,out]xlocal vector (double) on my process