Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93793512
chi_CPU_barycenter.hpp
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, Dec 1, 13:35
Size
518 B
Mime Type
text/x-c
Expires
Tue, Dec 3, 13:35 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22703490
Attached To
R1448 Lenstool-HPC
chi_CPU_barycenter.hpp
View Options
#pragma once
#ifndef __CHI_CPU_HPP__
#define __CHI_CPU_HPP__
#include <structure_hpc.hpp>
#include <grid_srcplane_conversion.hpp>
#include <grid_gradient_CPU.hpp>
#include <gradient.hpp>
//#include <gradient_avx.hpp>
//#ifdef __AVX512F__
//#include "gradient_avx512f.hpp"
//#endif
void
mychi_bruteforce_SOA_CPU_grid_gradient_barycentersource
(
double
*
chi
,
int
*
error
,
runmode_param
*
runmode
,
const
struct
Potential_SOA
*
lens
,
const
struct
grid_param
*
frame
,
const
int
*
nimages_strongLensing
,
galaxy
*
images
);
#endif
Event Timeline
Log In to Comment