ePDF  1.1.0
A QED evolution library
anomalousdimensions.h
Go to the documentation of this file.
1 //
2 // ePDF
3 //
4 
5 #pragma once
6 
7 #include "ePDF/matrix.h"
8 
9 #include <complex>
10 #include <array>
11 #include <utility>
12 
13 namespace ePDF
14 {
21  std::pair<std::complex<double>, Matrix<std::complex<double>>> andim_lo(std::complex<double> const& N, int const& nf);
22 
30  std::pair<std::complex<double>, Matrix<std::complex<double>>> andim_nlo(std::complex<double> const& N, int const& nf);
31 }
matrix.h
ePDF::andim_nlo
std::pair< std::complex< double >, Matrix< std::complex< double > > > andim_nlo(std::complex< double > const &N, int const &nf)
function for the computation of the next-to-leading order splitting functions
ePDF
Definition: alphaem.h:12
ePDF::andim_lo
std::pair< std::complex< double >, Matrix< std::complex< double > > > andim_lo(std::complex< double > const &N, int const &nf)
function for the computation of the leading order splitting functions