accelerInt  v0.1
complexInverse.h
Go to the documentation of this file.
1 
6 #ifndef COMPLEX_INVERSE_H
7 #define COMPLEX_INVERSE_H
8 
9 void getComplexInverseHessenberg (const int, double complex* __restrict__, int * __restrict__,
10  int * __restrict__);
11 
12 #endif
void getComplexInverseHessenberg(const int, double complex *__restrict__, int *__restrict__, int *__restrict__)