37 #ifndef TEMPLATE_LAPACK_LADIV_HEADER 38 #define TEMPLATE_LAPACK_LADIV_HEADER 43 const Treal *d__, Treal *p, Treal *q)
84 *p = (*a + *b * e) / f;
85 *q = (*b - *a * e) / f;
89 *p = (*b + *a * e) / f;
90 *q = (-(*a) + *b * e) / f;
#define absMACRO(x)
Definition: template_blas_common.h:47
int template_lapack_ladiv(const Treal *a, const Treal *b, const Treal *c__, const Treal *d__, Treal *p, Treal *q)
Definition: template_lapack_ladiv.h:42