accelerInt  v0.1
inverse.cuh
Go to the documentation of this file.
1 
6 #ifndef INVERSE_CUH
7 #define INVERSE_CUH
8 
9 __device__
10 void getLU (const int, double* __restrict__, int* __restrict__, int* __restrict__);
11 
12 #endif
__device__ void getLU(const int, double *__restrict__, int *__restrict__, int *__restrict__)