MorphoGraphX  2.0-1-227
DivisionAnalysisCudaExport.hpp
Go to the documentation of this file.
1 #ifndef DIVISIONANALYSIS_CUDA_EXPORT_H
2 #define DIVISIONANALYSIS_CUDA_EXPORT_H
3 
4 #include <cuda/CudaGlobal.hpp>
5 #include <CudaExport.hpp>
6 
7 using namespace mgx;
8 
9 extern "C" cuda_EXPORT void matrixInverseGPU(std::vector<std::vector<double> >& matrix, std::vector<std::vector<double> >& inverse);
10 
11 extern "C" cuda_EXPORT void sortVectorGPU(std::vector<float>& vec);
12 
13 #endif
mgx::inverse
CU_HOST_DEVICE Matrix< 1, 1, T > inverse(const Matrix< 1, 1, T > &mat)
Definition: Matrix.hpp:1001
mgx
Distributed matrix library.
Definition: Assert.hpp:26
sortVectorGPU
cuda_EXPORT void sortVectorGPU(std::vector< float > &vec)
matrixInverseGPU
cuda_EXPORT void matrixInverseGPU(std::vector< std::vector< double > > &matrix, std::vector< std::vector< double > > &inverse)
CudaExport.hpp
CudaGlobal.hpp
cuda_EXPORT
#define cuda_EXPORT
Definition: CudaGlobal.hpp:40