accelerInt  v0.1
Macros | Functions
inverse.cuh File Reference

Headers for CUDA LU decomposition implementation. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INVERSE_CUH
 

Functions

__device__ void getLU (const int, double *__restrict__, int *__restrict__, int *__restrict__)
 

Detailed Description

Headers for CUDA LU decomposition implementation.

Definition in file inverse.cuh.

Macro Definition Documentation

◆ INVERSE_CUH

#define INVERSE_CUH

Definition at line 7 of file inverse.cuh.

Function Documentation

◆ getLU()

__device__ void getLU ( const int  ,
double *  __restrict__,
int *  __restrict__,
int *  __restrict__ 
)