On 15/10/13 12:07, Torquil Macdonald Sørensen wrote:
#include "lapacke.h"
#undef I
#include "gmm/gmm.h"

which seems to work fine.

Or perhaps even better:

#define LAPACK_COMPLEX_CPP
#define HAVE_LAPACK_CONFIG_H
#include "lapacke.h"
#include "gmm/gmm.h"

which also works. Not well documented, though. In this case, "complex.h" is not included, which is even better.

Torquil


_______________________________________________
Getfem-users mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-users

Reply via email to