LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
#define ABS (   x)    (((x) < 0) ? -(x) : (x))

Definition at line 44 of file lapacke_utils.h.