Hello,
i don't know how to use methods which handle with complex input. For example the complex QR factorization ZGEQRF.
In the function documentation the usage is described:
A (input/output) COMPLEX*16 array, dimension (LDA,N)
But what is an COMPLEX*16 array?
For complex values there is the real and complex part of a number. What input is expected. I think i cannot create any array with a self-defined structure as data element for the array. Or how has the array to be defined?
Thanks for any help

