Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93764060
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, 07:37
Size
486 B
Mime Type
text/x-c
Expires
Tue, Dec 3, 07:37 (2 d)
Engine
blob
Format
Raw Data
Handle
22698368
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 <gradient_avx.hpp>
#include <grid_srcplane_conversion.hpp>
#include <grid_gradient_CPU.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