Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91383376
Grad.h
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, Nov 10, 14:02
Size
787 B
Mime Type
text/x-c
Expires
Tue, Nov 12, 14:02 (2 d)
Engine
blob
Format
Raw Data
Handle
22253042
Attached To
R1448 Lenstool-HPC
Grad.h
View Options
// header guard
#ifndef GRAD_H
#define GRAD_H
//include
#include <iostream>
#include <string.h>
#include "structure.h"
#include <math.h>
/** for both gradient and second derivatives **/
struct
point
rotateCoordinateSystem
(
struct
point
P
,
double
theta
);
/** gradient **/
struct
point
module_potentialDerivatives_totalGradient
(
const
int
*
Nlens
,
const
struct
point
*
pImage
,
PotentialSet
*
lens
);
struct
point
grad_halo_sis
(
const
struct
point
*
pImage
,
int
iterator
,
PotentialSet
*
lens
);
struct
point
grad_halo_piemd
(
const
struct
point
*
pImage
,
int
iterator
,
PotentialSet
*
lens
);
/** PIEMD **/
complex
piemd_1derivatives_ci05
(
double
x
,
double
y
,
double
eps
,
double
rc
);
/** Potential **/
void
module_readParameters_calculatePotentialparameter
(
Potential
*
lens
);
// end header guard
#endif
Event Timeline
Log In to Comment