Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
VectorizedTMath.h
Go to the documentation of this file.
1#ifndef ROOT_VectorizedTMath
2#define ROOT_VectorizedTMath
3
4#include "RtypesCore.h"
5#include "Math/Types.h"
6#include "TMath.h"
7
8#if defined(R__HAS_VECCORE) && defined(R__HAS_VC)
9
10namespace TMath {
17::ROOT::Double_v BesselI0_Split_More(::ROOT::Double_v &ax);
18::ROOT::Double_v BesselI0_Split_Less(::ROOT::Double_v &x);
20::ROOT::Double_v BesselI1_Split_More(::ROOT::Double_v &ax, ::ROOT::Double_v &x);
21::ROOT::Double_v BesselI1_Split_Less(::ROOT::Double_v &x);
23::ROOT::Double_v BesselJ0_Split1_More(::ROOT::Double_v &ax);
24::ROOT::Double_v BesselJ0_Split1_Less(::ROOT::Double_v &x);
26::ROOT::Double_v BesselJ1_Split1_More(::ROOT::Double_v &ax, ::ROOT::Double_v &x);
27::ROOT::Double_v BesselJ1_Split1_Less(::ROOT::Double_v &x);
29} // namespace TMath
30
31#endif // VECCORE and VC exist check
32
33#endif
bool Bool_t
Definition RtypesCore.h:63
constexpr Bool_t kFALSE
Definition RtypesCore.h:101
double Double_t
Definition RtypesCore.h:59
const Double_t sigma
Double_t x[n]
Definition legend1.C:17
TMath.
Definition TMathBase.h:35
Double_t Gaus(Double_t x, Double_t mean=0, Double_t sigma=1, Bool_t norm=kFALSE)
Calculates a gaussian function with mean and sigma.
Definition TMath.cxx:471
Double_t Log2(Double_t x)
Returns the binary (base-2) logarithm of x.
Definition TMath.cxx:107
Double_t BesselI1(Double_t x)
Modified Bessel function K_0(x)
Definition TMath.cxx:1494
Double_t LaplaceDistI(Double_t x, Double_t alpha=0, Double_t beta=1)
Computes the cumulative distribution function (lower tail integral) of Laplace distribution at point ...
Definition TMath.cxx:2380
Double_t BreitWigner(Double_t x, Double_t mean=0, Double_t gamma=1)
Calculates a Breit Wigner function with mean and gamma.
Definition TMath.cxx:442
Double_t LaplaceDist(Double_t x, Double_t alpha=0, Double_t beta=1)
Computes the probability density function of Laplace distribution at point x, with location parameter...
Definition TMath.cxx:2364
Double_t BesselJ0(Double_t x)
Modified Bessel function K_1(x)
Definition TMath.cxx:1634
Double_t BesselJ1(Double_t x)
Bessel function J0(x) for any real x.
Definition TMath.cxx:1669
Double_t Freq(Double_t x)
Computation of the normal frequency function freq(x).
Definition TMath.cxx:270
Double_t BesselI0(Double_t x)
Integer order modified Bessel function K_n(x)
Definition TMath.cxx:1426