source: Sophya/trunk/Cosmo/SimLSS/integfunc.h@ 3157

Last change on this file since 3157 was 3115, checked in by ansari, 19 years ago

Creation initiale du groupe Cosmo avec le repertoire SimLSS de
simulation de distribution de masse 3D des galaxies par CMV+Rz
18/12/2006

File size: 540 bytes
Line 
1#ifndef INTEGFUNC_SEEN
2#define INTEGFUNC_SEEN
3
4#include "machdefs.h"
5#include "genericfunc.h"
6#include <vector>
7
8double IntegrateFunc(GenericFunc& func,double xmin,double xmax
9 ,double perc=0.1,double dxinc=-1.,double dxmax=-1.,unsigned short glorder=4);
10
11double IntegrateFuncLog(GenericFunc& func,double lxmin,double lxmax
12 ,double perc=0.1,double dlxinc=-1.,double dlxmax=-1.,unsigned short glorder=4);
13
14void Compute_GaussLeg(unsigned short glorder,vector<double>& x,vector<double>& w,double x1=0.,double x2=1.);
15
16
17#endif
Note: See TracBrowser for help on using the repository browser.