Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107222026
gradient_GPU.cuh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Apr 6, 02:24
Size
587 B
Mime Type
text/x-c
Expires
Tue, Apr 8, 02:24 (2 d)
Engine
blob
Format
Raw Data
Handle
25357681
Attached To
R1448 Lenstool-HPC
gradient_GPU.cuh
View Options
/*
* gradient_GPU.cuh
*
* Created on: Feb 1, 2017
* Author: cerschae
*/
#ifndef GRADIENT_GPU_CUH_
#define GRADIENT_GPU_CUH_
#include "cudafunctions.cuh"
#include <fstream>
#include <structure_hpc.h>
__device__ struct point module_potentialDerivatives_totalGradient_SOA_GPU(const struct point *pImage, const struct Potential_SOA *lens, int nhalos);
__device__ inline struct point rotateCoordinateSystem_GPU(struct point P, double theta);
__device__ inline struct point rotateCoordinateSystem_GPU_2(struct point P, double cosi, double sinu);
#endif /* GRADIENT_GPU_CUH_ */
Event Timeline
Log In to Comment