Hi,
I am looking into the code to check if it is feasible to support Complex Double data type for matrix inverse and multiplication.
I realize that you have use a couple of external packages:
BLAS : you use dspr so I can replace it with zspr I presume ?
ARPACK : you use dsaupd and dseupd, I can not find a equivalent method.
Breeze : it supports Complex data type, so should be fine I guess ?
What's your assessment/advice for supporting Complex Double data type ?
many thanks
canal