LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
#define MAX (   x,
 
)    (((x) > (y)) ? (x) : (y))

Definition at line 47 of file lapacke_utils.h.