diff --git a/CMakeLists.txt b/CMakeLists.txt index ae4b31b29..c8d1ed11d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ enable_testing() add_subdirectory(tests) # define target library -set(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib) +set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib) add_library(apfelxx SHARED ${source_files}) diff --git a/docs/html/README_8md.html b/docs/html/README_8md.html index fb667b757..888a20a1f 100644 --- a/docs/html/README_8md.html +++ b/docs/html/README_8md.html @@ -3,7 +3,7 @@ - + APFEL: /Users/vbertone/Codes/apfelxx/README.md File Reference @@ -33,7 +33,7 @@ - + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
apfel::OperatorGPD Member List
+
+
+ +

This is the complete list of members for apfel::OperatorGPD, including all inherited members.

+ + + + + + + + + + + + + + + + + + +
_gridapfel::Operatorprotected
_Operatorapfel::Operatorprotected
GetGrid() constapfel::Operatorinline
GetOperator() constapfel::Operatorinline
Operator()=deleteapfel::Operator
Operator(Grid const &gr)apfel::Operator
Operator(Grid const &gr, Expression const &expr, double const &eps=1e-5)apfel::Operator
operator*=(Distribution const &d) constapfel::Operator
operator*=(Operator const &o)apfel::Operator
operator*=(double const &s)apfel::Operator
operator*=(std::function< double(double const &)> f)apfel::Operator
operator+=(Operator const &o)apfel::Operator
operator-=(Operator const &o)apfel::Operator
operator/=(double const &s)apfel::Operator
operator=(Operator const &o)apfel::Operator
OperatorGPD(Grid const &gr, Expression const &expr, double const &eps=1e-5)apfel::OperatorGPD
~Operator()apfel::Operatorinlinevirtual
+ + + + diff --git a/docs/html/classapfel_1_1OperatorGPD.html b/docs/html/classapfel_1_1OperatorGPD.html new file mode 100644 index 000000000..c74a52050 --- /dev/null +++ b/docs/html/classapfel_1_1OperatorGPD.html @@ -0,0 +1,208 @@ + + + + + + + +APFEL: apfel::OperatorGPD Class Reference + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Public Member Functions | +List of all members
+
+
apfel::OperatorGPD Class Reference
+
+
+ +

The OperatorGPD class inherits from the Operator class, used for "standard" Mellin convolutions, and implements the operation required to compute GPD-like convolutions. + More...

+ +

#include <operatorgpd.h>

+
+Inheritance diagram for apfel::OperatorGPD:
+
+
+ + +apfel::Operator + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 OperatorGPD (Grid const &gr, Expression const &expr, double const &eps=1e-5)
 The OperatorGPD constructor. More...
 
- Public Member Functions inherited from apfel::Operator
 Operator ()=delete
 
 Operator (Grid const &gr)
 The Operator constructor used for inheritance. More...
 
 Operator (Grid const &gr, Expression const &expr, double const &eps=1e-5)
 The Operator constructor. More...
 
virtual ~Operator ()
 The Operator virtual destructor. More...
 
Grid const & GetGrid () const
 Function that returns the Grid object of the operator. More...
 
std::vector< matrix< double > > GetOperator () const
 Function that returns the operator. More...
 
Distribution operator*= (Distribution const &d) const
 this *= Distribution More...
 
Operatoroperator*= (Operator const &o)
 this *= Operator More...
 
Operatoroperator= (Operator const &o)
 this = Operator More...
 
Operatoroperator*= (double const &s)
 this *= Scalar More...
 
Operatoroperator*= (std::function< double(double const &)> f)
 This *= Function. More...
 
Operatoroperator/= (double const &s)
 this /= Scalar More...
 
Operatoroperator+= (Operator const &o)
 this += Operator More...
 
Operatoroperator-= (Operator const &o)
 this -= Operator More...
 
+ + + + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from apfel::Operator
Grid const & _grid
 Grid on which to compute the operator. More...
 
std::vector< matrix< double > > _Operator
 Operator values. More...
 
+

Detailed Description

+

The OperatorGPD class inherits from the Operator class, used for "standard" Mellin convolutions, and implements the operation required to compute GPD-like convolutions.

+

Constructor & Destructor Documentation

+ +

◆ OperatorGPD()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
apfel::OperatorGPD::OperatorGPD (Grid const & gr,
Expression const & expr,
double const & eps = 1e-5 
)
+
+ +

The OperatorGPD constructor.

+
Parameters
+ + + + +
grthe Grid object
exprthe expression to be transformed
epsrelative accuracy of the numerical integrations (default: 10-5)
+
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/html/classapfel_1_1OperatorGPD.png b/docs/html/classapfel_1_1OperatorGPD.png new file mode 100644 index 000000000..e4877239d Binary files /dev/null and b/docs/html/classapfel_1_1OperatorGPD.png differ diff --git a/docs/html/classapfel_1_1P0Tgg-members.html b/docs/html/classapfel_1_1P0Tgg-members.html index ffb776bf0..3298bad99 100644 --- a/docs/html/classapfel_1_1P0Tgg-members.html +++ b/docs/html/classapfel_1_1P0Tgg-members.html @@ -3,7 +3,7 @@ - + APFEL: Member List @@ -33,7 +33,7 @@ - + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
apfel::Pgpd0gg Member List
+
+
+ +

This is the complete list of members for apfel::Pgpd0gg, including all inherited members.

+ + + + + + + + + + + + + +
_etaapfel::Expressionprotected
_extvarapfel::Expressionmutableprotected
_nfapfel::Pgpd0ggprivate
_xiapfel::Pgpd0ggprivate
eta() constapfel::Expressioninline
Expression(double const &eta=1)apfel::Expression
Local(double const &y) constapfel::Pgpd0ggvirtual
LocalPV(double const &y) constapfel::Pgpd0ggvirtual
Pgpd0gg(int const &nf, double const &xi)apfel::Pgpd0gg
Regular(double const &y) constapfel::Pgpd0ggvirtual
SetExternalVariable(double const &extvar) constapfel::Expressioninline
Singular(double const &y) constapfel::Pgpd0ggvirtual
+ + + + diff --git a/docs/html/classapfel_1_1Pgpd0gg.html b/docs/html/classapfel_1_1Pgpd0gg.html new file mode 100644 index 000000000..b7d72c9a5 --- /dev/null +++ b/docs/html/classapfel_1_1Pgpd0gg.html @@ -0,0 +1,349 @@ + + + + + + + +APFEL: apfel::Pgpd0gg Class Reference + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Public Member Functions | +Private Attributes | +List of all members
+
+
+
+
+ +

O(αs) gluon-gluon unpolarised splitting function. + More...

+ +

#include <gpdsplittingfunctionsunp_sl.h>

+
+Inheritance diagram for apfel::Pgpd0gg:
+
+
+ + +apfel::Expression + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 Pgpd0gg (int const &nf, double const &xi)
 
double Regular (double const &y) const
 Virtual regular term. More...
 
double Singular (double const &y) const
 Virtual singular term. More...
 
double Local (double const &y) const
 Virtual local term. More...
 
double LocalPV (double const &y) const
 Virtual local term for principal valued integrals. More...
 
- Public Member Functions inherited from apfel::Expression
void SetExternalVariable (double const &extvar) const
 Function that sets the value of a possible external variable. More...
 
double eta () const
 Function that returns the value of the scaling parameter eta. More...
 
 Expression (double const &eta=1)
 The "Expression" constructor. More...
 
+ + + + + +

+Private Attributes

int const _nf
 
double const _xi
 
+ + + + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from apfel::Expression
double _extvar
 External kinematic variable. More...
 
double const _eta
 Mass parameter. More...
 
+

Detailed Description

+

O(αs) gluon-gluon unpolarised splitting function.

+

Constructor & Destructor Documentation

+ +

◆ Pgpd0gg()

+ +
+
+ + + + + + + + + + + + + + + + + + +
apfel::Pgpd0gg::Pgpd0gg (int const & nf,
double const & xi 
)
+
+ +
+
+

Member Function Documentation

+ +

◆ Local()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0gg::Local (double const & ) const
+
+virtual
+
+ +

Virtual local term.

+
Returns
The local term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+ +

◆ LocalPV()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0gg::LocalPV (double const & ) const
+
+virtual
+
+ +

Virtual local term for principal valued integrals.

+
Returns
The local term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+ +

◆ Regular()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0gg::Regular (double const & ) const
+
+virtual
+
+ +

Virtual regular term.

+
Returns
The regular term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+ +

◆ Singular()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0gg::Singular (double const & ) const
+
+virtual
+
+ +

Virtual singular term.

+
Returns
The singular term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+

Member Data Documentation

+ +

◆ _nf

+ +
+
+ + + + + +
+ + + + +
int const apfel::Pgpd0gg::_nf
+
+private
+
+ +
+
+ +

◆ _xi

+ +
+
+ + + + + +
+ + + + +
double const apfel::Pgpd0gg::_xi
+
+private
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/html/classapfel_1_1Pgpd0gg.png b/docs/html/classapfel_1_1Pgpd0gg.png new file mode 100644 index 000000000..e266ef542 Binary files /dev/null and b/docs/html/classapfel_1_1Pgpd0gg.png differ diff --git a/docs/html/classapfel_1_1Pgpd0gq-members.html b/docs/html/classapfel_1_1Pgpd0gq-members.html new file mode 100644 index 000000000..4645019e8 --- /dev/null +++ b/docs/html/classapfel_1_1Pgpd0gq-members.html @@ -0,0 +1,96 @@ + + + + + + + +APFEL: Member List + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
apfel::Pgpd0gq Member List
+
+
+ +

This is the complete list of members for apfel::Pgpd0gq, including all inherited members.

+ + + + + + + + + + + + +
_etaapfel::Expressionprotected
_extvarapfel::Expressionmutableprotected
_xiapfel::Pgpd0gqprivate
eta() constapfel::Expressioninline
Expression(double const &eta=1)apfel::Expression
Local(double const &) constapfel::Expressioninlinevirtual
LocalPV(double const &) constapfel::Expressioninlinevirtual
Pgpd0gq(double const &xi)apfel::Pgpd0gq
Regular(double const &y) constapfel::Pgpd0gqvirtual
SetExternalVariable(double const &extvar) constapfel::Expressioninline
Singular(double const &) constapfel::Expressioninlinevirtual
+ + + + diff --git a/docs/html/classapfel_1_1Pgpd0gq.html b/docs/html/classapfel_1_1Pgpd0gq.html new file mode 100644 index 000000000..c7d100511 --- /dev/null +++ b/docs/html/classapfel_1_1Pgpd0gq.html @@ -0,0 +1,222 @@ + + + + + + + +APFEL: apfel::Pgpd0gq Class Reference + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Public Member Functions | +Private Attributes | +List of all members
+
+
+
+
+ +

O(αs) gluon-quark unpolarised splitting function. + More...

+ +

#include <gpdsplittingfunctionsunp_sl.h>

+
+Inheritance diagram for apfel::Pgpd0gq:
+
+
+ + +apfel::Expression + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 Pgpd0gq (double const &xi)
 
double Regular (double const &y) const
 Virtual regular term. More...
 
- Public Member Functions inherited from apfel::Expression
void SetExternalVariable (double const &extvar) const
 Function that sets the value of a possible external variable. More...
 
double eta () const
 Function that returns the value of the scaling parameter eta. More...
 
 Expression (double const &eta=1)
 The "Expression" constructor. More...
 
virtual double Singular (double const &) const
 Virtual singular term. More...
 
virtual double Local (double const &) const
 Virtual local term. More...
 
virtual double LocalPV (double const &) const
 Virtual local term for principal valued integrals. More...
 
+ + + +

+Private Attributes

double const _xi
 
+ + + + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from apfel::Expression
double _extvar
 External kinematic variable. More...
 
double const _eta
 Mass parameter. More...
 
+

Detailed Description

+

O(αs) gluon-quark unpolarised splitting function.

+

Constructor & Destructor Documentation

+ +

◆ Pgpd0gq()

+ +
+
+ + + + + + + + +
apfel::Pgpd0gq::Pgpd0gq (double const & xi)
+
+ +
+
+

Member Function Documentation

+ +

◆ Regular()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0gq::Regular (double const & ) const
+
+virtual
+
+ +

Virtual regular term.

+
Returns
The regular term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+

Member Data Documentation

+ +

◆ _xi

+ +
+
+ + + + + +
+ + + + +
double const apfel::Pgpd0gq::_xi
+
+private
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/html/classapfel_1_1Pgpd0gq.png b/docs/html/classapfel_1_1Pgpd0gq.png new file mode 100644 index 000000000..aff3797da Binary files /dev/null and b/docs/html/classapfel_1_1Pgpd0gq.png differ diff --git a/docs/html/classapfel_1_1Pgpd0ns-members.html b/docs/html/classapfel_1_1Pgpd0ns-members.html new file mode 100644 index 000000000..a675f938c --- /dev/null +++ b/docs/html/classapfel_1_1Pgpd0ns-members.html @@ -0,0 +1,96 @@ + + + + + + + +APFEL: Member List + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
apfel::Pgpd0ns Member List
+
+
+ +

This is the complete list of members for apfel::Pgpd0ns, including all inherited members.

+ + + + + + + + + + + + +
_etaapfel::Expressionprotected
_extvarapfel::Expressionmutableprotected
_xiapfel::Pgpd0nsprivate
eta() constapfel::Expressioninline
Expression(double const &eta=1)apfel::Expression
Local(double const &y) constapfel::Pgpd0nsvirtual
LocalPV(double const &y) constapfel::Pgpd0nsvirtual
Pgpd0ns(double const &xi)apfel::Pgpd0ns
Regular(double const &y) constapfel::Pgpd0nsvirtual
SetExternalVariable(double const &extvar) constapfel::Expressioninline
Singular(double const &y) constapfel::Pgpd0nsvirtual
+ + + + diff --git a/docs/html/classapfel_1_1Pgpd0ns.html b/docs/html/classapfel_1_1Pgpd0ns.html new file mode 100644 index 000000000..4a9a13c31 --- /dev/null +++ b/docs/html/classapfel_1_1Pgpd0ns.html @@ -0,0 +1,315 @@ + + + + + + + +APFEL: apfel::Pgpd0ns Class Reference + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Public Member Functions | +Private Attributes | +List of all members
+
+
+
+
+ +

O(αs) non-singlet unpolarised evolution kernel. + More...

+ +

#include <gpdsplittingfunctionsunp_sl.h>

+
+Inheritance diagram for apfel::Pgpd0ns:
+
+
+ + +apfel::Expression + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 Pgpd0ns (double const &xi)
 
double Regular (double const &y) const
 Virtual regular term. More...
 
double Singular (double const &y) const
 Virtual singular term. More...
 
double Local (double const &y) const
 Virtual local term. More...
 
double LocalPV (double const &y) const
 Virtual local term for principal valued integrals. More...
 
- Public Member Functions inherited from apfel::Expression
void SetExternalVariable (double const &extvar) const
 Function that sets the value of a possible external variable. More...
 
double eta () const
 Function that returns the value of the scaling parameter eta. More...
 
 Expression (double const &eta=1)
 The "Expression" constructor. More...
 
+ + + +

+Private Attributes

double const _xi
 
+ + + + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from apfel::Expression
double _extvar
 External kinematic variable. More...
 
double const _eta
 Mass parameter. More...
 
+

Detailed Description

+

O(αs) non-singlet unpolarised evolution kernel.

+

Constructor & Destructor Documentation

+ +

◆ Pgpd0ns()

+ +
+
+ + + + + + + + +
apfel::Pgpd0ns::Pgpd0ns (double const & xi)
+
+ +
+
+

Member Function Documentation

+ +

◆ Local()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0ns::Local (double const & ) const
+
+virtual
+
+ +

Virtual local term.

+
Returns
The local term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+ +

◆ LocalPV()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0ns::LocalPV (double const & ) const
+
+virtual
+
+ +

Virtual local term for principal valued integrals.

+
Returns
The local term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+ +

◆ Regular()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0ns::Regular (double const & ) const
+
+virtual
+
+ +

Virtual regular term.

+
Returns
The regular term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+ +

◆ Singular()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0ns::Singular (double const & ) const
+
+virtual
+
+ +

Virtual singular term.

+
Returns
The singular term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+

Member Data Documentation

+ +

◆ _xi

+ +
+
+ + + + + +
+ + + + +
double const apfel::Pgpd0ns::_xi
+
+private
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/html/classapfel_1_1Pgpd0ns.png b/docs/html/classapfel_1_1Pgpd0ns.png new file mode 100644 index 000000000..1a62de5de Binary files /dev/null and b/docs/html/classapfel_1_1Pgpd0ns.png differ diff --git a/docs/html/classapfel_1_1Pgpd0qg-members.html b/docs/html/classapfel_1_1Pgpd0qg-members.html new file mode 100644 index 000000000..ec1433097 --- /dev/null +++ b/docs/html/classapfel_1_1Pgpd0qg-members.html @@ -0,0 +1,97 @@ + + + + + + + +APFEL: Member List + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
apfel::Pgpd0qg Member List
+
+
+ +

This is the complete list of members for apfel::Pgpd0qg, including all inherited members.

+ + + + + + + + + + + + + +
_etaapfel::Expressionprotected
_extvarapfel::Expressionmutableprotected
_nfapfel::Pgpd0qgprivate
_xiapfel::Pgpd0qgprivate
eta() constapfel::Expressioninline
Expression(double const &eta=1)apfel::Expression
Local(double const &) constapfel::Expressioninlinevirtual
LocalPV(double const &) constapfel::Expressioninlinevirtual
Pgpd0qg(int const &nf, double const &xi)apfel::Pgpd0qg
Regular(double const &y) constapfel::Pgpd0qgvirtual
SetExternalVariable(double const &extvar) constapfel::Expressioninline
Singular(double const &) constapfel::Expressioninlinevirtual
+ + + + diff --git a/docs/html/classapfel_1_1Pgpd0qg.html b/docs/html/classapfel_1_1Pgpd0qg.html new file mode 100644 index 000000000..c3f7371d0 --- /dev/null +++ b/docs/html/classapfel_1_1Pgpd0qg.html @@ -0,0 +1,256 @@ + + + + + + + +APFEL: apfel::Pgpd0qg Class Reference + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Public Member Functions | +Private Attributes | +List of all members
+
+
+
+
+ +

O(αs) quark-gluon unpolarised splitting function. + More...

+ +

#include <gpdsplittingfunctionsunp_sl.h>

+
+Inheritance diagram for apfel::Pgpd0qg:
+
+
+ + +apfel::Expression + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 Pgpd0qg (int const &nf, double const &xi)
 
double Regular (double const &y) const
 Virtual regular term. More...
 
- Public Member Functions inherited from apfel::Expression
void SetExternalVariable (double const &extvar) const
 Function that sets the value of a possible external variable. More...
 
double eta () const
 Function that returns the value of the scaling parameter eta. More...
 
 Expression (double const &eta=1)
 The "Expression" constructor. More...
 
virtual double Singular (double const &) const
 Virtual singular term. More...
 
virtual double Local (double const &) const
 Virtual local term. More...
 
virtual double LocalPV (double const &) const
 Virtual local term for principal valued integrals. More...
 
+ + + + + +

+Private Attributes

int const _nf
 
double const _xi
 
+ + + + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from apfel::Expression
double _extvar
 External kinematic variable. More...
 
double const _eta
 Mass parameter. More...
 
+

Detailed Description

+

O(αs) quark-gluon unpolarised splitting function.

+

Constructor & Destructor Documentation

+ +

◆ Pgpd0qg()

+ +
+
+ + + + + + + + + + + + + + + + + + +
apfel::Pgpd0qg::Pgpd0qg (int const & nf,
double const & xi 
)
+
+ +
+
+

Member Function Documentation

+ +

◆ Regular()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0qg::Regular (double const & ) const
+
+virtual
+
+ +

Virtual regular term.

+
Returns
The regular term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+

Member Data Documentation

+ +

◆ _nf

+ +
+
+ + + + + +
+ + + + +
int const apfel::Pgpd0qg::_nf
+
+private
+
+ +
+
+ +

◆ _xi

+ +
+
+ + + + + +
+ + + + +
double const apfel::Pgpd0qg::_xi
+
+private
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/html/classapfel_1_1Pgpd0qg.png b/docs/html/classapfel_1_1Pgpd0qg.png new file mode 100644 index 000000000..8cdb177ad Binary files /dev/null and b/docs/html/classapfel_1_1Pgpd0qg.png differ diff --git a/docs/html/classapfel_1_1Pgpd0qq-members.html b/docs/html/classapfel_1_1Pgpd0qq-members.html new file mode 100644 index 000000000..a570739d8 --- /dev/null +++ b/docs/html/classapfel_1_1Pgpd0qq-members.html @@ -0,0 +1,96 @@ + + + + + + + +APFEL: Member List + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
apfel::Pgpd0qq Member List
+
+
+ +

This is the complete list of members for apfel::Pgpd0qq, including all inherited members.

+ + + + + + + + + + + + +
_etaapfel::Expressionprotected
_extvarapfel::Expressionmutableprotected
_xiapfel::Pgpd0qqprivate
eta() constapfel::Expressioninline
Expression(double const &eta=1)apfel::Expression
Local(double const &y) constapfel::Pgpd0qqvirtual
LocalPV(double const &y) constapfel::Pgpd0qqvirtual
Pgpd0qq(double const &xi)apfel::Pgpd0qq
Regular(double const &y) constapfel::Pgpd0qqvirtual
SetExternalVariable(double const &extvar) constapfel::Expressioninline
Singular(double const &y) constapfel::Pgpd0qqvirtual
+ + + + diff --git a/docs/html/classapfel_1_1Pgpd0qq.html b/docs/html/classapfel_1_1Pgpd0qq.html new file mode 100644 index 000000000..3ecd505b2 --- /dev/null +++ b/docs/html/classapfel_1_1Pgpd0qq.html @@ -0,0 +1,315 @@ + + + + + + + +APFEL: apfel::Pgpd0qq Class Reference + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Public Member Functions | +Private Attributes | +List of all members
+
+
+
+
+ +

O(αs) quark-quark unpolarised splitting function. + More...

+ +

#include <gpdsplittingfunctionsunp_sl.h>

+
+Inheritance diagram for apfel::Pgpd0qq:
+
+
+ + +apfel::Expression + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 Pgpd0qq (double const &xi)
 
double Regular (double const &y) const
 Virtual regular term. More...
 
double Singular (double const &y) const
 Virtual singular term. More...
 
double Local (double const &y) const
 Virtual local term. More...
 
double LocalPV (double const &y) const
 Virtual local term for principal valued integrals. More...
 
- Public Member Functions inherited from apfel::Expression
void SetExternalVariable (double const &extvar) const
 Function that sets the value of a possible external variable. More...
 
double eta () const
 Function that returns the value of the scaling parameter eta. More...
 
 Expression (double const &eta=1)
 The "Expression" constructor. More...
 
+ + + +

+Private Attributes

double const _xi
 
+ + + + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from apfel::Expression
double _extvar
 External kinematic variable. More...
 
double const _eta
 Mass parameter. More...
 
+

Detailed Description

+

O(αs) quark-quark unpolarised splitting function.

+

Constructor & Destructor Documentation

+ +

◆ Pgpd0qq()

+ +
+
+ + + + + + + + +
apfel::Pgpd0qq::Pgpd0qq (double const & xi)
+
+ +
+
+

Member Function Documentation

+ +

◆ Local()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0qq::Local (double const & ) const
+
+virtual
+
+ +

Virtual local term.

+
Returns
The local term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+ +

◆ LocalPV()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0qq::LocalPV (double const & ) const
+
+virtual
+
+ +

Virtual local term for principal valued integrals.

+
Returns
The local term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+ +

◆ Regular()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0qq::Regular (double const & ) const
+
+virtual
+
+ +

Virtual regular term.

+
Returns
The regular term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+ +

◆ Singular()

+ +
+
+ + + + + +
+ + + + + + + + +
double apfel::Pgpd0qq::Singular (double const & ) const
+
+virtual
+
+ +

Virtual singular term.

+
Returns
The singular term at x
+ +

Reimplemented from apfel::Expression.

+ +
+
+

Member Data Documentation

+ +

◆ _xi

+ +
+
+ + + + + +
+ + + + +
double const apfel::Pgpd0qq::_xi
+
+private
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/html/classapfel_1_1Pgpd0qq.png b/docs/html/classapfel_1_1Pgpd0qq.png new file mode 100644 index 000000000..4037881f1 Binary files /dev/null and b/docs/html/classapfel_1_1Pgpd0qq.png differ diff --git a/docs/html/classapfel_1_1QGrid-members.html b/docs/html/classapfel_1_1QGrid-members.html index 5a65b6d54..f942a2e67 100644 --- a/docs/html/classapfel_1_1QGrid-members.html +++ b/docs/html/classapfel_1_1QGrid-members.html @@ -3,7 +3,7 @@ - + APFEL: Member List @@ -33,7 +33,7 @@ - + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Classes | +Namespaces
+
+
gpdsplittingfunctionsunp_sl.h File Reference
+
+
+
#include "apfel/expression.h"
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + +

+Classes

class  apfel::Pgpd0ns
 O(αs) non-singlet unpolarised evolution kernel. More...
 
class  apfel::Pgpd0qq
 O(αs) quark-quark unpolarised splitting function. More...
 
class  apfel::Pgpd0qg
 O(αs) quark-gluon unpolarised splitting function. More...
 
class  apfel::Pgpd0gq
 O(αs) gluon-quark unpolarised splitting function. More...
 
class  apfel::Pgpd0gg
 O(αs) gluon-gluon unpolarised splitting function. More...
 
+ + + + +

+Namespaces

 apfel
 Namespace for all APFEL++ functions and classes.
 
+
+ + + + diff --git a/docs/html/gpdsplittingfunctionsunp__sl_8h_source.html b/docs/html/gpdsplittingfunctionsunp__sl_8h_source.html new file mode 100644 index 000000000..23484aabb --- /dev/null +++ b/docs/html/gpdsplittingfunctionsunp__sl_8h_source.html @@ -0,0 +1,187 @@ + + + + + + + +APFEL: /Users/vbertone/Codes/apfelxx/inc/apfel/gpdsplittingfunctionsunp_sl.h Source File + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
gpdsplittingfunctionsunp_sl.h
+
+
+Go to the documentation of this file.
1 //
+
2 // APFEL++ 2017
+
3 //
+
4 // Author: Valerio Bertone: valerio.bertone@cern.ch
+
5 //
+
6 
+
7 #pragma once
+
8 
+
9 #include "apfel/expression.h"
+
10 
+
11 namespace apfel
+
12 {
+
21 
+
27 
+
32 
+
36  class Pgpd0ns: public Expression
+
37  {
+
38  public:
+
39  Pgpd0ns(double const& xi);
+
40  double Regular(double const& y) const;
+
41  double Singular(double const& y) const;
+
42  double Local(double const& y) const;
+
43  double LocalPV(double const& y) const;
+
44  private:
+
45  double const _xi;
+
46  };
+
47 
+
52  class Pgpd0qq: public Expression
+
53  {
+
54  public:
+
55  Pgpd0qq(double const& xi);
+
56  double Regular(double const& y) const;
+
57  double Singular(double const& y) const;
+
58  double Local(double const& y) const;
+
59  double LocalPV(double const& y) const;
+
60  private:
+
61  double const _xi;
+
62  };
+
63 
+
68  class Pgpd0qg: public Expression
+
69  {
+
70  public:
+
71  Pgpd0qg(int const& nf, double const& xi);
+
72  double Regular(double const& y) const;
+
73  private:
+
74  int const _nf;
+
75  double const _xi;
+
76  };
+
77 
+
82  class Pgpd0gq: public Expression
+
83  {
+
84  public:
+
85  Pgpd0gq(double const& xi);
+
86  double Regular(double const& y) const;
+
87  private:
+
88  double const _xi;
+
89  };
+
90 
+
95  class Pgpd0gg: public Expression
+
96  {
+
97  public:
+
98  Pgpd0gg(int const& nf, double const& xi);
+
99  double Regular(double const& y) const;
+
100  double Singular(double const& y) const;
+
101  double Local(double const& y) const;
+
102  double LocalPV(double const& y) const;
+
103  private:
+
104  int const _nf;
+
105  double const _xi;
+
106  };
+
108 }
+
The Expression class encapsulates in a proper form a given analystic expression in such a way that it...
Definition: expression.h:17
+
O(αs) gluon-gluon unpolarised splitting function.
Definition: gpdsplittingfunctionsunp_sl.h:96
+
double Regular(double const &y) const
Virtual regular term.
+
Pgpd0gg(int const &nf, double const &xi)
+
double Singular(double const &y) const
Virtual singular term.
+
double LocalPV(double const &y) const
Virtual local term for principal valued integrals.
+
double const _xi
Definition: gpdsplittingfunctionsunp_sl.h:105
+
int const _nf
Definition: gpdsplittingfunctionsunp_sl.h:104
+
double Local(double const &y) const
Virtual local term.
+
O(αs) gluon-quark unpolarised splitting function.
Definition: gpdsplittingfunctionsunp_sl.h:83
+
Pgpd0gq(double const &xi)
+
double Regular(double const &y) const
Virtual regular term.
+
double const _xi
Definition: gpdsplittingfunctionsunp_sl.h:88
+
O(αs) non-singlet unpolarised evolution kernel.
Definition: gpdsplittingfunctionsunp_sl.h:37
+
double const _xi
Definition: gpdsplittingfunctionsunp_sl.h:45
+
double LocalPV(double const &y) const
Virtual local term for principal valued integrals.
+
double Singular(double const &y) const
Virtual singular term.
+
double Local(double const &y) const
Virtual local term.
+
Pgpd0ns(double const &xi)
+
double Regular(double const &y) const
Virtual regular term.
+
O(αs) quark-gluon unpolarised splitting function.
Definition: gpdsplittingfunctionsunp_sl.h:69
+
int const _nf
Definition: gpdsplittingfunctionsunp_sl.h:74
+
double const _xi
Definition: gpdsplittingfunctionsunp_sl.h:75
+
double Regular(double const &y) const
Virtual regular term.
+
Pgpd0qg(int const &nf, double const &xi)
+
O(αs) quark-quark unpolarised splitting function.
Definition: gpdsplittingfunctionsunp_sl.h:53
+
double LocalPV(double const &y) const
Virtual local term for principal valued integrals.
+
double Regular(double const &y) const
Virtual regular term.
+
double Singular(double const &y) const
Virtual singular term.
+
double Local(double const &y) const
Virtual local term.
+
double const _xi
Definition: gpdsplittingfunctionsunp_sl.h:61
+
Pgpd0qq(double const &xi)
+ +
Namespace for all APFEL++ functions and classes.
Definition: alphaqcd.h:14
+
+ + + + diff --git a/docs/html/grid_8h.html b/docs/html/grid_8h.html index 9fa79084c..461e36731 100644 --- a/docs/html/grid_8h.html +++ b/docs/html/grid_8h.html @@ -3,7 +3,7 @@ - + APFEL: /Users/vbertone/Codes/apfelxx/inc/apfel/grid.h File Reference @@ -33,7 +33,7 @@ - + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Classes | +Namespaces
+
+
operatorgpd.h File Reference
+
+
+
#include "apfel/operator.h"
+
+

Go to the source code of this file.

+ + + + + +

+Classes

class  apfel::OperatorGPD
 The OperatorGPD class inherits from the Operator class, used for "standard" Mellin convolutions, and implements the operation required to compute GPD-like convolutions. More...
 
+ + + + +

+Namespaces

 apfel
 Namespace for all APFEL++ functions and classes.
 
+
+ + + + diff --git a/docs/html/operatorgpd_8h_source.html b/docs/html/operatorgpd_8h_source.html new file mode 100644 index 000000000..1318a66f2 --- /dev/null +++ b/docs/html/operatorgpd_8h_source.html @@ -0,0 +1,107 @@ + + + + + + + +APFEL: /Users/vbertone/Codes/apfelxx/inc/apfel/operatorgpd.h Source File + + + + + + + + + + +
+
+ + + + + + + +
+
APFEL +  4.4.0 +
+
A PDF evolution library in C++
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
operatorgpd.h
+
+
+Go to the documentation of this file.
1 //
+
2 // APFEL++ 2017
+
3 //
+
4 // Author: Valerio Bertone: valerio.bertone@cern.ch
+
5 //
+
6 
+
7 #pragma once
+
8 
+
9 #include "apfel/operator.h"
+
10 
+
11 namespace apfel
+
12 {
+
18  class OperatorGPD: public Operator
+
19  {
+
20  public:
+
27  OperatorGPD(Grid const& gr, Expression const& expr, double const& eps = 1e-5);
+
28  };
+
29 }
+
The Expression class encapsulates in a proper form a given analystic expression in such a way that it...
Definition: expression.h:17
+
The Grid class defines ab object that is essentially a collection of "SubGrid" objects plus other glo...
Definition: grid.h:22
+
The OperatorGPD class inherits from the Operator class, used for "standard" Mellin convolutions,...
Definition: operatorgpd.h:19
+
OperatorGPD(Grid const &gr, Expression const &expr, double const &eps=1e-5)
The OperatorGPD constructor.
+
The Operator class defines the basic object "Operator" which is essentially the convolution on the gr...
Definition: operator.h:22
+
Namespace for all APFEL++ functions and classes.
Definition: alphaqcd.h:14
+ +
+ + + + diff --git a/docs/html/polylog_test_8cc-example.html b/docs/html/polylog_test_8cc-example.html index 26b72fc62..9352540ea 100644 --- a/docs/html/polylog_test_8cc-example.html +++ b/docs/html/polylog_test_8cc-example.html @@ -3,7 +3,7 @@ - + APFEL: polylog_test.cc @@ -33,7 +33,7 @@ - + diff --git a/docs/html/search/all_0.js b/docs/html/search/all_0.js index d830250ee..985c6ae53 100644 --- a/docs/html/search/all_0.js +++ b/docs/html/search/all_0.js @@ -2,78 +2,81 @@ var searchData= [ ['_5fa0_0',['_a0',['../classapfel_1_1C22Tnsp.html#a73ebc7a932d14ff8928492d90e4b0af7',1,'apfel::C22Tnsp::_a0()'],['../classapfel_1_1C32Tnsp.html#a7e2c47979a861831c562976ebce9790d',1,'apfel::C32Tnsp::_a0()']]], ['_5fa1_1',['_a1',['../classapfel_1_1C22Tnsp.html#a992740274dece709315cb1f899560f4e',1,'apfel::C22Tnsp::_a1()'],['../classapfel_1_1C32Tnsp.html#ac0778ce4c9c3742b4d0f2196f770a0e6',1,'apfel::C32Tnsp::_a1()']]], - ['_5fa2_2',['_A2',['../classapfel_1_1C2Vqqff.html#a10cd4c3fbb4b96a1e0c549e6bf2fb956',1,'apfel::C2Vqqff::_A2()'],['../classapfel_1_1C2ggff.html#ac27f4e1179adb2e0cf4693965522b558',1,'apfel::C2ggff::_A2()'],['../classapfel_1_1C2Vqqpdf.html#ae9daf0659fc5f2ad0fdc146452d32ec3',1,'apfel::C2Vqqpdf::_A2()'],['../classapfel_1_1C2ggpdf.html#addb57d6ccaaa2735d559aca22d758256',1,'apfel::C2ggpdf::_A2()'],['../classapfel_1_1C3Vqqpdf.html#a00df3ac109404511533a2fae80bebc57',1,'apfel::C3Vqqpdf::_A2()'],['../classapfel_1_1P1transnsp.html#aaf85b5327035ed14653978da017f4d5b',1,'apfel::P1transnsp::_a2()'],['../classapfel_1_1P1Ttransnsp.html#a0d53c572b00b5f2a51423f182bf58515',1,'apfel::P1Ttransnsp::_a2()'],['../classapfel_1_1P1nsp.html#ad0eb872f324f49a5b374b08bd5c56c45',1,'apfel::P1nsp::_a2()'],['../classapfel_1_1P1Tnsp.html#a87c6861edb396be5ac97c39071a9d3ac',1,'apfel::P1Tnsp::_a2()'],['../classapfel_1_1C22Tnsp.html#aad2be65826d6a28ad59494e9608a48f8',1,'apfel::C22Tnsp::_a2()'],['../classapfel_1_1C32Tnsp.html#a7975a44d565dd9d671ed890c69c61b41',1,'apfel::C32Tnsp::_a2()']]], - ['_5fa2g_3',['_a2g',['../classapfel_1_1P1polgg.html#a732ad91451bc495449596f1a45425183',1,'apfel::P1polgg::_a2g()'],['../classapfel_1_1P1gg.html#a45d5effc66a5da6b0dc796c808bc68f7',1,'apfel::P1gg::_a2g()'],['../classapfel_1_1P1Tgg.html#abd1fedd16be272106f1caafdf6fc81ef',1,'apfel::P1Tgg::_a2g()']]], - ['_5fa3_4',['_A3',['../classapfel_1_1C2Vqqff.html#ac8d5c7bdf5cfc88cc0c3125e9e3ed11a',1,'apfel::C2Vqqff::_A3()'],['../classapfel_1_1C2ggff.html#a65b1003771799d6fadcaa4946dbf0c9c',1,'apfel::C2ggff::_A3()'],['../classapfel_1_1C22Tnsp.html#a18bc5a77b46ae852f3a8db853fce201e',1,'apfel::C22Tnsp::_a3()'],['../classapfel_1_1C32Tnsp.html#aa5314ddddadf6162801f8645caf61135',1,'apfel::C32Tnsp::_a3()']]], - ['_5fadler_5',['_adler',['../classapfel_1_1Cm22nsNC.html#af45adc4ce044a41c6ea0867b8e69ef89',1,'apfel::Cm22nsNC']]], - ['_5fas_6',['_as',['../classapfel_1_1InitialiseEvolution.html#adbd791ac90d75b3656c13b3e34c8841c',1,'apfel::InitialiseEvolution']]], - ['_5faw_7',['_aw',['../classapfel_1_1DoubleExponentialQuadrature.html#a48457b7ce7e2f58cc7a4289c8de5ba00',1,'apfel::DoubleExponentialQuadrature']]], - ['_5fbetafunction_8',['_BetaFunction',['../classapfel_1_1AlphaQCD.html#a0d12827e7aad49126d2ea80cf4c645cd',1,'apfel::AlphaQCD::_BetaFunction()'],['../classapfel_1_1AlphaQED.html#a669e2d5791dc458e93b9402d4f121750',1,'apfel::AlphaQED::_BetaFunction()']]], - ['_5fcoefficientfunctions_9',['_CoefficientFunctions',['../classapfel_1_1Observable.html#a34a42b06ee3c68e7af33218e0d827c86',1,'apfel::Observable']]], - ['_5fcutoff_10',['_CutOff',['../classapfel_1_1OgataQuadrature.html#afb16092a8e7aa5da16e073181246b24a',1,'apfel::OgataQuadrature']]], - ['_5fdata_11',['_data',['../classapfel_1_1matrix.html#aed7eab675e9de58009dec113fef48dc1',1,'apfel::matrix']]], - ['_5fdglapobj_12',['_DglapObj',['../classapfel_1_1InitialiseEvolution.html#ab62e99d9183dfb26361bd197cf2f6d2c',1,'apfel::InitialiseEvolution']]], - ['_5fdistributionjointgrid_13',['_distributionJointGrid',['../classapfel_1_1Interpolator.html#a9054c97a66105a3af624834ea49ab3d5',1,'apfel::Interpolator']]], - ['_5fdistributionsubgrid_14',['_distributionSubGrid',['../classapfel_1_1Interpolator.html#a08d213653646c8598d07aae2ae6afcff',1,'apfel::Interpolator']]], - ['_5feps_15',['_eps',['../classapfel_1_1TwoBodyPhaseSpace.html#a28960c52ccea4f0f2422da7b1b921262',1,'apfel::TwoBodyPhaseSpace']]], - ['_5ferbl_16',['_erbl',['../classapfel_1_1Operator.html#ae6c0584d4cb48d760cbed8ed838177df',1,'apfel::Operator']]], - ['_5feta_17',['_eta',['../classapfel_1_1Expression.html#ac64c55986740b395e3bfe85a78d980e9',1,'apfel::Expression']]], - ['_5fetamax_18',['_etamax',['../classapfel_1_1TwoBodyPhaseSpace.html#ab1a069eec6f14454431279d3dab77cd2',1,'apfel::TwoBodyPhaseSpace']]], - ['_5fetamin_19',['_etamin',['../classapfel_1_1TwoBodyPhaseSpace.html#afaa61809c14d94e3c3a31c328c42b0a6',1,'apfel::TwoBodyPhaseSpace']]], - ['_5fextvar_20',['_extvar',['../classapfel_1_1Expression.html#a11a7ff9afcac4667b3b3c3b6118dc9f3',1,'apfel::Expression']]], - ['_5ffqg_21',['_fQg',['../classapfel_1_1QGrid.html#af11497a9f67e8e10192e5ee1d816dade',1,'apfel::QGrid']]], - ['_5ffunc_22',['_func',['../classapfel_1_1Integrator.html#a16b1d48903d15ec270a1d516d2d0d032',1,'apfel::Integrator::_func()'],['../classapfel_1_1Integrator2D.html#a0afc8a76986c0b099bdb41340b3b8141',1,'apfel::Integrator2D::_func()']]], - ['_5fg_23',['_g',['../classapfel_1_1InitialiseEvolution.html#a223f7ec4987e8439ce7c0cc89bcfd360',1,'apfel::InitialiseEvolution']]], - ['_5fglobalgrid_24',['_GlobalGrid',['../classapfel_1_1Grid.html#ae21efbaa383663c4459f40d42f505daf',1,'apfel::Grid']]], - ['_5fgrid_25',['_grid',['../classapfel_1_1Interpolator.html#a6a98ca87f7d781661a98038e753c1c27',1,'apfel::Interpolator::_grid()'],['../classapfel_1_1Operator.html#a07ea5d7c9382f4566be27fd651bfb600',1,'apfel::Operator::_grid()']]], - ['_5fgridvalues_26',['_GridValues',['../classapfel_1_1QGrid.html#adfd57f2e4dee56d62a86e45d5185b2b3',1,'apfel::QGrid']]], - ['_5fh_27',['_h',['../classapfel_1_1OgataQuadrature.html#ac91cacd8c36474c92961ec6009acc686',1,'apfel::OgataQuadrature']]], - ['_5fimin_28',['_imin',['../classapfel_1_1ExtendedVector.html#a4d0a33f69ec57a5dc76545768d910404',1,'apfel::ExtendedVector']]], - ['_5fimod_29',['_imod',['../classapfel_1_1P3nsp.html#ac37cab2ef8fec09b53e08c76f6e03c8d',1,'apfel::P3nsp::_imod()'],['../classapfel_1_1P3nsm.html#a0893397159130e15bfaa9ea357a71577',1,'apfel::P3nsm::_imod()'],['../classapfel_1_1P3nss.html#a60f23c4949e69fab7a491d028fcffa76',1,'apfel::P3nss::_imod()']]], - ['_5finterdegree_30',['_InterDegree',['../classapfel_1_1QGrid.html#acff3cc7b2a176990a937c6d25b84ff24',1,'apfel::QGrid::_InterDegree()'],['../classapfel_1_1SubGrid.html#aa4519b25fee1c9b8f975e46791aff4fc',1,'apfel::SubGrid::_InterDegree()']]], - ['_5fjointgrid_31',['_JointGrid',['../classapfel_1_1Grid.html#a9144e68087d69ad9239f76093b63a772',1,'apfel::Grid']]], - ['_5fjointtosubmap_32',['_JointToSubMap',['../classapfel_1_1Grid.html#ad15501a23ccbfc0ce20dfacfee308188',1,'apfel::Grid']]], - ['_5fknotarray_33',['_KnotArray',['../classapfel_1_1InitialiseEvolution.html#afc88a52384035b9a18fb4a6bb7e30aee',1,'apfel::InitialiseEvolution']]], - ['_5flogmuref2_34',['_LogMuRef2',['../classapfel_1_1MatchedEvolution.html#a81fdc990b6c6c1fba5d4d424dbe12947',1,'apfel::MatchedEvolution']]], - ['_5flogthresholds2_35',['_LogThresholds2',['../classapfel_1_1MatchedEvolution.html#a83d38d00b2c4f62c1ea196febcc0a533',1,'apfel::MatchedEvolution']]], - ['_5flxsg_36',['_lxsg',['../classapfel_1_1SubGrid.html#ae531f074711c454f6e28b9212fa730be',1,'apfel::SubGrid']]], - ['_5fmap_37',['_map',['../classapfel_1_1Set.html#a271510f77a70002dc352648a41867307',1,'apfel::Set']]], - ['_5fmatchingconditions_38',['_MatchingConditions',['../classapfel_1_1AlphaQCD.html#a0cb6b7c81c6bfa688b3790140c73e4f0',1,'apfel::AlphaQCD::_MatchingConditions()'],['../classapfel_1_1Dglap.html#a8934eb2e07103d88fd051610b5631f31',1,'apfel::Dglap::_MatchingConditions()']]], - ['_5fmethod_39',['_method',['../classapfel_1_1Integrator.html#a665992f89a03680e76d9f42da9cd4c3c',1,'apfel::Integrator::_method()'],['../classapfel_1_1Integrator2D.html#a815894f51ecff94df61ec253430c3ba6',1,'apfel::Integrator2D::_method()']]], - ['_5fmuref_40',['_MuRef',['../classapfel_1_1MatchedEvolution.html#af599dcd5f9f52f0d271aa15497c680d7',1,'apfel::MatchedEvolution']]], - ['_5fmuref2_41',['_MuRef2',['../classapfel_1_1MatchedEvolution.html#aca6a5231a81ee5e40ba29f185d4c7890',1,'apfel::MatchedEvolution']]], - ['_5fname_42',['_name',['../classapfel_1_1ConvolutionMap.html#a291fc7fd16bb766e49cb0f6064040100',1,'apfel::ConvolutionMap']]], - ['_5fnf_43',['_nf',['../classapfel_1_1Pgpd0ggDGLAP.html#ad24e8c30462e0b07fb55fc5bfe75e202',1,'apfel::Pgpd0ggDGLAP::_nf()'],['../classapfel_1_1Pgpd0ggERBL.html#a28d5e4d3b4f7d8642922f51a86909834',1,'apfel::Pgpd0ggERBL::_nf()'],['../classapfel_1_1C2Vqqff.html#a58802f8768e4c2df7c4f81c669b9d1db',1,'apfel::C2Vqqff::_nf()'],['../classapfel_1_1C2gqff.html#aacbdb3bdb7878e4e47319e0d2a6e10cf',1,'apfel::C2gqff::_nf()'],['../classapfel_1_1C2ggff.html#acab017eecd987a1241c0ec72a6507e3e',1,'apfel::C2ggff::_nf()'],['../classapfel_1_1C2Vqqpdf.html#a0db2d4bdd2b6f1693c50f253903fdee6',1,'apfel::C2Vqqpdf::_nf()'],['../classapfel_1_1C2gqpdf.html#aa4f6e42226984ddf4bcc8ddc3da4c143',1,'apfel::C2gqpdf::_nf()'],['../classapfel_1_1C2ggpdf.html#ab0a31aa367ed8689eaf140c9eb7a94e2',1,'apfel::C2ggpdf::_nf()'],['../classapfel_1_1C3Vqqpdf.html#a25198f3499e92443ed713e236496894a',1,'apfel::C3Vqqpdf::_nf()'],['../classapfel_1_1C3Vqqbpdf.html#a353b2f56ec123b93c7454dfbdcc7272a',1,'apfel::C3Vqqbpdf::_nf()'],['../classapfel_1_1C3pspdf.html#afe5d4bc1ecd917c9813ec147f87eda86',1,'apfel::C3pspdf::_nf()'],['../classapfel_1_1C3qgpdf.html#a1903c92b59cba16e998114c39c8819a8',1,'apfel::C3qgpdf::_nf()'],['../classapfel_1_1P0polqg.html#ae02196846e4ef8cdc7bb059dd40d7069',1,'apfel::P0polqg::_nf()'],['../classapfel_1_1P0polgg.html#a011665cda94f16c533580e96cfd2ec5e',1,'apfel::P0polgg::_nf()'],['../classapfel_1_1P1polps.html#a883b17a2c76f5f03761bae1de94eb2d5',1,'apfel::P1polps::_nf()'],['../classapfel_1_1P1polqg.html#a6fe92568a29c92e422d6d7d5fd2deb35',1,'apfel::P1polqg::_nf()'],['../classapfel_1_1P1polgq.html#a47a164498fd0bb0739ea5d731de7017b',1,'apfel::P1polgq::_nf()'],['../classapfel_1_1P1polgg.html#a75d82bae9f6737572d0f8ffff56b39ff',1,'apfel::P1polgg::_nf()'],['../classapfel_1_1P2polps.html#a893159e1c46815c0b1cf5b48ab9b4ec2',1,'apfel::P2polps::_nf()'],['../classapfel_1_1P2polqg.html#a2fa30886da0bc2109456630de41be30a',1,'apfel::P2polqg::_nf()'],['../classapfel_1_1P2polgq.html#a84379216aa1ddabcf6a6069127f935dc',1,'apfel::P2polgq::_nf()'],['../classapfel_1_1P2polgg.html#abfad3b98a6383fd525e3ec4f973d9a73',1,'apfel::P2polgg::_nf()'],['../classapfel_1_1P1transnsp.html#a267a2f26afb65af38a85d44fef5f6650',1,'apfel::P1transnsp::_nf()'],['../classapfel_1_1P1Ttransnsp.html#a4157b36f7a0488b4f5c649abf4def7dc',1,'apfel::P1Ttransnsp::_nf()'],['../classapfel_1_1P0qg.html#ab958b1f5d68a9df92501d46022726c40',1,'apfel::P0qg::_nf()'],['../classapfel_1_1P0gg.html#accb2403a7f7c0ca90e809934baac0096',1,'apfel::P0gg::_nf()'],['../classapfel_1_1P1nsp.html#ae8ec64d60ce93d626ed82652a494fd34',1,'apfel::P1nsp::_nf()'],['../classapfel_1_1P1ps.html#aa104e518f3eacaeafa70e4ffa786e7b2',1,'apfel::P1ps::_nf()'],['../classapfel_1_1P1qg.html#ade04669d62a65c9f45084c92f9e723b5',1,'apfel::P1qg::_nf()'],['../classapfel_1_1P1gq.html#a0887338a2267b4b86672bc1711bf9b1b',1,'apfel::P1gq::_nf()'],['../classapfel_1_1P1gg.html#a9c805f20663c3d072ac9a53d84343b28',1,'apfel::P1gg::_nf()'],['../classapfel_1_1P2nsp.html#a5345a9441af76cd70cc1e0f7a90a1dfb',1,'apfel::P2nsp::_nf()'],['../classapfel_1_1P2nsm.html#ad4f62818aef1d8409f674a379a33476d',1,'apfel::P2nsm::_nf()'],['../classapfel_1_1P2nss.html#a2f953a8140e86060f8a76b20ec256fef',1,'apfel::P2nss::_nf()'],['../classapfel_1_1P2ps.html#ac8054d704e6a2cb3ad54f937db6dbc11',1,'apfel::P2ps::_nf()'],['../classapfel_1_1P2qg.html#af40286b7ecabe9eb73b16d1aaa41acfc',1,'apfel::P2qg::_nf()'],['../classapfel_1_1P2gq.html#a4cdbfe952a50e54463c159470186895e',1,'apfel::P2gq::_nf()'],['../classapfel_1_1P2gg.html#a622f320f0d0eb19238456f693dc2852b',1,'apfel::P2gg::_nf()'],['../classapfel_1_1P3nsp.html#a2da0c8dfe5472c0da0987f9cdee81867',1,'apfel::P3nsp::_nf()'],['../classapfel_1_1P3nsm.html#a1614231a78411d6dd73826e9c4c73d3e',1,'apfel::P3nsm::_nf()'],['../classapfel_1_1P3nss.html#abeb8598de81bd8740903512916fe7af8',1,'apfel::P3nss::_nf()'],['../classapfel_1_1P0Tqg.html#abe0b0c13d868c70b3a6354e38a0849f3',1,'apfel::P0Tqg::_nf()'],['../classapfel_1_1P0Tgg.html#a6930cbd825dfdd60381327bc9b9b8b5d',1,'apfel::P0Tgg::_nf()'],['../classapfel_1_1P1Tnsp.html#a34c05f0161269adf8cb2a27ecad1644a',1,'apfel::P1Tnsp::_nf()'],['../classapfel_1_1P1Tps.html#adc8c70afaeeae0c5d165a7c911b77b9b',1,'apfel::P1Tps::_nf()'],['../classapfel_1_1P1Tqg.html#a73c0877842d3fbaee9961f2de593f3ba',1,'apfel::P1Tqg::_nf()'],['../classapfel_1_1P1Tgq.html#aea1369faa1fa424081d6ec115cab2efd',1,'apfel::P1Tgq::_nf()'],['../classapfel_1_1P1Tgg.html#ab8fec384164e349b7b5e878ec8879b53',1,'apfel::P1Tgg::_nf()'],['../classapfel_1_1P2Tnsp.html#a3a1b828d5485d97875c9790a09256150',1,'apfel::P2Tnsp::_nf()'],['../classapfel_1_1P2Tnsm.html#a04424dca7e30c3ca3034e95688ff179c',1,'apfel::P2Tnsm::_nf()'],['../classapfel_1_1P2Tnss.html#ab05d2b37dd47ba451f0806184978cea8',1,'apfel::P2Tnss::_nf()'],['../classapfel_1_1P2Tps.html#ac6c27fca0680c269ea5f707a10bf83d9',1,'apfel::P2Tps::_nf()'],['../classapfel_1_1P2Tqg.html#a7d1f3fe85360a567125046e188dae494',1,'apfel::P2Tqg::_nf()'],['../classapfel_1_1P2Tgq.html#a05d904ad920093d68a4e35f25ce56547',1,'apfel::P2Tgq::_nf()'],['../classapfel_1_1P2Tgg.html#aa36cd7b206edcf51dec2f51eb32cd5ee',1,'apfel::P2Tgg::_nf()'],['../classapfel_1_1C22nsp.html#aa551cc387ab4287f6cb3c51839609627',1,'apfel::C22nsp::_nf()'],['../classapfel_1_1C22nsm.html#a9ff56fbcb47abfd5879c26069a7f5c90',1,'apfel::C22nsm::_nf()'],['../classapfel_1_1CL2nsp.html#abda36d1a04f2f56e4e75d6cce1d1778c',1,'apfel::CL2nsp::_nf()'],['../classapfel_1_1CL2nsm.html#a984a05b906a4bd4353627e753d42f8e9',1,'apfel::CL2nsm::_nf()'],['../classapfel_1_1C32nsp.html#a91c65b957056bba7fdb2c419d78728a1',1,'apfel::C32nsp::_nf()'],['../classapfel_1_1C32nsm.html#aac3205351d39a97902474aab9313ce70',1,'apfel::C32nsm::_nf()'],['../classapfel_1_1C22Tnsp.html#ad4c22c28c9eb4334e3a2c3f36566cd8b',1,'apfel::C22Tnsp::_nf()'],['../classapfel_1_1CL2Tnsp.html#a8b2cbae2c0d3ee9be1329510e898a58c',1,'apfel::CL2Tnsp::_nf()'],['../classapfel_1_1C32Tnsp.html#a3ceb8c2368aa3c263771082c00db5498',1,'apfel::C32Tnsp::_nf()']]], - ['_5fnq_44',['_nQ',['../classapfel_1_1QGrid.html#aa4b3a59aea70c79d260592cbfdb316a3',1,'apfel::QGrid']]], - ['_5fnqg_45',['_nQg',['../classapfel_1_1QGrid.html#a5ce1374dcd1a206c86b6bc1a80aadf57',1,'apfel::QGrid']]], - ['_5fnsteps_46',['_nsteps',['../classapfel_1_1MatchedEvolution.html#a016c0e4076ad1f37e41eb2b6e4772cc1',1,'apfel::MatchedEvolution']]], - ['_5fnu_47',['_nu',['../classapfel_1_1DoubleExponentialQuadrature.html#a4e34f614fe31b2b1d722cccbd0528a22',1,'apfel::DoubleExponentialQuadrature']]], - ['_5fnx_48',['_nx',['../classapfel_1_1SubGrid.html#a661733d2dc527c9ebcc8c70662e3589a',1,'apfel::SubGrid']]], - ['_5fobjects_49',['_Objects',['../classapfel_1_1Observable.html#ae246a1c57ff8c621fc0cec85a3da7c2e',1,'apfel::Observable::_Objects()'],['../classapfel_1_1Set.html#ac26612986822c3154a3e39dd487f5d40',1,'apfel::Set::_objects()']]], - ['_5fobjref_50',['_ObjRef',['../classapfel_1_1MatchedEvolution.html#af2162e911beb35f80578121db1b84d97',1,'apfel::MatchedEvolution']]], - ['_5foperator_51',['_Operator',['../classapfel_1_1Operator.html#a07e107c11a823ef3565e825f172d1d0e',1,'apfel::Operator']]], - ['_5fpt_52',['_pt',['../classapfel_1_1AlphaQCD.html#aec137161168c29252dcd74d7565f5355',1,'apfel::AlphaQCD::_pt()'],['../classapfel_1_1AlphaQED.html#aa14d686efe7c0db6812d2a57dd6d0fb0',1,'apfel::AlphaQED::_pt()']]], - ['_5fptmin_53',['_pTmin',['../classapfel_1_1TwoBodyPhaseSpace.html#a4616f8922d3efd925e333eb620d75d46',1,'apfel::TwoBodyPhaseSpace']]], - ['_5fqg_54',['_Qg',['../classapfel_1_1QGrid.html#ac50acb129168150b4c201835217e19ac',1,'apfel::QGrid']]], - ['_5fqmax_55',['_QMax',['../classapfel_1_1QGrid.html#acceeb20586bb7797a442185d32b9bbae',1,'apfel::QGrid']]], - ['_5fqmin_56',['_QMin',['../classapfel_1_1QGrid.html#a4f7c4faa8b1e9ba80331661994123089',1,'apfel::QGrid']]], - ['_5frules_57',['_rules',['../classapfel_1_1ConvolutionMap.html#af09aefa369acec757323cb45493d5aeb',1,'apfel::ConvolutionMap']]], - ['_5fsetup_58',['_setup',['../classapfel_1_1InitialiseEvolution.html#aff56e8f30c1ace113fa62309c411221c',1,'apfel::InitialiseEvolution']]], - ['_5fsize_59',['_size',['../classapfel_1_1matrix.html#a1a09298fa1219f356b2329914ff1b01c',1,'apfel::matrix']]], - ['_5fsplittingfunctions_60',['_SplittingFunctions',['../classapfel_1_1Dglap.html#af722ff596c7beaaf23506d9983f4d52d',1,'apfel::Dglap']]], - ['_5fstarttime_61',['_startTime',['../classapfel_1_1Timer.html#a142b7ba0ababdbb97cc16431753951f9',1,'apfel::Timer']]], - ['_5fstep_62',['_Step',['../classapfel_1_1SubGrid.html#ae34adf9e8480d0218ea472dbed0cb2ac',1,'apfel::SubGrid']]], - ['_5fsubtojointmap_63',['_SubToJointMap',['../classapfel_1_1Grid.html#a33e3f6558476bc799789c4e7a092cb78',1,'apfel::Grid']]], - ['_5ftabfunc_64',['_TabFunc',['../classapfel_1_1QGrid.html#a7d7765d66bbd218ed474d2aaf859cb88',1,'apfel::QGrid']]], - ['_5fterms_65',['_terms',['../classapfel_1_1DoubleObject.html#a296c6957fd6bfdef3a1024b54c0c04b8',1,'apfel::DoubleObject']]], - ['_5fthresholds_66',['_Thresholds',['../classapfel_1_1MatchedEvolution.html#a345fedfefe33962f4f7ceb9b2f8638e8',1,'apfel::MatchedEvolution::_Thresholds()'],['../classapfel_1_1QGrid.html#af4d8ebad864790a72b74f5532bee6919',1,'apfel::QGrid::_Thresholds()']]], - ['_5fthresholds2_67',['_Thresholds2',['../classapfel_1_1MatchedEvolution.html#af026d0e84560490983f5db02c6f55507',1,'apfel::MatchedEvolution']]], - ['_5fvector_68',['_vector',['../classapfel_1_1ExtendedVector.html#a70d60d49ab620b00fe79bd6eae6957c9',1,'apfel::ExtendedVector']]], - ['_5fweights_69',['_weights',['../classapfel_1_1OgataQuadrature.html#a63c4c4ee1b8d499b9879db182e7b321c',1,'apfel::OgataQuadrature']]], - ['_5fwritegrid_70',['_WriteGrid',['../classapfel_1_1InitialiseEvolution.html#ace788f48892622cbaecb335eb28edc01',1,'apfel::InitialiseEvolution']]], - ['_5fxf_71',['_xf',['../classapfel_1_1OgataQuadrature.html#a2ab434d5db17239eda81a4895e56f3f7',1,'apfel::OgataQuadrature']]], - ['_5fxi_72',['_xi',['../classapfel_1_1Pgpd0nsDGLAP.html#a925d36fc0ac4e6a90bc6e67935b00315',1,'apfel::Pgpd0nsDGLAP::_xi()'],['../classapfel_1_1Pgpd0nsERBL.html#aae7799204834f74bd2399bfd314a4677',1,'apfel::Pgpd0nsERBL::_xi()'],['../classapfel_1_1Pgpd0qgDGLAP.html#a6ae8c09ff6139e91b1e76136d9b87c0d',1,'apfel::Pgpd0qgDGLAP::_xi()'],['../classapfel_1_1Pgpd0qgERBL.html#a28f37ee861199761b568be0dd77e4be7',1,'apfel::Pgpd0qgERBL::_xi()'],['../classapfel_1_1Pgpd0gqDGLAP.html#a4b293d897ee5ba15763d3e74fd726172',1,'apfel::Pgpd0gqDGLAP::_xi()'],['../classapfel_1_1Pgpd0gqERBL.html#a3f843344bcf4082a191ac51863ae9955',1,'apfel::Pgpd0gqERBL::_xi()'],['../classapfel_1_1Pgpd0ggDGLAP.html#a3b910aa34dcb42f8827e5525a702d465',1,'apfel::Pgpd0ggDGLAP::_xi()'],['../classapfel_1_1Pgpd0ggERBL.html#afc06f667834dda265e35be739413f99b',1,'apfel::Pgpd0ggERBL::_xi()']]], - ['_5fxmax_73',['_xMax',['../classapfel_1_1SubGrid.html#ab73f59f5d7f8284a86150f813902d924',1,'apfel::SubGrid']]], - ['_5fxmin_74',['_xMin',['../classapfel_1_1SubGrid.html#aa7c7452cc704137c2cf6722e0ca38c31',1,'apfel::SubGrid']]], - ['_5fxsg_75',['_xsg',['../classapfel_1_1SubGrid.html#a1d51d2837145e52e3e64d8666c522b77',1,'apfel::SubGrid']]] + ['_5fa2_2',['_a2',['../classapfel_1_1P1transnsp.html#aaf85b5327035ed14653978da017f4d5b',1,'apfel::P1transnsp::_a2()'],['../classapfel_1_1P1Ttransnsp.html#a0d53c572b00b5f2a51423f182bf58515',1,'apfel::P1Ttransnsp::_a2()'],['../classapfel_1_1P1nsp.html#ad0eb872f324f49a5b374b08bd5c56c45',1,'apfel::P1nsp::_a2()'],['../classapfel_1_1P1Tnsp.html#a87c6861edb396be5ac97c39071a9d3ac',1,'apfel::P1Tnsp::_a2()'],['../classapfel_1_1C22Tnsp.html#aad2be65826d6a28ad59494e9608a48f8',1,'apfel::C22Tnsp::_a2()'],['../classapfel_1_1C32Tnsp.html#a7975a44d565dd9d671ed890c69c61b41',1,'apfel::C32Tnsp::_a2()']]], + ['_5fa2_3',['_A2',['../classapfel_1_1C2Vqqff.html#a10cd4c3fbb4b96a1e0c549e6bf2fb956',1,'apfel::C2Vqqff::_A2()'],['../classapfel_1_1C2ggff.html#ac27f4e1179adb2e0cf4693965522b558',1,'apfel::C2ggff::_A2()'],['../classapfel_1_1C2Vqqpdf.html#ae9daf0659fc5f2ad0fdc146452d32ec3',1,'apfel::C2Vqqpdf::_A2()'],['../classapfel_1_1C2ggpdf.html#addb57d6ccaaa2735d559aca22d758256',1,'apfel::C2ggpdf::_A2()'],['../classapfel_1_1C3Vqqpdf.html#a00df3ac109404511533a2fae80bebc57',1,'apfel::C3Vqqpdf::_A2()']]], + ['_5fa2g_4',['_a2g',['../classapfel_1_1P1polgg.html#a732ad91451bc495449596f1a45425183',1,'apfel::P1polgg::_a2g()'],['../classapfel_1_1P1gg.html#a45d5effc66a5da6b0dc796c808bc68f7',1,'apfel::P1gg::_a2g()'],['../classapfel_1_1P1Tgg.html#abd1fedd16be272106f1caafdf6fc81ef',1,'apfel::P1Tgg::_a2g()']]], + ['_5fa3_5',['_a3',['../classapfel_1_1C22Tnsp.html#a18bc5a77b46ae852f3a8db853fce201e',1,'apfel::C22Tnsp::_a3()'],['../classapfel_1_1C32Tnsp.html#aa5314ddddadf6162801f8645caf61135',1,'apfel::C32Tnsp::_a3()']]], + ['_5fa3_6',['_A3',['../classapfel_1_1C2Vqqff.html#ac8d5c7bdf5cfc88cc0c3125e9e3ed11a',1,'apfel::C2Vqqff::_A3()'],['../classapfel_1_1C2ggff.html#a65b1003771799d6fadcaa4946dbf0c9c',1,'apfel::C2ggff::_A3()']]], + ['_5fadler_7',['_adler',['../classapfel_1_1Cm22nsNC.html#af45adc4ce044a41c6ea0867b8e69ef89',1,'apfel::Cm22nsNC']]], + ['_5fas_8',['_as',['../classapfel_1_1InitialiseEvolution.html#adbd791ac90d75b3656c13b3e34c8841c',1,'apfel::InitialiseEvolution']]], + ['_5faw_9',['_aw',['../classapfel_1_1DoubleExponentialQuadrature.html#a48457b7ce7e2f58cc7a4289c8de5ba00',1,'apfel::DoubleExponentialQuadrature']]], + ['_5fbetafunction_10',['_BetaFunction',['../classapfel_1_1AlphaQCD.html#a0d12827e7aad49126d2ea80cf4c645cd',1,'apfel::AlphaQCD::_BetaFunction()'],['../classapfel_1_1AlphaQED.html#a669e2d5791dc458e93b9402d4f121750',1,'apfel::AlphaQED::_BetaFunction()']]], + ['_5fcoefficientfunctions_11',['_CoefficientFunctions',['../classapfel_1_1Observable.html#a34a42b06ee3c68e7af33218e0d827c86',1,'apfel::Observable']]], + ['_5fcutoff_12',['_CutOff',['../classapfel_1_1OgataQuadrature.html#afb16092a8e7aa5da16e073181246b24a',1,'apfel::OgataQuadrature']]], + ['_5fdata_13',['_data',['../classapfel_1_1matrix.html#aed7eab675e9de58009dec113fef48dc1',1,'apfel::matrix']]], + ['_5fdglapobj_14',['_DglapObj',['../classapfel_1_1InitialiseEvolution.html#ab62e99d9183dfb26361bd197cf2f6d2c',1,'apfel::InitialiseEvolution']]], + ['_5fdistributionjointgrid_15',['_distributionJointGrid',['../classapfel_1_1Interpolator.html#a9054c97a66105a3af624834ea49ab3d5',1,'apfel::Interpolator']]], + ['_5fdistributionsubgrid_16',['_distributionSubGrid',['../classapfel_1_1Interpolator.html#a08d213653646c8598d07aae2ae6afcff',1,'apfel::Interpolator']]], + ['_5feps_17',['_eps',['../classapfel_1_1TwoBodyPhaseSpace.html#a28960c52ccea4f0f2422da7b1b921262',1,'apfel::TwoBodyPhaseSpace']]], + ['_5feta_18',['_eta',['../classapfel_1_1Expression.html#ac64c55986740b395e3bfe85a78d980e9',1,'apfel::Expression']]], + ['_5fetamax_19',['_etamax',['../classapfel_1_1TwoBodyPhaseSpace.html#ab1a069eec6f14454431279d3dab77cd2',1,'apfel::TwoBodyPhaseSpace']]], + ['_5fetamin_20',['_etamin',['../classapfel_1_1TwoBodyPhaseSpace.html#afaa61809c14d94e3c3a31c328c42b0a6',1,'apfel::TwoBodyPhaseSpace']]], + ['_5fextvar_21',['_extvar',['../classapfel_1_1Expression.html#a11a7ff9afcac4667b3b3c3b6118dc9f3',1,'apfel::Expression']]], + ['_5ffqg_22',['_fQg',['../classapfel_1_1QGrid.html#af11497a9f67e8e10192e5ee1d816dade',1,'apfel::QGrid']]], + ['_5ffunc_23',['_func',['../classapfel_1_1Integrator.html#a16b1d48903d15ec270a1d516d2d0d032',1,'apfel::Integrator::_func()'],['../classapfel_1_1Integrator2D.html#a0afc8a76986c0b099bdb41340b3b8141',1,'apfel::Integrator2D::_func()']]], + ['_5fg_24',['_g',['../classapfel_1_1InitialiseEvolution.html#a223f7ec4987e8439ce7c0cc89bcfd360',1,'apfel::InitialiseEvolution']]], + ['_5fglobalgrid_25',['_GlobalGrid',['../classapfel_1_1Grid.html#ae21efbaa383663c4459f40d42f505daf',1,'apfel::Grid']]], + ['_5fgrid_26',['_grid',['../classapfel_1_1Interpolator.html#a6a98ca87f7d781661a98038e753c1c27',1,'apfel::Interpolator::_grid()'],['../classapfel_1_1Operator.html#a07ea5d7c9382f4566be27fd651bfb600',1,'apfel::Operator::_grid()']]], + ['_5fgridvalues_27',['_GridValues',['../classapfel_1_1QGrid.html#adfd57f2e4dee56d62a86e45d5185b2b3',1,'apfel::QGrid']]], + ['_5fh_28',['_h',['../classapfel_1_1OgataQuadrature.html#ac91cacd8c36474c92961ec6009acc686',1,'apfel::OgataQuadrature']]], + ['_5fimin_29',['_imin',['../classapfel_1_1ExtendedVector.html#a4d0a33f69ec57a5dc76545768d910404',1,'apfel::ExtendedVector']]], + ['_5fimod_30',['_imod',['../classapfel_1_1P3nsp.html#ac37cab2ef8fec09b53e08c76f6e03c8d',1,'apfel::P3nsp::_imod()'],['../classapfel_1_1P3nsm.html#a0893397159130e15bfaa9ea357a71577',1,'apfel::P3nsm::_imod()'],['../classapfel_1_1P3nss.html#a60f23c4949e69fab7a491d028fcffa76',1,'apfel::P3nss::_imod()']]], + ['_5finterdegree_31',['_InterDegree',['../classapfel_1_1QGrid.html#acff3cc7b2a176990a937c6d25b84ff24',1,'apfel::QGrid::_InterDegree()'],['../classapfel_1_1SubGrid.html#aa4519b25fee1c9b8f975e46791aff4fc',1,'apfel::SubGrid::_InterDegree()']]], + ['_5fjointgrid_32',['_JointGrid',['../classapfel_1_1Grid.html#a9144e68087d69ad9239f76093b63a772',1,'apfel::Grid']]], + ['_5fjointtosubmap_33',['_JointToSubMap',['../classapfel_1_1Grid.html#ad15501a23ccbfc0ce20dfacfee308188',1,'apfel::Grid']]], + ['_5fknotarray_34',['_KnotArray',['../classapfel_1_1InitialiseEvolution.html#afc88a52384035b9a18fb4a6bb7e30aee',1,'apfel::InitialiseEvolution']]], + ['_5flogmuref2_35',['_LogMuRef2',['../classapfel_1_1MatchedEvolution.html#a81fdc990b6c6c1fba5d4d424dbe12947',1,'apfel::MatchedEvolution']]], + ['_5flogthresholds2_36',['_LogThresholds2',['../classapfel_1_1MatchedEvolution.html#a83d38d00b2c4f62c1ea196febcc0a533',1,'apfel::MatchedEvolution']]], + ['_5flxsg_37',['_lxsg',['../classapfel_1_1SubGrid.html#ae531f074711c454f6e28b9212fa730be',1,'apfel::SubGrid']]], + ['_5fmap_38',['_map',['../classapfel_1_1Set.html#a271510f77a70002dc352648a41867307',1,'apfel::Set']]], + ['_5fmatchingconditions_39',['_MatchingConditions',['../classapfel_1_1AlphaQCD.html#a0cb6b7c81c6bfa688b3790140c73e4f0',1,'apfel::AlphaQCD::_MatchingConditions()'],['../classapfel_1_1Dglap.html#a8934eb2e07103d88fd051610b5631f31',1,'apfel::Dglap::_MatchingConditions()']]], + ['_5fmethod_40',['_method',['../classapfel_1_1Integrator.html#a665992f89a03680e76d9f42da9cd4c3c',1,'apfel::Integrator::_method()'],['../classapfel_1_1Integrator2D.html#a815894f51ecff94df61ec253430c3ba6',1,'apfel::Integrator2D::_method()']]], + ['_5fmuref_41',['_MuRef',['../classapfel_1_1MatchedEvolution.html#af599dcd5f9f52f0d271aa15497c680d7',1,'apfel::MatchedEvolution']]], + ['_5fmuref2_42',['_MuRef2',['../classapfel_1_1MatchedEvolution.html#aca6a5231a81ee5e40ba29f185d4c7890',1,'apfel::MatchedEvolution']]], + ['_5fname_43',['_name',['../classapfel_1_1ConvolutionMap.html#a291fc7fd16bb766e49cb0f6064040100',1,'apfel::ConvolutionMap']]], + ['_5fnf_44',['_nf',['../classapfel_1_1Pgpd0qg.html#a2ed4883c3dc8ef59dddac5b5a154b2da',1,'apfel::Pgpd0qg::_nf()'],['../classapfel_1_1Pgpd0gg.html#aabb7873690de84eff203b34eed17c8ea',1,'apfel::Pgpd0gg::_nf()'],['../classapfel_1_1C2Vqqff.html#a58802f8768e4c2df7c4f81c669b9d1db',1,'apfel::C2Vqqff::_nf()'],['../classapfel_1_1C2gqff.html#aacbdb3bdb7878e4e47319e0d2a6e10cf',1,'apfel::C2gqff::_nf()'],['../classapfel_1_1C2ggff.html#acab017eecd987a1241c0ec72a6507e3e',1,'apfel::C2ggff::_nf()'],['../classapfel_1_1C2Vqqpdf.html#a0db2d4bdd2b6f1693c50f253903fdee6',1,'apfel::C2Vqqpdf::_nf()'],['../classapfel_1_1C2gqpdf.html#aa4f6e42226984ddf4bcc8ddc3da4c143',1,'apfel::C2gqpdf::_nf()'],['../classapfel_1_1C2ggpdf.html#ab0a31aa367ed8689eaf140c9eb7a94e2',1,'apfel::C2ggpdf::_nf()'],['../classapfel_1_1C3Vqqpdf.html#a25198f3499e92443ed713e236496894a',1,'apfel::C3Vqqpdf::_nf()'],['../classapfel_1_1C3Vqqbpdf.html#a353b2f56ec123b93c7454dfbdcc7272a',1,'apfel::C3Vqqbpdf::_nf()'],['../classapfel_1_1C3pspdf.html#afe5d4bc1ecd917c9813ec147f87eda86',1,'apfel::C3pspdf::_nf()'],['../classapfel_1_1C3qgpdf.html#a1903c92b59cba16e998114c39c8819a8',1,'apfel::C3qgpdf::_nf()'],['../classapfel_1_1P0polqg.html#ae02196846e4ef8cdc7bb059dd40d7069',1,'apfel::P0polqg::_nf()'],['../classapfel_1_1P0polgg.html#a011665cda94f16c533580e96cfd2ec5e',1,'apfel::P0polgg::_nf()'],['../classapfel_1_1P1polps.html#a883b17a2c76f5f03761bae1de94eb2d5',1,'apfel::P1polps::_nf()'],['../classapfel_1_1P1polqg.html#a6fe92568a29c92e422d6d7d5fd2deb35',1,'apfel::P1polqg::_nf()'],['../classapfel_1_1P1polgq.html#a47a164498fd0bb0739ea5d731de7017b',1,'apfel::P1polgq::_nf()'],['../classapfel_1_1P1polgg.html#a75d82bae9f6737572d0f8ffff56b39ff',1,'apfel::P1polgg::_nf()'],['../classapfel_1_1P2polps.html#a893159e1c46815c0b1cf5b48ab9b4ec2',1,'apfel::P2polps::_nf()'],['../classapfel_1_1P2polqg.html#a2fa30886da0bc2109456630de41be30a',1,'apfel::P2polqg::_nf()'],['../classapfel_1_1P2polgq.html#a84379216aa1ddabcf6a6069127f935dc',1,'apfel::P2polgq::_nf()'],['../classapfel_1_1P2polgg.html#abfad3b98a6383fd525e3ec4f973d9a73',1,'apfel::P2polgg::_nf()'],['../classapfel_1_1P1transnsp.html#a267a2f26afb65af38a85d44fef5f6650',1,'apfel::P1transnsp::_nf()'],['../classapfel_1_1P1Ttransnsp.html#a4157b36f7a0488b4f5c649abf4def7dc',1,'apfel::P1Ttransnsp::_nf()'],['../classapfel_1_1P0qg.html#ab958b1f5d68a9df92501d46022726c40',1,'apfel::P0qg::_nf()'],['../classapfel_1_1P0gg.html#accb2403a7f7c0ca90e809934baac0096',1,'apfel::P0gg::_nf()'],['../classapfel_1_1P1nsp.html#ae8ec64d60ce93d626ed82652a494fd34',1,'apfel::P1nsp::_nf()'],['../classapfel_1_1P1ps.html#aa104e518f3eacaeafa70e4ffa786e7b2',1,'apfel::P1ps::_nf()'],['../classapfel_1_1P1qg.html#ade04669d62a65c9f45084c92f9e723b5',1,'apfel::P1qg::_nf()'],['../classapfel_1_1P1gq.html#a0887338a2267b4b86672bc1711bf9b1b',1,'apfel::P1gq::_nf()'],['../classapfel_1_1P1gg.html#a9c805f20663c3d072ac9a53d84343b28',1,'apfel::P1gg::_nf()'],['../classapfel_1_1P2nsp.html#a5345a9441af76cd70cc1e0f7a90a1dfb',1,'apfel::P2nsp::_nf()'],['../classapfel_1_1P2nsm.html#ad4f62818aef1d8409f674a379a33476d',1,'apfel::P2nsm::_nf()'],['../classapfel_1_1P2nss.html#a2f953a8140e86060f8a76b20ec256fef',1,'apfel::P2nss::_nf()'],['../classapfel_1_1P2ps.html#ac8054d704e6a2cb3ad54f937db6dbc11',1,'apfel::P2ps::_nf()'],['../classapfel_1_1P2qg.html#af40286b7ecabe9eb73b16d1aaa41acfc',1,'apfel::P2qg::_nf()'],['../classapfel_1_1P2gq.html#a4cdbfe952a50e54463c159470186895e',1,'apfel::P2gq::_nf()'],['../classapfel_1_1P2gg.html#a622f320f0d0eb19238456f693dc2852b',1,'apfel::P2gg::_nf()'],['../classapfel_1_1P3nsp.html#a2da0c8dfe5472c0da0987f9cdee81867',1,'apfel::P3nsp::_nf()'],['../classapfel_1_1P3nsm.html#a1614231a78411d6dd73826e9c4c73d3e',1,'apfel::P3nsm::_nf()'],['../classapfel_1_1P3nss.html#abeb8598de81bd8740903512916fe7af8',1,'apfel::P3nss::_nf()'],['../classapfel_1_1P0Tqg.html#abe0b0c13d868c70b3a6354e38a0849f3',1,'apfel::P0Tqg::_nf()'],['../classapfel_1_1P0Tgg.html#a6930cbd825dfdd60381327bc9b9b8b5d',1,'apfel::P0Tgg::_nf()'],['../classapfel_1_1P1Tnsp.html#a34c05f0161269adf8cb2a27ecad1644a',1,'apfel::P1Tnsp::_nf()'],['../classapfel_1_1P1Tps.html#adc8c70afaeeae0c5d165a7c911b77b9b',1,'apfel::P1Tps::_nf()'],['../classapfel_1_1P1Tqg.html#a73c0877842d3fbaee9961f2de593f3ba',1,'apfel::P1Tqg::_nf()'],['../classapfel_1_1P1Tgq.html#aea1369faa1fa424081d6ec115cab2efd',1,'apfel::P1Tgq::_nf()'],['../classapfel_1_1P1Tgg.html#ab8fec384164e349b7b5e878ec8879b53',1,'apfel::P1Tgg::_nf()'],['../classapfel_1_1P2Tnsp.html#a3a1b828d5485d97875c9790a09256150',1,'apfel::P2Tnsp::_nf()'],['../classapfel_1_1P2Tnsm.html#a04424dca7e30c3ca3034e95688ff179c',1,'apfel::P2Tnsm::_nf()'],['../classapfel_1_1P2Tnss.html#ab05d2b37dd47ba451f0806184978cea8',1,'apfel::P2Tnss::_nf()'],['../classapfel_1_1P2Tps.html#ac6c27fca0680c269ea5f707a10bf83d9',1,'apfel::P2Tps::_nf()'],['../classapfel_1_1P2Tqg.html#a7d1f3fe85360a567125046e188dae494',1,'apfel::P2Tqg::_nf()'],['../classapfel_1_1P2Tgq.html#a05d904ad920093d68a4e35f25ce56547',1,'apfel::P2Tgq::_nf()'],['../classapfel_1_1P2Tgg.html#aa36cd7b206edcf51dec2f51eb32cd5ee',1,'apfel::P2Tgg::_nf()'],['../classapfel_1_1C22nsp.html#aa551cc387ab4287f6cb3c51839609627',1,'apfel::C22nsp::_nf()'],['../classapfel_1_1C22nsm.html#a9ff56fbcb47abfd5879c26069a7f5c90',1,'apfel::C22nsm::_nf()'],['../classapfel_1_1CL2nsp.html#abda36d1a04f2f56e4e75d6cce1d1778c',1,'apfel::CL2nsp::_nf()'],['../classapfel_1_1CL2nsm.html#a984a05b906a4bd4353627e753d42f8e9',1,'apfel::CL2nsm::_nf()'],['../classapfel_1_1C32nsp.html#a91c65b957056bba7fdb2c419d78728a1',1,'apfel::C32nsp::_nf()'],['../classapfel_1_1C32nsm.html#aac3205351d39a97902474aab9313ce70',1,'apfel::C32nsm::_nf()'],['../classapfel_1_1C22Tnsp.html#ad4c22c28c9eb4334e3a2c3f36566cd8b',1,'apfel::C22Tnsp::_nf()'],['../classapfel_1_1CL2Tnsp.html#a8b2cbae2c0d3ee9be1329510e898a58c',1,'apfel::CL2Tnsp::_nf()'],['../classapfel_1_1C32Tnsp.html#a3ceb8c2368aa3c263771082c00db5498',1,'apfel::C32Tnsp::_nf()']]], + ['_5fnq_45',['_nQ',['../classapfel_1_1QGrid.html#aa4b3a59aea70c79d260592cbfdb316a3',1,'apfel::QGrid']]], + ['_5fnqg_46',['_nQg',['../classapfel_1_1QGrid.html#a5ce1374dcd1a206c86b6bc1a80aadf57',1,'apfel::QGrid']]], + ['_5fnsteps_47',['_nsteps',['../classapfel_1_1MatchedEvolution.html#a016c0e4076ad1f37e41eb2b6e4772cc1',1,'apfel::MatchedEvolution']]], + ['_5fnu_48',['_nu',['../classapfel_1_1DoubleExponentialQuadrature.html#a4e34f614fe31b2b1d722cccbd0528a22',1,'apfel::DoubleExponentialQuadrature']]], + ['_5fnx_49',['_nx',['../classapfel_1_1SubGrid.html#a661733d2dc527c9ebcc8c70662e3589a',1,'apfel::SubGrid']]], + ['_5fobjects_50',['_objects',['../classapfel_1_1Set.html#ac26612986822c3154a3e39dd487f5d40',1,'apfel::Set']]], + ['_5fobjects_51',['_Objects',['../classapfel_1_1Observable.html#ae246a1c57ff8c621fc0cec85a3da7c2e',1,'apfel::Observable']]], + ['_5fobjref_52',['_ObjRef',['../classapfel_1_1MatchedEvolution.html#af2162e911beb35f80578121db1b84d97',1,'apfel::MatchedEvolution']]], + ['_5foperator_53',['_Operator',['../classapfel_1_1Operator.html#a319ffccbd5f34a791d82e9dd70dfe8d8',1,'apfel::Operator']]], + ['_5fpt_54',['_pt',['../classapfel_1_1AlphaQCD.html#aec137161168c29252dcd74d7565f5355',1,'apfel::AlphaQCD::_pt()'],['../classapfel_1_1AlphaQED.html#aa14d686efe7c0db6812d2a57dd6d0fb0',1,'apfel::AlphaQED::_pt()']]], + ['_5fptmin_55',['_pTmin',['../classapfel_1_1TwoBodyPhaseSpace.html#a4616f8922d3efd925e333eb620d75d46',1,'apfel::TwoBodyPhaseSpace']]], + ['_5fqg_56',['_Qg',['../classapfel_1_1QGrid.html#ac50acb129168150b4c201835217e19ac',1,'apfel::QGrid']]], + ['_5fqmax_57',['_QMax',['../classapfel_1_1QGrid.html#acceeb20586bb7797a442185d32b9bbae',1,'apfel::QGrid']]], + ['_5fqmin_58',['_QMin',['../classapfel_1_1QGrid.html#a4f7c4faa8b1e9ba80331661994123089',1,'apfel::QGrid']]], + ['_5frules_59',['_rules',['../classapfel_1_1ConvolutionMap.html#af09aefa369acec757323cb45493d5aeb',1,'apfel::ConvolutionMap']]], + ['_5fsetup_60',['_setup',['../classapfel_1_1InitialiseEvolution.html#aff56e8f30c1ace113fa62309c411221c',1,'apfel::InitialiseEvolution']]], + ['_5fsize_61',['_size',['../classapfel_1_1matrix.html#a1a09298fa1219f356b2329914ff1b01c',1,'apfel::matrix']]], + ['_5fsplittingfunctions_62',['_SplittingFunctions',['../classapfel_1_1Dglap.html#af722ff596c7beaaf23506d9983f4d52d',1,'apfel::Dglap']]], + ['_5fstarttime_63',['_startTime',['../classapfel_1_1Timer.html#a142b7ba0ababdbb97cc16431753951f9',1,'apfel::Timer']]], + ['_5fstep_64',['_Step',['../classapfel_1_1SubGrid.html#ae34adf9e8480d0218ea472dbed0cb2ac',1,'apfel::SubGrid']]], + ['_5fsubtojointmap_65',['_SubToJointMap',['../classapfel_1_1Grid.html#a33e3f6558476bc799789c4e7a092cb78',1,'apfel::Grid']]], + ['_5ftabfunc_66',['_TabFunc',['../classapfel_1_1QGrid.html#a7d7765d66bbd218ed474d2aaf859cb88',1,'apfel::QGrid']]], + ['_5fterms_67',['_terms',['../classapfel_1_1DoubleObject.html#a296c6957fd6bfdef3a1024b54c0c04b8',1,'apfel::DoubleObject']]], + ['_5fthresholds_68',['_Thresholds',['../classapfel_1_1MatchedEvolution.html#a345fedfefe33962f4f7ceb9b2f8638e8',1,'apfel::MatchedEvolution::_Thresholds()'],['../classapfel_1_1QGrid.html#af4d8ebad864790a72b74f5532bee6919',1,'apfel::QGrid::_Thresholds()']]], + ['_5fthresholds2_69',['_Thresholds2',['../classapfel_1_1MatchedEvolution.html#af026d0e84560490983f5db02c6f55507',1,'apfel::MatchedEvolution']]], + ['_5ftranspoints_70',['_TransPoints',['../classapfel_1_1Grid.html#a345da40f82bd80539b103f353ecdf867',1,'apfel::Grid']]], + ['_5fvector_71',['_vector',['../classapfel_1_1ExtendedVector.html#a70d60d49ab620b00fe79bd6eae6957c9',1,'apfel::ExtendedVector']]], + ['_5fweights_72',['_weights',['../classapfel_1_1OgataQuadrature.html#a63c4c4ee1b8d499b9879db182e7b321c',1,'apfel::OgataQuadrature']]], + ['_5fwritegrid_73',['_WriteGrid',['../classapfel_1_1InitialiseEvolution.html#ace788f48892622cbaecb335eb28edc01',1,'apfel::InitialiseEvolution']]], + ['_5fxf_74',['_xf',['../classapfel_1_1OgataQuadrature.html#a2ab434d5db17239eda81a4895e56f3f7',1,'apfel::OgataQuadrature']]], + ['_5fxi_75',['_xi',['../classapfel_1_1Pgpd0ns.html#a3467de58135bb8f428ff92f15738a6ad',1,'apfel::Pgpd0ns::_xi()'],['../classapfel_1_1Pgpd0qq.html#aa391c171e262bc6641867243f603fcb4',1,'apfel::Pgpd0qq::_xi()'],['../classapfel_1_1Pgpd0qg.html#a3f0661873523da711c56cf2abe428d0d',1,'apfel::Pgpd0qg::_xi()'],['../classapfel_1_1Pgpd0gq.html#ae650258d8e99b9deed515382116e284a',1,'apfel::Pgpd0gq::_xi()'],['../classapfel_1_1Pgpd0gg.html#aaad12ec0a127dbefb493bd042437ce10',1,'apfel::Pgpd0gg::_xi()']]], + ['_5fxmax_76',['_xMax',['../classapfel_1_1SubGrid.html#ab73f59f5d7f8284a86150f813902d924',1,'apfel::SubGrid']]], + ['_5fxmin_77',['_xMin',['../classapfel_1_1SubGrid.html#aa7c7452cc704137c2cf6722e0ca38c31',1,'apfel::SubGrid']]], + ['_5fxsg_78',['_xsg',['../classapfel_1_1SubGrid.html#a1d51d2837145e52e3e64d8666c522b77',1,'apfel::SubGrid']]] ]; diff --git a/docs/html/search/all_1.html b/docs/html/search/all_1.html index 3c4e32f8b..9f80e9043 100644 --- a/docs/html/search/all_1.html +++ b/docs/html/search/all_1.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_1.js b/docs/html/search/all_1.js index 867f420df..f66a207c9 100644 --- a/docs/html/search/all_1.js +++ b/docs/html/search/all_1.js @@ -1,42 +1,42 @@ var searchData= [ - ['addterm_76',['AddTerm',['../classapfel_1_1DoubleObject.html#a2ac7b068262482662cde7df4f622be1c',1,'apfel::DoubleObject']]], - ['alphaqcd_77',['AlphaQCD',['../classapfel_1_1AlphaQCD.html',1,'apfel::AlphaQCD'],['../classapfel_1_1AlphaQCD.html#a0f889c48832a95ae7d4ab2ccd9ebf5fc',1,'apfel::AlphaQCD::AlphaQCD()=delete'],['../classapfel_1_1AlphaQCD.html#a163fab31011d43c2359a6ddb14a3769d',1,'apfel::AlphaQCD::AlphaQCD(double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, std::vector< double > const &Thresholds, int const &pt, int const &nsteps=10)'],['../classapfel_1_1AlphaQCD.html#a738cc34c5e18055999b8062807a3df61',1,'apfel::AlphaQCD::AlphaQCD(double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, int const &pt, int const &nsteps=10)']]], - ['alphaqcd_2eh_78',['alphaqcd.h',['../alphaqcd_8h.html',1,'']]], - ['alphaqcdref_79',['AlphaQCDRef',['../structapfel_1_1EvolutionSetup.html#a3a404166e6945e59a218908e780382ea',1,'apfel::EvolutionSetup']]], - ['alphaqed_80',['AlphaQED',['../classapfel_1_1AlphaQED.html',1,'apfel::AlphaQED'],['../classapfel_1_1AlphaQED.html#ab93a7bd2e8f912a6d33a2ff2238eeab8',1,'apfel::AlphaQED::AlphaQED()=delete'],['../classapfel_1_1AlphaQED.html#a9ed98a29d1ee1953bbf11875798aaad8',1,'apfel::AlphaQED::AlphaQED(double const &AlphaRef, double const &MuRef, std::vector< double > const &LeptThresholds, std::vector< double > const &QuarkThresholds, int const &pt, int const &nsteps=10)']]], - ['alphaqed_2eh_81',['alphaqed.h',['../alphaqed_8h.html',1,'']]], - ['alphaqedref_82',['AlphaQEDRef',['../structapfel_1_1EvolutionSetup.html#a3b717826fcca628ecdebb04619161fee',1,'apfel::EvolutionSetup']]], - ['alphas_83',['Alphas',['../classapfel_1_1InitialiseEvolution.html#a2259ee7383d7f414c214e33934520d7b',1,'apfel::InitialiseEvolution']]], - ['ans2qqh_5f0_84',['ANS2qqH_0',['../classapfel_1_1ANS2qqH__0.html',1,'apfel::ANS2qqH_0'],['../classapfel_1_1ANS2qqH__0.html#a7f06a7bdfa20f6d2312bb2000d800fae',1,'apfel::ANS2qqH_0::ANS2qqH_0()']]], - ['ans2qqh_5fl_85',['ANS2qqH_L',['../classapfel_1_1ANS2qqH__L.html',1,'apfel::ANS2qqH_L'],['../classapfel_1_1ANS2qqH__L.html#aa1875f0ab6b0c3e35f11bb6a7857ecbb',1,'apfel::ANS2qqH_L::ANS2qqH_L()']]], - ['ans2qqh_5fl2_86',['ANS2qqH_L2',['../classapfel_1_1ANS2qqH__L2.html',1,'apfel::ANS2qqH_L2'],['../classapfel_1_1ANS2qqH__L2.html#a69b5505b846218ce78de53465113fc4a',1,'apfel::ANS2qqH_L2::ANS2qqH_L2()']]], - ['apf_5fhplog_5f_87',['apf_hplog_',['../namespaceapfel.html#aa1685c13685dacd7387aa325c786678b',1,'apfel']]], - ['apfel_88',['apfel',['../namespaceapfel.html',1,'']]], - ['apfelxx_2eh_89',['apfelxx.h',['../apfelxx_8h.html',1,'']]], - ['aps2hq_5f0_90',['APS2Hq_0',['../classapfel_1_1APS2Hq__0.html',1,'apfel::APS2Hq_0'],['../classapfel_1_1APS2Hq__0.html#abd408800a0a802fd26ca2b2143ebf0f9',1,'apfel::APS2Hq_0::APS2Hq_0()']]], - ['aps2hq_5fl_91',['APS2Hq_L',['../classapfel_1_1APS2Hq__L.html',1,'apfel::APS2Hq_L'],['../classapfel_1_1APS2Hq__L.html#a85671188bddafc9741f9d9681b34c930',1,'apfel::APS2Hq_L::APS2Hq_L()']]], - ['aps2hq_5fl2_92',['APS2Hq_L2',['../classapfel_1_1APS2Hq__L2.html',1,'apfel::APS2Hq_L2'],['../classapfel_1_1APS2Hq__L2.html#a94dbb54203367bd0335ca6474e21dcb0',1,'apfel::APS2Hq_L2::APS2Hq_L2()']]], - ['as1ggh_5fl_93',['AS1ggH_L',['../classapfel_1_1AS1ggH__L.html',1,'apfel::AS1ggH_L'],['../classapfel_1_1AS1ggH__L.html#a24e2235b77eb79c01aada58bd43a3a83',1,'apfel::AS1ggH_L::AS1ggH_L()']]], - ['as1gh_5f0_94',['AS1gH_0',['../classapfel_1_1AS1gH__0.html',1,'apfel::AS1gH_0'],['../classapfel_1_1AS1gH__0.html#ac36a184d1bb3d41ed212793d84ff4a07',1,'apfel::AS1gH_0::AS1gH_0()']]], - ['as1gh_5fl_95',['AS1gH_L',['../classapfel_1_1AS1gH__L.html',1,'apfel::AS1gH_L'],['../classapfel_1_1AS1gH__L.html#ab995dba63d4c013c0c9df68eadd51106',1,'apfel::AS1gH_L::AS1gH_L()']]], - ['as1hg_5fl_96',['AS1Hg_L',['../classapfel_1_1AS1Hg__L.html',1,'apfel::AS1Hg_L'],['../classapfel_1_1AS1Hg__L.html#a6d79b9926cad371087c6ecf5835b3c08',1,'apfel::AS1Hg_L::AS1Hg_L()']]], - ['as1hh_5f0_97',['AS1HH_0',['../classapfel_1_1AS1HH__0.html',1,'apfel::AS1HH_0'],['../classapfel_1_1AS1HH__0.html#a5ccebdc5286eaae99f69d8175fea7759',1,'apfel::AS1HH_0::AS1HH_0()']]], - ['as1hh_5fl_98',['AS1HH_L',['../classapfel_1_1AS1HH__L.html',1,'apfel::AS1HH_L'],['../classapfel_1_1AS1HH__L.html#aa135990338e511094980da5c47661ea2',1,'apfel::AS1HH_L::AS1HH_L()']]], - ['as2ggh_5f0_99',['AS2ggH_0',['../classapfel_1_1AS2ggH__0.html',1,'apfel::AS2ggH_0'],['../classapfel_1_1AS2ggH__0.html#ae6e7932e26837e55588a99a551889fcd',1,'apfel::AS2ggH_0::AS2ggH_0()']]], - ['as2ggh_5fl_100',['AS2ggH_L',['../classapfel_1_1AS2ggH__L.html',1,'apfel::AS2ggH_L'],['../classapfel_1_1AS2ggH__L.html#a69524933fa812be755ec34d36fd4020d',1,'apfel::AS2ggH_L::AS2ggH_L()']]], - ['as2ggh_5fl2_101',['AS2ggH_L2',['../classapfel_1_1AS2ggH__L2.html',1,'apfel::AS2ggH_L2'],['../classapfel_1_1AS2ggH__L2.html#aa718c5aa3ad45bbe2cb414a2e5dd9d2b',1,'apfel::AS2ggH_L2::AS2ggH_L2()']]], - ['as2gqh_5f0_102',['AS2gqH_0',['../classapfel_1_1AS2gqH__0.html',1,'apfel::AS2gqH_0'],['../classapfel_1_1AS2gqH__0.html#a6e431334e4e8855b26596cb1d8ecdefd',1,'apfel::AS2gqH_0::AS2gqH_0()']]], - ['as2gqh_5fl_103',['AS2gqH_L',['../classapfel_1_1AS2gqH__L.html',1,'apfel::AS2gqH_L'],['../classapfel_1_1AS2gqH__L.html#a75358553ae840621f499f183fa865181',1,'apfel::AS2gqH_L::AS2gqH_L()']]], - ['as2gqh_5fl2_104',['AS2gqH_L2',['../classapfel_1_1AS2gqH__L2.html',1,'apfel::AS2gqH_L2'],['../classapfel_1_1AS2gqH__L2.html#a64237ed3809be34db0ba6b3a3c33f2db',1,'apfel::AS2gqH_L2::AS2gqH_L2()']]], - ['as2hg_5f0_105',['AS2Hg_0',['../classapfel_1_1AS2Hg__0.html',1,'apfel::AS2Hg_0'],['../classapfel_1_1AS2Hg__0.html#aa152ce14af12820bba9db799534a4f81',1,'apfel::AS2Hg_0::AS2Hg_0()']]], - ['as2hg_5fl_106',['AS2Hg_L',['../classapfel_1_1AS2Hg__L.html',1,'apfel::AS2Hg_L'],['../classapfel_1_1AS2Hg__L.html#ad11f30c885b25af81dd5c19c560aeafc',1,'apfel::AS2Hg_L::AS2Hg_L()']]], - ['as2hg_5fl2_107',['AS2Hg_L2',['../classapfel_1_1AS2Hg__L2.html',1,'apfel::AS2Hg_L2'],['../classapfel_1_1AS2Hg__L2.html#a721f5cf079401411024f53ba8853a1dc',1,'apfel::AS2Hg_L2::AS2Hg_L2()']]], - ['at_108',['at',['../classapfel_1_1Set.html#adc221d1fbd6323776a3c07408db8bd24',1,'apfel::Set']]], - ['ats1ggh_5fl_109',['ATS1ggH_L',['../classapfel_1_1ATS1ggH__L.html',1,'apfel::ATS1ggH_L'],['../classapfel_1_1ATS1ggH__L.html#aba4a13b412096f5373ecfc7458604a0e',1,'apfel::ATS1ggH_L::ATS1ggH_L()']]], - ['ats1gh_5fl_110',['ATS1gH_L',['../classapfel_1_1ATS1gH__L.html',1,'apfel::ATS1gH_L'],['../classapfel_1_1ATS1gH__L.html#ad13b5d5415da6146f84cce8ab2858f21',1,'apfel::ATS1gH_L::ATS1gH_L()']]], - ['ats1hg_5f0_111',['ATS1Hg_0',['../classapfel_1_1ATS1Hg__0.html',1,'apfel::ATS1Hg_0'],['../classapfel_1_1ATS1Hg__0.html#af0bc70ef0a38e4987b310cf76168401d',1,'apfel::ATS1Hg_0::ATS1Hg_0()']]], - ['ats1hg_5fl_112',['ATS1Hg_L',['../classapfel_1_1ATS1Hg__L.html',1,'apfel::ATS1Hg_L'],['../classapfel_1_1ATS1Hg__L.html#a1d77f2b6ec7a295b5cfed2f3e1eeb25c',1,'apfel::ATS1Hg_L::ATS1Hg_L()']]], - ['ats1hh_5f0_113',['ATS1HH_0',['../classapfel_1_1ATS1HH__0.html',1,'apfel::ATS1HH_0'],['../classapfel_1_1ATS1HH__0.html#ab6d383f01e77d294bbcc267c51523181',1,'apfel::ATS1HH_0::ATS1HH_0()']]], - ['ats1hh_5fl_114',['ATS1HH_L',['../classapfel_1_1ATS1HH__L.html',1,'apfel::ATS1HH_L'],['../classapfel_1_1ATS1HH__L.html#af3fd428cc64c5ef0508119180385bc09',1,'apfel::ATS1HH_L::ATS1HH_L()']]] + ['addterm_79',['AddTerm',['../classapfel_1_1DoubleObject.html#a2ac7b068262482662cde7df4f622be1c',1,'apfel::DoubleObject']]], + ['alphaqcd_80',['AlphaQCD',['../classapfel_1_1AlphaQCD.html#a163fab31011d43c2359a6ddb14a3769d',1,'apfel::AlphaQCD::AlphaQCD(double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, std::vector< double > const &Thresholds, int const &pt, int const &nsteps=10)'],['../classapfel_1_1AlphaQCD.html#a738cc34c5e18055999b8062807a3df61',1,'apfel::AlphaQCD::AlphaQCD(double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, int const &pt, int const &nsteps=10)'],['../classapfel_1_1AlphaQCD.html#a0f889c48832a95ae7d4ab2ccd9ebf5fc',1,'apfel::AlphaQCD::AlphaQCD()=delete'],['../classapfel_1_1AlphaQCD.html',1,'apfel::AlphaQCD']]], + ['alphaqcd_2eh_81',['alphaqcd.h',['../alphaqcd_8h.html',1,'']]], + ['alphaqcdref_82',['AlphaQCDRef',['../structapfel_1_1EvolutionSetup.html#a3a404166e6945e59a218908e780382ea',1,'apfel::EvolutionSetup']]], + ['alphaqed_83',['AlphaQED',['../classapfel_1_1AlphaQED.html#ab93a7bd2e8f912a6d33a2ff2238eeab8',1,'apfel::AlphaQED::AlphaQED()=delete'],['../classapfel_1_1AlphaQED.html#a9ed98a29d1ee1953bbf11875798aaad8',1,'apfel::AlphaQED::AlphaQED(double const &AlphaRef, double const &MuRef, std::vector< double > const &LeptThresholds, std::vector< double > const &QuarkThresholds, int const &pt, int const &nsteps=10)'],['../classapfel_1_1AlphaQED.html',1,'apfel::AlphaQED']]], + ['alphaqed_2eh_84',['alphaqed.h',['../alphaqed_8h.html',1,'']]], + ['alphaqedref_85',['AlphaQEDRef',['../structapfel_1_1EvolutionSetup.html#a3b717826fcca628ecdebb04619161fee',1,'apfel::EvolutionSetup']]], + ['alphas_86',['Alphas',['../classapfel_1_1InitialiseEvolution.html#a2259ee7383d7f414c214e33934520d7b',1,'apfel::InitialiseEvolution']]], + ['ans2qqh_5f0_87',['ANS2qqH_0',['../classapfel_1_1ANS2qqH__0.html#a7f06a7bdfa20f6d2312bb2000d800fae',1,'apfel::ANS2qqH_0::ANS2qqH_0()'],['../classapfel_1_1ANS2qqH__0.html',1,'apfel::ANS2qqH_0']]], + ['ans2qqh_5fl_88',['ANS2qqH_L',['../classapfel_1_1ANS2qqH__L.html#aa1875f0ab6b0c3e35f11bb6a7857ecbb',1,'apfel::ANS2qqH_L::ANS2qqH_L()'],['../classapfel_1_1ANS2qqH__L.html',1,'apfel::ANS2qqH_L']]], + ['ans2qqh_5fl2_89',['ANS2qqH_L2',['../classapfel_1_1ANS2qqH__L2.html#a69b5505b846218ce78de53465113fc4a',1,'apfel::ANS2qqH_L2::ANS2qqH_L2()'],['../classapfel_1_1ANS2qqH__L2.html',1,'apfel::ANS2qqH_L2']]], + ['apf_5fhplog_5f_90',['apf_hplog_',['../namespaceapfel.html#aa1685c13685dacd7387aa325c786678b',1,'apfel']]], + ['apfel_91',['apfel',['../namespaceapfel.html',1,'']]], + ['apfelxx_2eh_92',['apfelxx.h',['../apfelxx_8h.html',1,'']]], + ['aps2hq_5f0_93',['APS2Hq_0',['../classapfel_1_1APS2Hq__0.html',1,'apfel::APS2Hq_0'],['../classapfel_1_1APS2Hq__0.html#abd408800a0a802fd26ca2b2143ebf0f9',1,'apfel::APS2Hq_0::APS2Hq_0()']]], + ['aps2hq_5fl_94',['APS2Hq_L',['../classapfel_1_1APS2Hq__L.html',1,'apfel::APS2Hq_L'],['../classapfel_1_1APS2Hq__L.html#a85671188bddafc9741f9d9681b34c930',1,'apfel::APS2Hq_L::APS2Hq_L()']]], + ['aps2hq_5fl2_95',['APS2Hq_L2',['../classapfel_1_1APS2Hq__L2.html',1,'apfel::APS2Hq_L2'],['../classapfel_1_1APS2Hq__L2.html#a94dbb54203367bd0335ca6474e21dcb0',1,'apfel::APS2Hq_L2::APS2Hq_L2()']]], + ['as1ggh_5fl_96',['AS1ggH_L',['../classapfel_1_1AS1ggH__L.html',1,'apfel::AS1ggH_L'],['../classapfel_1_1AS1ggH__L.html#a24e2235b77eb79c01aada58bd43a3a83',1,'apfel::AS1ggH_L::AS1ggH_L()']]], + ['as1gh_5f0_97',['AS1gH_0',['../classapfel_1_1AS1gH__0.html',1,'apfel::AS1gH_0'],['../classapfel_1_1AS1gH__0.html#ac36a184d1bb3d41ed212793d84ff4a07',1,'apfel::AS1gH_0::AS1gH_0()']]], + ['as1gh_5fl_98',['AS1gH_L',['../classapfel_1_1AS1gH__L.html',1,'apfel::AS1gH_L'],['../classapfel_1_1AS1gH__L.html#ab995dba63d4c013c0c9df68eadd51106',1,'apfel::AS1gH_L::AS1gH_L()']]], + ['as1hg_5fl_99',['AS1Hg_L',['../classapfel_1_1AS1Hg__L.html',1,'apfel::AS1Hg_L'],['../classapfel_1_1AS1Hg__L.html#a6d79b9926cad371087c6ecf5835b3c08',1,'apfel::AS1Hg_L::AS1Hg_L()']]], + ['as1hh_5f0_100',['AS1HH_0',['../classapfel_1_1AS1HH__0.html',1,'apfel::AS1HH_0'],['../classapfel_1_1AS1HH__0.html#a5ccebdc5286eaae99f69d8175fea7759',1,'apfel::AS1HH_0::AS1HH_0()']]], + ['as1hh_5fl_101',['AS1HH_L',['../classapfel_1_1AS1HH__L.html',1,'apfel::AS1HH_L'],['../classapfel_1_1AS1HH__L.html#aa135990338e511094980da5c47661ea2',1,'apfel::AS1HH_L::AS1HH_L()']]], + ['as2ggh_5f0_102',['AS2ggH_0',['../classapfel_1_1AS2ggH__0.html',1,'apfel::AS2ggH_0'],['../classapfel_1_1AS2ggH__0.html#ae6e7932e26837e55588a99a551889fcd',1,'apfel::AS2ggH_0::AS2ggH_0()']]], + ['as2ggh_5fl_103',['AS2ggH_L',['../classapfel_1_1AS2ggH__L.html',1,'apfel::AS2ggH_L'],['../classapfel_1_1AS2ggH__L.html#a69524933fa812be755ec34d36fd4020d',1,'apfel::AS2ggH_L::AS2ggH_L()']]], + ['as2ggh_5fl2_104',['AS2ggH_L2',['../classapfel_1_1AS2ggH__L2.html',1,'apfel::AS2ggH_L2'],['../classapfel_1_1AS2ggH__L2.html#aa718c5aa3ad45bbe2cb414a2e5dd9d2b',1,'apfel::AS2ggH_L2::AS2ggH_L2()']]], + ['as2gqh_5f0_105',['AS2gqH_0',['../classapfel_1_1AS2gqH__0.html',1,'apfel::AS2gqH_0'],['../classapfel_1_1AS2gqH__0.html#a6e431334e4e8855b26596cb1d8ecdefd',1,'apfel::AS2gqH_0::AS2gqH_0()']]], + ['as2gqh_5fl_106',['AS2gqH_L',['../classapfel_1_1AS2gqH__L.html',1,'apfel::AS2gqH_L'],['../classapfel_1_1AS2gqH__L.html#a75358553ae840621f499f183fa865181',1,'apfel::AS2gqH_L::AS2gqH_L()']]], + ['as2gqh_5fl2_107',['AS2gqH_L2',['../classapfel_1_1AS2gqH__L2.html',1,'apfel::AS2gqH_L2'],['../classapfel_1_1AS2gqH__L2.html#a64237ed3809be34db0ba6b3a3c33f2db',1,'apfel::AS2gqH_L2::AS2gqH_L2()']]], + ['as2hg_5f0_108',['AS2Hg_0',['../classapfel_1_1AS2Hg__0.html',1,'apfel::AS2Hg_0'],['../classapfel_1_1AS2Hg__0.html#aa152ce14af12820bba9db799534a4f81',1,'apfel::AS2Hg_0::AS2Hg_0()']]], + ['as2hg_5fl_109',['AS2Hg_L',['../classapfel_1_1AS2Hg__L.html',1,'apfel::AS2Hg_L'],['../classapfel_1_1AS2Hg__L.html#ad11f30c885b25af81dd5c19c560aeafc',1,'apfel::AS2Hg_L::AS2Hg_L()']]], + ['as2hg_5fl2_110',['AS2Hg_L2',['../classapfel_1_1AS2Hg__L2.html',1,'apfel::AS2Hg_L2'],['../classapfel_1_1AS2Hg__L2.html#a721f5cf079401411024f53ba8853a1dc',1,'apfel::AS2Hg_L2::AS2Hg_L2()']]], + ['at_111',['at',['../classapfel_1_1Set.html#adc221d1fbd6323776a3c07408db8bd24',1,'apfel::Set']]], + ['ats1ggh_5fl_112',['ATS1ggH_L',['../classapfel_1_1ATS1ggH__L.html',1,'apfel::ATS1ggH_L'],['../classapfel_1_1ATS1ggH__L.html#aba4a13b412096f5373ecfc7458604a0e',1,'apfel::ATS1ggH_L::ATS1ggH_L()']]], + ['ats1gh_5fl_113',['ATS1gH_L',['../classapfel_1_1ATS1gH__L.html',1,'apfel::ATS1gH_L'],['../classapfel_1_1ATS1gH__L.html#ad13b5d5415da6146f84cce8ab2858f21',1,'apfel::ATS1gH_L::ATS1gH_L()']]], + ['ats1hg_5f0_114',['ATS1Hg_0',['../classapfel_1_1ATS1Hg__0.html',1,'apfel::ATS1Hg_0'],['../classapfel_1_1ATS1Hg__0.html#af0bc70ef0a38e4987b310cf76168401d',1,'apfel::ATS1Hg_0::ATS1Hg_0()']]], + ['ats1hg_5fl_115',['ATS1Hg_L',['../classapfel_1_1ATS1Hg__L.html',1,'apfel::ATS1Hg_L'],['../classapfel_1_1ATS1Hg__L.html#a1d77f2b6ec7a295b5cfed2f3e1eeb25c',1,'apfel::ATS1Hg_L::ATS1Hg_L()']]], + ['ats1hh_5f0_116',['ATS1HH_0',['../classapfel_1_1ATS1HH__0.html',1,'apfel::ATS1HH_0'],['../classapfel_1_1ATS1HH__0.html#ab6d383f01e77d294bbcc267c51523181',1,'apfel::ATS1HH_0::ATS1HH_0()']]], + ['ats1hh_5fl_117',['ATS1HH_L',['../classapfel_1_1ATS1HH__L.html',1,'apfel::ATS1HH_L'],['../classapfel_1_1ATS1HH__L.html#af3fd428cc64c5ef0508119180385bc09',1,'apfel::ATS1HH_L::ATS1HH_L()']]] ]; diff --git a/docs/html/search/all_10.html b/docs/html/search/all_10.html index bf7e20b51..3bf11961f 100644 --- a/docs/html/search/all_10.html +++ b/docs/html/search/all_10.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_10.js b/docs/html/search/all_10.js index 8937e945e..50ff3ea57 100644 --- a/docs/html/search/all_10.js +++ b/docs/html/search/all_10.js @@ -1,90 +1,87 @@ var searchData= [ - ['p0gg_606',['P0gg',['../classapfel_1_1P0gg.html',1,'apfel::P0gg'],['../classapfel_1_1P0gg.html#a8581acbe657b5185498b45652028096b',1,'apfel::P0gg::P0gg()']]], - ['p0gq_607',['P0gq',['../classapfel_1_1P0gq.html',1,'apfel::P0gq'],['../classapfel_1_1P0gq.html#a992fa894f1af83fbdf4316435568dc1e',1,'apfel::P0gq::P0gq()']]], - ['p0ns_608',['P0ns',['../classapfel_1_1P0ns.html',1,'apfel::P0ns'],['../classapfel_1_1P0ns.html#af1a0879c7b5020ced1ae6ef2a155718c',1,'apfel::P0ns::P0ns()']]], - ['p0polgg_609',['P0polgg',['../classapfel_1_1P0polgg.html',1,'apfel::P0polgg'],['../classapfel_1_1P0polgg.html#a31fbc3a43bc886400f32d767eb53294f',1,'apfel::P0polgg::P0polgg()']]], - ['p0polgq_610',['P0polgq',['../classapfel_1_1P0polgq.html',1,'apfel::P0polgq'],['../classapfel_1_1P0polgq.html#ac95f037be1f70eda2ae95de70707739f',1,'apfel::P0polgq::P0polgq()']]], - ['p0polns_611',['P0polns',['../classapfel_1_1P0polns.html',1,'apfel::P0polns'],['../classapfel_1_1P0polns.html#a74d0a0eb8fbdfd92aa5188302e3ced6c',1,'apfel::P0polns::P0polns()']]], - ['p0polqg_612',['P0polqg',['../classapfel_1_1P0polqg.html',1,'apfel::P0polqg'],['../classapfel_1_1P0polqg.html#a2a0353c0baa0a3e8be7df09eff2d728d',1,'apfel::P0polqg::P0polqg()']]], - ['p0qg_613',['P0qg',['../classapfel_1_1P0qg.html',1,'apfel::P0qg'],['../classapfel_1_1P0qg.html#a306a9c3c9efafaeb063e7ca5d117c1a0',1,'apfel::P0qg::P0qg()']]], - ['p0tgg_614',['P0Tgg',['../classapfel_1_1P0Tgg.html',1,'apfel::P0Tgg'],['../classapfel_1_1P0Tgg.html#ac5a017eaae96766ee2846a9ad9564a7e',1,'apfel::P0Tgg::P0Tgg()']]], - ['p0tgq_615',['P0Tgq',['../classapfel_1_1P0Tgq.html',1,'apfel::P0Tgq'],['../classapfel_1_1P0Tgq.html#ab29b69d4dd8db963029a81ec50b05535',1,'apfel::P0Tgq::P0Tgq()']]], - ['p0tns_616',['P0Tns',['../classapfel_1_1P0Tns.html',1,'apfel::P0Tns'],['../classapfel_1_1P0Tns.html#af43ab93760c100728a34763d043a8dbb',1,'apfel::P0Tns::P0Tns()']]], - ['p0tqg_617',['P0Tqg',['../classapfel_1_1P0Tqg.html',1,'apfel::P0Tqg'],['../classapfel_1_1P0Tqg.html#a2125eec1277027173b35bad1416c41a2',1,'apfel::P0Tqg::P0Tqg()']]], - ['p0transns_618',['P0transns',['../classapfel_1_1P0transns.html',1,'apfel::P0transns'],['../classapfel_1_1P0transns.html#a32df6c509426e3adea722e65ba538bcb',1,'apfel::P0transns::P0transns()']]], - ['p0ttransns_619',['P0Ttransns',['../classapfel_1_1P0Ttransns.html',1,'apfel::P0Ttransns'],['../classapfel_1_1P0Ttransns.html#ad7e186711fb4b766f17d0ff9c936bf59',1,'apfel::P0Ttransns::P0Ttransns()']]], - ['p1gg_620',['P1gg',['../classapfel_1_1P1gg.html',1,'apfel::P1gg'],['../classapfel_1_1P1gg.html#a8f3fe270dfc472727a64bb9de2213d7f',1,'apfel::P1gg::P1gg()']]], - ['p1gq_621',['P1gq',['../classapfel_1_1P1gq.html',1,'apfel::P1gq'],['../classapfel_1_1P1gq.html#aa55e18b2f3f72e5d66b2378e82f17c3e',1,'apfel::P1gq::P1gq()']]], - ['p1nsm_622',['P1nsm',['../classapfel_1_1P1nsm.html',1,'apfel::P1nsm'],['../classapfel_1_1P1nsm.html#a36a12101bab17fc4170e0cef8c42ae75',1,'apfel::P1nsm::P1nsm()']]], - ['p1nsp_623',['P1nsp',['../classapfel_1_1P1nsp.html',1,'apfel::P1nsp'],['../classapfel_1_1P1nsp.html#ae2391b1f1bbf3702e01c32d054acc09e',1,'apfel::P1nsp::P1nsp()']]], - ['p1polgg_624',['P1polgg',['../classapfel_1_1P1polgg.html',1,'apfel::P1polgg'],['../classapfel_1_1P1polgg.html#a317150315573686523e06e3873722468',1,'apfel::P1polgg::P1polgg()']]], - ['p1polgq_625',['P1polgq',['../classapfel_1_1P1polgq.html',1,'apfel::P1polgq'],['../classapfel_1_1P1polgq.html#a4e04eae7ea3f0d1f452d6f3a4ab34490',1,'apfel::P1polgq::P1polgq()']]], - ['p1polnsm_626',['P1polnsm',['../classapfel_1_1P1polnsm.html',1,'apfel::P1polnsm'],['../classapfel_1_1P1polnsm.html#a7a680604d0060a04e7662a2358dc00c9',1,'apfel::P1polnsm::P1polnsm()']]], - ['p1polnsp_627',['P1polnsp',['../classapfel_1_1P1polnsp.html',1,'apfel::P1polnsp'],['../classapfel_1_1P1polnsp.html#af6a4c011fedefcb89fc80b86c17055f9',1,'apfel::P1polnsp::P1polnsp()']]], - ['p1polps_628',['P1polps',['../classapfel_1_1P1polps.html',1,'apfel::P1polps'],['../classapfel_1_1P1polps.html#a67323a2eea61115fde9c5a1be8fe9c7a',1,'apfel::P1polps::P1polps()']]], - ['p1polqg_629',['P1polqg',['../classapfel_1_1P1polqg.html',1,'apfel::P1polqg'],['../classapfel_1_1P1polqg.html#a8a119cfe0a6d6b0bf097ffd184273954',1,'apfel::P1polqg::P1polqg()']]], - ['p1ps_630',['P1ps',['../classapfel_1_1P1ps.html',1,'apfel::P1ps'],['../classapfel_1_1P1ps.html#a4896a435315a6bf205fa6b4554801845',1,'apfel::P1ps::P1ps()']]], - ['p1qg_631',['P1qg',['../classapfel_1_1P1qg.html',1,'apfel::P1qg'],['../classapfel_1_1P1qg.html#a6fa3ee60e392f89b854a24c175ed5f68',1,'apfel::P1qg::P1qg()']]], - ['p1tgg_632',['P1Tgg',['../classapfel_1_1P1Tgg.html',1,'apfel::P1Tgg'],['../classapfel_1_1P1Tgg.html#a2b272646cb6e82ccbbfb917eb9ad5fbe',1,'apfel::P1Tgg::P1Tgg()']]], - ['p1tgq_633',['P1Tgq',['../classapfel_1_1P1Tgq.html',1,'apfel::P1Tgq'],['../classapfel_1_1P1Tgq.html#a37cde4fd33aa62847e18d40ad4a6225d',1,'apfel::P1Tgq::P1Tgq()']]], - ['p1tnsm_634',['P1Tnsm',['../classapfel_1_1P1Tnsm.html',1,'apfel::P1Tnsm'],['../classapfel_1_1P1Tnsm.html#a91a949f7f064cf13e4c3eb6f29209520',1,'apfel::P1Tnsm::P1Tnsm()']]], - ['p1tnsp_635',['P1Tnsp',['../classapfel_1_1P1Tnsp.html',1,'apfel::P1Tnsp'],['../classapfel_1_1P1Tnsp.html#afd2583070e94b55e1bfb0c6c4d8cc77d',1,'apfel::P1Tnsp::P1Tnsp()']]], - ['p1tps_636',['P1Tps',['../classapfel_1_1P1Tps.html',1,'apfel::P1Tps'],['../classapfel_1_1P1Tps.html#accf64d4b2fce9c50990b66772c31f4b8',1,'apfel::P1Tps::P1Tps()']]], - ['p1tqg_637',['P1Tqg',['../classapfel_1_1P1Tqg.html',1,'apfel::P1Tqg'],['../classapfel_1_1P1Tqg.html#a20134e43d7a2431b88516cc1362ae553',1,'apfel::P1Tqg::P1Tqg()']]], - ['p1transnsm_638',['P1transnsm',['../classapfel_1_1P1transnsm.html',1,'apfel::P1transnsm'],['../classapfel_1_1P1transnsm.html#a01f6a14095d324775718f30db85997b7',1,'apfel::P1transnsm::P1transnsm()']]], - ['p1transnsp_639',['P1transnsp',['../classapfel_1_1P1transnsp.html',1,'apfel::P1transnsp'],['../classapfel_1_1P1transnsp.html#a059e8222e055c5d747fb8917edd284cf',1,'apfel::P1transnsp::P1transnsp()']]], - ['p1ttransnsm_640',['P1Ttransnsm',['../classapfel_1_1P1Ttransnsm.html',1,'apfel::P1Ttransnsm'],['../classapfel_1_1P1Ttransnsm.html#a498da79a511d89d9da172e45b2197176',1,'apfel::P1Ttransnsm::P1Ttransnsm()']]], - ['p1ttransnsp_641',['P1Ttransnsp',['../classapfel_1_1P1Ttransnsp.html',1,'apfel::P1Ttransnsp'],['../classapfel_1_1P1Ttransnsp.html#a4d281e0f55448051626f35a0aa9c981e',1,'apfel::P1Ttransnsp::P1Ttransnsp()']]], - ['p2gg_642',['P2gg',['../classapfel_1_1P2gg.html',1,'apfel::P2gg'],['../classapfel_1_1P2gg.html#a7105fee70d3fb183b0d591c4bbd73b55',1,'apfel::P2gg::P2gg()']]], - ['p2gq_643',['P2gq',['../classapfel_1_1P2gq.html',1,'apfel::P2gq'],['../classapfel_1_1P2gq.html#ae9571e0d510a3d8a19f90ea471b24830',1,'apfel::P2gq::P2gq()']]], - ['p2nsm_644',['P2nsm',['../classapfel_1_1P2nsm.html',1,'apfel::P2nsm'],['../classapfel_1_1P2nsm.html#a745ed7edabc95bec12a56048d0948d32',1,'apfel::P2nsm::P2nsm()']]], - ['p2nsp_645',['P2nsp',['../classapfel_1_1P2nsp.html',1,'apfel::P2nsp'],['../classapfel_1_1P2nsp.html#aab33ec996a2eddc39478cb24518b0a39',1,'apfel::P2nsp::P2nsp()']]], - ['p2nss_646',['P2nss',['../classapfel_1_1P2nss.html',1,'apfel::P2nss'],['../classapfel_1_1P2nss.html#a4bed473909707970f320c7b7a69a7af9',1,'apfel::P2nss::P2nss()']]], - ['p2polgg_647',['P2polgg',['../classapfel_1_1P2polgg.html',1,'apfel::P2polgg'],['../classapfel_1_1P2polgg.html#aef16f05838885f3bff211d9871e453d6',1,'apfel::P2polgg::P2polgg()']]], - ['p2polgq_648',['P2polgq',['../classapfel_1_1P2polgq.html',1,'apfel::P2polgq'],['../classapfel_1_1P2polgq.html#af0b8e143368e59005ef1b8f5e752c6ff',1,'apfel::P2polgq::P2polgq()']]], - ['p2polnsm_649',['P2polnsm',['../classapfel_1_1P2polnsm.html',1,'apfel::P2polnsm'],['../classapfel_1_1P2polnsm.html#a16365514dd1868da7fc3bcc7a8cf5f0b',1,'apfel::P2polnsm::P2polnsm()']]], - ['p2polnsp_650',['P2polnsp',['../classapfel_1_1P2polnsp.html',1,'apfel::P2polnsp'],['../classapfel_1_1P2polnsp.html#a3c0c3ddb3deabcfcfd727f9a8ebb0261',1,'apfel::P2polnsp::P2polnsp()']]], - ['p2polnss_651',['P2polnss',['../classapfel_1_1P2polnss.html',1,'apfel::P2polnss'],['../classapfel_1_1P2polnss.html#a762f1d7fe896c8f1d350a7c485d03167',1,'apfel::P2polnss::P2polnss()']]], - ['p2polps_652',['P2polps',['../classapfel_1_1P2polps.html',1,'apfel::P2polps'],['../classapfel_1_1P2polps.html#a5aee2adaf3f1de59e924e548a1d6004c',1,'apfel::P2polps::P2polps()']]], - ['p2polqg_653',['P2polqg',['../classapfel_1_1P2polqg.html',1,'apfel::P2polqg'],['../classapfel_1_1P2polqg.html#aae1bfe6e146d0789fec2b0c787b3838b',1,'apfel::P2polqg::P2polqg()']]], - ['p2ps_654',['P2ps',['../classapfel_1_1P2ps.html',1,'apfel::P2ps'],['../classapfel_1_1P2ps.html#ad72b60e4113a4149cdd9a35d6df9fdb3',1,'apfel::P2ps::P2ps()']]], - ['p2qg_655',['P2qg',['../classapfel_1_1P2qg.html',1,'apfel::P2qg'],['../classapfel_1_1P2qg.html#af70c6881d1a2ebe3fcfebe748d9ee92b',1,'apfel::P2qg::P2qg()']]], - ['p2tgg_656',['P2Tgg',['../classapfel_1_1P2Tgg.html',1,'apfel::P2Tgg'],['../classapfel_1_1P2Tgg.html#a03eae7eb281402955ba2fc565143389b',1,'apfel::P2Tgg::P2Tgg()']]], - ['p2tgq_657',['P2Tgq',['../classapfel_1_1P2Tgq.html',1,'apfel::P2Tgq'],['../classapfel_1_1P2Tgq.html#a98c209edbcdcea19f45929ef7c6a6a30',1,'apfel::P2Tgq::P2Tgq()']]], - ['p2tnsm_658',['P2Tnsm',['../classapfel_1_1P2Tnsm.html',1,'apfel::P2Tnsm'],['../classapfel_1_1P2Tnsm.html#aff9ecf8e53a718f84c20f2b7fe805c8e',1,'apfel::P2Tnsm::P2Tnsm()']]], - ['p2tnsp_659',['P2Tnsp',['../classapfel_1_1P2Tnsp.html',1,'apfel::P2Tnsp'],['../classapfel_1_1P2Tnsp.html#a90647eb987cca2fb5d84fff249fa1121',1,'apfel::P2Tnsp::P2Tnsp()']]], - ['p2tnss_660',['P2Tnss',['../classapfel_1_1P2Tnss.html',1,'apfel::P2Tnss'],['../classapfel_1_1P2Tnss.html#a5c3c57f869d1f5672901226b65e506f1',1,'apfel::P2Tnss::P2Tnss()']]], - ['p2tps_661',['P2Tps',['../classapfel_1_1P2Tps.html',1,'apfel::P2Tps'],['../classapfel_1_1P2Tps.html#a6c896cc3b24879e24336cabfc756ab89',1,'apfel::P2Tps::P2Tps()']]], - ['p2tqg_662',['P2Tqg',['../classapfel_1_1P2Tqg.html',1,'apfel::P2Tqg'],['../classapfel_1_1P2Tqg.html#aedf6298686689d11da9d93f79dcf140a',1,'apfel::P2Tqg::P2Tqg()']]], - ['p3nsm_663',['P3nsm',['../classapfel_1_1P3nsm.html',1,'apfel::P3nsm'],['../classapfel_1_1P3nsm.html#a30e20e0359da04cab09cdda71b3e4b1f',1,'apfel::P3nsm::P3nsm()']]], - ['p3nsp_664',['P3nsp',['../classapfel_1_1P3nsp.html',1,'apfel::P3nsp'],['../classapfel_1_1P3nsp.html#a2cf0ffd5f4cc161ad3205a63db86b4b1',1,'apfel::P3nsp::P3nsp()']]], - ['p3nss_665',['P3nss',['../classapfel_1_1P3nss.html',1,'apfel::P3nss'],['../classapfel_1_1P3nss.html#a804ddf218d7c39e94003b2261616e520',1,'apfel::P3nss::P3nss()']]], - ['parityviolatingelectroweakcharges_666',['ParityViolatingElectroWeakCharges',['../namespaceapfel.html#a85e557258b50c7d35cda6ad59e0551fb',1,'apfel']]], - ['parityviolatingphasespacereduction_667',['ParityViolatingPhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#ab3a1801dc0a92a41acd815fd948337b9',1,'apfel::TwoBodyPhaseSpace']]], - ['pdfevolution_668',['PDFEvolution',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328',1,'apfel::EvolutionSetup::PDFEvolution()'],['../structapfel_1_1EvolutionSetup.html#a4a281df54c20f4dae59dedde33ee2753',1,'apfel::EvolutionSetup::PDFEvolution()']]], - ['perturbativeorder_669',['PerturbativeOrder',['../structapfel_1_1EvolutionSetup.html#a904f87e2c7b0ce4f8448eebda1f1e418',1,'apfel::EvolutionSetup']]], - ['pgg_670',['PGG',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a92a85eba6acccd6cf23b5059be4a7946',1,'apfel::EvolutionBasisQCD']]], - ['pgpd0ggdglap_671',['Pgpd0ggDGLAP',['../classapfel_1_1Pgpd0ggDGLAP.html',1,'apfel::Pgpd0ggDGLAP'],['../classapfel_1_1Pgpd0ggDGLAP.html#aa6d4d1735ef48ad3ac16d7bd261f6b2d',1,'apfel::Pgpd0ggDGLAP::Pgpd0ggDGLAP()']]], - ['pgpd0ggerbl_672',['Pgpd0ggERBL',['../classapfel_1_1Pgpd0ggERBL.html',1,'apfel::Pgpd0ggERBL'],['../classapfel_1_1Pgpd0ggERBL.html#a041655f5d233af6583c5cf769f3570c8',1,'apfel::Pgpd0ggERBL::Pgpd0ggERBL()']]], - ['pgpd0gqdglap_673',['Pgpd0gqDGLAP',['../classapfel_1_1Pgpd0gqDGLAP.html',1,'apfel::Pgpd0gqDGLAP'],['../classapfel_1_1Pgpd0gqDGLAP.html#aea973a930dd6ffad5becc5da6560f8db',1,'apfel::Pgpd0gqDGLAP::Pgpd0gqDGLAP()']]], - ['pgpd0gqerbl_674',['Pgpd0gqERBL',['../classapfel_1_1Pgpd0gqERBL.html',1,'apfel::Pgpd0gqERBL'],['../classapfel_1_1Pgpd0gqERBL.html#ac9f07594ea7d5db433f81d50a36a072c',1,'apfel::Pgpd0gqERBL::Pgpd0gqERBL()']]], - ['pgpd0nsdglap_675',['Pgpd0nsDGLAP',['../classapfel_1_1Pgpd0nsDGLAP.html',1,'apfel::Pgpd0nsDGLAP'],['../classapfel_1_1Pgpd0nsDGLAP.html#aadf12ee5ec39166706db70133af082aa',1,'apfel::Pgpd0nsDGLAP::Pgpd0nsDGLAP()']]], - ['pgpd0nserbl_676',['Pgpd0nsERBL',['../classapfel_1_1Pgpd0nsERBL.html',1,'apfel::Pgpd0nsERBL'],['../classapfel_1_1Pgpd0nsERBL.html#aeb8268ae538cd73fc0cc8d385da7bec2',1,'apfel::Pgpd0nsERBL::Pgpd0nsERBL()']]], - ['pgpd0qgdglap_677',['Pgpd0qgDGLAP',['../classapfel_1_1Pgpd0qgDGLAP.html',1,'apfel::Pgpd0qgDGLAP'],['../classapfel_1_1Pgpd0qgDGLAP.html#a6ad722ebd70a2f8a2343f5b685eba99d',1,'apfel::Pgpd0qgDGLAP::Pgpd0qgDGLAP()']]], - ['pgpd0qgerbl_678',['Pgpd0qgERBL',['../classapfel_1_1Pgpd0qgERBL.html',1,'apfel::Pgpd0qgERBL'],['../classapfel_1_1Pgpd0qgERBL.html#ae1f3336e540bd8211c98bdbf12e9b9ff',1,'apfel::Pgpd0qgERBL::Pgpd0qgERBL()']]], - ['pgq_679',['PGQ',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a50e295396071e5f694cb5f4c77c330b6',1,'apfel::EvolutionBasisQCD']]], - ['phasespacereduction_680',['PhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#a74b4564799813f7e9c9a6dc6fb2e71ce',1,'apfel::TwoBodyPhaseSpace']]], - ['physical_20constants_681',['Physical constants',['../group__PhysConstants.html',1,'']]], - ['phystoqcdev_682',['PhysToQCDEv',['../namespaceapfel.html#a9cbdcadbb5a4c8c58f99aa17c7f2b3a6',1,'apfel']]], - ['pi2_683',['Pi2',['../group__MathConstants.html#ga9c7ef97459ddf2159d123ca9ceffe09b',1,'apfel']]], - ['pnsm_684',['PNSM',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a10c9ad40a7680ef8811a66a0b27553ac',1,'apfel::EvolutionBasisQCD']]], - ['pnsp_685',['PNSP',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a780c887bda77b31b4230e9bfe5fbc231',1,'apfel::EvolutionBasisQCD']]], - ['pnsv_686',['PNSV',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8ace59a3576047e627dddbd8a6b5c663c5',1,'apfel::EvolutionBasisQCD']]], - ['pol_687',['POL',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792a7b42cb47c3de86051d84bb53cd1b3c9b',1,'apfel::EvolutionSetup']]], - ['pole_688',['POLE',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0bad3c4deba2bbb616bebc23a675d828e19',1,'apfel::EvolutionSetup']]], - ['pqg_689',['PQG',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a3dd95b1224451bf978ce364aae5a2a20',1,'apfel::EvolutionBasisQCD']]], - ['pqq_690',['PQQ',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a55f1f6a7011dc376312e91d67b11224d',1,'apfel::EvolutionBasisQCD']]], - ['productexpansion_691',['ProductExpansion',['../namespaceapfel.html#a6de7bb0661f079c85b439a896151dc6f',1,'apfel']]], - ['protonmass_692',['ProtonMass',['../group__PhysConstants.html#ga77dbc0a129205ed2d8bbd57d8b317e55',1,'apfel']]] + ['p0gg_601',['P0gg',['../classapfel_1_1P0gg.html',1,'apfel::P0gg'],['../classapfel_1_1P0gg.html#a8581acbe657b5185498b45652028096b',1,'apfel::P0gg::P0gg()']]], + ['p0gq_602',['P0gq',['../classapfel_1_1P0gq.html',1,'apfel::P0gq'],['../classapfel_1_1P0gq.html#a992fa894f1af83fbdf4316435568dc1e',1,'apfel::P0gq::P0gq()']]], + ['p0ns_603',['P0ns',['../classapfel_1_1P0ns.html',1,'apfel::P0ns'],['../classapfel_1_1P0ns.html#af1a0879c7b5020ced1ae6ef2a155718c',1,'apfel::P0ns::P0ns()']]], + ['p0polgg_604',['P0polgg',['../classapfel_1_1P0polgg.html',1,'apfel::P0polgg'],['../classapfel_1_1P0polgg.html#a31fbc3a43bc886400f32d767eb53294f',1,'apfel::P0polgg::P0polgg()']]], + ['p0polgq_605',['P0polgq',['../classapfel_1_1P0polgq.html',1,'apfel::P0polgq'],['../classapfel_1_1P0polgq.html#ac95f037be1f70eda2ae95de70707739f',1,'apfel::P0polgq::P0polgq()']]], + ['p0polns_606',['P0polns',['../classapfel_1_1P0polns.html',1,'apfel::P0polns'],['../classapfel_1_1P0polns.html#a74d0a0eb8fbdfd92aa5188302e3ced6c',1,'apfel::P0polns::P0polns()']]], + ['p0polqg_607',['P0polqg',['../classapfel_1_1P0polqg.html',1,'apfel::P0polqg'],['../classapfel_1_1P0polqg.html#a2a0353c0baa0a3e8be7df09eff2d728d',1,'apfel::P0polqg::P0polqg()']]], + ['p0qg_608',['P0qg',['../classapfel_1_1P0qg.html',1,'apfel::P0qg'],['../classapfel_1_1P0qg.html#a306a9c3c9efafaeb063e7ca5d117c1a0',1,'apfel::P0qg::P0qg()']]], + ['p0tgg_609',['P0Tgg',['../classapfel_1_1P0Tgg.html',1,'apfel::P0Tgg'],['../classapfel_1_1P0Tgg.html#ac5a017eaae96766ee2846a9ad9564a7e',1,'apfel::P0Tgg::P0Tgg()']]], + ['p0tgq_610',['P0Tgq',['../classapfel_1_1P0Tgq.html',1,'apfel::P0Tgq'],['../classapfel_1_1P0Tgq.html#ab29b69d4dd8db963029a81ec50b05535',1,'apfel::P0Tgq::P0Tgq()']]], + ['p0tns_611',['P0Tns',['../classapfel_1_1P0Tns.html',1,'apfel::P0Tns'],['../classapfel_1_1P0Tns.html#af43ab93760c100728a34763d043a8dbb',1,'apfel::P0Tns::P0Tns()']]], + ['p0tqg_612',['P0Tqg',['../classapfel_1_1P0Tqg.html',1,'apfel::P0Tqg'],['../classapfel_1_1P0Tqg.html#a2125eec1277027173b35bad1416c41a2',1,'apfel::P0Tqg::P0Tqg()']]], + ['p0transns_613',['P0transns',['../classapfel_1_1P0transns.html',1,'apfel::P0transns'],['../classapfel_1_1P0transns.html#a32df6c509426e3adea722e65ba538bcb',1,'apfel::P0transns::P0transns()']]], + ['p0ttransns_614',['P0Ttransns',['../classapfel_1_1P0Ttransns.html',1,'apfel::P0Ttransns'],['../classapfel_1_1P0Ttransns.html#ad7e186711fb4b766f17d0ff9c936bf59',1,'apfel::P0Ttransns::P0Ttransns()']]], + ['p1gg_615',['P1gg',['../classapfel_1_1P1gg.html',1,'apfel::P1gg'],['../classapfel_1_1P1gg.html#a8f3fe270dfc472727a64bb9de2213d7f',1,'apfel::P1gg::P1gg()']]], + ['p1gq_616',['P1gq',['../classapfel_1_1P1gq.html',1,'apfel::P1gq'],['../classapfel_1_1P1gq.html#aa55e18b2f3f72e5d66b2378e82f17c3e',1,'apfel::P1gq::P1gq()']]], + ['p1nsm_617',['P1nsm',['../classapfel_1_1P1nsm.html',1,'apfel::P1nsm'],['../classapfel_1_1P1nsm.html#a36a12101bab17fc4170e0cef8c42ae75',1,'apfel::P1nsm::P1nsm()']]], + ['p1nsp_618',['P1nsp',['../classapfel_1_1P1nsp.html',1,'apfel::P1nsp'],['../classapfel_1_1P1nsp.html#ae2391b1f1bbf3702e01c32d054acc09e',1,'apfel::P1nsp::P1nsp()']]], + ['p1polgg_619',['P1polgg',['../classapfel_1_1P1polgg.html',1,'apfel::P1polgg'],['../classapfel_1_1P1polgg.html#a317150315573686523e06e3873722468',1,'apfel::P1polgg::P1polgg()']]], + ['p1polgq_620',['P1polgq',['../classapfel_1_1P1polgq.html',1,'apfel::P1polgq'],['../classapfel_1_1P1polgq.html#a4e04eae7ea3f0d1f452d6f3a4ab34490',1,'apfel::P1polgq::P1polgq()']]], + ['p1polnsm_621',['P1polnsm',['../classapfel_1_1P1polnsm.html',1,'apfel::P1polnsm'],['../classapfel_1_1P1polnsm.html#a7a680604d0060a04e7662a2358dc00c9',1,'apfel::P1polnsm::P1polnsm()']]], + ['p1polnsp_622',['P1polnsp',['../classapfel_1_1P1polnsp.html',1,'apfel::P1polnsp'],['../classapfel_1_1P1polnsp.html#af6a4c011fedefcb89fc80b86c17055f9',1,'apfel::P1polnsp::P1polnsp()']]], + ['p1polps_623',['P1polps',['../classapfel_1_1P1polps.html',1,'apfel::P1polps'],['../classapfel_1_1P1polps.html#a67323a2eea61115fde9c5a1be8fe9c7a',1,'apfel::P1polps::P1polps()']]], + ['p1polqg_624',['P1polqg',['../classapfel_1_1P1polqg.html',1,'apfel::P1polqg'],['../classapfel_1_1P1polqg.html#a8a119cfe0a6d6b0bf097ffd184273954',1,'apfel::P1polqg::P1polqg()']]], + ['p1ps_625',['P1ps',['../classapfel_1_1P1ps.html',1,'apfel::P1ps'],['../classapfel_1_1P1ps.html#a4896a435315a6bf205fa6b4554801845',1,'apfel::P1ps::P1ps()']]], + ['p1qg_626',['P1qg',['../classapfel_1_1P1qg.html',1,'apfel::P1qg'],['../classapfel_1_1P1qg.html#a6fa3ee60e392f89b854a24c175ed5f68',1,'apfel::P1qg::P1qg()']]], + ['p1tgg_627',['P1Tgg',['../classapfel_1_1P1Tgg.html',1,'apfel::P1Tgg'],['../classapfel_1_1P1Tgg.html#a2b272646cb6e82ccbbfb917eb9ad5fbe',1,'apfel::P1Tgg::P1Tgg()']]], + ['p1tgq_628',['P1Tgq',['../classapfel_1_1P1Tgq.html',1,'apfel::P1Tgq'],['../classapfel_1_1P1Tgq.html#a37cde4fd33aa62847e18d40ad4a6225d',1,'apfel::P1Tgq::P1Tgq()']]], + ['p1tnsm_629',['P1Tnsm',['../classapfel_1_1P1Tnsm.html',1,'apfel::P1Tnsm'],['../classapfel_1_1P1Tnsm.html#a91a949f7f064cf13e4c3eb6f29209520',1,'apfel::P1Tnsm::P1Tnsm()']]], + ['p1tnsp_630',['P1Tnsp',['../classapfel_1_1P1Tnsp.html',1,'apfel::P1Tnsp'],['../classapfel_1_1P1Tnsp.html#afd2583070e94b55e1bfb0c6c4d8cc77d',1,'apfel::P1Tnsp::P1Tnsp()']]], + ['p1tps_631',['P1Tps',['../classapfel_1_1P1Tps.html',1,'apfel::P1Tps'],['../classapfel_1_1P1Tps.html#accf64d4b2fce9c50990b66772c31f4b8',1,'apfel::P1Tps::P1Tps()']]], + ['p1tqg_632',['P1Tqg',['../classapfel_1_1P1Tqg.html',1,'apfel::P1Tqg'],['../classapfel_1_1P1Tqg.html#a20134e43d7a2431b88516cc1362ae553',1,'apfel::P1Tqg::P1Tqg()']]], + ['p1transnsm_633',['P1transnsm',['../classapfel_1_1P1transnsm.html',1,'apfel::P1transnsm'],['../classapfel_1_1P1transnsm.html#a01f6a14095d324775718f30db85997b7',1,'apfel::P1transnsm::P1transnsm()']]], + ['p1transnsp_634',['P1transnsp',['../classapfel_1_1P1transnsp.html',1,'apfel::P1transnsp'],['../classapfel_1_1P1transnsp.html#a059e8222e055c5d747fb8917edd284cf',1,'apfel::P1transnsp::P1transnsp()']]], + ['p1ttransnsm_635',['P1Ttransnsm',['../classapfel_1_1P1Ttransnsm.html',1,'apfel::P1Ttransnsm'],['../classapfel_1_1P1Ttransnsm.html#a498da79a511d89d9da172e45b2197176',1,'apfel::P1Ttransnsm::P1Ttransnsm()']]], + ['p1ttransnsp_636',['P1Ttransnsp',['../classapfel_1_1P1Ttransnsp.html',1,'apfel::P1Ttransnsp'],['../classapfel_1_1P1Ttransnsp.html#a4d281e0f55448051626f35a0aa9c981e',1,'apfel::P1Ttransnsp::P1Ttransnsp()']]], + ['p2gg_637',['P2gg',['../classapfel_1_1P2gg.html',1,'apfel::P2gg'],['../classapfel_1_1P2gg.html#a7105fee70d3fb183b0d591c4bbd73b55',1,'apfel::P2gg::P2gg()']]], + ['p2gq_638',['P2gq',['../classapfel_1_1P2gq.html',1,'apfel::P2gq'],['../classapfel_1_1P2gq.html#ae9571e0d510a3d8a19f90ea471b24830',1,'apfel::P2gq::P2gq()']]], + ['p2nsm_639',['P2nsm',['../classapfel_1_1P2nsm.html',1,'apfel::P2nsm'],['../classapfel_1_1P2nsm.html#a745ed7edabc95bec12a56048d0948d32',1,'apfel::P2nsm::P2nsm()']]], + ['p2nsp_640',['P2nsp',['../classapfel_1_1P2nsp.html',1,'apfel::P2nsp'],['../classapfel_1_1P2nsp.html#aab33ec996a2eddc39478cb24518b0a39',1,'apfel::P2nsp::P2nsp()']]], + ['p2nss_641',['P2nss',['../classapfel_1_1P2nss.html',1,'apfel::P2nss'],['../classapfel_1_1P2nss.html#a4bed473909707970f320c7b7a69a7af9',1,'apfel::P2nss::P2nss()']]], + ['p2polgg_642',['P2polgg',['../classapfel_1_1P2polgg.html',1,'apfel::P2polgg'],['../classapfel_1_1P2polgg.html#aef16f05838885f3bff211d9871e453d6',1,'apfel::P2polgg::P2polgg()']]], + ['p2polgq_643',['P2polgq',['../classapfel_1_1P2polgq.html',1,'apfel::P2polgq'],['../classapfel_1_1P2polgq.html#af0b8e143368e59005ef1b8f5e752c6ff',1,'apfel::P2polgq::P2polgq()']]], + ['p2polnsm_644',['P2polnsm',['../classapfel_1_1P2polnsm.html',1,'apfel::P2polnsm'],['../classapfel_1_1P2polnsm.html#a16365514dd1868da7fc3bcc7a8cf5f0b',1,'apfel::P2polnsm::P2polnsm()']]], + ['p2polnsp_645',['P2polnsp',['../classapfel_1_1P2polnsp.html',1,'apfel::P2polnsp'],['../classapfel_1_1P2polnsp.html#a3c0c3ddb3deabcfcfd727f9a8ebb0261',1,'apfel::P2polnsp::P2polnsp()']]], + ['p2polnss_646',['P2polnss',['../classapfel_1_1P2polnss.html',1,'apfel::P2polnss'],['../classapfel_1_1P2polnss.html#a762f1d7fe896c8f1d350a7c485d03167',1,'apfel::P2polnss::P2polnss()']]], + ['p2polps_647',['P2polps',['../classapfel_1_1P2polps.html',1,'apfel::P2polps'],['../classapfel_1_1P2polps.html#a5aee2adaf3f1de59e924e548a1d6004c',1,'apfel::P2polps::P2polps()']]], + ['p2polqg_648',['P2polqg',['../classapfel_1_1P2polqg.html',1,'apfel::P2polqg'],['../classapfel_1_1P2polqg.html#aae1bfe6e146d0789fec2b0c787b3838b',1,'apfel::P2polqg::P2polqg()']]], + ['p2ps_649',['P2ps',['../classapfel_1_1P2ps.html',1,'apfel::P2ps'],['../classapfel_1_1P2ps.html#ad72b60e4113a4149cdd9a35d6df9fdb3',1,'apfel::P2ps::P2ps()']]], + ['p2qg_650',['P2qg',['../classapfel_1_1P2qg.html',1,'apfel::P2qg'],['../classapfel_1_1P2qg.html#af70c6881d1a2ebe3fcfebe748d9ee92b',1,'apfel::P2qg::P2qg()']]], + ['p2tgg_651',['P2Tgg',['../classapfel_1_1P2Tgg.html',1,'apfel::P2Tgg'],['../classapfel_1_1P2Tgg.html#a03eae7eb281402955ba2fc565143389b',1,'apfel::P2Tgg::P2Tgg()']]], + ['p2tgq_652',['P2Tgq',['../classapfel_1_1P2Tgq.html',1,'apfel::P2Tgq'],['../classapfel_1_1P2Tgq.html#a98c209edbcdcea19f45929ef7c6a6a30',1,'apfel::P2Tgq::P2Tgq()']]], + ['p2tnsm_653',['P2Tnsm',['../classapfel_1_1P2Tnsm.html',1,'apfel::P2Tnsm'],['../classapfel_1_1P2Tnsm.html#aff9ecf8e53a718f84c20f2b7fe805c8e',1,'apfel::P2Tnsm::P2Tnsm()']]], + ['p2tnsp_654',['P2Tnsp',['../classapfel_1_1P2Tnsp.html',1,'apfel::P2Tnsp'],['../classapfel_1_1P2Tnsp.html#a90647eb987cca2fb5d84fff249fa1121',1,'apfel::P2Tnsp::P2Tnsp()']]], + ['p2tnss_655',['P2Tnss',['../classapfel_1_1P2Tnss.html',1,'apfel::P2Tnss'],['../classapfel_1_1P2Tnss.html#a5c3c57f869d1f5672901226b65e506f1',1,'apfel::P2Tnss::P2Tnss()']]], + ['p2tps_656',['P2Tps',['../classapfel_1_1P2Tps.html',1,'apfel::P2Tps'],['../classapfel_1_1P2Tps.html#a6c896cc3b24879e24336cabfc756ab89',1,'apfel::P2Tps::P2Tps()']]], + ['p2tqg_657',['P2Tqg',['../classapfel_1_1P2Tqg.html',1,'apfel::P2Tqg'],['../classapfel_1_1P2Tqg.html#aedf6298686689d11da9d93f79dcf140a',1,'apfel::P2Tqg::P2Tqg()']]], + ['p3nsm_658',['P3nsm',['../classapfel_1_1P3nsm.html',1,'apfel::P3nsm'],['../classapfel_1_1P3nsm.html#a30e20e0359da04cab09cdda71b3e4b1f',1,'apfel::P3nsm::P3nsm()']]], + ['p3nsp_659',['P3nsp',['../classapfel_1_1P3nsp.html',1,'apfel::P3nsp'],['../classapfel_1_1P3nsp.html#a2cf0ffd5f4cc161ad3205a63db86b4b1',1,'apfel::P3nsp::P3nsp()']]], + ['p3nss_660',['P3nss',['../classapfel_1_1P3nss.html',1,'apfel::P3nss'],['../classapfel_1_1P3nss.html#a804ddf218d7c39e94003b2261616e520',1,'apfel::P3nss::P3nss()']]], + ['parityviolatingelectroweakcharges_661',['ParityViolatingElectroWeakCharges',['../namespaceapfel.html#a85e557258b50c7d35cda6ad59e0551fb',1,'apfel']]], + ['parityviolatingphasespacereduction_662',['ParityViolatingPhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#ab3a1801dc0a92a41acd815fd948337b9',1,'apfel::TwoBodyPhaseSpace']]], + ['pdfevolution_663',['PDFEvolution',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328',1,'apfel::EvolutionSetup::PDFEvolution()'],['../structapfel_1_1EvolutionSetup.html#a4a281df54c20f4dae59dedde33ee2753',1,'apfel::EvolutionSetup::PDFEvolution()']]], + ['perturbativeorder_664',['PerturbativeOrder',['../structapfel_1_1EvolutionSetup.html#a904f87e2c7b0ce4f8448eebda1f1e418',1,'apfel::EvolutionSetup']]], + ['pgg_665',['PGG',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a92a85eba6acccd6cf23b5059be4a7946',1,'apfel::EvolutionBasisQCD']]], + ['pgpd0gg_666',['Pgpd0gg',['../classapfel_1_1Pgpd0gg.html',1,'apfel::Pgpd0gg'],['../classapfel_1_1Pgpd0gg.html#a28badf23c2725e5554bc34a3b631bc2e',1,'apfel::Pgpd0gg::Pgpd0gg()']]], + ['pgpd0gq_667',['Pgpd0gq',['../classapfel_1_1Pgpd0gq.html',1,'apfel::Pgpd0gq'],['../classapfel_1_1Pgpd0gq.html#a7f8eb675c314a8381b866f55f4e8b65e',1,'apfel::Pgpd0gq::Pgpd0gq()']]], + ['pgpd0ns_668',['Pgpd0ns',['../classapfel_1_1Pgpd0ns.html',1,'apfel::Pgpd0ns'],['../classapfel_1_1Pgpd0ns.html#a97e85aaee6b3aafa12b09fc273dab02e',1,'apfel::Pgpd0ns::Pgpd0ns()']]], + ['pgpd0qg_669',['Pgpd0qg',['../classapfel_1_1Pgpd0qg.html',1,'apfel::Pgpd0qg'],['../classapfel_1_1Pgpd0qg.html#ad5d62f92b7dc2c4268375c933b1b5d10',1,'apfel::Pgpd0qg::Pgpd0qg()']]], + ['pgpd0qq_670',['Pgpd0qq',['../classapfel_1_1Pgpd0qq.html',1,'apfel::Pgpd0qq'],['../classapfel_1_1Pgpd0qq.html#ab2a22f8b5b92d7dc2e7c6acb0a82f460',1,'apfel::Pgpd0qq::Pgpd0qq()']]], + ['pgq_671',['PGQ',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a50e295396071e5f694cb5f4c77c330b6',1,'apfel::EvolutionBasisQCD']]], + ['phasespacereduction_672',['PhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#a74b4564799813f7e9c9a6dc6fb2e71ce',1,'apfel::TwoBodyPhaseSpace']]], + ['physical_20constants_673',['Physical constants',['../group__PhysConstants.html',1,'']]], + ['phystoqcdev_674',['PhysToQCDEv',['../namespaceapfel.html#a9cbdcadbb5a4c8c58f99aa17c7f2b3a6',1,'apfel']]], + ['pi2_675',['Pi2',['../group__MathConstants.html#ga9c7ef97459ddf2159d123ca9ceffe09b',1,'apfel']]], + ['pnsm_676',['PNSM',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a10c9ad40a7680ef8811a66a0b27553ac',1,'apfel::EvolutionBasisQCD']]], + ['pnsp_677',['PNSP',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a780c887bda77b31b4230e9bfe5fbc231',1,'apfel::EvolutionBasisQCD']]], + ['pnsv_678',['PNSV',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8ace59a3576047e627dddbd8a6b5c663c5',1,'apfel::EvolutionBasisQCD']]], + ['pol_679',['POL',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792a7b42cb47c3de86051d84bb53cd1b3c9b',1,'apfel::EvolutionSetup']]], + ['pole_680',['POLE',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0bad3c4deba2bbb616bebc23a675d828e19',1,'apfel::EvolutionSetup']]], + ['pqg_681',['PQG',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a3dd95b1224451bf978ce364aae5a2a20',1,'apfel::EvolutionBasisQCD']]], + ['pqq_682',['PQQ',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a55f1f6a7011dc376312e91d67b11224d',1,'apfel::EvolutionBasisQCD']]], + ['productexpansion_683',['ProductExpansion',['../namespaceapfel.html#a6de7bb0661f079c85b439a896151dc6f',1,'apfel']]], + ['protonmass_684',['ProtonMass',['../group__PhysConstants.html#ga77dbc0a129205ed2d8bbd57d8b317e55',1,'apfel']]] ]; diff --git a/docs/html/search/all_11.html b/docs/html/search/all_11.html index 4a270ff5c..c9f79d289 100644 --- a/docs/html/search/all_11.html +++ b/docs/html/search/all_11.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_11.js b/docs/html/search/all_11.js index f27513174..5d72e44a3 100644 --- a/docs/html/search/all_11.js +++ b/docs/html/search/all_11.js @@ -1,18 +1,20 @@ var searchData= [ - ['q0_693',['Q0',['../structapfel_1_1EvolutionSetup.html#a204de6ac2d42773ef73525b99feff1a0',1,'apfel::EvolutionSetup']]], - ['q2s_694',['q2s',['../structapfel_1_1LHKnotArray.html#a046277f51b173abadb78d49ec1f3bca6',1,'apfel::LHKnotArray']]], - ['qcd_695',['QCD',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442ea5f02e91d0609ad534cd78c7902ca2268',1,'apfel::EvolutionSetup']]], - ['qcd_5fqed_696',['QCD_QED',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442eadc212eacad55d6feeccf6b63775335d6',1,'apfel::EvolutionSetup']]], - ['qcdevtophys_697',['QCDEvToPhys',['../namespaceapfel.html#ad76927a1e32317b53521d5a23396954d',1,'apfel::QCDEvToPhys(std::map< int, double > const &QCDEvMap)'],['../namespaceapfel.html#a5994d25259a42b0eac53c4785602a7ce',1,'apfel::QCDEvToPhys(std::map< int, Distribution > const &QCDEvMap)'],['../namespaceapfel.html#ae880a5fcf92d056c294f003accfb08ef',1,'apfel::QCDEvToPhys(std::map< int, Operator > const &QCDEvMap)']]], - ['qch_698',['QCh',['../group__PhysConstants.html#ga5eae545badb8945cd767271b573a8fc2',1,'apfel']]], - ['qch2_699',['QCh2',['../group__PhysConstants.html#ga4e9304b2e9dfeb40a2ad1a3cfa6b2e6a',1,'apfel']]], - ['qgrid_700',['QGrid',['../classapfel_1_1QGrid.html',1,'apfel::QGrid< T >'],['../classapfel_1_1QGrid.html#a29217afc5663b54d611dc307700e32da',1,'apfel::QGrid::QGrid()=delete'],['../classapfel_1_1QGrid.html#a237fbe86ce7780636cdeb60d9f51d5e4',1,'apfel::QGrid::QGrid(int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, std::function< double(double const &)> const &TabFunc, std::function< double(double const &)> const &InvTabFunc)'],['../classapfel_1_1QGrid.html#ad79a908a9bd73bcd0c2cc00a5f47bd7e',1,'apfel::QGrid::QGrid(int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, double const &Lambda=0.25)'],['../classapfel_1_1QGrid.html#aa25abb29b9bc72b7aeb5d6e025a1d9c4',1,'apfel::QGrid::QGrid(std::vector< double > const &Qg, int const &InterDegree)']]], - ['qgrid_2eh_701',['qgrid.h',['../qgrid_8h.html',1,'']]], - ['qmax_702',['Qmax',['../structapfel_1_1EvolutionSetup.html#ab80c721e240135b40821d4cda11b78e2',1,'apfel::EvolutionSetup::Qmax()'],['../classapfel_1_1QGrid.html#acd4156e722cbdc155f32d54ecc7432c0',1,'apfel::QGrid::QMax()']]], - ['qmin_703',['QMin',['../classapfel_1_1QGrid.html#a0a1450c5d3c7988817a9302953437aea',1,'apfel::QGrid::QMin()'],['../structapfel_1_1EvolutionSetup.html#aa74278493b4ea60f09c74510a84be9ec',1,'apfel::EvolutionSetup::Qmin()']]], - ['qqcdref_704',['QQCDRef',['../structapfel_1_1EvolutionSetup.html#a78386fbdc6c17e740cbd14ab8d015914',1,'apfel::EvolutionSetup']]], - ['qqedref_705',['QQEDRef',['../structapfel_1_1EvolutionSetup.html#a198ae368f643bda07977fd4a21815a1e',1,'apfel::EvolutionSetup']]], - ['quarkevolutionfactor_706',['QuarkEvolutionFactor',['../namespaceapfel.html#ae15bd917c13625f7510f0da9ad232d50',1,'apfel']]], - ['quarkflavour_707',['QuarkFlavour',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575b',1,'apfel']]] + ['q0_685',['Q0',['../structapfel_1_1EvolutionSetup.html#a204de6ac2d42773ef73525b99feff1a0',1,'apfel::EvolutionSetup']]], + ['q2s_686',['q2s',['../structapfel_1_1LHKnotArray.html#a046277f51b173abadb78d49ec1f3bca6',1,'apfel::LHKnotArray']]], + ['qcd_687',['QCD',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442ea5f02e91d0609ad534cd78c7902ca2268',1,'apfel::EvolutionSetup']]], + ['qcd_5fqed_688',['QCD_QED',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442eadc212eacad55d6feeccf6b63775335d6',1,'apfel::EvolutionSetup']]], + ['qcdevtophys_689',['QCDEvToPhys',['../namespaceapfel.html#ad76927a1e32317b53521d5a23396954d',1,'apfel::QCDEvToPhys(std::map< int, double > const &QCDEvMap)'],['../namespaceapfel.html#a5994d25259a42b0eac53c4785602a7ce',1,'apfel::QCDEvToPhys(std::map< int, Distribution > const &QCDEvMap)'],['../namespaceapfel.html#ae880a5fcf92d056c294f003accfb08ef',1,'apfel::QCDEvToPhys(std::map< int, Operator > const &QCDEvMap)']]], + ['qch_690',['QCh',['../group__PhysConstants.html#ga5eae545badb8945cd767271b573a8fc2',1,'apfel']]], + ['qch2_691',['QCh2',['../group__PhysConstants.html#ga4e9304b2e9dfeb40a2ad1a3cfa6b2e6a',1,'apfel']]], + ['qgrid_692',['QGrid',['../classapfel_1_1QGrid.html',1,'apfel::QGrid< T >'],['../classapfel_1_1QGrid.html#a29217afc5663b54d611dc307700e32da',1,'apfel::QGrid::QGrid()=delete'],['../classapfel_1_1QGrid.html#a237fbe86ce7780636cdeb60d9f51d5e4',1,'apfel::QGrid::QGrid(int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, std::function< double(double const &)> const &TabFunc, std::function< double(double const &)> const &InvTabFunc)'],['../classapfel_1_1QGrid.html#ad79a908a9bd73bcd0c2cc00a5f47bd7e',1,'apfel::QGrid::QGrid(int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, double const &Lambda=0.25)'],['../classapfel_1_1QGrid.html#aa25abb29b9bc72b7aeb5d6e025a1d9c4',1,'apfel::QGrid::QGrid(std::vector< double > const &Qg, int const &InterDegree)']]], + ['qgrid_2eh_693',['qgrid.h',['../qgrid_8h.html',1,'']]], + ['qmax_694',['QMax',['../classapfel_1_1QGrid.html#acd4156e722cbdc155f32d54ecc7432c0',1,'apfel::QGrid']]], + ['qmax_695',['Qmax',['../structapfel_1_1EvolutionSetup.html#ab80c721e240135b40821d4cda11b78e2',1,'apfel::EvolutionSetup']]], + ['qmin_696',['QMin',['../classapfel_1_1QGrid.html#a0a1450c5d3c7988817a9302953437aea',1,'apfel::QGrid']]], + ['qmin_697',['Qmin',['../structapfel_1_1EvolutionSetup.html#aa74278493b4ea60f09c74510a84be9ec',1,'apfel::EvolutionSetup']]], + ['qqcdref_698',['QQCDRef',['../structapfel_1_1EvolutionSetup.html#a78386fbdc6c17e740cbd14ab8d015914',1,'apfel::EvolutionSetup']]], + ['qqedref_699',['QQEDRef',['../structapfel_1_1EvolutionSetup.html#a198ae368f643bda07977fd4a21815a1e',1,'apfel::EvolutionSetup']]], + ['quarkevolutionfactor_700',['QuarkEvolutionFactor',['../namespaceapfel.html#ae15bd917c13625f7510f0da9ad232d50',1,'apfel']]], + ['quarkflavour_701',['QuarkFlavour',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575b',1,'apfel']]] ]; diff --git a/docs/html/search/all_12.html b/docs/html/search/all_12.html index ade0004bb..ab934722c 100644 --- a/docs/html/search/all_12.html +++ b/docs/html/search/all_12.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_12.js b/docs/html/search/all_12.js index 428f11a6f..7a023cf13 100644 --- a/docs/html/search/all_12.js +++ b/docs/html/search/all_12.js @@ -1,19 +1,18 @@ var searchData= [ - ['readme_2emd_708',['README.md',['../README_8md.html',1,'']]], - ['recurrent_20expressions_709',['Recurrent expressions',['../group__RecExprs.html',1,'']]], - ['regular_710',['Regular',['../classapfel_1_1Expression.html#aef54ac003702b1cc7d2d573c484d76a1',1,'apfel::Expression::Regular()'],['../classapfel_1_1Pgpd0qgDGLAP.html#ad361e282e94ec9232438f8c3e543b95f',1,'apfel::Pgpd0qgDGLAP::Regular()'],['../classapfel_1_1Pgpd0qgERBL.html#aee038bda2cb795d869b311c0973f6d7d',1,'apfel::Pgpd0qgERBL::Regular()'],['../classapfel_1_1Pgpd0gqDGLAP.html#a5e36e737127c888f88a29d9594cf8004',1,'apfel::Pgpd0gqDGLAP::Regular()'],['../classapfel_1_1Pgpd0gqERBL.html#adbd5103bcb46d769985b872878c20d2c',1,'apfel::Pgpd0gqERBL::Regular()'],['../classapfel_1_1Pgpd0ggDGLAP.html#ab4c6b891d6b861b7a24d28369d1941bc',1,'apfel::Pgpd0ggDGLAP::Regular()'],['../classapfel_1_1Pgpd0ggERBL.html#acea4b1bceaefc1eecd8df6608e5cacb3',1,'apfel::Pgpd0ggERBL::Regular()'],['../classapfel_1_1Cm21gNC.html#af1089a515c17a9ab3c0409da1badd29a',1,'apfel::Cm21gNC::Regular()'],['../classapfel_1_1CmL1gNC.html#a40460ff0bcb6ce902f318544c935ce78',1,'apfel::CmL1gNC::Regular()'],['../classapfel_1_1Cm22nsNC.html#a563415ba4e88c337eac67bd9505df3d6',1,'apfel::Cm22nsNC::Regular()'],['../classapfel_1_1CmL2nsNC.html#a81511e34025125540d747d640fa4d95a',1,'apfel::CmL2nsNC::Regular()'],['../classapfel_1_1Cm22gNC.html#a493870b97bab0ec54db28e0983c0ddda',1,'apfel::Cm22gNC::Regular()'],['../classapfel_1_1CmL2gNC.html#a4d997da52af43515d86ad0d569df09df',1,'apfel::CmL2gNC::Regular()'],['../classapfel_1_1Cm22psNC.html#ad7fcab22c9728be5a012f4027400ee2d',1,'apfel::Cm22psNC::Regular()'],['../classapfel_1_1CmL2psNC.html#a82de2a9fea6e3b46c586b85c0acaadc9',1,'apfel::CmL2psNC::Regular()'],['../classapfel_1_1Cm22bargNC.html#a9e0ec9c378687a501c827d48fe4c62f7',1,'apfel::Cm22bargNC::Regular()'],['../classapfel_1_1CmL2bargNC.html#ab55be2b321344847bec82ba2268d2341',1,'apfel::CmL2bargNC::Regular()'],['../classapfel_1_1Cm22barpsNC.html#a40f01bed4a8866824c55d424cf2727ed',1,'apfel::Cm22barpsNC::Regular()'],['../classapfel_1_1CmL2barpsNC.html#ae3683c2df320c3a50546c8bc3e8ed647',1,'apfel::CmL2barpsNC::Regular()'],['../classapfel_1_1Cm021gNC__c.html#a20166f4edfae9d7c8f0381ee58aabd42',1,'apfel::Cm021gNC_c::Regular()'],['../classapfel_1_1Cm021gNC__l.html#a83f936f0eaec42b585c299b30c973af3',1,'apfel::Cm021gNC_l::Regular()'],['../classapfel_1_1Cm0L1gNC__c.html#a8e796f53c991814fe78d8d4445a74332',1,'apfel::Cm0L1gNC_c::Regular()'],['../classapfel_1_1Cm022nsNC__c.html#a68e3855662f819959672b250d7e62ea0',1,'apfel::Cm022nsNC_c::Regular()'],['../classapfel_1_1Cm022nsNC__l.html#a44ec3f35a014e5f7c7834cddd5ceff70',1,'apfel::Cm022nsNC_l::Regular()'],['../classapfel_1_1Cm022nsNC__l2.html#a6c6064ea2e528320d9ff6bcaa940138f',1,'apfel::Cm022nsNC_l2::Regular()'],['../classapfel_1_1Cm0L2nsNC__c.html#ae2d6495bdddb3f9c2123fe1221375721',1,'apfel::Cm0L2nsNC_c::Regular()'],['../classapfel_1_1Cm0L2nsNC__l.html#ac4e2a74d07f08bf78166accb87adc5be',1,'apfel::Cm0L2nsNC_l::Regular()'],['../classapfel_1_1Cm022psNC__c.html#a90481fa2b6dc8a5922ef35e8a911afdf',1,'apfel::Cm022psNC_c::Regular()'],['../classapfel_1_1Cm022psNC__l.html#aff78e9fbf6d78d216e78c4613f244928',1,'apfel::Cm022psNC_l::Regular()'],['../classapfel_1_1Cm022psNC__l2.html#a76087b54fd1740a128984e136c9219ad',1,'apfel::Cm022psNC_l2::Regular()'],['../classapfel_1_1Cm022psNC__f.html#acda0a11f0005acb85a9c7f9855a8aa02',1,'apfel::Cm022psNC_f::Regular()'],['../classapfel_1_1Cm022psNC__lf.html#a6170b38a7aa3a99854e8c35f6aaf6e7d',1,'apfel::Cm022psNC_lf::Regular()'],['../classapfel_1_1Cm0L2psNC__c.html#a36e2cf1c716e66a05f73817f354516b0',1,'apfel::Cm0L2psNC_c::Regular()'],['../classapfel_1_1Cm0L2psNC__l.html#ab6e259a9396dd72e898b04740d859f60',1,'apfel::Cm0L2psNC_l::Regular()'],['../classapfel_1_1Cm0L2psNC__f.html#a1153459355a62052c892bd8a7e008ca9',1,'apfel::Cm0L2psNC_f::Regular()'],['../classapfel_1_1Cm022gNC__c.html#ad5ff081d52c72160fd3e664a2dbff124',1,'apfel::Cm022gNC_c::Regular()'],['../classapfel_1_1Cm022gNC__l.html#aa0f160281735bc6c7732a9998dff9706',1,'apfel::Cm022gNC_l::Regular()'],['../classapfel_1_1Cm022gNC__l2.html#a602d862ca15c5d3db95ce7ac31c602e5',1,'apfel::Cm022gNC_l2::Regular()'],['../classapfel_1_1Cm022gNC__f.html#a435343b76e3bbe9701e6966a9f1f11a9',1,'apfel::Cm022gNC_f::Regular()'],['../classapfel_1_1Cm022gNC__lf.html#a08e56e55750ceaeced8bc791f62f8670',1,'apfel::Cm022gNC_lf::Regular()'],['../classapfel_1_1Cm0L2gNC__c.html#aa8e5fe220f6a16be0a4411f670fcb236',1,'apfel::Cm0L2gNC_c::Regular()'],['../classapfel_1_1Cm0L2gNC__l.html#a9475691266cdb8215f83edce1154475b',1,'apfel::Cm0L2gNC_l::Regular()'],['../classapfel_1_1Cm0L2gNC__f.html#af146181555af6c0378a5fa81cc8882c9',1,'apfel::Cm0L2gNC_f::Regular()'],['../classapfel_1_1AS1Hg__L.html#a146233bf6f895aa5293dc40442fd291c',1,'apfel::AS1Hg_L::Regular()'],['../classapfel_1_1AS1gH__L.html#a307c253ee6760c5447e2e7c3cca2d5a4',1,'apfel::AS1gH_L::Regular()'],['../classapfel_1_1AS1gH__0.html#aa3ec3b449086ce24bad580a0019f48ce',1,'apfel::AS1gH_0::Regular()'],['../classapfel_1_1APS2Hq__0.html#aea00d098ee9d0168e036f4a2ce90c126',1,'apfel::APS2Hq_0::Regular()'],['../classapfel_1_1APS2Hq__L.html#a253eb9ad026e1cd3c00e05005d933bad',1,'apfel::APS2Hq_L::Regular()'],['../classapfel_1_1APS2Hq__L2.html#aa23cbcdec4abb5990ad79b7bd62cfc84',1,'apfel::APS2Hq_L2::Regular()'],['../classapfel_1_1AS2Hg__0.html#a330d9eb6ccac13eeea38fc37f978771a',1,'apfel::AS2Hg_0::Regular()'],['../classapfel_1_1AS2Hg__L.html#ad0eb3c104148a7cb9a9a71ed28be6632',1,'apfel::AS2Hg_L::Regular()'],['../classapfel_1_1AS2Hg__L2.html#a0eed281ed350b3c76359e1ed6dfa60d3',1,'apfel::AS2Hg_L2::Regular()'],['../classapfel_1_1ANS2qqH__0.html#aa74b903cb7d8e48a264ca62bb2a20aa6',1,'apfel::ANS2qqH_0::Regular()'],['../classapfel_1_1ANS2qqH__L.html#a284efc62e4d2177cb6a38620cb287d9f',1,'apfel::ANS2qqH_L::Regular()'],['../classapfel_1_1ANS2qqH__L2.html#a74b85c3590b7cb899cda66cefd0c8b6c',1,'apfel::ANS2qqH_L2::Regular()'],['../classapfel_1_1AS2gqH__0.html#ae336b9d4b42aa7084f362293476ded60',1,'apfel::AS2gqH_0::Regular()'],['../classapfel_1_1AS2gqH__L.html#a015d7466bf975d004394aeb1c274723e',1,'apfel::AS2gqH_L::Regular()'],['../classapfel_1_1AS2gqH__L2.html#a0a6de24270f302d26348a4de98caffa4',1,'apfel::AS2gqH_L2::Regular()'],['../classapfel_1_1AS2ggH__0.html#abe9a9b1f11712ec5596639102cc73e57',1,'apfel::AS2ggH_0::Regular()'],['../classapfel_1_1AS2ggH__L.html#acafe353dbd659a568c780267a698d33e',1,'apfel::AS2ggH_L::Regular()'],['../classapfel_1_1AS2ggH__L2.html#ab3361d2750ade39332459c5ba727e3f1',1,'apfel::AS2ggH_L2::Regular()'],['../classapfel_1_1ATS1Hg__0.html#a0205a7b90dea0d794ae4da30efb6f59f',1,'apfel::ATS1Hg_0::Regular()'],['../classapfel_1_1ATS1Hg__L.html#a71b8914b8c3921899480716001518a15',1,'apfel::ATS1Hg_L::Regular()'],['../classapfel_1_1ATS1gH__L.html#aca9113e84e98abc8179404f5b0734d26',1,'apfel::ATS1gH_L::Regular()'],['../classapfel_1_1C1nsff.html#a2052aaa7e9554f3a1541df7f29da90c8',1,'apfel::C1nsff::Regular()'],['../classapfel_1_1C1qgff.html#a24c2007129110daf00f4593a004f09fb',1,'apfel::C1qgff::Regular()'],['../classapfel_1_1C1gqff.html#a97401f178314361b0a7737154bbb410a',1,'apfel::C1gqff::Regular()'],['../classapfel_1_1C1ggff.html#abbac3ea5d6f8fb169418474e8fb7d0dc',1,'apfel::C1ggff::Regular()'],['../classapfel_1_1C2Vqqff.html#af7b6ad89eb6058330fc2dd8a666b0a1e',1,'apfel::C2Vqqff::Regular()'],['../classapfel_1_1C2Vqqbff.html#a27570ab98d0dd604464b86044bc6895a',1,'apfel::C2Vqqbff::Regular()'],['../classapfel_1_1C2psff.html#a21654c501c2b756d2df868f3a0c59c4b',1,'apfel::C2psff::Regular()'],['../classapfel_1_1C2qgff.html#ab3294ba741b418bea8a9f5b4344832a5',1,'apfel::C2qgff::Regular()'],['../classapfel_1_1C2gqff.html#a55d22f57c33677ac204fc5e7ff04738f',1,'apfel::C2gqff::Regular()'],['../classapfel_1_1C2ggff.html#a75032213c45256441fc7103a05a7bc1c',1,'apfel::C2ggff::Regular()'],['../classapfel_1_1C1nspdf.html#ab2435839fb2fc9ef114e08ed7769b371',1,'apfel::C1nspdf::Regular()'],['../classapfel_1_1C1qgpdf.html#a4cdf387d77a4d13c6cf6b2aa4c006d55',1,'apfel::C1qgpdf::Regular()'],['../classapfel_1_1C1gqpdf.html#af88e820100a19b4851e39822c6fb1f4d',1,'apfel::C1gqpdf::Regular()'],['../classapfel_1_1C2Vqqpdf.html#ad35c917e519ef49fd0a097a824330030',1,'apfel::C2Vqqpdf::Regular()'],['../classapfel_1_1C2Vqqbpdf.html#aa981baa6264e631f68b5602ac4c078f0',1,'apfel::C2Vqqbpdf::Regular()'],['../classapfel_1_1C2pspdf.html#af4bdbcc4a5adad68549f780a21774d2c',1,'apfel::C2pspdf::Regular()'],['../classapfel_1_1C2qgpdf.html#a848090038e4e7fdfeb5dae8852430fa3',1,'apfel::C2qgpdf::Regular()'],['../classapfel_1_1C2gqpdf.html#ac12449de62ab405582e689ddf7c5f0ae',1,'apfel::C2gqpdf::Regular()'],['../classapfel_1_1C2ggpdf.html#af03da2a0da70dc8852264e403eac5067',1,'apfel::C2ggpdf::Regular()'],['../classapfel_1_1C3Vqqpdf.html#aaee5ceb9798f384324185bf95a0c3688',1,'apfel::C3Vqqpdf::Regular()'],['../classapfel_1_1C3Vqqbpdf.html#aa10dc1081e80c3134d7f8c1572600d34',1,'apfel::C3Vqqbpdf::Regular()'],['../classapfel_1_1C3pvpdf.html#a261607722e05d0bdef9f2ca31d081573',1,'apfel::C3pvpdf::Regular()'],['../classapfel_1_1C3pspdf.html#a9cef8fca7ad22dadebdabfebc64ba431',1,'apfel::C3pspdf::Regular()'],['../classapfel_1_1C3qgpdf.html#aff6274557d32406e22a8ace9a71ba773',1,'apfel::C3qgpdf::Regular()'],['../classapfel_1_1C1gqpdfBM.html#a97dcef3d3a9375adc0d47e1dc9b306b4',1,'apfel::C1gqpdfBM::Regular()'],['../classapfel_1_1C1ggpdfBM.html#ad77fa4fc7fc44a356fd1b67aa4ad7b9b',1,'apfel::C1ggpdfBM::Regular()'],['../classapfel_1_1P0polqg.html#abbad110ecb80c4e62c727e5864b6c834',1,'apfel::P0polqg::Regular()'],['../classapfel_1_1P0polgq.html#aee2c53a6f6f3b166da7a68f6e116b225',1,'apfel::P0polgq::Regular()'],['../classapfel_1_1P0polgg.html#a8a329b3bc7d234a2bf95757e943243ac',1,'apfel::P0polgg::Regular()'],['../classapfel_1_1P1polps.html#a4169e81dc46ef6888e0b22371dc3950b',1,'apfel::P1polps::Regular()'],['../classapfel_1_1P1polqg.html#af6d34179abd8326ad660aabe512e156f',1,'apfel::P1polqg::Regular()'],['../classapfel_1_1P1polgq.html#aed65386672f48b0b24ce9d09e9419d53',1,'apfel::P1polgq::Regular()'],['../classapfel_1_1P1polgg.html#ab8dd57003fc1bba7788bf54e68db876e',1,'apfel::P1polgg::Regular()'],['../classapfel_1_1P2polps.html#a2f4765c570b3b546e84f502f613b72da',1,'apfel::P2polps::Regular()'],['../classapfel_1_1P2polqg.html#acababd93d35ac41971e1d034f21823ff',1,'apfel::P2polqg::Regular()'],['../classapfel_1_1P2polgq.html#a6b7d0cdcb53369e95d40246f0d09a0d8',1,'apfel::P2polgq::Regular()'],['../classapfel_1_1P2polgg.html#a2746e31619d8a956e544447b2c4397c8',1,'apfel::P2polgg::Regular()'],['../classapfel_1_1P0transns.html#a0c9d33a95899864314e9462c9040c55f',1,'apfel::P0transns::Regular()'],['../classapfel_1_1P1transnsp.html#a55ed864a6dbedd0bf1881ba61a522a9f',1,'apfel::P1transnsp::Regular()'],['../classapfel_1_1P1transnsm.html#af99ed14ded1addc2190b6aefa9336e17',1,'apfel::P1transnsm::Regular()'],['../classapfel_1_1P0Ttransns.html#abf87b7d8fc5d95d9fc673b7fefd79f8c',1,'apfel::P0Ttransns::Regular()'],['../classapfel_1_1P1Ttransnsp.html#ae98624fc83558855853373e4feaaad0a',1,'apfel::P1Ttransnsp::Regular()'],['../classapfel_1_1P1Ttransnsm.html#a8ef8439ada90efb3bb945c5f9cef2945',1,'apfel::P1Ttransnsm::Regular()'],['../classapfel_1_1P0ns.html#ab0ec9fc9be825738fd8f8c981dbb689d',1,'apfel::P0ns::Regular()'],['../classapfel_1_1P0qg.html#a1d8603b5f31361248eaa55b821a294ee',1,'apfel::P0qg::Regular()'],['../classapfel_1_1P0gq.html#a6e0b4396abe227802b9b93247aacfe25',1,'apfel::P0gq::Regular()'],['../classapfel_1_1P0gg.html#adcc90f440a539a9b553cbf5c492d7467',1,'apfel::P0gg::Regular()'],['../classapfel_1_1P1nsp.html#aba374b4ab1cfca9136558012aba29220',1,'apfel::P1nsp::Regular()'],['../classapfel_1_1P1nsm.html#abd2a4d790fc5cc70671ee126487ac2dc',1,'apfel::P1nsm::Regular()'],['../classapfel_1_1P1ps.html#aec387e6d11dfc7b7be7f403a446096e7',1,'apfel::P1ps::Regular()'],['../classapfel_1_1P1qg.html#a5af6db455cf21d95dd6917a4083d014a',1,'apfel::P1qg::Regular()'],['../classapfel_1_1P1gq.html#a8e082469bf488a6ce8802c9446504772',1,'apfel::P1gq::Regular()'],['../classapfel_1_1P1gg.html#ab2df484efff81485c420728757ff2e6c',1,'apfel::P1gg::Regular()'],['../classapfel_1_1P2nsp.html#a895df2b9c9e528d27572b4b05c5d7556',1,'apfel::P2nsp::Regular()'],['../classapfel_1_1P2nsm.html#a6ea669d865f6bf3b80df8b3f47c83085',1,'apfel::P2nsm::Regular()'],['../classapfel_1_1P2nss.html#abdebd25c40b21da7e6a189469a265971',1,'apfel::P2nss::Regular()'],['../classapfel_1_1P2ps.html#a427b782fdc4ae9de2d10738442177b08',1,'apfel::P2ps::Regular()'],['../classapfel_1_1P2qg.html#ad6231d8065f79349c5bc7156e902747e',1,'apfel::P2qg::Regular()'],['../classapfel_1_1P2gq.html#ac0a7e7613c4d19f4b0ffb32ce8432ca0',1,'apfel::P2gq::Regular()'],['../classapfel_1_1P2gg.html#a74c5717d6a8498b09d1d94377ce01616',1,'apfel::P2gg::Regular()'],['../classapfel_1_1P3nsp.html#aff3e8f4c6ff0b53bcc4cd585a39b553e',1,'apfel::P3nsp::Regular()'],['../classapfel_1_1P3nsm.html#aa45f5547665d1ae3b24b5e81837e96fe',1,'apfel::P3nsm::Regular()'],['../classapfel_1_1P3nss.html#acc46a5dcce3884f081aa8e9ba21bec2f',1,'apfel::P3nss::Regular()'],['../classapfel_1_1P0Tns.html#ac335f19df482774cf930aa0838296ad3',1,'apfel::P0Tns::Regular()'],['../classapfel_1_1P0Tqg.html#ad27c03c51a0a27e8a83ea956164f0bb0',1,'apfel::P0Tqg::Regular()'],['../classapfel_1_1P0Tgq.html#a7b71414e946601714c9de3730876c33b',1,'apfel::P0Tgq::Regular()'],['../classapfel_1_1P0Tgg.html#a8548ecad9a53da3d69e5e6fb4ade7f95',1,'apfel::P0Tgg::Regular()'],['../classapfel_1_1P1Tnsp.html#a0ff942dc668b9e577bc52e8698a1e3f0',1,'apfel::P1Tnsp::Regular()'],['../classapfel_1_1P1Tnsm.html#afaab740b9333d48d79bba58ec6d6f9f9',1,'apfel::P1Tnsm::Regular()'],['../classapfel_1_1P1Tps.html#a7ad4f2f33cb79eecfb98f41e4deda2ba',1,'apfel::P1Tps::Regular()'],['../classapfel_1_1P1Tqg.html#a4e616f250cfdf0b54ade91991562c158',1,'apfel::P1Tqg::Regular()'],['../classapfel_1_1P1Tgq.html#a8efd97457f356285c5fff3543955731b',1,'apfel::P1Tgq::Regular()'],['../classapfel_1_1P1Tgg.html#af47a0a2ce45ba842c31e3c8cba825c54',1,'apfel::P1Tgg::Regular()'],['../classapfel_1_1P2Tnsp.html#af2e8f411677a664da9697bbb120789b9',1,'apfel::P2Tnsp::Regular()'],['../classapfel_1_1P2Tnsm.html#a40d2d23610ad06fa68d8c2562d13351f',1,'apfel::P2Tnsm::Regular()'],['../classapfel_1_1P2Tnss.html#ab05adbecaeffab08a9628c4040d6ba38',1,'apfel::P2Tnss::Regular()'],['../classapfel_1_1P2Tps.html#a0aa49ae91e421b5a532d31a3c62e1d2b',1,'apfel::P2Tps::Regular()'],['../classapfel_1_1P2Tqg.html#acd2c7172cbf7db56a546838a1a933806',1,'apfel::P2Tqg::Regular()'],['../classapfel_1_1P2Tgq.html#a36790bd28846ef90b4c377a5de35c560',1,'apfel::P2Tgq::Regular()'],['../classapfel_1_1P2Tgg.html#a69f00004dd60c15032a92ffb7d6cd02e',1,'apfel::P2Tgg::Regular()'],['../classapfel_1_1G41ns.html#a4e2d29b2e98cfcb8be33f504f39b2046',1,'apfel::G41ns::Regular()'],['../classapfel_1_1GL1ns.html#a40cfb87f712ec65bd05d7335cfaf4354',1,'apfel::GL1ns::Regular()'],['../classapfel_1_1G11ns.html#adad2abeadda4deac3fd1c2a0c27dcf4f',1,'apfel::G11ns::Regular()'],['../classapfel_1_1G11g.html#acf36dc2f74af755796327f7a12619a86',1,'apfel::G11g::Regular()'],['../classapfel_1_1C21ns.html#a487dd06fc02e69cd3ad58efcfe0b6518',1,'apfel::C21ns::Regular()'],['../classapfel_1_1C21g.html#a14219155cfc53004478c738c73533057',1,'apfel::C21g::Regular()'],['../classapfel_1_1CL1ns.html#a627221728c455c967a1fd1ae324983af',1,'apfel::CL1ns::Regular()'],['../classapfel_1_1CL1g.html#a2352945aae9d96f560e158d83b5ca384',1,'apfel::CL1g::Regular()'],['../classapfel_1_1C31ns.html#afabb31e809a0ab7a66e01ce57c9ed88a',1,'apfel::C31ns::Regular()'],['../classapfel_1_1C22nsp.html#a79d9e88d0d98d62b5f8b567f75513164',1,'apfel::C22nsp::Regular()'],['../classapfel_1_1C22nsm.html#a1f717bffa121131243c0082b2a51e503',1,'apfel::C22nsm::Regular()'],['../classapfel_1_1C22ps.html#a3df65309526ac7287d5881535ecac835',1,'apfel::C22ps::Regular()'],['../classapfel_1_1C22g.html#ac9f08db20fbbce8b32e8345ae8727341',1,'apfel::C22g::Regular()'],['../classapfel_1_1CL2nsp.html#a025da294837617d2a235e9cde50fb38c',1,'apfel::CL2nsp::Regular()'],['../classapfel_1_1CL2nsm.html#a73f29dbaae4da586b8748cd4b9a084d9',1,'apfel::CL2nsm::Regular()'],['../classapfel_1_1CL2ps.html#a78948f29f19b9beed4846376f880b34c',1,'apfel::CL2ps::Regular()'],['../classapfel_1_1CL2g.html#a90425ef800bbcc6ca0b333a2f207059b',1,'apfel::CL2g::Regular()'],['../classapfel_1_1C32nsp.html#a4b00cbe9bd450ede6e2aaa637339e397',1,'apfel::C32nsp::Regular()'],['../classapfel_1_1C32nsm.html#a7e876339f091ed3a32ce34450816fe78',1,'apfel::C32nsm::Regular()'],['../classapfel_1_1C21Tns.html#a4c59417042e02d71488daf3e3eb1054c',1,'apfel::C21Tns::Regular()'],['../classapfel_1_1C21Tg.html#ad9057dcb7180728db20d03615a137eae',1,'apfel::C21Tg::Regular()'],['../classapfel_1_1CL1Tns.html#ad106ca1d155ed6ddef67b6d698eba1de',1,'apfel::CL1Tns::Regular()'],['../classapfel_1_1CL1Tg.html#a5c2cd73004d32d83f6973ed410d0f561',1,'apfel::CL1Tg::Regular()'],['../classapfel_1_1C31Tns.html#a07656fa9aa51b919a85ba2d723eedb52',1,'apfel::C31Tns::Regular()'],['../classapfel_1_1C22Tnsp.html#a0c4f36059fd3bde97ac4a5abc89e452c',1,'apfel::C22Tnsp::Regular()'],['../classapfel_1_1C22Tps.html#a82c63c779efd517d9382a5621055d397',1,'apfel::C22Tps::Regular()'],['../classapfel_1_1C22Tg.html#af3bb6cdaa930c045691a84dbc27583cc',1,'apfel::C22Tg::Regular()'],['../classapfel_1_1CL2Tnsp.html#aae6929ae2c80f7bd056ae041777815be',1,'apfel::CL2Tnsp::Regular()'],['../classapfel_1_1CL2Tps.html#ad6c5a1eca8d0f0a2f6ec6c048525bae5',1,'apfel::CL2Tps::Regular()'],['../classapfel_1_1CL2Tg.html#a4b427dad17d4fd462adc73318e28ec6f',1,'apfel::CL2Tg::Regular()'],['../classapfel_1_1C32Tnsp.html#a3ebd80615d9dd89520aa8b3b1b5c7744',1,'apfel::C32Tnsp::Regular()']]], - ['renfacratio_711',['RenFacRatio',['../structapfel_1_1EvolutionSetup.html#acce8fce3daa9d217a4183df7a448083f',1,'apfel::EvolutionSetup']]], - ['report_712',['report',['../namespaceapfel.html#a62f83f74838eef98fea91291a962741d',1,'apfel']]], - ['reportsetup_713',['ReportSetup',['../classapfel_1_1InitialiseEvolution.html#ae1793ecd0c6157cb55cb9caf2cfe80c2',1,'apfel::InitialiseEvolution']]], - ['resize_714',['resize',['../classapfel_1_1ExtendedVector.html#a46b0e7e436210c1305319a3e6a5d9156',1,'apfel::ExtendedVector::resize()'],['../classapfel_1_1matrix.html#acdf1bf466b42a73833b71dbabdabeedc',1,'apfel::matrix::resize()']]], - ['reverse_5fiterator_715',['reverse_iterator',['../classarray_3_01size__t_00_012_01_4_1_1reverse__iterator.html',1,'std::array< size_t, 2 >::reverse_iterator'],['../classbasic__string_3_01char_01_4_1_1reverse__iterator.html',1,'std::basic_string< char >::reverse_iterator'],['../classbasic__string_3_01char16__t_01_4_1_1reverse__iterator.html',1,'std::basic_string< char16_t >::reverse_iterator'],['../classbasic__string_3_01char32__t_01_4_1_1reverse__iterator.html',1,'std::basic_string< char32_t >::reverse_iterator'],['../classbasic__string_3_01char8__t_01_4_1_1reverse__iterator.html',1,'std::basic_string< char8_t >::reverse_iterator'],['../classbasic__string_3_01wchar__t_01_4_1_1reverse__iterator.html',1,'std::basic_string< wchar_t >::reverse_iterator'],['../classbasic__string__view_3_01char_01_4_1_1reverse__iterator.html',1,'std::basic_string_view< char >::reverse_iterator'],['../classbasic__string__view_3_01char16__t_01_4_1_1reverse__iterator.html',1,'std::basic_string_view< char16_t >::reverse_iterator'],['../classbasic__string__view_3_01char32__t_01_4_1_1reverse__iterator.html',1,'std::basic_string_view< char32_t >::reverse_iterator'],['../classbasic__string__view_3_01char8__t_01_4_1_1reverse__iterator.html',1,'std::basic_string_view< char8_t >::reverse_iterator'],['../classbasic__string__view_3_01wchar__t_01_4_1_1reverse__iterator.html',1,'std::basic_string_view< wchar_t >::reverse_iterator'],['../classmap_3_01double_00_01std_1_1map_3_01int_00_01apfel_1_1LHKnotArray_01_4_01_4_1_1reverse__iterator.html',1,'std::map< double, std::map< int, apfel::LHKnotArray > >::reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1ConvolutionMap_01_4_1_1reverse__iterator.html',1,'std::map< int, apfel::ConvolutionMap >::reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1DglapObjects_01_4_1_1reverse__iterator.html',1,'std::map< int, apfel::DglapObjects >::reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1Operator_01_4_1_1reverse__iterator.html',1,'std::map< int, apfel::Operator >::reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1reverse__iterator.html',1,'std::map< int, apfel::Set< apfel::Operator > >::reverse_iterator'],['../classmap_3_01int_00_01double_01_4_1_1reverse__iterator.html',1,'std::map< int, double >::reverse_iterator'],['../classmap_3_01int_00_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1reverse__iterator.html',1,'std::map< int, std::pair< int, int > >::reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_01_4_1_1reverse__iterator.html',1,'std::map< int, std::vector< apfel::ConvolutionMap::rule > >::reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_01_4_1_1reverse__iterator.html',1,'std::map< int, std::vector< apfel::Set< apfel::Operator > > >::reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01double_01_4_01_4_1_1reverse__iterator.html',1,'std::map< int, std::vector< double > >::reverse_iterator'],['../classmap_3_01int_00_01T_01_4_1_1reverse__iterator.html',1,'std::map< int, T >::reverse_iterator'],['../classmap_3_01std_1_1string_00_01std_1_1map_3_01int_00_01double_01_4_01_4_1_1reverse__iterator.html',1,'std::map< std::string, std::map< int, double > >::reverse_iterator'],['../classvector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::ConvolutionMap::rule >::reverse_iterator'],['../classvector_3_01apfel_1_1EvolutionSetup_1_1GridParameters_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::EvolutionSetup::GridParameters >::reverse_iterator'],['../classvector_3_01apfel_1_1ExtendedVector_3_01double_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::ExtendedVector< double > >::reverse_iterator'],['../classvector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::Set< apfel::Operator > >::reverse_iterator'],['../classvector_3_01apfel_1_1SubGrid_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::SubGrid >::reverse_iterator'],['../classvector_3_01apfel_1_1term_3_01T_00_01T_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::term< T, T > >::reverse_iterator'],['../classvector_3_01double_01_4_1_1reverse__iterator.html',1,'std::vector< double >::reverse_iterator'],['../classvector_3_01int_01_4_1_1reverse__iterator.html',1,'std::vector< int >::reverse_iterator'],['../classvector_3_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< std::pair< int, int > >::reverse_iterator'],['../classvector_3_01std_1_1vector_3_01double_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< std::vector< double > >::reverse_iterator'],['../classvector_3_01std_1_1vector_3_01int_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< std::vector< int > >::reverse_iterator']]], - ['rk1_716',['rk1',['../namespaceapfel.html#a825d60d65a4d5defeaacf6bf0c63aed0',1,'apfel']]], - ['rk4_717',['rk4',['../namespaceapfel.html#a05570e0782ff69b5ea545dec32e25a79',1,'apfel']]], - ['rotations_2eh_718',['rotations.h',['../rotations_8h.html',1,'']]], - ['rotphystoqcdev_719',['RotPhysToQCDEv',['../namespaceapfel.html#a6418419e3f1b9d048265a8dd89bc323b',1,'apfel']]], - ['rotphystoqcdevfull_720',['RotPhysToQCDEvFull',['../namespaceapfel.html#a8a795b13251f5b660156b521f5ad6cf5',1,'apfel']]], - ['rotqcdevtophys_721',['RotQCDEvToPhys',['../namespaceapfel.html#ac8d9079ba80f60896850b527fee1c74b',1,'apfel']]], - ['rotqcdevtophysfull_722',['RotQCDEvToPhysFull',['../namespaceapfel.html#a762f84c466d2a6e299d13d0ac7847eeb',1,'apfel']]], - ['rule_723',['rule',['../structapfel_1_1ConvolutionMap_1_1rule.html',1,'apfel::ConvolutionMap']]] + ['readme_2emd_702',['README.md',['../README_8md.html',1,'']]], + ['recurrent_20expressions_703',['Recurrent expressions',['../group__RecExprs.html',1,'']]], + ['regular_704',['Regular',['../classapfel_1_1P0polgg.html#a8a329b3bc7d234a2bf95757e943243ac',1,'apfel::P0polgg::Regular()'],['../classapfel_1_1Expression.html#aef54ac003702b1cc7d2d573c484d76a1',1,'apfel::Expression::Regular()'],['../classapfel_1_1Pgpd0ns.html#af0ba12536e8300f7141badb47376a703',1,'apfel::Pgpd0ns::Regular()'],['../classapfel_1_1Pgpd0qq.html#a2cc6224fb9a76a5b8a3b266bb60133c7',1,'apfel::Pgpd0qq::Regular()'],['../classapfel_1_1Pgpd0qg.html#a8d3a4c254653a3e0634b0330d7ad90cd',1,'apfel::Pgpd0qg::Regular()'],['../classapfel_1_1Pgpd0gq.html#a975466342c980795ea26cda08f8803ec',1,'apfel::Pgpd0gq::Regular()'],['../classapfel_1_1Pgpd0gg.html#a1cc9cc037a7fd9cb9d6398ab95d288d7',1,'apfel::Pgpd0gg::Regular()'],['../classapfel_1_1Cm21gNC.html#af1089a515c17a9ab3c0409da1badd29a',1,'apfel::Cm21gNC::Regular()'],['../classapfel_1_1CmL1gNC.html#a40460ff0bcb6ce902f318544c935ce78',1,'apfel::CmL1gNC::Regular()'],['../classapfel_1_1Cm22nsNC.html#a563415ba4e88c337eac67bd9505df3d6',1,'apfel::Cm22nsNC::Regular()'],['../classapfel_1_1CmL2nsNC.html#a81511e34025125540d747d640fa4d95a',1,'apfel::CmL2nsNC::Regular()'],['../classapfel_1_1Cm22gNC.html#a493870b97bab0ec54db28e0983c0ddda',1,'apfel::Cm22gNC::Regular()'],['../classapfel_1_1CmL2gNC.html#a4d997da52af43515d86ad0d569df09df',1,'apfel::CmL2gNC::Regular()'],['../classapfel_1_1Cm22psNC.html#ad7fcab22c9728be5a012f4027400ee2d',1,'apfel::Cm22psNC::Regular()'],['../classapfel_1_1CmL2psNC.html#a82de2a9fea6e3b46c586b85c0acaadc9',1,'apfel::CmL2psNC::Regular()'],['../classapfel_1_1Cm22bargNC.html#a9e0ec9c378687a501c827d48fe4c62f7',1,'apfel::Cm22bargNC::Regular()'],['../classapfel_1_1CmL2bargNC.html#ab55be2b321344847bec82ba2268d2341',1,'apfel::CmL2bargNC::Regular()'],['../classapfel_1_1Cm22barpsNC.html#a40f01bed4a8866824c55d424cf2727ed',1,'apfel::Cm22barpsNC::Regular()'],['../classapfel_1_1CmL2barpsNC.html#ae3683c2df320c3a50546c8bc3e8ed647',1,'apfel::CmL2barpsNC::Regular()'],['../classapfel_1_1Cm021gNC__c.html#a20166f4edfae9d7c8f0381ee58aabd42',1,'apfel::Cm021gNC_c::Regular()'],['../classapfel_1_1Cm021gNC__l.html#a83f936f0eaec42b585c299b30c973af3',1,'apfel::Cm021gNC_l::Regular()'],['../classapfel_1_1Cm0L1gNC__c.html#a8e796f53c991814fe78d8d4445a74332',1,'apfel::Cm0L1gNC_c::Regular()'],['../classapfel_1_1Cm022nsNC__c.html#a68e3855662f819959672b250d7e62ea0',1,'apfel::Cm022nsNC_c::Regular()'],['../classapfel_1_1Cm022nsNC__l.html#a44ec3f35a014e5f7c7834cddd5ceff70',1,'apfel::Cm022nsNC_l::Regular()'],['../classapfel_1_1Cm022nsNC__l2.html#a6c6064ea2e528320d9ff6bcaa940138f',1,'apfel::Cm022nsNC_l2::Regular()'],['../classapfel_1_1Cm0L2nsNC__c.html#ae2d6495bdddb3f9c2123fe1221375721',1,'apfel::Cm0L2nsNC_c::Regular()'],['../classapfel_1_1Cm0L2nsNC__l.html#ac4e2a74d07f08bf78166accb87adc5be',1,'apfel::Cm0L2nsNC_l::Regular()'],['../classapfel_1_1Cm022psNC__c.html#a90481fa2b6dc8a5922ef35e8a911afdf',1,'apfel::Cm022psNC_c::Regular()'],['../classapfel_1_1Cm022psNC__l.html#aff78e9fbf6d78d216e78c4613f244928',1,'apfel::Cm022psNC_l::Regular()'],['../classapfel_1_1Cm022psNC__l2.html#a76087b54fd1740a128984e136c9219ad',1,'apfel::Cm022psNC_l2::Regular()'],['../classapfel_1_1Cm022psNC__f.html#acda0a11f0005acb85a9c7f9855a8aa02',1,'apfel::Cm022psNC_f::Regular()'],['../classapfel_1_1Cm022psNC__lf.html#a6170b38a7aa3a99854e8c35f6aaf6e7d',1,'apfel::Cm022psNC_lf::Regular()'],['../classapfel_1_1Cm0L2psNC__c.html#a36e2cf1c716e66a05f73817f354516b0',1,'apfel::Cm0L2psNC_c::Regular()'],['../classapfel_1_1Cm0L2psNC__l.html#ab6e259a9396dd72e898b04740d859f60',1,'apfel::Cm0L2psNC_l::Regular()'],['../classapfel_1_1Cm0L2psNC__f.html#a1153459355a62052c892bd8a7e008ca9',1,'apfel::Cm0L2psNC_f::Regular()'],['../classapfel_1_1Cm022gNC__c.html#ad5ff081d52c72160fd3e664a2dbff124',1,'apfel::Cm022gNC_c::Regular()'],['../classapfel_1_1Cm022gNC__l.html#aa0f160281735bc6c7732a9998dff9706',1,'apfel::Cm022gNC_l::Regular()'],['../classapfel_1_1Cm022gNC__l2.html#a602d862ca15c5d3db95ce7ac31c602e5',1,'apfel::Cm022gNC_l2::Regular()'],['../classapfel_1_1Cm022gNC__f.html#a435343b76e3bbe9701e6966a9f1f11a9',1,'apfel::Cm022gNC_f::Regular()'],['../classapfel_1_1Cm022gNC__lf.html#a08e56e55750ceaeced8bc791f62f8670',1,'apfel::Cm022gNC_lf::Regular()'],['../classapfel_1_1Cm0L2gNC__c.html#aa8e5fe220f6a16be0a4411f670fcb236',1,'apfel::Cm0L2gNC_c::Regular()'],['../classapfel_1_1Cm0L2gNC__l.html#a9475691266cdb8215f83edce1154475b',1,'apfel::Cm0L2gNC_l::Regular()'],['../classapfel_1_1Cm0L2gNC__f.html#af146181555af6c0378a5fa81cc8882c9',1,'apfel::Cm0L2gNC_f::Regular()'],['../classapfel_1_1AS1Hg__L.html#a146233bf6f895aa5293dc40442fd291c',1,'apfel::AS1Hg_L::Regular()'],['../classapfel_1_1AS1gH__L.html#a307c253ee6760c5447e2e7c3cca2d5a4',1,'apfel::AS1gH_L::Regular()'],['../classapfel_1_1AS1gH__0.html#aa3ec3b449086ce24bad580a0019f48ce',1,'apfel::AS1gH_0::Regular()'],['../classapfel_1_1APS2Hq__0.html#aea00d098ee9d0168e036f4a2ce90c126',1,'apfel::APS2Hq_0::Regular()'],['../classapfel_1_1APS2Hq__L.html#a253eb9ad026e1cd3c00e05005d933bad',1,'apfel::APS2Hq_L::Regular()'],['../classapfel_1_1APS2Hq__L2.html#aa23cbcdec4abb5990ad79b7bd62cfc84',1,'apfel::APS2Hq_L2::Regular()'],['../classapfel_1_1AS2Hg__0.html#a330d9eb6ccac13eeea38fc37f978771a',1,'apfel::AS2Hg_0::Regular()'],['../classapfel_1_1AS2Hg__L.html#ad0eb3c104148a7cb9a9a71ed28be6632',1,'apfel::AS2Hg_L::Regular()'],['../classapfel_1_1AS2Hg__L2.html#a0eed281ed350b3c76359e1ed6dfa60d3',1,'apfel::AS2Hg_L2::Regular()'],['../classapfel_1_1ANS2qqH__0.html#aa74b903cb7d8e48a264ca62bb2a20aa6',1,'apfel::ANS2qqH_0::Regular()'],['../classapfel_1_1ANS2qqH__L.html#a284efc62e4d2177cb6a38620cb287d9f',1,'apfel::ANS2qqH_L::Regular()'],['../classapfel_1_1ANS2qqH__L2.html#a74b85c3590b7cb899cda66cefd0c8b6c',1,'apfel::ANS2qqH_L2::Regular()'],['../classapfel_1_1AS2gqH__0.html#ae336b9d4b42aa7084f362293476ded60',1,'apfel::AS2gqH_0::Regular()'],['../classapfel_1_1AS2gqH__L.html#a015d7466bf975d004394aeb1c274723e',1,'apfel::AS2gqH_L::Regular()'],['../classapfel_1_1AS2gqH__L2.html#a0a6de24270f302d26348a4de98caffa4',1,'apfel::AS2gqH_L2::Regular()'],['../classapfel_1_1AS2ggH__0.html#abe9a9b1f11712ec5596639102cc73e57',1,'apfel::AS2ggH_0::Regular()'],['../classapfel_1_1AS2ggH__L.html#acafe353dbd659a568c780267a698d33e',1,'apfel::AS2ggH_L::Regular()'],['../classapfel_1_1AS2ggH__L2.html#ab3361d2750ade39332459c5ba727e3f1',1,'apfel::AS2ggH_L2::Regular()'],['../classapfel_1_1ATS1Hg__0.html#a0205a7b90dea0d794ae4da30efb6f59f',1,'apfel::ATS1Hg_0::Regular()'],['../classapfel_1_1ATS1Hg__L.html#a71b8914b8c3921899480716001518a15',1,'apfel::ATS1Hg_L::Regular()'],['../classapfel_1_1ATS1gH__L.html#aca9113e84e98abc8179404f5b0734d26',1,'apfel::ATS1gH_L::Regular()'],['../classapfel_1_1C1nsff.html#a2052aaa7e9554f3a1541df7f29da90c8',1,'apfel::C1nsff::Regular()'],['../classapfel_1_1C1qgff.html#a24c2007129110daf00f4593a004f09fb',1,'apfel::C1qgff::Regular()'],['../classapfel_1_1C1gqff.html#a97401f178314361b0a7737154bbb410a',1,'apfel::C1gqff::Regular()'],['../classapfel_1_1C1ggff.html#abbac3ea5d6f8fb169418474e8fb7d0dc',1,'apfel::C1ggff::Regular()'],['../classapfel_1_1C2Vqqff.html#af7b6ad89eb6058330fc2dd8a666b0a1e',1,'apfel::C2Vqqff::Regular()'],['../classapfel_1_1C2Vqqbff.html#a27570ab98d0dd604464b86044bc6895a',1,'apfel::C2Vqqbff::Regular()'],['../classapfel_1_1C2psff.html#a21654c501c2b756d2df868f3a0c59c4b',1,'apfel::C2psff::Regular()'],['../classapfel_1_1C2qgff.html#ab3294ba741b418bea8a9f5b4344832a5',1,'apfel::C2qgff::Regular()'],['../classapfel_1_1C2gqff.html#a55d22f57c33677ac204fc5e7ff04738f',1,'apfel::C2gqff::Regular()'],['../classapfel_1_1C2ggff.html#a75032213c45256441fc7103a05a7bc1c',1,'apfel::C2ggff::Regular()'],['../classapfel_1_1C1nspdf.html#ab2435839fb2fc9ef114e08ed7769b371',1,'apfel::C1nspdf::Regular()'],['../classapfel_1_1C1qgpdf.html#a4cdf387d77a4d13c6cf6b2aa4c006d55',1,'apfel::C1qgpdf::Regular()'],['../classapfel_1_1C1gqpdf.html#af88e820100a19b4851e39822c6fb1f4d',1,'apfel::C1gqpdf::Regular()'],['../classapfel_1_1C2Vqqpdf.html#ad35c917e519ef49fd0a097a824330030',1,'apfel::C2Vqqpdf::Regular()'],['../classapfel_1_1C2Vqqbpdf.html#aa981baa6264e631f68b5602ac4c078f0',1,'apfel::C2Vqqbpdf::Regular()'],['../classapfel_1_1C2pspdf.html#af4bdbcc4a5adad68549f780a21774d2c',1,'apfel::C2pspdf::Regular()'],['../classapfel_1_1C2qgpdf.html#a848090038e4e7fdfeb5dae8852430fa3',1,'apfel::C2qgpdf::Regular()'],['../classapfel_1_1C2gqpdf.html#ac12449de62ab405582e689ddf7c5f0ae',1,'apfel::C2gqpdf::Regular()'],['../classapfel_1_1C2ggpdf.html#af03da2a0da70dc8852264e403eac5067',1,'apfel::C2ggpdf::Regular()'],['../classapfel_1_1C3Vqqpdf.html#aaee5ceb9798f384324185bf95a0c3688',1,'apfel::C3Vqqpdf::Regular()'],['../classapfel_1_1C3Vqqbpdf.html#aa10dc1081e80c3134d7f8c1572600d34',1,'apfel::C3Vqqbpdf::Regular()'],['../classapfel_1_1C3pvpdf.html#a261607722e05d0bdef9f2ca31d081573',1,'apfel::C3pvpdf::Regular()'],['../classapfel_1_1C3pspdf.html#a9cef8fca7ad22dadebdabfebc64ba431',1,'apfel::C3pspdf::Regular()'],['../classapfel_1_1C3qgpdf.html#aff6274557d32406e22a8ace9a71ba773',1,'apfel::C3qgpdf::Regular()'],['../classapfel_1_1C1gqpdfBM.html#a97dcef3d3a9375adc0d47e1dc9b306b4',1,'apfel::C1gqpdfBM::Regular()'],['../classapfel_1_1C1ggpdfBM.html#ad77fa4fc7fc44a356fd1b67aa4ad7b9b',1,'apfel::C1ggpdfBM::Regular()'],['../classapfel_1_1P0polqg.html#abbad110ecb80c4e62c727e5864b6c834',1,'apfel::P0polqg::Regular()'],['../classapfel_1_1P0polgq.html#aee2c53a6f6f3b166da7a68f6e116b225',1,'apfel::P0polgq::Regular()'],['../classapfel_1_1C32Tnsp.html#a3ebd80615d9dd89520aa8b3b1b5c7744',1,'apfel::C32Tnsp::Regular()'],['../classapfel_1_1P1polps.html#a4169e81dc46ef6888e0b22371dc3950b',1,'apfel::P1polps::Regular()'],['../classapfel_1_1P1polqg.html#af6d34179abd8326ad660aabe512e156f',1,'apfel::P1polqg::Regular()'],['../classapfel_1_1P1polgq.html#aed65386672f48b0b24ce9d09e9419d53',1,'apfel::P1polgq::Regular()'],['../classapfel_1_1P1polgg.html#ab8dd57003fc1bba7788bf54e68db876e',1,'apfel::P1polgg::Regular()'],['../classapfel_1_1P2polps.html#a2f4765c570b3b546e84f502f613b72da',1,'apfel::P2polps::Regular()'],['../classapfel_1_1P2polqg.html#acababd93d35ac41971e1d034f21823ff',1,'apfel::P2polqg::Regular()'],['../classapfel_1_1P2polgq.html#a6b7d0cdcb53369e95d40246f0d09a0d8',1,'apfel::P2polgq::Regular()'],['../classapfel_1_1P2polgg.html#a2746e31619d8a956e544447b2c4397c8',1,'apfel::P2polgg::Regular()'],['../classapfel_1_1P0transns.html#a0c9d33a95899864314e9462c9040c55f',1,'apfel::P0transns::Regular()'],['../classapfel_1_1P1transnsp.html#a55ed864a6dbedd0bf1881ba61a522a9f',1,'apfel::P1transnsp::Regular()'],['../classapfel_1_1P1transnsm.html#af99ed14ded1addc2190b6aefa9336e17',1,'apfel::P1transnsm::Regular()'],['../classapfel_1_1P0Ttransns.html#abf87b7d8fc5d95d9fc673b7fefd79f8c',1,'apfel::P0Ttransns::Regular()'],['../classapfel_1_1P1Ttransnsp.html#ae98624fc83558855853373e4feaaad0a',1,'apfel::P1Ttransnsp::Regular()'],['../classapfel_1_1P1Ttransnsm.html#a8ef8439ada90efb3bb945c5f9cef2945',1,'apfel::P1Ttransnsm::Regular()'],['../classapfel_1_1P0ns.html#ab0ec9fc9be825738fd8f8c981dbb689d',1,'apfel::P0ns::Regular()'],['../classapfel_1_1P0qg.html#a1d8603b5f31361248eaa55b821a294ee',1,'apfel::P0qg::Regular()'],['../classapfel_1_1P0gq.html#a6e0b4396abe227802b9b93247aacfe25',1,'apfel::P0gq::Regular()'],['../classapfel_1_1P0gg.html#adcc90f440a539a9b553cbf5c492d7467',1,'apfel::P0gg::Regular()'],['../classapfel_1_1P1nsp.html#aba374b4ab1cfca9136558012aba29220',1,'apfel::P1nsp::Regular()'],['../classapfel_1_1P1nsm.html#abd2a4d790fc5cc70671ee126487ac2dc',1,'apfel::P1nsm::Regular()'],['../classapfel_1_1P1ps.html#aec387e6d11dfc7b7be7f403a446096e7',1,'apfel::P1ps::Regular()'],['../classapfel_1_1P1qg.html#a5af6db455cf21d95dd6917a4083d014a',1,'apfel::P1qg::Regular()'],['../classapfel_1_1P1gq.html#a8e082469bf488a6ce8802c9446504772',1,'apfel::P1gq::Regular()'],['../classapfel_1_1P1gg.html#ab2df484efff81485c420728757ff2e6c',1,'apfel::P1gg::Regular()'],['../classapfel_1_1P2nsp.html#a895df2b9c9e528d27572b4b05c5d7556',1,'apfel::P2nsp::Regular()'],['../classapfel_1_1P2nsm.html#a6ea669d865f6bf3b80df8b3f47c83085',1,'apfel::P2nsm::Regular()'],['../classapfel_1_1P2nss.html#abdebd25c40b21da7e6a189469a265971',1,'apfel::P2nss::Regular()'],['../classapfel_1_1P2ps.html#a427b782fdc4ae9de2d10738442177b08',1,'apfel::P2ps::Regular()'],['../classapfel_1_1P2qg.html#ad6231d8065f79349c5bc7156e902747e',1,'apfel::P2qg::Regular()'],['../classapfel_1_1P2gq.html#ac0a7e7613c4d19f4b0ffb32ce8432ca0',1,'apfel::P2gq::Regular()'],['../classapfel_1_1P2gg.html#a74c5717d6a8498b09d1d94377ce01616',1,'apfel::P2gg::Regular()'],['../classapfel_1_1P3nsp.html#aff3e8f4c6ff0b53bcc4cd585a39b553e',1,'apfel::P3nsp::Regular()'],['../classapfel_1_1P3nsm.html#aa45f5547665d1ae3b24b5e81837e96fe',1,'apfel::P3nsm::Regular()'],['../classapfel_1_1P3nss.html#acc46a5dcce3884f081aa8e9ba21bec2f',1,'apfel::P3nss::Regular()'],['../classapfel_1_1P0Tns.html#ac335f19df482774cf930aa0838296ad3',1,'apfel::P0Tns::Regular()'],['../classapfel_1_1P0Tqg.html#ad27c03c51a0a27e8a83ea956164f0bb0',1,'apfel::P0Tqg::Regular()'],['../classapfel_1_1P0Tgq.html#a7b71414e946601714c9de3730876c33b',1,'apfel::P0Tgq::Regular()'],['../classapfel_1_1P0Tgg.html#a8548ecad9a53da3d69e5e6fb4ade7f95',1,'apfel::P0Tgg::Regular()'],['../classapfel_1_1P1Tnsp.html#a0ff942dc668b9e577bc52e8698a1e3f0',1,'apfel::P1Tnsp::Regular()'],['../classapfel_1_1P1Tnsm.html#afaab740b9333d48d79bba58ec6d6f9f9',1,'apfel::P1Tnsm::Regular()'],['../classapfel_1_1P1Tps.html#a7ad4f2f33cb79eecfb98f41e4deda2ba',1,'apfel::P1Tps::Regular()'],['../classapfel_1_1P1Tqg.html#a4e616f250cfdf0b54ade91991562c158',1,'apfel::P1Tqg::Regular()'],['../classapfel_1_1P1Tgq.html#a8efd97457f356285c5fff3543955731b',1,'apfel::P1Tgq::Regular()'],['../classapfel_1_1P1Tgg.html#af47a0a2ce45ba842c31e3c8cba825c54',1,'apfel::P1Tgg::Regular()'],['../classapfel_1_1P2Tnsp.html#af2e8f411677a664da9697bbb120789b9',1,'apfel::P2Tnsp::Regular()'],['../classapfel_1_1P2Tnsm.html#a40d2d23610ad06fa68d8c2562d13351f',1,'apfel::P2Tnsm::Regular()'],['../classapfel_1_1P2Tnss.html#ab05adbecaeffab08a9628c4040d6ba38',1,'apfel::P2Tnss::Regular()'],['../classapfel_1_1P2Tps.html#a0aa49ae91e421b5a532d31a3c62e1d2b',1,'apfel::P2Tps::Regular()'],['../classapfel_1_1P2Tqg.html#acd2c7172cbf7db56a546838a1a933806',1,'apfel::P2Tqg::Regular()'],['../classapfel_1_1P2Tgq.html#a36790bd28846ef90b4c377a5de35c560',1,'apfel::P2Tgq::Regular()'],['../classapfel_1_1P2Tgg.html#a69f00004dd60c15032a92ffb7d6cd02e',1,'apfel::P2Tgg::Regular()'],['../classapfel_1_1G41ns.html#a4e2d29b2e98cfcb8be33f504f39b2046',1,'apfel::G41ns::Regular()'],['../classapfel_1_1GL1ns.html#a40cfb87f712ec65bd05d7335cfaf4354',1,'apfel::GL1ns::Regular()'],['../classapfel_1_1G11ns.html#adad2abeadda4deac3fd1c2a0c27dcf4f',1,'apfel::G11ns::Regular()'],['../classapfel_1_1G11g.html#acf36dc2f74af755796327f7a12619a86',1,'apfel::G11g::Regular()'],['../classapfel_1_1C21ns.html#a487dd06fc02e69cd3ad58efcfe0b6518',1,'apfel::C21ns::Regular()'],['../classapfel_1_1C21g.html#a14219155cfc53004478c738c73533057',1,'apfel::C21g::Regular()'],['../classapfel_1_1CL1ns.html#a627221728c455c967a1fd1ae324983af',1,'apfel::CL1ns::Regular()'],['../classapfel_1_1CL1g.html#a2352945aae9d96f560e158d83b5ca384',1,'apfel::CL1g::Regular()'],['../classapfel_1_1C31ns.html#afabb31e809a0ab7a66e01ce57c9ed88a',1,'apfel::C31ns::Regular()'],['../classapfel_1_1C22nsp.html#a79d9e88d0d98d62b5f8b567f75513164',1,'apfel::C22nsp::Regular()'],['../classapfel_1_1C22nsm.html#a1f717bffa121131243c0082b2a51e503',1,'apfel::C22nsm::Regular()'],['../classapfel_1_1C22ps.html#a3df65309526ac7287d5881535ecac835',1,'apfel::C22ps::Regular()'],['../classapfel_1_1C22g.html#ac9f08db20fbbce8b32e8345ae8727341',1,'apfel::C22g::Regular()'],['../classapfel_1_1CL2nsp.html#a025da294837617d2a235e9cde50fb38c',1,'apfel::CL2nsp::Regular()'],['../classapfel_1_1CL2nsm.html#a73f29dbaae4da586b8748cd4b9a084d9',1,'apfel::CL2nsm::Regular()'],['../classapfel_1_1CL2ps.html#a78948f29f19b9beed4846376f880b34c',1,'apfel::CL2ps::Regular()'],['../classapfel_1_1CL2g.html#a90425ef800bbcc6ca0b333a2f207059b',1,'apfel::CL2g::Regular()'],['../classapfel_1_1C32nsp.html#a4b00cbe9bd450ede6e2aaa637339e397',1,'apfel::C32nsp::Regular()'],['../classapfel_1_1C32nsm.html#a7e876339f091ed3a32ce34450816fe78',1,'apfel::C32nsm::Regular()'],['../classapfel_1_1C21Tns.html#a4c59417042e02d71488daf3e3eb1054c',1,'apfel::C21Tns::Regular()'],['../classapfel_1_1C21Tg.html#ad9057dcb7180728db20d03615a137eae',1,'apfel::C21Tg::Regular()'],['../classapfel_1_1CL1Tns.html#ad106ca1d155ed6ddef67b6d698eba1de',1,'apfel::CL1Tns::Regular()'],['../classapfel_1_1CL1Tg.html#a5c2cd73004d32d83f6973ed410d0f561',1,'apfel::CL1Tg::Regular()'],['../classapfel_1_1C31Tns.html#a07656fa9aa51b919a85ba2d723eedb52',1,'apfel::C31Tns::Regular()'],['../classapfel_1_1C22Tnsp.html#a0c4f36059fd3bde97ac4a5abc89e452c',1,'apfel::C22Tnsp::Regular()'],['../classapfel_1_1C22Tps.html#a82c63c779efd517d9382a5621055d397',1,'apfel::C22Tps::Regular()'],['../classapfel_1_1C22Tg.html#af3bb6cdaa930c045691a84dbc27583cc',1,'apfel::C22Tg::Regular()'],['../classapfel_1_1CL2Tnsp.html#aae6929ae2c80f7bd056ae041777815be',1,'apfel::CL2Tnsp::Regular()'],['../classapfel_1_1CL2Tps.html#ad6c5a1eca8d0f0a2f6ec6c048525bae5',1,'apfel::CL2Tps::Regular()'],['../classapfel_1_1CL2Tg.html#a4b427dad17d4fd462adc73318e28ec6f',1,'apfel::CL2Tg::Regular()']]], + ['renfacratio_705',['RenFacRatio',['../structapfel_1_1EvolutionSetup.html#acce8fce3daa9d217a4183df7a448083f',1,'apfel::EvolutionSetup']]], + ['report_706',['report',['../namespaceapfel.html#a62f83f74838eef98fea91291a962741d',1,'apfel']]], + ['reportsetup_707',['ReportSetup',['../classapfel_1_1InitialiseEvolution.html#ae1793ecd0c6157cb55cb9caf2cfe80c2',1,'apfel::InitialiseEvolution']]], + ['resize_708',['resize',['../classapfel_1_1ExtendedVector.html#a46b0e7e436210c1305319a3e6a5d9156',1,'apfel::ExtendedVector::resize()'],['../classapfel_1_1matrix.html#acdf1bf466b42a73833b71dbabdabeedc',1,'apfel::matrix::resize()']]], + ['rk1_709',['rk1',['../namespaceapfel.html#a825d60d65a4d5defeaacf6bf0c63aed0',1,'apfel']]], + ['rk4_710',['rk4',['../namespaceapfel.html#a05570e0782ff69b5ea545dec32e25a79',1,'apfel']]], + ['rotations_2eh_711',['rotations.h',['../rotations_8h.html',1,'']]], + ['rotphystoqcdev_712',['RotPhysToQCDEv',['../namespaceapfel.html#a6418419e3f1b9d048265a8dd89bc323b',1,'apfel']]], + ['rotphystoqcdevfull_713',['RotPhysToQCDEvFull',['../namespaceapfel.html#a8a795b13251f5b660156b521f5ad6cf5',1,'apfel']]], + ['rotqcdevtophys_714',['RotQCDEvToPhys',['../namespaceapfel.html#ac8d9079ba80f60896850b527fee1c74b',1,'apfel']]], + ['rotqcdevtophysfull_715',['RotQCDEvToPhysFull',['../namespaceapfel.html#a762f84c466d2a6e299d13d0ac7847eeb',1,'apfel']]], + ['rule_716',['rule',['../structapfel_1_1ConvolutionMap_1_1rule.html',1,'apfel::ConvolutionMap']]] ]; diff --git a/docs/html/search/all_13.html b/docs/html/search/all_13.html index 2a1e6add8..51172c2f3 100644 --- a/docs/html/search/all_13.html +++ b/docs/html/search/all_13.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_13.js b/docs/html/search/all_13.js index 9f7140bc6..1a45730e4 100644 --- a/docs/html/search/all_13.js +++ b/docs/html/search/all_13.js @@ -1,43 +1,45 @@ var searchData= [ - ['space_2dlike_20matching_20conditions_724',['Space-like matching conditions',['../group__MatchCond.html',1,'']]], - ['set_725',['Set',['../classapfel_1_1Set.html',1,'apfel::Set< T >'],['../classapfel_1_1Set.html#a306c665cf4ed9b77a9633ffd877aeaa3',1,'apfel::Set::Set(ConvolutionMap const &Map=ConvolutionMap{"UNDEFINED"}, std::map< int, T > const &in=std::map< int, T > {})'],['../classapfel_1_1Set.html#a952533c20a412c1946f0e5090f7eccf0',1,'apfel::Set::Set(std::map< int, T > const &in)']]], - ['set_2eh_726',['set.h',['../set_8h.html',1,'']]], - ['set_3c_20apfel_3a_3aoperator_20_3e_727',['Set< apfel::Operator >',['../classapfel_1_1Set.html',1,'apfel']]], - ['setexternalvariable_728',['SetExternalVariable',['../classapfel_1_1Expression.html#af959cfade2e38ffd122112eab748d8ef',1,'apfel::Expression']]], - ['setinitialdistributions_729',['SetInitialDistributions',['../classapfel_1_1Dglap.html#a19ef0f9a007856ba1bd46f07dea5f93a',1,'apfel::Dglap::SetInitialDistributions(std::function< double(int const &, double const &)> const &InDistFunc)'],['../classapfel_1_1Dglap.html#a04933fdfd995c4c3efd63bd5d18729de',1,'apfel::Dglap::SetInitialDistributions(std::function< std::map< int, double >(double const &)> const &InDistFunc)'],['../classapfel_1_1Dglap.html#a67f9c5ca05164c1ea2804341de2bced8',1,'apfel::Dglap::SetInitialDistributions(std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &mu)']]], - ['setjointgrid_730',['SetJointGrid',['../classapfel_1_1Distribution.html#a66c033d0c916523ea0f75f16c09985f8',1,'apfel::Distribution']]], - ['setmap_731',['SetMap',['../classapfel_1_1Set.html#ac2b7cfa13e427b34727d36c9ba28feb1',1,'apfel::Set']]], - ['setmuref_732',['SetMuRef',['../classapfel_1_1MatchedEvolution.html#ae2bc1b1ea399fbba5009fb720aab159d',1,'apfel::MatchedEvolution']]], - ['setnumberofsteps_733',['SetNumberOfSteps',['../classapfel_1_1MatchedEvolution.html#ad60d84335c8dc3b8328a4ca4dfc7174d',1,'apfel::MatchedEvolution']]], - ['setobjectref_734',['SetObjectRef',['../classapfel_1_1MatchedEvolution.html#a4f9d5b0c8947a2aab79ecd3f04495485',1,'apfel::MatchedEvolution']]], - ['setobjects_735',['SetObjects',['../classapfel_1_1Observable.html#acb35497758b18f38416cfc28be4056ed',1,'apfel::Observable::SetObjects()'],['../classapfel_1_1Set.html#a7b3aa798e80a7b08b52ac7e2fe5e5347',1,'apfel::Set::SetObjects()']]], - ['setrules_736',['SetRules',['../classapfel_1_1ConvolutionMap.html#af19748a541aed7760c0edf5960ecf172',1,'apfel::ConvolutionMap']]], - ['setsubgrid_737',['SetSubGrid',['../classapfel_1_1Distribution.html#a3069e9152cabf4d463773b698fd8d323',1,'apfel::Distribution']]], - ['setverbositylevel_738',['SetVerbosityLevel',['../namespaceapfel.html#a98ed5a19c9415624721b81f46f1f1afa',1,'apfel']]], - ['sigma_739',['SIGMA',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da45c131a31d2d2000bc2d809a6ad0d416',1,'apfel::DISNCBasis::SIGMA()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a3c1dac35b4f55c6edeaf09481a1e3318',1,'apfel::DISCCBasis::SIGMA()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169abad7ee5de0d480ed79d1248f879deb9c',1,'apfel::EvolutionBasisQCD::SIGMA()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aed23e22ca1d4730590230ec71cec699f',1,'apfel::MatchingBasisQCD::SIGMA()']]], - ['sin2thetaw_740',['Sin2ThetaW',['../group__PhysConstants.html#ga9af859b43ff57c36612f5da5d4591bdc',1,'apfel']]], - ['singular_741',['Singular',['../classapfel_1_1Expression.html#ac5e2173392700a61ec15959412d1f2f3',1,'apfel::Expression::Singular()'],['../classapfel_1_1Pgpd0nsDGLAP.html#ac9db7c37d7a19aabf689ad42dfca0135',1,'apfel::Pgpd0nsDGLAP::Singular()'],['../classapfel_1_1Pgpd0nsERBL.html#a363d7ca4d9b3f75321381bfd7ff66b64',1,'apfel::Pgpd0nsERBL::Singular()'],['../classapfel_1_1Pgpd0ggDGLAP.html#af809070cfd071eb2dbcf8094fa59b41e',1,'apfel::Pgpd0ggDGLAP::Singular()'],['../classapfel_1_1Pgpd0ggERBL.html#a99b69fcc2d77dbeef1c4190b1732703e',1,'apfel::Pgpd0ggERBL::Singular()'],['../classapfel_1_1Cm022nsNC__c.html#a3e873be6e2d7afb4b8cc3b492f519031',1,'apfel::Cm022nsNC_c::Singular()'],['../classapfel_1_1Cm022nsNC__l.html#a520c9150487ac77e4b670ca896ae9e73',1,'apfel::Cm022nsNC_l::Singular()'],['../classapfel_1_1Cm022nsNC__l2.html#a2e2619874de486b40a1ec77d246de144',1,'apfel::Cm022nsNC_l2::Singular()'],['../classapfel_1_1AS1HH__L.html#a5d315247ee050347c2a7d960a679ec74',1,'apfel::AS1HH_L::Singular()'],['../classapfel_1_1AS1HH__0.html#aad541d4c7b247d4fa092ab57634ece53',1,'apfel::AS1HH_0::Singular()'],['../classapfel_1_1ANS2qqH__0.html#abdc32d30874a312e221f112dac46bde6',1,'apfel::ANS2qqH_0::Singular()'],['../classapfel_1_1ANS2qqH__L.html#a137f3b748379f0141e07c4cf0d9cd853',1,'apfel::ANS2qqH_L::Singular()'],['../classapfel_1_1ANS2qqH__L2.html#a4a6084ce633b83fc4e929483cc16fde1',1,'apfel::ANS2qqH_L2::Singular()'],['../classapfel_1_1AS2ggH__0.html#af98b663312bcb531794b0f301f36fbfa',1,'apfel::AS2ggH_0::Singular()'],['../classapfel_1_1AS2ggH__L.html#ae75b9c06aa92f455755f39957051cf8c',1,'apfel::AS2ggH_L::Singular()'],['../classapfel_1_1AS2ggH__L2.html#a60bb52ed2554c34def32cc45f606ec32',1,'apfel::AS2ggH_L2::Singular()'],['../classapfel_1_1ATS1HH__L.html#a9e4b7050974afaf66de4af8a4c1a32ae',1,'apfel::ATS1HH_L::Singular()'],['../classapfel_1_1ATS1HH__0.html#a159a16a0c2e9ac87f50a03b9df0683c4',1,'apfel::ATS1HH_0::Singular()'],['../classapfel_1_1C2Vqqff.html#aec9a37d161d57460f85bfe78e016e9cc',1,'apfel::C2Vqqff::Singular()'],['../classapfel_1_1C2ggff.html#a8f7fce33a576ac2ad5ebc21fdee9aa41',1,'apfel::C2ggff::Singular()'],['../classapfel_1_1C2Vqqpdf.html#a0d64ec0d5003a83c5b7b8a73e187addf',1,'apfel::C2Vqqpdf::Singular()'],['../classapfel_1_1C2ggpdf.html#a5b6566cf6ecea24d9e8b983b2ace396b',1,'apfel::C2ggpdf::Singular()'],['../classapfel_1_1C3Vqqpdf.html#aa70eaf08d5c1f8d481da115daa2c2043',1,'apfel::C3Vqqpdf::Singular()'],['../classapfel_1_1P0polgg.html#abcc3b74fe0488ad26abcea28747eddd9',1,'apfel::P0polgg::Singular()'],['../classapfel_1_1P1polgg.html#ad9bf0a2704e0c4a00152cc134fc070c2',1,'apfel::P1polgg::Singular()'],['../classapfel_1_1P2polgg.html#a726d481fbc6d5b8ac16a126c69d59464',1,'apfel::P2polgg::Singular()'],['../classapfel_1_1P0transns.html#ae6cccebb30a67f4ac2422570d36cc4f7',1,'apfel::P0transns::Singular()'],['../classapfel_1_1P1transnsp.html#a76e6d3dc06327191b84d57de09e95cdf',1,'apfel::P1transnsp::Singular()'],['../classapfel_1_1P0Ttransns.html#ac73dcf1b6dd0f1b5c4d5c32e22e19994',1,'apfel::P0Ttransns::Singular()'],['../classapfel_1_1P1Ttransnsp.html#af26beed091bb6338625bdf5d44165780',1,'apfel::P1Ttransnsp::Singular()'],['../classapfel_1_1P0ns.html#a10a55082f7e2c05f37d0263a8592b53f',1,'apfel::P0ns::Singular()'],['../classapfel_1_1P0gg.html#afacbd4cbb88144d9bdcf287ff2a0cddd',1,'apfel::P0gg::Singular()'],['../classapfel_1_1P1nsp.html#a9bc7c20cb73a2df73c1181d2b5e2a805',1,'apfel::P1nsp::Singular()'],['../classapfel_1_1P1gg.html#a30729830c8a3f4d41058cfc606fef6bd',1,'apfel::P1gg::Singular()'],['../classapfel_1_1P2nsp.html#a07c0f7f7e6fa28b05ceacfd47771b206',1,'apfel::P2nsp::Singular()'],['../classapfel_1_1P2nsm.html#ac2e1e1740def9fbabb7cec312262d139',1,'apfel::P2nsm::Singular()'],['../classapfel_1_1P2gg.html#aeac1d69fe91f4c64ba0781b3ddec6f0a',1,'apfel::P2gg::Singular()'],['../classapfel_1_1P3nsp.html#a0f1f21eccdc2fb8512a90625b2f7c558',1,'apfel::P3nsp::Singular()'],['../classapfel_1_1P3nsm.html#a387b0453a767dd3c77d625671033c456',1,'apfel::P3nsm::Singular()'],['../classapfel_1_1P0Tns.html#ac42715670ce5a2cc53e046ad0e686279',1,'apfel::P0Tns::Singular()'],['../classapfel_1_1P0Tgg.html#aa35e6ddac1f2a29eadc2c3e03127d27c',1,'apfel::P0Tgg::Singular()'],['../classapfel_1_1P1Tnsp.html#a7b45fc0d747530cce09a2b7a028a6509',1,'apfel::P1Tnsp::Singular()'],['../classapfel_1_1P1Tgg.html#a613e2a95247446ece8a8cabaf6f132d9',1,'apfel::P1Tgg::Singular()'],['../classapfel_1_1P2Tnsp.html#a953d2a527a04f00dd515d59f001b2103',1,'apfel::P2Tnsp::Singular()'],['../classapfel_1_1P2Tnsm.html#a70342037f76cab465d7348e0f2f99727',1,'apfel::P2Tnsm::Singular()'],['../classapfel_1_1P2Tgg.html#a0a92671cec5cfa4ea89615600c955aad',1,'apfel::P2Tgg::Singular()'],['../classapfel_1_1G41ns.html#a7f727665cc6651be14f0dbe9ea8095ea',1,'apfel::G41ns::Singular()'],['../classapfel_1_1G11ns.html#a89943ae6858091c39823bdddead5587d',1,'apfel::G11ns::Singular()'],['../classapfel_1_1C21ns.html#a5645db6b0af751bdd8c401d9b863741b',1,'apfel::C21ns::Singular()'],['../classapfel_1_1C31ns.html#aa3da9cd2be9b0fcec51c154de8971acb',1,'apfel::C31ns::Singular()'],['../classapfel_1_1C22nsp.html#a7fde2309c80ea1d70e9a091ff20cdee7',1,'apfel::C22nsp::Singular()'],['../classapfel_1_1C22nsm.html#a2176e5478d4ab32d20c0a9fde17ea2e4',1,'apfel::C22nsm::Singular()'],['../classapfel_1_1C32nsp.html#a80400f29824a5486a321c8e60de1d385',1,'apfel::C32nsp::Singular()'],['../classapfel_1_1C32nsm.html#a90d590b1561e87cee11be0ffa6b3aa32',1,'apfel::C32nsm::Singular()'],['../classapfel_1_1C21Tns.html#a3704e44dd15bc1782d55eba295391a22',1,'apfel::C21Tns::Singular()'],['../classapfel_1_1C31Tns.html#a7e139244d3d547379b06d63445fded55',1,'apfel::C31Tns::Singular()'],['../classapfel_1_1C22Tnsp.html#aea7d27f58d6f8e3398218bd18c5e9548',1,'apfel::C22Tnsp::Singular()'],['../classapfel_1_1C32Tnsp.html#ac331fc3f7a232eda031d5a5e432f8008',1,'apfel::C32Tnsp::Singular()']]], - ['size_742',['size',['../classapfel_1_1ExtendedVector.html#af04961758c5e23ae52d956042dde5fa3',1,'apfel::ExtendedVector::size()'],['../classapfel_1_1matrix.html#aa1828d253916d16d8018c2a232db5303',1,'apfel::matrix::size()']]], - ['skip_743',['skip',['../structapfel_1_1StructureFunctionObjects.html#a9f1b3557881f7d54fdc30d4aaed976ff',1,'apfel::StructureFunctionObjects']]], - ['space_2dlike_20matching_20functions_744',['Space-like matching functions',['../group__SLMatchFunc.html',1,'']]], - ['space_2dlike_20splitting_20functions_745',['Space-like splitting functions',['../group__SLSplittings.html',1,'']]], - ['space_746',['SPACE',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7ac759fa97a9cb29a84f162fb085281510',1,'apfel::EvolutionSetup']]], - ['specialfunctions_2eh_747',['specialfunctions.h',['../specialfunctions_8h.html',1,'']]], - ['splittingfunctions_748',['SplittingFunctions',['../structapfel_1_1DglapObjects.html#a9fd9557aeab57928994f9f53065c266e',1,'apfel::DglapObjects']]], - ['splittingfunctionspol_5fsl_2eh_749',['splittingfunctionspol_sl.h',['../splittingfunctionspol__sl_8h.html',1,'']]], - ['splittingfunctionstrans_5fsl_2eh_750',['splittingfunctionstrans_sl.h',['../splittingfunctionstrans__sl_8h.html',1,'']]], - ['splittingfunctionstrans_5ftl_2eh_751',['splittingfunctionstrans_tl.h',['../splittingfunctionstrans__tl_8h.html',1,'']]], - ['splittingfunctionsunp_5fsl_2eh_752',['splittingfunctionsunp_sl.h',['../splittingfunctionsunp__sl_8h.html',1,'']]], - ['splittingfunctionsunp_5ftl_2eh_753',['splittingfunctionsunp_tl.h',['../splittingfunctionsunp__tl_8h.html',1,'']]], - ['start_754',['start',['../classapfel_1_1Timer.html#a8b8ffd3f8ceb45b50ecd2d7b00f84ccb',1,'apfel::Timer']]], - ['step_755',['Step',['../classapfel_1_1SubGrid.html#a9093ca75b0d5329bb6e561a3e14370ea',1,'apfel::SubGrid']]], - ['stop_756',['stop',['../classapfel_1_1Timer.html#a015b2c516bb668f392faa6d0a5eae3c1',1,'apfel::Timer']]], - ['strange_757',['STRANGE',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575bafdd12402e91aa116e977472d449f3eff',1,'apfel']]], - ['structurefunctionbuilder_2eh_758',['structurefunctionbuilder.h',['../structurefunctionbuilder_8h.html',1,'']]], - ['structurefunctionobjects_759',['StructureFunctionObjects',['../structapfel_1_1StructureFunctionObjects.html',1,'apfel']]], - ['subgrid_760',['SubGrid',['../classapfel_1_1SubGrid.html',1,'apfel::SubGrid'],['../classapfel_1_1SubGrid.html#aee9d569772596ac57b7d984b7cb9b330',1,'apfel::SubGrid::SubGrid(int const &nx, double const &xMin, int const &InterDegree)'],['../classapfel_1_1SubGrid.html#a5c7fe00b92bc11957caaec41761cb9a9',1,'apfel::SubGrid::SubGrid(std::vector< double > const &xsg, int const &InterDegree)']]], - ['subgrid_2eh_761',['subgrid.h',['../subgrid_8h.html',1,'']]], - ['subtojointmap_762',['SubToJointMap',['../classapfel_1_1Grid.html#afde71f2776250114ea25fafaef1363c0',1,'apfel::Grid']]], - ['sumbounds_763',['SumBounds',['../classapfel_1_1Interpolator.html#acf4448797b971b6faee8b2eb84d9e910',1,'apfel::Interpolator::SumBounds()'],['../classapfel_1_1LagrangeInterpolator.html#a1937891f73add6ac97b543c4e291308d',1,'apfel::LagrangeInterpolator::SumBounds()'],['../classapfel_1_1QGrid.html#a2991f4e1f5773772f8ccb08c81058db5',1,'apfel::QGrid::SumBounds()']]] + ['set_717',['Set',['../classapfel_1_1Set.html',1,'apfel']]], + ['set_718',['set',['../classapfel_1_1matrix.html#ac2473df393b19193fddf91c40bfdfaba',1,'apfel::matrix']]], + ['set_719',['Set',['../classapfel_1_1Set.html#a306c665cf4ed9b77a9633ffd877aeaa3',1,'apfel::Set::Set(ConvolutionMap const &Map=ConvolutionMap{"UNDEFINED"}, std::map< int, T > const &in=std::map< int, T > {})'],['../classapfel_1_1Set.html#a952533c20a412c1946f0e5090f7eccf0',1,'apfel::Set::Set(std::map< int, T > const &in)']]], + ['set_2eh_720',['set.h',['../set_8h.html',1,'']]], + ['set_3c_20apfel_3a_3aoperator_20_3e_721',['Set< apfel::Operator >',['../classapfel_1_1Set.html',1,'apfel']]], + ['setexternalvariable_722',['SetExternalVariable',['../classapfel_1_1Expression.html#af959cfade2e38ffd122112eab748d8ef',1,'apfel::Expression']]], + ['setinitialdistributions_723',['SetInitialDistributions',['../classapfel_1_1Dglap.html#a19ef0f9a007856ba1bd46f07dea5f93a',1,'apfel::Dglap::SetInitialDistributions(std::function< double(int const &, double const &)> const &InDistFunc)'],['../classapfel_1_1Dglap.html#a04933fdfd995c4c3efd63bd5d18729de',1,'apfel::Dglap::SetInitialDistributions(std::function< std::map< int, double >(double const &)> const &InDistFunc)'],['../classapfel_1_1Dglap.html#a67f9c5ca05164c1ea2804341de2bced8',1,'apfel::Dglap::SetInitialDistributions(std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &mu)']]], + ['setjointgrid_724',['SetJointGrid',['../classapfel_1_1Distribution.html#a66c033d0c916523ea0f75f16c09985f8',1,'apfel::Distribution']]], + ['setmap_725',['SetMap',['../classapfel_1_1Set.html#ac2b7cfa13e427b34727d36c9ba28feb1',1,'apfel::Set']]], + ['setmuref_726',['SetMuRef',['../classapfel_1_1MatchedEvolution.html#ae2bc1b1ea399fbba5009fb720aab159d',1,'apfel::MatchedEvolution']]], + ['setnumberofsteps_727',['SetNumberOfSteps',['../classapfel_1_1MatchedEvolution.html#ad60d84335c8dc3b8328a4ca4dfc7174d',1,'apfel::MatchedEvolution']]], + ['setobjectref_728',['SetObjectRef',['../classapfel_1_1MatchedEvolution.html#a4f9d5b0c8947a2aab79ecd3f04495485',1,'apfel::MatchedEvolution']]], + ['setobjects_729',['SetObjects',['../classapfel_1_1Set.html#a7b3aa798e80a7b08b52ac7e2fe5e5347',1,'apfel::Set::SetObjects()'],['../classapfel_1_1Observable.html#acb35497758b18f38416cfc28be4056ed',1,'apfel::Observable::SetObjects()']]], + ['setrules_730',['SetRules',['../classapfel_1_1ConvolutionMap.html#af19748a541aed7760c0edf5960ecf172',1,'apfel::ConvolutionMap']]], + ['setsubgrid_731',['SetSubGrid',['../classapfel_1_1Distribution.html#a3069e9152cabf4d463773b698fd8d323',1,'apfel::Distribution']]], + ['setverbositylevel_732',['SetVerbosityLevel',['../namespaceapfel.html#a98ed5a19c9415624721b81f46f1f1afa',1,'apfel']]], + ['sigma_733',['SIGMA',['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aed23e22ca1d4730590230ec71cec699f',1,'apfel::MatchingBasisQCD::SIGMA()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169abad7ee5de0d480ed79d1248f879deb9c',1,'apfel::EvolutionBasisQCD::SIGMA()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a3c1dac35b4f55c6edeaf09481a1e3318',1,'apfel::DISCCBasis::SIGMA()'],['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da45c131a31d2d2000bc2d809a6ad0d416',1,'apfel::DISNCBasis::SIGMA()']]], + ['sin2thetaw_734',['Sin2ThetaW',['../group__PhysConstants.html#ga9af859b43ff57c36612f5da5d4591bdc',1,'apfel']]], + ['singular_735',['Singular',['../classapfel_1_1P0polgg.html#abcc3b74fe0488ad26abcea28747eddd9',1,'apfel::P0polgg::Singular()'],['../classapfel_1_1P2gg.html#aeac1d69fe91f4c64ba0781b3ddec6f0a',1,'apfel::P2gg::Singular()'],['../classapfel_1_1C31Tns.html#a7e139244d3d547379b06d63445fded55',1,'apfel::C31Tns::Singular()'],['../classapfel_1_1C21Tns.html#a3704e44dd15bc1782d55eba295391a22',1,'apfel::C21Tns::Singular()'],['../classapfel_1_1C32nsm.html#a90d590b1561e87cee11be0ffa6b3aa32',1,'apfel::C32nsm::Singular()'],['../classapfel_1_1C32nsp.html#a80400f29824a5486a321c8e60de1d385',1,'apfel::C32nsp::Singular()'],['../classapfel_1_1C22nsm.html#a2176e5478d4ab32d20c0a9fde17ea2e4',1,'apfel::C22nsm::Singular()'],['../classapfel_1_1C22nsp.html#a7fde2309c80ea1d70e9a091ff20cdee7',1,'apfel::C22nsp::Singular()'],['../classapfel_1_1Expression.html#ac5e2173392700a61ec15959412d1f2f3',1,'apfel::Expression::Singular()'],['../classapfel_1_1Pgpd0ns.html#a8164029387c2956e7a2441a4ee72b7c0',1,'apfel::Pgpd0ns::Singular()'],['../classapfel_1_1Pgpd0qq.html#a6b3515a26e2991841ae8372ada648538',1,'apfel::Pgpd0qq::Singular()'],['../classapfel_1_1Pgpd0gg.html#a5ba16e5d5896504947b61a93f5ba8311',1,'apfel::Pgpd0gg::Singular()'],['../classapfel_1_1Cm022nsNC__c.html#a3e873be6e2d7afb4b8cc3b492f519031',1,'apfel::Cm022nsNC_c::Singular()'],['../classapfel_1_1Cm022nsNC__l.html#a520c9150487ac77e4b670ca896ae9e73',1,'apfel::Cm022nsNC_l::Singular()'],['../classapfel_1_1Cm022nsNC__l2.html#a2e2619874de486b40a1ec77d246de144',1,'apfel::Cm022nsNC_l2::Singular()'],['../classapfel_1_1AS1HH__L.html#a5d315247ee050347c2a7d960a679ec74',1,'apfel::AS1HH_L::Singular()'],['../classapfel_1_1AS1HH__0.html#aad541d4c7b247d4fa092ab57634ece53',1,'apfel::AS1HH_0::Singular()'],['../classapfel_1_1ANS2qqH__0.html#abdc32d30874a312e221f112dac46bde6',1,'apfel::ANS2qqH_0::Singular()'],['../classapfel_1_1ANS2qqH__L.html#a137f3b748379f0141e07c4cf0d9cd853',1,'apfel::ANS2qqH_L::Singular()'],['../classapfel_1_1ANS2qqH__L2.html#a4a6084ce633b83fc4e929483cc16fde1',1,'apfel::ANS2qqH_L2::Singular()'],['../classapfel_1_1AS2ggH__0.html#af98b663312bcb531794b0f301f36fbfa',1,'apfel::AS2ggH_0::Singular()'],['../classapfel_1_1AS2ggH__L.html#ae75b9c06aa92f455755f39957051cf8c',1,'apfel::AS2ggH_L::Singular()'],['../classapfel_1_1AS2ggH__L2.html#a60bb52ed2554c34def32cc45f606ec32',1,'apfel::AS2ggH_L2::Singular()'],['../classapfel_1_1ATS1HH__L.html#a9e4b7050974afaf66de4af8a4c1a32ae',1,'apfel::ATS1HH_L::Singular()'],['../classapfel_1_1ATS1HH__0.html#a159a16a0c2e9ac87f50a03b9df0683c4',1,'apfel::ATS1HH_0::Singular()'],['../classapfel_1_1C2Vqqff.html#aec9a37d161d57460f85bfe78e016e9cc',1,'apfel::C2Vqqff::Singular()'],['../classapfel_1_1C2ggff.html#a8f7fce33a576ac2ad5ebc21fdee9aa41',1,'apfel::C2ggff::Singular()'],['../classapfel_1_1C2Vqqpdf.html#a0d64ec0d5003a83c5b7b8a73e187addf',1,'apfel::C2Vqqpdf::Singular()'],['../classapfel_1_1C2ggpdf.html#a5b6566cf6ecea24d9e8b983b2ace396b',1,'apfel::C2ggpdf::Singular()'],['../classapfel_1_1C3Vqqpdf.html#aa70eaf08d5c1f8d481da115daa2c2043',1,'apfel::C3Vqqpdf::Singular()'],['../classapfel_1_1C32Tnsp.html#ac331fc3f7a232eda031d5a5e432f8008',1,'apfel::C32Tnsp::Singular()'],['../classapfel_1_1P1polgg.html#ad9bf0a2704e0c4a00152cc134fc070c2',1,'apfel::P1polgg::Singular()'],['../classapfel_1_1P2polgg.html#a726d481fbc6d5b8ac16a126c69d59464',1,'apfel::P2polgg::Singular()'],['../classapfel_1_1P0transns.html#ae6cccebb30a67f4ac2422570d36cc4f7',1,'apfel::P0transns::Singular()'],['../classapfel_1_1P1transnsp.html#a76e6d3dc06327191b84d57de09e95cdf',1,'apfel::P1transnsp::Singular()'],['../classapfel_1_1P0Ttransns.html#ac73dcf1b6dd0f1b5c4d5c32e22e19994',1,'apfel::P0Ttransns::Singular()'],['../classapfel_1_1P1Ttransnsp.html#af26beed091bb6338625bdf5d44165780',1,'apfel::P1Ttransnsp::Singular()'],['../classapfel_1_1P0ns.html#a10a55082f7e2c05f37d0263a8592b53f',1,'apfel::P0ns::Singular()'],['../classapfel_1_1P0gg.html#afacbd4cbb88144d9bdcf287ff2a0cddd',1,'apfel::P0gg::Singular()'],['../classapfel_1_1P1nsp.html#a9bc7c20cb73a2df73c1181d2b5e2a805',1,'apfel::P1nsp::Singular()'],['../classapfel_1_1P1gg.html#a30729830c8a3f4d41058cfc606fef6bd',1,'apfel::P1gg::Singular()'],['../classapfel_1_1P2nsp.html#a07c0f7f7e6fa28b05ceacfd47771b206',1,'apfel::P2nsp::Singular()'],['../classapfel_1_1P2nsm.html#ac2e1e1740def9fbabb7cec312262d139',1,'apfel::P2nsm::Singular()'],['../classapfel_1_1C22Tnsp.html#aea7d27f58d6f8e3398218bd18c5e9548',1,'apfel::C22Tnsp::Singular()'],['../classapfel_1_1P3nsp.html#a0f1f21eccdc2fb8512a90625b2f7c558',1,'apfel::P3nsp::Singular()'],['../classapfel_1_1P3nsm.html#a387b0453a767dd3c77d625671033c456',1,'apfel::P3nsm::Singular()'],['../classapfel_1_1P0Tns.html#ac42715670ce5a2cc53e046ad0e686279',1,'apfel::P0Tns::Singular()'],['../classapfel_1_1P0Tgg.html#aa35e6ddac1f2a29eadc2c3e03127d27c',1,'apfel::P0Tgg::Singular()'],['../classapfel_1_1P1Tnsp.html#a7b45fc0d747530cce09a2b7a028a6509',1,'apfel::P1Tnsp::Singular()'],['../classapfel_1_1P1Tgg.html#a613e2a95247446ece8a8cabaf6f132d9',1,'apfel::P1Tgg::Singular()'],['../classapfel_1_1P2Tnsp.html#a953d2a527a04f00dd515d59f001b2103',1,'apfel::P2Tnsp::Singular()'],['../classapfel_1_1P2Tnsm.html#a70342037f76cab465d7348e0f2f99727',1,'apfel::P2Tnsm::Singular()'],['../classapfel_1_1P2Tgg.html#a0a92671cec5cfa4ea89615600c955aad',1,'apfel::P2Tgg::Singular()'],['../classapfel_1_1G41ns.html#a7f727665cc6651be14f0dbe9ea8095ea',1,'apfel::G41ns::Singular()'],['../classapfel_1_1G11ns.html#a89943ae6858091c39823bdddead5587d',1,'apfel::G11ns::Singular()'],['../classapfel_1_1C21ns.html#a5645db6b0af751bdd8c401d9b863741b',1,'apfel::C21ns::Singular()'],['../classapfel_1_1C31ns.html#aa3da9cd2be9b0fcec51c154de8971acb',1,'apfel::C31ns::Singular()']]], + ['size_736',['size',['../classapfel_1_1ExtendedVector.html#af04961758c5e23ae52d956042dde5fa3',1,'apfel::ExtendedVector::size()'],['../classapfel_1_1matrix.html#aa1828d253916d16d8018c2a232db5303',1,'apfel::matrix::size()']]], + ['skip_737',['skip',['../structapfel_1_1StructureFunctionObjects.html#a9f1b3557881f7d54fdc30d4aaed976ff',1,'apfel::StructureFunctionObjects']]], + ['space_738',['SPACE',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7ac759fa97a9cb29a84f162fb085281510',1,'apfel::EvolutionSetup']]], + ['space_2dlike_20matching_20conditions_739',['Space-like matching conditions',['../group__MatchCond.html',1,'']]], + ['space_2dlike_20matching_20functions_740',['Space-like matching functions',['../group__SLMatchFunc.html',1,'']]], + ['space_2dlike_20splitting_20functions_741',['Space-like splitting functions',['../group__SLSplittings.html',1,'']]], + ['specialfunctions_2eh_742',['specialfunctions.h',['../specialfunctions_8h.html',1,'']]], + ['splittingfunctions_743',['SplittingFunctions',['../structapfel_1_1DglapObjects.html#a9fd9557aeab57928994f9f53065c266e',1,'apfel::DglapObjects']]], + ['splittingfunctionspol_5fsl_2eh_744',['splittingfunctionspol_sl.h',['../splittingfunctionspol__sl_8h.html',1,'']]], + ['splittingfunctionstrans_5fsl_2eh_745',['splittingfunctionstrans_sl.h',['../splittingfunctionstrans__sl_8h.html',1,'']]], + ['splittingfunctionstrans_5ftl_2eh_746',['splittingfunctionstrans_tl.h',['../splittingfunctionstrans__tl_8h.html',1,'']]], + ['splittingfunctionsunp_5fsl_2eh_747',['splittingfunctionsunp_sl.h',['../splittingfunctionsunp__sl_8h.html',1,'']]], + ['splittingfunctionsunp_5ftl_2eh_748',['splittingfunctionsunp_tl.h',['../splittingfunctionsunp__tl_8h.html',1,'']]], + ['start_749',['start',['../classapfel_1_1Timer.html#a8b8ffd3f8ceb45b50ecd2d7b00f84ccb',1,'apfel::Timer']]], + ['step_750',['Step',['../classapfel_1_1SubGrid.html#a9093ca75b0d5329bb6e561a3e14370ea',1,'apfel::SubGrid']]], + ['stop_751',['stop',['../classapfel_1_1Timer.html#a015b2c516bb668f392faa6d0a5eae3c1',1,'apfel::Timer']]], + ['strange_752',['STRANGE',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575bafdd12402e91aa116e977472d449f3eff',1,'apfel']]], + ['structurefunctionbuilder_2eh_753',['structurefunctionbuilder.h',['../structurefunctionbuilder_8h.html',1,'']]], + ['structurefunctionobjects_754',['StructureFunctionObjects',['../structapfel_1_1StructureFunctionObjects.html',1,'apfel']]], + ['subgrid_755',['SubGrid',['../classapfel_1_1SubGrid.html',1,'apfel::SubGrid'],['../classapfel_1_1SubGrid.html#aee9d569772596ac57b7d984b7cb9b330',1,'apfel::SubGrid::SubGrid(int const &nx, double const &xMin, int const &InterDegree)'],['../classapfel_1_1SubGrid.html#a5c7fe00b92bc11957caaec41761cb9a9',1,'apfel::SubGrid::SubGrid(std::vector< double > const &xsg, int const &InterDegree)']]], + ['subgrid_2eh_756',['subgrid.h',['../subgrid_8h.html',1,'']]], + ['subtojointmap_757',['SubToJointMap',['../classapfel_1_1Grid.html#afde71f2776250114ea25fafaef1363c0',1,'apfel::Grid']]], + ['sumbounds_758',['SumBounds',['../classapfel_1_1Interpolator.html#acf4448797b971b6faee8b2eb84d9e910',1,'apfel::Interpolator::SumBounds()'],['../classapfel_1_1LagrangeInterpolator.html#a1937891f73add6ac97b543c4e291308d',1,'apfel::LagrangeInterpolator::SumBounds()'],['../classapfel_1_1QGrid.html#a2991f4e1f5773772f8ccb08c81058db5',1,'apfel::QGrid::SumBounds()']]] ]; diff --git a/docs/html/search/all_14.html b/docs/html/search/all_14.html index 5b69b800a..afecf5634 100644 --- a/docs/html/search/all_14.html +++ b/docs/html/search/all_14.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_14.js b/docs/html/search/all_14.js index dd910c5b4..7deb4b212 100644 --- a/docs/html/search/all_14.js +++ b/docs/html/search/all_14.js @@ -1,38 +1,38 @@ var searchData= [ - ['time_2dlike_20matching_20conditions_764',['Time-like matching conditions',['../group__MatchCondTL.html',1,'']]], - ['t15_765',['T15',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64daccbd315d84f28b67bd0410cd14e18bc9',1,'apfel::DISNCBasis::T15()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ac3bbc435768487ffe4999f5a572e060c',1,'apfel::DISCCBasis::T15()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a0596750e35910b4b864e7b1ddb1d6e70',1,'apfel::EvolutionBasisQCD::T15()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ac4fa0366e99a68008e08c850c457e72c',1,'apfel::MatchingBasisQCD::T15()']]], - ['t24_766',['T24',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da249f2821f1f618ca58d4e5762dc800a6',1,'apfel::DISNCBasis::T24()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ab3820325c0551545a743ccf01a0ace78',1,'apfel::DISCCBasis::T24()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a96f828eca4966b3ee89c0de84a695433',1,'apfel::EvolutionBasisQCD::T24()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ab7b49bf11644a51811adf696d0fae3d7',1,'apfel::MatchingBasisQCD::T24()']]], - ['t3_767',['T3',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da80d652ec2f65d68deeba81bfe5c6bbd3',1,'apfel::DISNCBasis::T3()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501adb3cdfdaff7054f4f387f5f87b98a67c',1,'apfel::DISCCBasis::T3()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169ad35baed816a84080347c173d6869f13a',1,'apfel::EvolutionBasisQCD::T3()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a841a1474739e05d308c21f9b10867d21',1,'apfel::MatchingBasisQCD::T3()']]], - ['t35_768',['T35',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da2cb8c47d5e04a163f41343f57e5da2fc',1,'apfel::DISNCBasis::T35()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a6d5b1c96b5c8d3d7f5e7869cf6711334',1,'apfel::DISCCBasis::T35()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a19be49aaea744e5398dd09ae7bd411d4',1,'apfel::EvolutionBasisQCD::T35()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aba9e1a0392d1f71399fb7134264a8b0a',1,'apfel::MatchingBasisQCD::T35()']]], - ['t8_769',['T8',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da8b446fe52a2b062a5c7351f2172f1c2e',1,'apfel::DISNCBasis::T8()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a59a3d0317b4e473ea509f9a1a17cbd8a',1,'apfel::DISCCBasis::T8()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a0b44dbe9e25b42fda25ee9cc959eb506',1,'apfel::EvolutionBasisQCD::T8()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831acd4d3168b39d377d845810daf10b7264',1,'apfel::MatchingBasisQCD::T8()']]], - ['tabfunc_770',['TabFunc',['../classapfel_1_1QGrid.html#a69f28b6c7da9dbf3a6e48953ce15c172',1,'apfel::QGrid']]], - ['tabulateevolution_771',['TabulateEvolution',['../classapfel_1_1InitialiseEvolution.html#a8bc3bbe0441a3b4feded357b2946131d',1,'apfel::InitialiseEvolution']]], - ['tabulateobject_772',['TabulateObject',['../classapfel_1_1TabulateObject.html',1,'apfel::TabulateObject< T >'],['../classapfel_1_1TabulateObject.html#aae6bb3a4886b480727716a8be06b7f6f',1,'apfel::TabulateObject::TabulateObject(MatchedEvolution< T > &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, double const &Lambda=0.25)'],['../classapfel_1_1TabulateObject.html#a5338ef7f98041dbf7b2d35dcdcab5cfb',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, double const &Lambda=0.25)'],['../classapfel_1_1TabulateObject.html#a03bff5c0560780d99cd9ab985492c734',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, std::function< double(double const &)> const &TabFunc, std::function< double(double const &)> const &InvTabFunc)'],['../classapfel_1_1TabulateObject.html#aeefc9819847c847794cf60d8a29a0044',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, std::vector< double > const &Qg, int const &InterDegree)']]], - ['tabulateobject_2eh_773',['tabulateobject.h',['../tabulateobject_8h.html',1,'']]], - ['taumass_774',['TauMass',['../structapfel_1_1EvolutionSetup.html#a9cf884af48d1913c168f1488cfa1c898',1,'apfel::EvolutionSetup']]], - ['term_775',['term',['../structapfel_1_1term.html',1,'apfel']]], - ['term_3c_20t_2c_20t_20_3e_776',['term< T, T >',['../structapfel_1_1term.html',1,'apfel']]], - ['theory_777',['Theory',['../structapfel_1_1EvolutionSetup.html#a1f5b96a8bab80e64227371a4669d95c5',1,'apfel::EvolutionSetup']]], - ['threshold_778',['Threshold',['../structapfel_1_1DglapObjects.html#a86d077a0480f42088cf0b73a5163fddd',1,'apfel::DglapObjects::Threshold()'],['../structapfel_1_1TmdObjects.html#ae56448881a89de75ba38927a0226291a',1,'apfel::TmdObjects::Threshold()']]], - ['thresholds_779',['Thresholds',['../structapfel_1_1EvolutionSetup.html#a42a4fa2e5320a7878a7fad669fc640be',1,'apfel::EvolutionSetup']]], - ['time_780',['TIME',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7a501057cfd361062d58952825c11d3c4e',1,'apfel::EvolutionSetup']]], - ['timer_781',['Timer',['../classapfel_1_1Timer.html',1,'apfel::Timer'],['../classapfel_1_1Timer.html#a4f3105d4294bfd96952d01e79c5bf63f',1,'apfel::Timer::Timer()']]], - ['timer_2eh_782',['timer.h',['../timer_8h.html',1,'']]], - ['time_2dlike_20matching_20functions_783',['Time-like matching functions',['../group__TLMatchFunc.html',1,'']]], - ['time_2dlike_20splitting_20functions_784',['Time-like splitting functions',['../group__TLSplittings.html',1,'']]], - ['tmdbuilder_2eh_785',['tmdbuilder.h',['../tmdbuilder_8h.html',1,'']]], - ['tmd_20matching_20functions_786',['TMD matching functions',['../group__TMDMatchingFunctions.html',1,'']]], - ['tmdobjects_787',['TmdObjects',['../structapfel_1_1TmdObjects.html',1,'apfel']]], - ['tools_2eh_788',['tools.h',['../tools_8h.html',1,'']]], - ['top_789',['TOP',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba7e4803e86b2881f137cf3968c619505f',1,'apfel']]], - ['total_790',['TOTAL',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba1dc03810f0ca2619dbde6fff93fe523d',1,'apfel']]], - ['tr_791',['TR',['../group__MathConstants.html#gaa5cdb3b0774934c96e344d691863282a',1,'apfel']]], - ['trans_792',['TRANS',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792aaa4d3e47e41ae4dfaea730e92a239b31',1,'apfel::EvolutionSetup']]], - ['transform_793',['transform',['../classapfel_1_1DoubleExponentialQuadrature.html#af9c3896a4859bc74803ad537113585a8',1,'apfel::DoubleExponentialQuadrature::transform()'],['../classapfel_1_1OgataQuadrature.html#a08492fa34b921c4eb8354d905601ac26',1,'apfel::OgataQuadrature::transform()']]], - ['transversely_20polarised_20splitting_20functions_794',['Transversely polarised splitting functions',['../group__TransSF.html',1,'']]], - ['transversely_20polarised_20splitting_20functions_795',['Transversely polarised splitting functions',['../group__TransSFtl.html',1,'']]], - ['truncated_796',['truncated',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a8b2c3668538924f5576e302e345eedab',1,'apfel::EvolutionSetup']]], - ['twobodyphasespace_797',['TwoBodyPhaseSpace',['../classapfel_1_1TwoBodyPhaseSpace.html',1,'apfel::TwoBodyPhaseSpace'],['../classapfel_1_1TwoBodyPhaseSpace.html#aafe154d0e5c45fe56ec5112529d2b25d',1,'apfel::TwoBodyPhaseSpace::TwoBodyPhaseSpace()']]], - ['twobodyphasespace_2eh_798',['twobodyphasespace.h',['../twobodyphasespace_8h.html',1,'']]] + ['t15_759',['T15',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64daccbd315d84f28b67bd0410cd14e18bc9',1,'apfel::DISNCBasis::T15()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ac3bbc435768487ffe4999f5a572e060c',1,'apfel::DISCCBasis::T15()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a0596750e35910b4b864e7b1ddb1d6e70',1,'apfel::EvolutionBasisQCD::T15()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ac4fa0366e99a68008e08c850c457e72c',1,'apfel::MatchingBasisQCD::T15()']]], + ['t24_760',['T24',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da249f2821f1f618ca58d4e5762dc800a6',1,'apfel::DISNCBasis::T24()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ab3820325c0551545a743ccf01a0ace78',1,'apfel::DISCCBasis::T24()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a96f828eca4966b3ee89c0de84a695433',1,'apfel::EvolutionBasisQCD::T24()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ab7b49bf11644a51811adf696d0fae3d7',1,'apfel::MatchingBasisQCD::T24()']]], + ['t3_761',['T3',['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a841a1474739e05d308c21f9b10867d21',1,'apfel::MatchingBasisQCD::T3()'],['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da80d652ec2f65d68deeba81bfe5c6bbd3',1,'apfel::DISNCBasis::T3()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501adb3cdfdaff7054f4f387f5f87b98a67c',1,'apfel::DISCCBasis::T3()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169ad35baed816a84080347c173d6869f13a',1,'apfel::EvolutionBasisQCD::T3()']]], + ['t35_762',['T35',['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aba9e1a0392d1f71399fb7134264a8b0a',1,'apfel::MatchingBasisQCD::T35()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a19be49aaea744e5398dd09ae7bd411d4',1,'apfel::EvolutionBasisQCD::T35()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a6d5b1c96b5c8d3d7f5e7869cf6711334',1,'apfel::DISCCBasis::T35()'],['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da2cb8c47d5e04a163f41343f57e5da2fc',1,'apfel::DISNCBasis::T35()']]], + ['t8_763',['T8',['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a0b44dbe9e25b42fda25ee9cc959eb506',1,'apfel::EvolutionBasisQCD::T8()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831acd4d3168b39d377d845810daf10b7264',1,'apfel::MatchingBasisQCD::T8()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a59a3d0317b4e473ea509f9a1a17cbd8a',1,'apfel::DISCCBasis::T8()'],['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da8b446fe52a2b062a5c7351f2172f1c2e',1,'apfel::DISNCBasis::T8()']]], + ['tabfunc_764',['TabFunc',['../classapfel_1_1QGrid.html#a69f28b6c7da9dbf3a6e48953ce15c172',1,'apfel::QGrid']]], + ['tabulateevolution_765',['TabulateEvolution',['../classapfel_1_1InitialiseEvolution.html#a8bc3bbe0441a3b4feded357b2946131d',1,'apfel::InitialiseEvolution']]], + ['tabulateobject_766',['TabulateObject',['../classapfel_1_1TabulateObject.html',1,'apfel::TabulateObject< T >'],['../classapfel_1_1TabulateObject.html#aae6bb3a4886b480727716a8be06b7f6f',1,'apfel::TabulateObject::TabulateObject(MatchedEvolution< T > &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, double const &Lambda=0.25)'],['../classapfel_1_1TabulateObject.html#a5338ef7f98041dbf7b2d35dcdcab5cfb',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, double const &Lambda=0.25)'],['../classapfel_1_1TabulateObject.html#a03bff5c0560780d99cd9ab985492c734',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, std::function< double(double const &)> const &TabFunc, std::function< double(double const &)> const &InvTabFunc)'],['../classapfel_1_1TabulateObject.html#aeefc9819847c847794cf60d8a29a0044',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, std::vector< double > const &Qg, int const &InterDegree)']]], + ['tabulateobject_2eh_767',['tabulateobject.h',['../tabulateobject_8h.html',1,'']]], + ['taumass_768',['TauMass',['../structapfel_1_1EvolutionSetup.html#a9cf884af48d1913c168f1488cfa1c898',1,'apfel::EvolutionSetup']]], + ['term_769',['term',['../structapfel_1_1term.html',1,'apfel']]], + ['term_3c_20t_2c_20t_20_3e_770',['term< T, T >',['../structapfel_1_1term.html',1,'apfel']]], + ['theory_771',['Theory',['../structapfel_1_1EvolutionSetup.html#a1f5b96a8bab80e64227371a4669d95c5',1,'apfel::EvolutionSetup']]], + ['threshold_772',['Threshold',['../structapfel_1_1TmdObjects.html#ae56448881a89de75ba38927a0226291a',1,'apfel::TmdObjects::Threshold()'],['../structapfel_1_1DglapObjects.html#a86d077a0480f42088cf0b73a5163fddd',1,'apfel::DglapObjects::Threshold()']]], + ['thresholds_773',['Thresholds',['../structapfel_1_1EvolutionSetup.html#a42a4fa2e5320a7878a7fad669fc640be',1,'apfel::EvolutionSetup']]], + ['time_774',['TIME',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7a501057cfd361062d58952825c11d3c4e',1,'apfel::EvolutionSetup']]], + ['time_2dlike_20matching_20conditions_775',['Time-like matching conditions',['../group__MatchCondTL.html',1,'']]], + ['time_2dlike_20matching_20functions_776',['Time-like matching functions',['../group__TLMatchFunc.html',1,'']]], + ['time_2dlike_20splitting_20functions_777',['Time-like splitting functions',['../group__TLSplittings.html',1,'']]], + ['timer_778',['Timer',['../classapfel_1_1Timer.html',1,'apfel::Timer'],['../classapfel_1_1Timer.html#a4f3105d4294bfd96952d01e79c5bf63f',1,'apfel::Timer::Timer()']]], + ['timer_2eh_779',['timer.h',['../timer_8h.html',1,'']]], + ['tmd_20matching_20functions_780',['TMD matching functions',['../group__TMDMatchingFunctions.html',1,'']]], + ['tmdbuilder_2eh_781',['tmdbuilder.h',['../tmdbuilder_8h.html',1,'']]], + ['tmdobjects_782',['TmdObjects',['../structapfel_1_1TmdObjects.html',1,'apfel']]], + ['tools_2eh_783',['tools.h',['../tools_8h.html',1,'']]], + ['top_784',['TOP',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba7e4803e86b2881f137cf3968c619505f',1,'apfel']]], + ['total_785',['TOTAL',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba1dc03810f0ca2619dbde6fff93fe523d',1,'apfel']]], + ['tr_786',['TR',['../group__MathConstants.html#gaa5cdb3b0774934c96e344d691863282a',1,'apfel']]], + ['trans_787',['TRANS',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792aaa4d3e47e41ae4dfaea730e92a239b31',1,'apfel::EvolutionSetup']]], + ['transform_788',['transform',['../classapfel_1_1DoubleExponentialQuadrature.html#af9c3896a4859bc74803ad537113585a8',1,'apfel::DoubleExponentialQuadrature::transform()'],['../classapfel_1_1OgataQuadrature.html#a08492fa34b921c4eb8354d905601ac26',1,'apfel::OgataQuadrature::transform()']]], + ['transitionpoints_789',['TransitionPoints',['../classapfel_1_1Grid.html#a4ab3beb050ef97b91675eeabbd54d381',1,'apfel::Grid']]], + ['transversely_20polarised_20splitting_20functions_790',['Transversely polarised splitting functions',['../group__TransSF.html',1,'(Global Namespace)'],['../group__TransSFtl.html',1,'(Global Namespace)']]], + ['truncated_791',['truncated',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a8b2c3668538924f5576e302e345eedab',1,'apfel::EvolutionSetup']]], + ['twobodyphasespace_792',['TwoBodyPhaseSpace',['../classapfel_1_1TwoBodyPhaseSpace.html',1,'apfel::TwoBodyPhaseSpace'],['../classapfel_1_1TwoBodyPhaseSpace.html#aafe154d0e5c45fe56ec5112529d2b25d',1,'apfel::TwoBodyPhaseSpace::TwoBodyPhaseSpace()']]], + ['twobodyphasespace_2eh_793',['twobodyphasespace.h',['../twobodyphasespace_8h.html',1,'']]] ]; diff --git a/docs/html/search/all_15.html b/docs/html/search/all_15.html index c6d5dc302..69f382b31 100644 --- a/docs/html/search/all_15.html +++ b/docs/html/search/all_15.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_15.js b/docs/html/search/all_15.js index 0c07d49a0..04cd8a850 100644 --- a/docs/html/search/all_15.js +++ b/docs/html/search/all_15.js @@ -1,9 +1,8 @@ var searchData= [ - ['unpolarised_20evolution_20kernels_799',['Unpolarised evolution kernels',['../group__GPDUnpSF.html',1,'']]], - ['unp_800',['UNP',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792ab4dbab4a95bd24dbf435ac730d965cd1',1,'apfel::EvolutionSetup']]], - ['unpackweights_801',['UnpackWeights',['../namespaceapfel.html#ad33ee04bf2cf8dd901e69d0a94ab533f',1,'apfel']]], - ['unpolarised_20splitting_20functions_802',['Unpolarised splitting functions',['../group__UnpSF.html',1,'']]], - ['unpolarised_20splitting_20functions_803',['Unpolarised splitting functions',['../group__UnpSFtl.html',1,'']]], - ['up_804',['UP',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575baba2bafcb4972bbfb147a55b003bbb319',1,'apfel']]] + ['unp_794',['UNP',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792ab4dbab4a95bd24dbf435ac730d965cd1',1,'apfel::EvolutionSetup']]], + ['unpackweights_795',['UnpackWeights',['../namespaceapfel.html#ad33ee04bf2cf8dd901e69d0a94ab533f',1,'apfel']]], + ['unpolarised_20evolution_20kernels_796',['Unpolarised evolution kernels',['../group__GPDUnpSF.html',1,'']]], + ['unpolarised_20splitting_20functions_797',['Unpolarised splitting functions',['../group__UnpSF.html',1,'(Global Namespace)'],['../group__UnpSFtl.html',1,'(Global Namespace)']]], + ['up_798',['UP',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575baba2bafcb4972bbfb147a55b003bbb319',1,'apfel']]] ]; diff --git a/docs/html/search/all_16.html b/docs/html/search/all_16.html index d18ab640f..b19867ad9 100644 --- a/docs/html/search/all_16.html +++ b/docs/html/search/all_16.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_16.js b/docs/html/search/all_16.js index 3a0f8863b..508952e82 100644 --- a/docs/html/search/all_16.js +++ b/docs/html/search/all_16.js @@ -1,32 +1,32 @@ var searchData= [ - ['v15_805',['V15',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da08d39e915a3827a0f5acb5524a5f55f9',1,'apfel::DISNCBasis::V15()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a13d94cd54e123452bb6b43f8ef70252c',1,'apfel::DISCCBasis::V15()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a5f9930b9c16c5d4107dbf60d61db9229',1,'apfel::EvolutionBasisQCD::V15()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aba9f5a03297daafb2ea7d4455f6e3657',1,'apfel::MatchingBasisQCD::V15()']]], - ['v24_806',['V24',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da745d5fe6643f2c9f01daa192ff5a874b',1,'apfel::DISNCBasis::V24()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ae7b1f7a64770f6aeecd95a10eacad211',1,'apfel::DISCCBasis::V24()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a142e86d2dc4a0031c4a2691c2a29a5be',1,'apfel::EvolutionBasisQCD::V24()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a8d2c3815ee21a48c1a1a1cb9977ce317',1,'apfel::MatchingBasisQCD::V24()']]], - ['v3_807',['V3',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da4c540b7ec4bf31c25a45efdd4d575ea0',1,'apfel::DISNCBasis::V3()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a70e54d370315f8c39c4074a7501e784e',1,'apfel::DISCCBasis::V3()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a5b50bd9653298c56d929ad550d9cb658',1,'apfel::EvolutionBasisQCD::V3()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ae952f6097275c9dc2e6238d1734988fb',1,'apfel::MatchingBasisQCD::V3()']]], - ['v35_808',['V35',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da36c1cd2d6c32164c256b9e55ec3f7b06',1,'apfel::DISNCBasis::V35()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a585009c022ee1e44bb6106ecc3daec73',1,'apfel::DISCCBasis::V35()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a4d830e1059d893ae65741ad5fbdb82c1',1,'apfel::EvolutionBasisQCD::V35()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831af73b81e775f635a1ebe7fd205ea3c774',1,'apfel::MatchingBasisQCD::V35()']]], - ['v8_809',['V8',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da57903f87043af143241eb11c9e13ed7d',1,'apfel::DISNCBasis::V8()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ad76822604c5b8714b447d7fb3a5925ae',1,'apfel::DISCCBasis::V8()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a532121d25d9660ad9ffce886a48cc71c',1,'apfel::EvolutionBasisQCD::V8()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a22c9f5083cf0ae70d786d98d2506185f',1,'apfel::MatchingBasisQCD::V8()']]], - ['valence_810',['VALENCE',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64daae91c687000f988d1bd93c2a593e3261',1,'apfel::DISNCBasis::VALENCE()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a33d8b83dfea85bdf4f96ebd0dfbbf295',1,'apfel::DISCCBasis::VALENCE()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169aa95760e4684e512f7d17af2d61a07dce',1,'apfel::EvolutionBasisQCD::VALENCE()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a057c70e1c6a70cfcb3f9a83949d1f924',1,'apfel::MatchingBasisQCD::VALENCE()']]], - ['vcb_811',['Vcb',['../group__PhysConstants.html#ga506a53fe1623cf4f364c4a8ffdbcfc3e',1,'apfel']]], - ['vcb2_812',['Vcb2',['../group__PhysConstants.html#ga837cff2f272cf9609bd6b488e06df60d',1,'apfel']]], - ['vcd_813',['Vcd',['../group__PhysConstants.html#ga93a9ede3a64ebd31415751d712de4398',1,'apfel']]], - ['vcd2_814',['Vcd2',['../group__PhysConstants.html#ga12d1c22c19e803e3eec405778128c2ee',1,'apfel']]], - ['vcs_815',['Vcs',['../group__PhysConstants.html#gafea926c054be18f99ad0e0d3541f4115',1,'apfel']]], - ['vcs2_816',['Vcs2',['../group__PhysConstants.html#ga5af6909cb7b869d1d4aa340575cdc7ee',1,'apfel']]], - ['version_817',['VERSION',['../version_8h.html#a1c6d5de492ac61ad29aec7aa9a436bbf',1,'version.h']]], - ['version_2eh_818',['version.h',['../version_8h.html',1,'']]], - ['vfns_819',['VFNS',['../structapfel_1_1EvolutionSetup.html#a39af57a0c4a879ae43fbd94b11d758e1add5727ff158e4d8c7fd8b55458fc37da',1,'apfel::EvolutionSetup']]], - ['vij_820',['Vij',['../classapfel_1_1DISCCBasis.html#a9d2d5eddc9343ef064d59fbfe43e3c0d',1,'apfel::DISCCBasis']]], - ['virtuality_821',['Virtuality',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7',1,'apfel::EvolutionSetup::Virtuality()'],['../structapfel_1_1EvolutionSetup.html#a97437e36806d7584b120f762488b11f8',1,'apfel::EvolutionSetup::Virtuality()']]], - ['vtb_822',['Vtb',['../group__PhysConstants.html#gac5c24ac570b81c678e62397059b76970',1,'apfel']]], - ['vtb2_823',['Vtb2',['../group__PhysConstants.html#ga694a0ef9dbfa68638fb7907cb009b61e',1,'apfel']]], - ['vtd_824',['Vtd',['../group__PhysConstants.html#gac23b2e72756f04ebf35ad8f79406550c',1,'apfel']]], - ['vtd2_825',['Vtd2',['../group__PhysConstants.html#gaf229efc39c729da895d58d6b35c59958',1,'apfel']]], - ['vts_826',['Vts',['../group__PhysConstants.html#gabecc31f706440da341d21c8b9cc6ef06',1,'apfel']]], - ['vts2_827',['Vts2',['../group__PhysConstants.html#ga86c3725f35a48aa7f47369b3b7656bd5',1,'apfel']]], - ['vub_828',['Vub',['../group__PhysConstants.html#ga17cb3cfbb88992ac625240ab5733ac1f',1,'apfel']]], - ['vub2_829',['Vub2',['../group__PhysConstants.html#ga6bd3a18d4f6fbcafc14aef9d39671e1a',1,'apfel']]], - ['vud_830',['Vud',['../group__PhysConstants.html#ga17cef36fa67d4d37a6f1d1ddef76f4c2',1,'apfel']]], - ['vud2_831',['Vud2',['../group__PhysConstants.html#ga5c8862e9d777c2c1c46ff10aa2524a6f',1,'apfel']]], - ['vus_832',['Vus',['../group__PhysConstants.html#ga48046453b45fa8d4d1394e3e486534ed',1,'apfel']]], - ['vus2_833',['Vus2',['../group__PhysConstants.html#ga21a05a52b2cb591650f2f32fa54e45cf',1,'apfel']]] + ['v15_799',['V15',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da08d39e915a3827a0f5acb5524a5f55f9',1,'apfel::DISNCBasis::V15()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a13d94cd54e123452bb6b43f8ef70252c',1,'apfel::DISCCBasis::V15()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a5f9930b9c16c5d4107dbf60d61db9229',1,'apfel::EvolutionBasisQCD::V15()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aba9f5a03297daafb2ea7d4455f6e3657',1,'apfel::MatchingBasisQCD::V15()']]], + ['v24_800',['V24',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da745d5fe6643f2c9f01daa192ff5a874b',1,'apfel::DISNCBasis::V24()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ae7b1f7a64770f6aeecd95a10eacad211',1,'apfel::DISCCBasis::V24()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a142e86d2dc4a0031c4a2691c2a29a5be',1,'apfel::EvolutionBasisQCD::V24()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a8d2c3815ee21a48c1a1a1cb9977ce317',1,'apfel::MatchingBasisQCD::V24()']]], + ['v3_801',['V3',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da4c540b7ec4bf31c25a45efdd4d575ea0',1,'apfel::DISNCBasis::V3()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a70e54d370315f8c39c4074a7501e784e',1,'apfel::DISCCBasis::V3()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a5b50bd9653298c56d929ad550d9cb658',1,'apfel::EvolutionBasisQCD::V3()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ae952f6097275c9dc2e6238d1734988fb',1,'apfel::MatchingBasisQCD::V3()']]], + ['v35_802',['V35',['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a4d830e1059d893ae65741ad5fbdb82c1',1,'apfel::EvolutionBasisQCD::V35()'],['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da36c1cd2d6c32164c256b9e55ec3f7b06',1,'apfel::DISNCBasis::V35()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a585009c022ee1e44bb6106ecc3daec73',1,'apfel::DISCCBasis::V35()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831af73b81e775f635a1ebe7fd205ea3c774',1,'apfel::MatchingBasisQCD::V35()']]], + ['v8_803',['V8',['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a22c9f5083cf0ae70d786d98d2506185f',1,'apfel::MatchingBasisQCD::V8()'],['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da57903f87043af143241eb11c9e13ed7d',1,'apfel::DISNCBasis::V8()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ad76822604c5b8714b447d7fb3a5925ae',1,'apfel::DISCCBasis::V8()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a532121d25d9660ad9ffce886a48cc71c',1,'apfel::EvolutionBasisQCD::V8()']]], + ['valence_804',['VALENCE',['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a057c70e1c6a70cfcb3f9a83949d1f924',1,'apfel::MatchingBasisQCD::VALENCE()'],['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64daae91c687000f988d1bd93c2a593e3261',1,'apfel::DISNCBasis::VALENCE()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a33d8b83dfea85bdf4f96ebd0dfbbf295',1,'apfel::DISCCBasis::VALENCE()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169aa95760e4684e512f7d17af2d61a07dce',1,'apfel::EvolutionBasisQCD::VALENCE()']]], + ['vcb_805',['Vcb',['../group__PhysConstants.html#ga506a53fe1623cf4f364c4a8ffdbcfc3e',1,'apfel']]], + ['vcb2_806',['Vcb2',['../group__PhysConstants.html#ga837cff2f272cf9609bd6b488e06df60d',1,'apfel']]], + ['vcd_807',['Vcd',['../group__PhysConstants.html#ga93a9ede3a64ebd31415751d712de4398',1,'apfel']]], + ['vcd2_808',['Vcd2',['../group__PhysConstants.html#ga12d1c22c19e803e3eec405778128c2ee',1,'apfel']]], + ['vcs_809',['Vcs',['../group__PhysConstants.html#gafea926c054be18f99ad0e0d3541f4115',1,'apfel']]], + ['vcs2_810',['Vcs2',['../group__PhysConstants.html#ga5af6909cb7b869d1d4aa340575cdc7ee',1,'apfel']]], + ['version_811',['VERSION',['../version_8h.html#a1c6d5de492ac61ad29aec7aa9a436bbf',1,'version.h']]], + ['version_2eh_812',['version.h',['../version_8h.html',1,'']]], + ['vfns_813',['VFNS',['../structapfel_1_1EvolutionSetup.html#a39af57a0c4a879ae43fbd94b11d758e1add5727ff158e4d8c7fd8b55458fc37da',1,'apfel::EvolutionSetup']]], + ['vij_814',['Vij',['../classapfel_1_1DISCCBasis.html#a9d2d5eddc9343ef064d59fbfe43e3c0d',1,'apfel::DISCCBasis']]], + ['virtuality_815',['Virtuality',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7',1,'apfel::EvolutionSetup::Virtuality()'],['../structapfel_1_1EvolutionSetup.html#a97437e36806d7584b120f762488b11f8',1,'apfel::EvolutionSetup::Virtuality()']]], + ['vtb_816',['Vtb',['../group__PhysConstants.html#gac5c24ac570b81c678e62397059b76970',1,'apfel']]], + ['vtb2_817',['Vtb2',['../group__PhysConstants.html#ga694a0ef9dbfa68638fb7907cb009b61e',1,'apfel']]], + ['vtd_818',['Vtd',['../group__PhysConstants.html#gac23b2e72756f04ebf35ad8f79406550c',1,'apfel']]], + ['vtd2_819',['Vtd2',['../group__PhysConstants.html#gaf229efc39c729da895d58d6b35c59958',1,'apfel']]], + ['vts_820',['Vts',['../group__PhysConstants.html#gabecc31f706440da341d21c8b9cc6ef06',1,'apfel']]], + ['vts2_821',['Vts2',['../group__PhysConstants.html#ga86c3725f35a48aa7f47369b3b7656bd5',1,'apfel']]], + ['vub_822',['Vub',['../group__PhysConstants.html#ga17cb3cfbb88992ac625240ab5733ac1f',1,'apfel']]], + ['vub2_823',['Vub2',['../group__PhysConstants.html#ga6bd3a18d4f6fbcafc14aef9d39671e1a',1,'apfel']]], + ['vud_824',['Vud',['../group__PhysConstants.html#ga17cef36fa67d4d37a6f1d1ddef76f4c2',1,'apfel']]], + ['vud2_825',['Vud2',['../group__PhysConstants.html#ga5c8862e9d777c2c1c46ff10aa2524a6f',1,'apfel']]], + ['vus_826',['Vus',['../group__PhysConstants.html#ga48046453b45fa8d4d1394e3e486534ed',1,'apfel']]], + ['vus2_827',['Vus2',['../group__PhysConstants.html#ga21a05a52b2cb591650f2f32fa54e45cf',1,'apfel']]] ]; diff --git a/docs/html/search/all_17.html b/docs/html/search/all_17.html index d3df61f26..1ad5d34b4 100644 --- a/docs/html/search/all_17.html +++ b/docs/html/search/all_17.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_17.js b/docs/html/search/all_17.js index 9ad3b5ca1..217400b7a 100644 --- a/docs/html/search/all_17.js +++ b/docs/html/search/all_17.js @@ -1,8 +1,8 @@ var searchData= [ - ['warning_834',['warning',['../namespaceapfel.html#a8957d7723906083aa7e5a3a3483e443c',1,'apfel']]], - ['wgplg_835',['wgplg',['../namespaceapfel.html#ae07fc6dc7c2b19aaeae0957f7afa9ccc',1,'apfel']]], - ['wmass_836',['WMass',['../group__PhysConstants.html#gac15192f07834361156df76cd57ad7b20',1,'apfel']]], - ['writegrid_837',['WriteGrid',['../classapfel_1_1InitialiseEvolution.html#a17d43a477175f4c4fd84bd659d6b5fa9',1,'apfel::InitialiseEvolution']]], - ['writegridinfo_838',['WriteGridInfo',['../classapfel_1_1InitialiseEvolution.html#ace5cfdb335ee53b22dbdadade1a36bc1',1,'apfel::InitialiseEvolution']]] + ['warning_828',['warning',['../namespaceapfel.html#a8957d7723906083aa7e5a3a3483e443c',1,'apfel']]], + ['wgplg_829',['wgplg',['../namespaceapfel.html#ae07fc6dc7c2b19aaeae0957f7afa9ccc',1,'apfel']]], + ['wmass_830',['WMass',['../group__PhysConstants.html#gac15192f07834361156df76cd57ad7b20',1,'apfel']]], + ['writegrid_831',['WriteGrid',['../classapfel_1_1InitialiseEvolution.html#a17d43a477175f4c4fd84bd659d6b5fa9',1,'apfel::InitialiseEvolution']]], + ['writegridinfo_832',['WriteGridInfo',['../classapfel_1_1InitialiseEvolution.html#ace5cfdb335ee53b22dbdadade1a36bc1',1,'apfel::InitialiseEvolution']]] ]; diff --git a/docs/html/search/all_18.html b/docs/html/search/all_18.html index 1c12540d6..507d0f856 100644 --- a/docs/html/search/all_18.html +++ b/docs/html/search/all_18.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_18.js b/docs/html/search/all_18.js index b6909631b..3d76dc8c3 100644 --- a/docs/html/search/all_18.js +++ b/docs/html/search/all_18.js @@ -1,7 +1,8 @@ var searchData= [ - ['xfs_839',['xfs',['../structapfel_1_1LHKnotArray.html#ab8f6192839b549ee0db4c50ab78f9d1a',1,'apfel::LHKnotArray']]], - ['xmax_840',['xMax',['../classapfel_1_1SubGrid.html#a6af420df896db5753024435df1af48ba',1,'apfel::SubGrid']]], - ['xmin_841',['xMin',['../classapfel_1_1SubGrid.html#a706414872d99bf4b1cc846df7b1edbeb',1,'apfel::SubGrid::xMin()'],['../structapfel_1_1EvolutionSetup_1_1GridParameters.html#a34003e1b1ec650bd91278f0dd66abe97',1,'apfel::EvolutionSetup::GridParameters::xmin()']]], - ['xs_842',['xs',['../structapfel_1_1LHKnotArray.html#aca33fa03b0ca059cc5f1f7011cadc233',1,'apfel::LHKnotArray']]] + ['xfs_833',['xfs',['../structapfel_1_1LHKnotArray.html#ab8f6192839b549ee0db4c50ab78f9d1a',1,'apfel::LHKnotArray']]], + ['xmax_834',['xMax',['../classapfel_1_1SubGrid.html#a6af420df896db5753024435df1af48ba',1,'apfel::SubGrid']]], + ['xmin_835',['xmin',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html#a34003e1b1ec650bd91278f0dd66abe97',1,'apfel::EvolutionSetup::GridParameters']]], + ['xmin_836',['xMin',['../classapfel_1_1SubGrid.html#a706414872d99bf4b1cc846df7b1edbeb',1,'apfel::SubGrid']]], + ['xs_837',['xs',['../structapfel_1_1LHKnotArray.html#aca33fa03b0ca059cc5f1f7011cadc233',1,'apfel::LHKnotArray']]] ]; diff --git a/docs/html/search/all_19.html b/docs/html/search/all_19.html index 4eecf885d..e69289e9b 100644 --- a/docs/html/search/all_19.html +++ b/docs/html/search/all_19.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_19.js b/docs/html/search/all_19.js index ed69fe45d..99eee1a81 100644 --- a/docs/html/search/all_19.js +++ b/docs/html/search/all_19.js @@ -1,15 +1,15 @@ var searchData= [ - ['zero_2dmass_20coefficient_20functions_20for_20unpolarised_20dis_843',['Zero-mass coefficient functions for unpolarised DIS',['../group__NCMassless.html',1,'']]], - ['zero_2dmass_20coefficient_20functions_20for_20longitudinally_20polarised_20dis_844',['Zero-mass coefficient functions for longitudinally polarised DIS',['../group__NCMasslesspol.html',1,'']]], - ['zero_2dmass_20coefficient_20functions_20for_20unpolarised_20sia_845',['Zero-mass coefficient functions for unpolarised SIA',['../group__NCMasslessSIA.html',1,'']]], - ['zeromasscoefficientfunctionspol_5fsl_2eh_846',['zeromasscoefficientfunctionspol_sl.h',['../zeromasscoefficientfunctionspol__sl_8h.html',1,'']]], - ['zeromasscoefficientfunctionsunp_5fsl_2eh_847',['zeromasscoefficientfunctionsunp_sl.h',['../zeromasscoefficientfunctionsunp__sl_8h.html',1,'']]], - ['zeromasscoefficientfunctionsunp_5ftl_2eh_848',['zeromasscoefficientfunctionsunp_tl.h',['../zeromasscoefficientfunctionsunp__tl_8h.html',1,'']]], - ['zeta2_849',['zeta2',['../group__MathConstants.html#ga35fb1a2f328a8628032d37315c2e6366',1,'apfel']]], - ['zeta3_850',['zeta3',['../group__MathConstants.html#ga8c61738249340194dc5348b0f308cc31',1,'apfel']]], - ['zeta4_851',['zeta4',['../group__MathConstants.html#gada81e2768570ad4b52fb29b6c5f0cfc7',1,'apfel']]], - ['zeta5_852',['zeta5',['../group__MathConstants.html#ga6ec5e74a577acfed19a3ba3b05006da8',1,'apfel']]], - ['zeta6_853',['zeta6',['../group__MathConstants.html#ga34c092dc0a3f96e1dfba146df5770af4',1,'apfel']]], - ['zmass_854',['ZMass',['../group__PhysConstants.html#ga82230f0bff74905ae3596d00a10ee956',1,'apfel']]] + ['zero_2dmass_20coefficient_20functions_20for_20longitudinally_20polarised_20dis_838',['Zero-mass coefficient functions for longitudinally polarised DIS',['../group__NCMasslesspol.html',1,'']]], + ['zero_2dmass_20coefficient_20functions_20for_20unpolarised_20dis_839',['Zero-mass coefficient functions for unpolarised DIS',['../group__NCMassless.html',1,'']]], + ['zero_2dmass_20coefficient_20functions_20for_20unpolarised_20sia_840',['Zero-mass coefficient functions for unpolarised SIA',['../group__NCMasslessSIA.html',1,'']]], + ['zeromasscoefficientfunctionspol_5fsl_2eh_841',['zeromasscoefficientfunctionspol_sl.h',['../zeromasscoefficientfunctionspol__sl_8h.html',1,'']]], + ['zeromasscoefficientfunctionsunp_5fsl_2eh_842',['zeromasscoefficientfunctionsunp_sl.h',['../zeromasscoefficientfunctionsunp__sl_8h.html',1,'']]], + ['zeromasscoefficientfunctionsunp_5ftl_2eh_843',['zeromasscoefficientfunctionsunp_tl.h',['../zeromasscoefficientfunctionsunp__tl_8h.html',1,'']]], + ['zeta2_844',['zeta2',['../group__MathConstants.html#ga35fb1a2f328a8628032d37315c2e6366',1,'apfel']]], + ['zeta3_845',['zeta3',['../group__MathConstants.html#ga8c61738249340194dc5348b0f308cc31',1,'apfel']]], + ['zeta4_846',['zeta4',['../group__MathConstants.html#gada81e2768570ad4b52fb29b6c5f0cfc7',1,'apfel']]], + ['zeta5_847',['zeta5',['../group__MathConstants.html#ga6ec5e74a577acfed19a3ba3b05006da8',1,'apfel']]], + ['zeta6_848',['zeta6',['../group__MathConstants.html#ga34c092dc0a3f96e1dfba146df5770af4',1,'apfel']]], + ['zmass_849',['ZMass',['../group__PhysConstants.html#ga82230f0bff74905ae3596d00a10ee956',1,'apfel']]] ]; diff --git a/docs/html/search/all_1a.html b/docs/html/search/all_1a.html index b9c7dd1fc..e50f29b1c 100644 --- a/docs/html/search/all_1a.html +++ b/docs/html/search/all_1a.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_1a.js b/docs/html/search/all_1a.js index 4a90ceefb..377067fb8 100644 --- a/docs/html/search/all_1a.js +++ b/docs/html/search/all_1a.js @@ -1,5 +1,6 @@ var searchData= [ - ['_7einterpolator_855',['~Interpolator',['../classapfel_1_1Interpolator.html#abcf14478694c9385f568a4fd69a0fe67',1,'apfel::Interpolator']]], - ['_7ematchedevolution_856',['~MatchedEvolution',['../classapfel_1_1MatchedEvolution.html#a0934c99a428f260789e7b78d4f784a80',1,'apfel::MatchedEvolution']]] + ['_7einterpolator_850',['~Interpolator',['../classapfel_1_1Interpolator.html#abcf14478694c9385f568a4fd69a0fe67',1,'apfel::Interpolator']]], + ['_7ematchedevolution_851',['~MatchedEvolution',['../classapfel_1_1MatchedEvolution.html#a0934c99a428f260789e7b78d4f784a80',1,'apfel::MatchedEvolution']]], + ['_7eoperator_852',['~Operator',['../classapfel_1_1Operator.html#a33282323f21457b098ee90b2356af978',1,'apfel::Operator']]] ]; diff --git a/docs/html/search/all_2.html b/docs/html/search/all_2.html index b3f9d663c..02cfffc2e 100644 --- a/docs/html/search/all_2.html +++ b/docs/html/search/all_2.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_2.js b/docs/html/search/all_2.js index 05e4820dd..36a4ce0e6 100644 --- a/docs/html/search/all_2.js +++ b/docs/html/search/all_2.js @@ -1,21 +1,21 @@ var searchData= [ - ['banner_115',['Banner',['../namespaceapfel.html#a4c2d1010b19712c8c950c6aed5db7c98',1,'apfel']]], - ['begin_116',['begin',['../classapfel_1_1ExtendedVector.html#a782968defec5e1a2281dff12134d0369',1,'apfel::ExtendedVector::begin()'],['../classapfel_1_1ExtendedVector.html#ae570df688c330c6f05b301e424f06b97',1,'apfel::ExtendedVector::begin() const']]], - ['beta_117',['Beta',['../structapfel_1_1TmdObjects.html#a08b314c12cc4739a4c2944290e299265',1,'apfel::TmdObjects']]], - ['beta0qcd_118',['beta0qcd',['../namespaceapfel.html#aec59defd4efa5b0cab6b297994a81d13',1,'apfel']]], - ['beta0qed_119',['beta0qed',['../namespaceapfel.html#ae95ebb55b1718733aa14d879062e362f',1,'apfel']]], - ['beta1qcd_120',['beta1qcd',['../namespaceapfel.html#a4a86e6e6ee467f4315ec98163bf1c483',1,'apfel']]], - ['beta1qed_121',['beta1qed',['../namespaceapfel.html#aed080a12594e6a5af37ae5a07912df5e',1,'apfel']]], - ['beta2qcd_122',['beta2qcd',['../namespaceapfel.html#a246c7375cddb32ed53ee4f1a79836569',1,'apfel']]], - ['beta3qcd_123',['beta3qcd',['../namespaceapfel.html#a780121c6acabc585bf2f16d992ec6dab',1,'apfel']]], - ['betaqcd_124',['betaQCD',['../classapfel_1_1AlphaQCD.html#a8399fbe2c22eedd5c27d5c11304ce543',1,'apfel::AlphaQCD']]], - ['betaqcd_2eh_125',['betaqcd.h',['../betaqcd_8h.html',1,'']]], - ['betaqed_126',['betaQED',['../classapfel_1_1AlphaQED.html#a4122cc72eab4a7343e33edbdf45407d9',1,'apfel::AlphaQED']]], - ['betaqed_2eh_127',['betaqed.h',['../betaqed_8h.html',1,'']]], - ['bottom_128',['BOTTOM',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba69781433f7bd24bafcb395b4f247505a',1,'apfel']]], - ['builddglap_129',['BuildDglap',['../namespaceapfel.html#ad66196392cf742bfd93e1faeedaf3e0b',1,'apfel::BuildDglap(std::map< int, DglapObjects > const &DglapObj, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &MuRef, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, int const &nsteps=10)'],['../namespaceapfel.html#ad827529766bae9922f962aadf3c2fc87',1,'apfel::BuildDglap(std::map< int, DglapObjects > const &DglapObj, double const &MuRef, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, int const &nsteps=10)']]], - ['buildstructurefunctions_130',['BuildStructureFunctions',['../namespaceapfel.html#ae22702976343188c62e6f4091327e4b7',1,'apfel::BuildStructureFunctions(std::function< StructureFunctionObjects(double const &, std::vector< double > const &)> const &FObj, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, std::function< std::vector< double >(double const &)> const &Couplings)'],['../namespaceapfel.html#acedbfdfb70af4a407196fdbde401b1c9',1,'apfel::BuildStructureFunctions(std::function< StructureFunctionObjects(double const &, std::vector< double > const &)> const &FObj, std::function< double(int const &, double const &, double const &)> const &InDistFunc, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, std::function< std::vector< double >(double const &)> const &Couplings)'],['../namespaceapfel.html#a4c9df05ce2e5d1d735ea049ee6a9b86e',1,'apfel::BuildStructureFunctions(StructureFunctionObjects const &FObjQ, std::map< int, Distribution > const &InDistFuncQ, int const &PerturbativeOrder, double const &AlphasQ, int const &k)'],['../namespaceapfel.html#aa924d94953e43a0f48368142e116dc1c',1,'apfel::BuildStructureFunctions(StructureFunctionObjects const &FObjQ, std::map< int, Distribution > const &InDistFuncQ, int const &PerturbativeOrder, double const &AlphasQ)']]], - ['buildtmdffs_131',['BuildTmdFFs',['../namespaceapfel.html#a195e9f97f0d61dfa5ac32da21c104ffa',1,'apfel']]], - ['buildtmdpdfs_132',['BuildTmdPDFs',['../namespaceapfel.html#a04a2214395f5d5001f747b8f3ee9d897',1,'apfel']]] + ['banner_118',['Banner',['../namespaceapfel.html#a4c2d1010b19712c8c950c6aed5db7c98',1,'apfel']]], + ['begin_119',['begin',['../classapfel_1_1ExtendedVector.html#a782968defec5e1a2281dff12134d0369',1,'apfel::ExtendedVector::begin()'],['../classapfel_1_1ExtendedVector.html#ae570df688c330c6f05b301e424f06b97',1,'apfel::ExtendedVector::begin() const']]], + ['beta_120',['Beta',['../structapfel_1_1TmdObjects.html#a08b314c12cc4739a4c2944290e299265',1,'apfel::TmdObjects']]], + ['beta0qcd_121',['beta0qcd',['../namespaceapfel.html#aec59defd4efa5b0cab6b297994a81d13',1,'apfel']]], + ['beta0qed_122',['beta0qed',['../namespaceapfel.html#ae95ebb55b1718733aa14d879062e362f',1,'apfel']]], + ['beta1qcd_123',['beta1qcd',['../namespaceapfel.html#a4a86e6e6ee467f4315ec98163bf1c483',1,'apfel']]], + ['beta1qed_124',['beta1qed',['../namespaceapfel.html#aed080a12594e6a5af37ae5a07912df5e',1,'apfel']]], + ['beta2qcd_125',['beta2qcd',['../namespaceapfel.html#a246c7375cddb32ed53ee4f1a79836569',1,'apfel']]], + ['beta3qcd_126',['beta3qcd',['../namespaceapfel.html#a780121c6acabc585bf2f16d992ec6dab',1,'apfel']]], + ['betaqcd_127',['betaQCD',['../classapfel_1_1AlphaQCD.html#a8399fbe2c22eedd5c27d5c11304ce543',1,'apfel::AlphaQCD']]], + ['betaqcd_2eh_128',['betaqcd.h',['../betaqcd_8h.html',1,'']]], + ['betaqed_129',['betaQED',['../classapfel_1_1AlphaQED.html#a4122cc72eab4a7343e33edbdf45407d9',1,'apfel::AlphaQED']]], + ['betaqed_2eh_130',['betaqed.h',['../betaqed_8h.html',1,'']]], + ['bottom_131',['BOTTOM',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba69781433f7bd24bafcb395b4f247505a',1,'apfel']]], + ['builddglap_132',['BuildDglap',['../namespaceapfel.html#ad66196392cf742bfd93e1faeedaf3e0b',1,'apfel::BuildDglap(std::map< int, DglapObjects > const &DglapObj, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &MuRef, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, int const &nsteps=10)'],['../namespaceapfel.html#ad827529766bae9922f962aadf3c2fc87',1,'apfel::BuildDglap(std::map< int, DglapObjects > const &DglapObj, double const &MuRef, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, int const &nsteps=10)'],['../namespaceapfel.html#a6932c89112eac9fb319fcfdc5c0978a5',1,'apfel::BuildDglap(std::function< DglapObjects(double const &)> const &DglapObj, std::vector< double > const &Thresholds, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &MuRef, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, int const &nsteps=10)']]], + ['buildstructurefunctions_133',['BuildStructureFunctions',['../namespaceapfel.html#ae22702976343188c62e6f4091327e4b7',1,'apfel::BuildStructureFunctions(std::function< StructureFunctionObjects(double const &, std::vector< double > const &)> const &FObj, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, std::function< std::vector< double >(double const &)> const &Couplings)'],['../namespaceapfel.html#acedbfdfb70af4a407196fdbde401b1c9',1,'apfel::BuildStructureFunctions(std::function< StructureFunctionObjects(double const &, std::vector< double > const &)> const &FObj, std::function< double(int const &, double const &, double const &)> const &InDistFunc, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, std::function< std::vector< double >(double const &)> const &Couplings)'],['../namespaceapfel.html#a4c9df05ce2e5d1d735ea049ee6a9b86e',1,'apfel::BuildStructureFunctions(StructureFunctionObjects const &FObjQ, std::map< int, Distribution > const &InDistFuncQ, int const &PerturbativeOrder, double const &AlphasQ, int const &k)'],['../namespaceapfel.html#aa924d94953e43a0f48368142e116dc1c',1,'apfel::BuildStructureFunctions(StructureFunctionObjects const &FObjQ, std::map< int, Distribution > const &InDistFuncQ, int const &PerturbativeOrder, double const &AlphasQ)']]], + ['buildtmdffs_134',['BuildTmdFFs',['../namespaceapfel.html#a195e9f97f0d61dfa5ac32da21c104ffa',1,'apfel']]], + ['buildtmdpdfs_135',['BuildTmdPDFs',['../namespaceapfel.html#a04a2214395f5d5001f747b8f3ee9d897',1,'apfel']]] ]; diff --git a/docs/html/search/all_3.html b/docs/html/search/all_3.html index 852045573..39767b85b 100644 --- a/docs/html/search/all_3.html +++ b/docs/html/search/all_3.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_3.js b/docs/html/search/all_3.js index d606326cf..00e8ee57c 100644 --- a/docs/html/search/all_3.js +++ b/docs/html/search/all_3.js @@ -1,120 +1,118 @@ var searchData= [ - ['c0_133',['C0',['../structapfel_1_1StructureFunctionObjects.html#a42c75e639c5c977a5c20b2e96366f923',1,'apfel::StructureFunctionObjects']]], - ['c1_134',['C1',['../structapfel_1_1StructureFunctionObjects.html#a99dea2162edad62cfb740bf7ef788f4a',1,'apfel::StructureFunctionObjects']]], - ['c1ggff_135',['C1ggff',['../classapfel_1_1C1ggff.html',1,'apfel::C1ggff'],['../classapfel_1_1C1ggff.html#ae26c6dc5fceaccb5950e340db6977562',1,'apfel::C1ggff::C1ggff()']]], - ['c1ggpdf_136',['C1ggpdf',['../classapfel_1_1C1ggpdf.html',1,'apfel::C1ggpdf'],['../classapfel_1_1C1ggpdf.html#a7dcaea8750a29da318481d9b94d0a8ae',1,'apfel::C1ggpdf::C1ggpdf()']]], - ['c1ggpdfbm_137',['C1ggpdfBM',['../classapfel_1_1C1ggpdfBM.html',1,'apfel::C1ggpdfBM'],['../classapfel_1_1C1ggpdfBM.html#a9a2e53433038eb4c8684753828e1f9e4',1,'apfel::C1ggpdfBM::C1ggpdfBM()']]], - ['c1gqff_138',['C1gqff',['../classapfel_1_1C1gqff.html',1,'apfel::C1gqff'],['../classapfel_1_1C1gqff.html#a45364e96a8d9549add0bf426bb511ade',1,'apfel::C1gqff::C1gqff()']]], - ['c1gqpdf_139',['C1gqpdf',['../classapfel_1_1C1gqpdf.html',1,'apfel::C1gqpdf'],['../classapfel_1_1C1gqpdf.html#a40e3bc2fd2c97f07e13e065927a3ce13',1,'apfel::C1gqpdf::C1gqpdf()']]], - ['c1gqpdfbm_140',['C1gqpdfBM',['../classapfel_1_1C1gqpdfBM.html',1,'apfel::C1gqpdfBM'],['../classapfel_1_1C1gqpdfBM.html#ab10582f904dea3312f264af14ad8dee9',1,'apfel::C1gqpdfBM::C1gqpdfBM()']]], - ['c1nsff_141',['C1nsff',['../classapfel_1_1C1nsff.html',1,'apfel::C1nsff'],['../classapfel_1_1C1nsff.html#aa3fd3127859c93a35701721a761c0bfc',1,'apfel::C1nsff::C1nsff()']]], - ['c1nspdf_142',['C1nspdf',['../classapfel_1_1C1nspdf.html',1,'apfel::C1nspdf'],['../classapfel_1_1C1nspdf.html#a7ae6fdaff3f63230924d6191fe721af7',1,'apfel::C1nspdf::C1nspdf()']]], - ['c1qgff_143',['C1qgff',['../classapfel_1_1C1qgff.html',1,'apfel::C1qgff'],['../classapfel_1_1C1qgff.html#ac228ffa2c2be504f566c548f71c8ad57',1,'apfel::C1qgff::C1qgff()']]], - ['c1qgpdf_144',['C1qgpdf',['../classapfel_1_1C1qgpdf.html',1,'apfel::C1qgpdf'],['../classapfel_1_1C1qgpdf.html#abe78e4592dbb5e7e7211dc1545935204',1,'apfel::C1qgpdf::C1qgpdf()']]], - ['c2_145',['C2',['../structapfel_1_1StructureFunctionObjects.html#aff53d189b58de77fef2d038b2a9b929e',1,'apfel::StructureFunctionObjects']]], - ['c21g_146',['C21g',['../classapfel_1_1C21g.html',1,'apfel::C21g'],['../classapfel_1_1C21g.html#a1347131e6465c86c4ccca70a45ef58a0',1,'apfel::C21g::C21g()']]], - ['c21ns_147',['C21ns',['../classapfel_1_1C21ns.html',1,'apfel::C21ns'],['../classapfel_1_1C21ns.html#a7c9849e8a526c015216337032622309d',1,'apfel::C21ns::C21ns()']]], - ['c21tg_148',['C21Tg',['../classapfel_1_1C21Tg.html',1,'apfel::C21Tg'],['../classapfel_1_1C21Tg.html#a2dbe91276211ebc8d168dc430a65beba',1,'apfel::C21Tg::C21Tg()']]], - ['c21tns_149',['C21Tns',['../classapfel_1_1C21Tns.html',1,'apfel::C21Tns'],['../classapfel_1_1C21Tns.html#a44722d240575674da6b24091039dd2b7',1,'apfel::C21Tns::C21Tns()']]], - ['c22g_150',['C22g',['../classapfel_1_1C22g.html',1,'apfel::C22g'],['../classapfel_1_1C22g.html#aedff7ae288816623fe64ced2d04f73a2',1,'apfel::C22g::C22g()']]], - ['c22nsm_151',['C22nsm',['../classapfel_1_1C22nsm.html',1,'apfel::C22nsm'],['../classapfel_1_1C22nsm.html#a680d21c03f356e12165aea424a07c199',1,'apfel::C22nsm::C22nsm()']]], - ['c22nsp_152',['C22nsp',['../classapfel_1_1C22nsp.html',1,'apfel::C22nsp'],['../classapfel_1_1C22nsp.html#a540d792b9ff89ea5d74947e12649113f',1,'apfel::C22nsp::C22nsp()']]], - ['c22ps_153',['C22ps',['../classapfel_1_1C22ps.html',1,'apfel::C22ps'],['../classapfel_1_1C22ps.html#a2704e96e79aec0a9df03ea50391a0f12',1,'apfel::C22ps::C22ps()']]], - ['c22tg_154',['C22Tg',['../classapfel_1_1C22Tg.html',1,'apfel::C22Tg'],['../classapfel_1_1C22Tg.html#a640a8aa3b788f1cfdba1018d35bc16fa',1,'apfel::C22Tg::C22Tg()']]], - ['c22tnsp_155',['C22Tnsp',['../classapfel_1_1C22Tnsp.html',1,'apfel::C22Tnsp'],['../classapfel_1_1C22Tnsp.html#a9cf72fefff751ad3267dfb7ca27757bb',1,'apfel::C22Tnsp::C22Tnsp()']]], - ['c22tps_156',['C22Tps',['../classapfel_1_1C22Tps.html',1,'apfel::C22Tps'],['../classapfel_1_1C22Tps.html#a3fcf87930739d69f774afa7ced5298ad',1,'apfel::C22Tps::C22Tps()']]], - ['c2ggff_157',['C2ggff',['../classapfel_1_1C2ggff.html',1,'apfel::C2ggff'],['../classapfel_1_1C2ggff.html#a46b114894da2dcb127b3b7455df98816',1,'apfel::C2ggff::C2ggff()']]], - ['c2ggpdf_158',['C2ggpdf',['../classapfel_1_1C2ggpdf.html',1,'apfel::C2ggpdf'],['../classapfel_1_1C2ggpdf.html#a7453071fe66f1dfe4202cfcd805c759a',1,'apfel::C2ggpdf::C2ggpdf()']]], - ['c2gqff_159',['C2gqff',['../classapfel_1_1C2gqff.html',1,'apfel::C2gqff'],['../classapfel_1_1C2gqff.html#a35917cc3b90efdc1cedb7477a7d63f3f',1,'apfel::C2gqff::C2gqff()']]], - ['c2gqpdf_160',['C2gqpdf',['../classapfel_1_1C2gqpdf.html',1,'apfel::C2gqpdf'],['../classapfel_1_1C2gqpdf.html#a6c59735ddb413d95f15e9f5ee5068932',1,'apfel::C2gqpdf::C2gqpdf()']]], - ['c2psff_161',['C2psff',['../classapfel_1_1C2psff.html',1,'apfel::C2psff'],['../classapfel_1_1C2psff.html#a5e8fa2fc8b2d471ad7385a0fb0907bae',1,'apfel::C2psff::C2psff()']]], - ['c2pspdf_162',['C2pspdf',['../classapfel_1_1C2pspdf.html',1,'apfel::C2pspdf'],['../classapfel_1_1C2pspdf.html#a966928424adb9401a63253f4135e25dd',1,'apfel::C2pspdf::C2pspdf()']]], - ['c2qgff_163',['C2qgff',['../classapfel_1_1C2qgff.html',1,'apfel::C2qgff'],['../classapfel_1_1C2qgff.html#aa5ed70fd4de118f2e502baa2dacda49b',1,'apfel::C2qgff::C2qgff()']]], - ['c2qgpdf_164',['C2qgpdf',['../classapfel_1_1C2qgpdf.html',1,'apfel::C2qgpdf'],['../classapfel_1_1C2qgpdf.html#afb0b7b2c67c0b919ec993f4079f2385a',1,'apfel::C2qgpdf::C2qgpdf()']]], - ['c2vqqbff_165',['C2Vqqbff',['../classapfel_1_1C2Vqqbff.html',1,'apfel::C2Vqqbff'],['../classapfel_1_1C2Vqqbff.html#a0a18d31dead5cf91e8fc0827ca6e53ea',1,'apfel::C2Vqqbff::C2Vqqbff()']]], - ['c2vqqbpdf_166',['C2Vqqbpdf',['../classapfel_1_1C2Vqqbpdf.html',1,'apfel::C2Vqqbpdf'],['../classapfel_1_1C2Vqqbpdf.html#a0f69871d1194dd6cba024597fdf0966b',1,'apfel::C2Vqqbpdf::C2Vqqbpdf()']]], - ['c2vqqff_167',['C2Vqqff',['../classapfel_1_1C2Vqqff.html',1,'apfel::C2Vqqff'],['../classapfel_1_1C2Vqqff.html#a5e3e8a51fff5cc158de412ec18c0ba5b',1,'apfel::C2Vqqff::C2Vqqff()']]], - ['c2vqqpdf_168',['C2Vqqpdf',['../classapfel_1_1C2Vqqpdf.html',1,'apfel::C2Vqqpdf'],['../classapfel_1_1C2Vqqpdf.html#a2827e044a00973028ce803b9d53403a5',1,'apfel::C2Vqqpdf::C2Vqqpdf()']]], - ['c31ns_169',['C31ns',['../classapfel_1_1C31ns.html',1,'apfel::C31ns'],['../classapfel_1_1C31ns.html#aaabb6222672a77a03ea2dc157216295f',1,'apfel::C31ns::C31ns()']]], - ['c31tns_170',['C31Tns',['../classapfel_1_1C31Tns.html',1,'apfel::C31Tns'],['../classapfel_1_1C31Tns.html#a0eeb184f6d653587980cfcfd6a4cc251',1,'apfel::C31Tns::C31Tns()']]], - ['c32nsm_171',['C32nsm',['../classapfel_1_1C32nsm.html',1,'apfel::C32nsm'],['../classapfel_1_1C32nsm.html#a19e4643fdd32d9c5d8be1d39d5c82e99',1,'apfel::C32nsm::C32nsm()']]], - ['c32nsp_172',['C32nsp',['../classapfel_1_1C32nsp.html',1,'apfel::C32nsp'],['../classapfel_1_1C32nsp.html#aaa57d46c39fa85deb69e8d5137dbfd27',1,'apfel::C32nsp::C32nsp()']]], - ['c32tnsp_173',['C32Tnsp',['../classapfel_1_1C32Tnsp.html',1,'apfel::C32Tnsp'],['../classapfel_1_1C32Tnsp.html#a5c45e0e60a790c2b28577bc85cbd3da7',1,'apfel::C32Tnsp::C32Tnsp()']]], - ['c3ggpdf_174',['C3ggpdf',['../classapfel_1_1C3ggpdf.html',1,'apfel::C3ggpdf'],['../classapfel_1_1C3ggpdf.html#a8eaecaa7dbd2242b83cdc26cdf9c1005',1,'apfel::C3ggpdf::C3ggpdf()']]], - ['c3gqpdf_175',['C3gqpdf',['../classapfel_1_1C3gqpdf.html',1,'apfel::C3gqpdf'],['../classapfel_1_1C3gqpdf.html#a38d71f87bf7f345789e0f346a87eb450',1,'apfel::C3gqpdf::C3gqpdf()']]], - ['c3pspdf_176',['C3pspdf',['../classapfel_1_1C3pspdf.html',1,'apfel::C3pspdf'],['../classapfel_1_1C3pspdf.html#a0911482f9a877431830214aa406e74e2',1,'apfel::C3pspdf::C3pspdf()']]], - ['c3pvpdf_177',['C3pvpdf',['../classapfel_1_1C3pvpdf.html',1,'apfel::C3pvpdf'],['../classapfel_1_1C3pvpdf.html#a6a3b2b4ed4ae73770325c4780311cb8f',1,'apfel::C3pvpdf::C3pvpdf()']]], - ['c3qgpdf_178',['C3qgpdf',['../classapfel_1_1C3qgpdf.html',1,'apfel::C3qgpdf'],['../classapfel_1_1C3qgpdf.html#ad274c36f84f6bc63c7fc459e8bde47f8',1,'apfel::C3qgpdf::C3qgpdf()']]], - ['c3vqqbpdf_179',['C3Vqqbpdf',['../classapfel_1_1C3Vqqbpdf.html',1,'apfel::C3Vqqbpdf'],['../classapfel_1_1C3Vqqbpdf.html#aa64994615bd8c0c326475ce6db5ef97d',1,'apfel::C3Vqqbpdf::C3Vqqbpdf()']]], - ['c3vqqpdf_180',['C3Vqqpdf',['../classapfel_1_1C3Vqqpdf.html',1,'apfel::C3Vqqpdf'],['../classapfel_1_1C3Vqqpdf.html#acaacdb63f416e9104a1833f86bb645fc',1,'apfel::C3Vqqpdf::C3Vqqpdf()']]], - ['ca_181',['CA',['../group__MathConstants.html#ga8eecdadecd5396bb2e5eaa7a99267895',1,'apfel']]], - ['cf_182',['CF',['../group__MathConstants.html#ga687ec16c12edc12df465398573b42d47',1,'apfel']]], - ['cg_183',['CG',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a52a1108889293dff2b652a23bc8a0725',1,'apfel::DISNCBasis::CG()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa62810fc51924226e888e0f815590e060',1,'apfel::DISCCBasis::CG()']]], - ['charm_184',['CHARM',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba6bf010add75b0e55719c2dc8bfeb1345',1,'apfel']]], - ['checksetup_185',['CheckSetup',['../classapfel_1_1InitialiseEvolution.html#aa470bf0c32f9b33dd4781844665528b0',1,'apfel::InitialiseEvolution']]], - ['ckm2_186',['CKM2',['../group__PhysConstants.html#ga5323493f8fa0c7f8bb81d386a7303b51',1,'apfel']]], - ['cl1g_187',['CL1g',['../classapfel_1_1CL1g.html',1,'apfel::CL1g'],['../classapfel_1_1CL1g.html#af33b99e2988bcda3666e63fc260d8d51',1,'apfel::CL1g::CL1g()']]], - ['cl1ns_188',['CL1ns',['../classapfel_1_1CL1ns.html',1,'apfel::CL1ns'],['../classapfel_1_1CL1ns.html#ad963cab1dad8b3d3bd179898f9b3d87e',1,'apfel::CL1ns::CL1ns()']]], - ['cl1tg_189',['CL1Tg',['../classapfel_1_1CL1Tg.html',1,'apfel::CL1Tg'],['../classapfel_1_1CL1Tg.html#a5d30233bc99892c1851b1361b2f34934',1,'apfel::CL1Tg::CL1Tg()']]], - ['cl1tns_190',['CL1Tns',['../classapfel_1_1CL1Tns.html',1,'apfel::CL1Tns'],['../classapfel_1_1CL1Tns.html#a33bda9679dca90573d89f18b22bf8e4e',1,'apfel::CL1Tns::CL1Tns()']]], - ['cl2g_191',['CL2g',['../classapfel_1_1CL2g.html',1,'apfel::CL2g'],['../classapfel_1_1CL2g.html#a3a10365b635c96c3d992e577850c1e65',1,'apfel::CL2g::CL2g()']]], - ['cl2nsm_192',['CL2nsm',['../classapfel_1_1CL2nsm.html',1,'apfel::CL2nsm'],['../classapfel_1_1CL2nsm.html#afb8cf303a97ecc0aac4e6e9bed3adcdb',1,'apfel::CL2nsm::CL2nsm()']]], - ['cl2nsp_193',['CL2nsp',['../classapfel_1_1CL2nsp.html',1,'apfel::CL2nsp'],['../classapfel_1_1CL2nsp.html#abf8488e412b046ed3de2f34b9b66da0d',1,'apfel::CL2nsp::CL2nsp()']]], - ['cl2ps_194',['CL2ps',['../classapfel_1_1CL2ps.html',1,'apfel::CL2ps'],['../classapfel_1_1CL2ps.html#a8eeec77af51884cd0b9be3492d25f532',1,'apfel::CL2ps::CL2ps()']]], - ['cl2tg_195',['CL2Tg',['../classapfel_1_1CL2Tg.html',1,'apfel::CL2Tg'],['../classapfel_1_1CL2Tg.html#a32960b7536a97615c839be812e8c08a9',1,'apfel::CL2Tg::CL2Tg()']]], - ['cl2tnsp_196',['CL2Tnsp',['../classapfel_1_1CL2Tnsp.html',1,'apfel::CL2Tnsp'],['../classapfel_1_1CL2Tnsp.html#ac7795aa608c14cff29cd00c5b92cd589',1,'apfel::CL2Tnsp::CL2Tnsp()']]], - ['cl2tps_197',['CL2Tps',['../classapfel_1_1CL2Tps.html',1,'apfel::CL2Tps'],['../classapfel_1_1CL2Tps.html#a65af76d077851d16bbec97336c0c1eaa',1,'apfel::CL2Tps::CL2Tps()']]], - ['cm021gnc_5fc_198',['Cm021gNC_c',['../classapfel_1_1Cm021gNC__c.html',1,'apfel::Cm021gNC_c'],['../classapfel_1_1Cm021gNC__c.html#af104757d61a78dc9662cb5798a9a2f93',1,'apfel::Cm021gNC_c::Cm021gNC_c()']]], - ['cm021gnc_5fl_199',['Cm021gNC_l',['../classapfel_1_1Cm021gNC__l.html',1,'apfel::Cm021gNC_l'],['../classapfel_1_1Cm021gNC__l.html#af665b8051d2a36ba4512e707110006f6',1,'apfel::Cm021gNC_l::Cm021gNC_l()']]], - ['cm022gnc_5fc_200',['Cm022gNC_c',['../classapfel_1_1Cm022gNC__c.html',1,'apfel::Cm022gNC_c'],['../classapfel_1_1Cm022gNC__c.html#a2f29b7bfdffa81f10816c5b832bf4868',1,'apfel::Cm022gNC_c::Cm022gNC_c()']]], - ['cm022gnc_5ff_201',['Cm022gNC_f',['../classapfel_1_1Cm022gNC__f.html',1,'apfel::Cm022gNC_f'],['../classapfel_1_1Cm022gNC__f.html#a1e8f6656a28aca6dc3bc2744a6ebaf06',1,'apfel::Cm022gNC_f::Cm022gNC_f()']]], - ['cm022gnc_5fl_202',['Cm022gNC_l',['../classapfel_1_1Cm022gNC__l.html',1,'apfel::Cm022gNC_l'],['../classapfel_1_1Cm022gNC__l.html#a465c92c51e8d054e223832e07a2d66b2',1,'apfel::Cm022gNC_l::Cm022gNC_l()']]], - ['cm022gnc_5fl2_203',['Cm022gNC_l2',['../classapfel_1_1Cm022gNC__l2.html',1,'apfel::Cm022gNC_l2'],['../classapfel_1_1Cm022gNC__l2.html#a90a57f017fa7374155ee9336bb1755cc',1,'apfel::Cm022gNC_l2::Cm022gNC_l2()']]], - ['cm022gnc_5flf_204',['Cm022gNC_lf',['../classapfel_1_1Cm022gNC__lf.html',1,'apfel::Cm022gNC_lf'],['../classapfel_1_1Cm022gNC__lf.html#af9260fe16c51c54144af8d7345c098a0',1,'apfel::Cm022gNC_lf::Cm022gNC_lf()']]], - ['cm022nsnc_5fc_205',['Cm022nsNC_c',['../classapfel_1_1Cm022nsNC__c.html',1,'apfel::Cm022nsNC_c'],['../classapfel_1_1Cm022nsNC__c.html#a6360c48a9b7327a22253f36def12eded',1,'apfel::Cm022nsNC_c::Cm022nsNC_c()']]], - ['cm022nsnc_5fl_206',['Cm022nsNC_l',['../classapfel_1_1Cm022nsNC__l.html',1,'apfel::Cm022nsNC_l'],['../classapfel_1_1Cm022nsNC__l.html#a3a41399c32a78f98cdaeac17c8d8717e',1,'apfel::Cm022nsNC_l::Cm022nsNC_l()']]], - ['cm022nsnc_5fl2_207',['Cm022nsNC_l2',['../classapfel_1_1Cm022nsNC__l2.html',1,'apfel::Cm022nsNC_l2'],['../classapfel_1_1Cm022nsNC__l2.html#ae28d882f6b07118457141265b3f1e5fe',1,'apfel::Cm022nsNC_l2::Cm022nsNC_l2()']]], - ['cm022psnc_5fc_208',['Cm022psNC_c',['../classapfel_1_1Cm022psNC__c.html',1,'apfel::Cm022psNC_c'],['../classapfel_1_1Cm022psNC__c.html#aa1b0dd906c929e3471ab84433279cc18',1,'apfel::Cm022psNC_c::Cm022psNC_c()']]], - ['cm022psnc_5ff_209',['Cm022psNC_f',['../classapfel_1_1Cm022psNC__f.html',1,'apfel::Cm022psNC_f'],['../classapfel_1_1Cm022psNC__f.html#a60679258bf688559ccb0ef27e9f247a4',1,'apfel::Cm022psNC_f::Cm022psNC_f()']]], - ['cm022psnc_5fl_210',['Cm022psNC_l',['../classapfel_1_1Cm022psNC__l.html',1,'apfel::Cm022psNC_l'],['../classapfel_1_1Cm022psNC__l.html#a2c95f21cf2710e0c021fd5fd9688784b',1,'apfel::Cm022psNC_l::Cm022psNC_l()']]], - ['cm022psnc_5fl2_211',['Cm022psNC_l2',['../classapfel_1_1Cm022psNC__l2.html',1,'apfel::Cm022psNC_l2'],['../classapfel_1_1Cm022psNC__l2.html#a1ed013db237fc63334a8496fb4db5677',1,'apfel::Cm022psNC_l2::Cm022psNC_l2()']]], - ['cm022psnc_5flf_212',['Cm022psNC_lf',['../classapfel_1_1Cm022psNC__lf.html',1,'apfel::Cm022psNC_lf'],['../classapfel_1_1Cm022psNC__lf.html#acda501f3efd1664396fd17eb51be1b99',1,'apfel::Cm022psNC_lf::Cm022psNC_lf()']]], - ['cm0l1gnc_5fc_213',['Cm0L1gNC_c',['../classapfel_1_1Cm0L1gNC__c.html',1,'apfel::Cm0L1gNC_c'],['../classapfel_1_1Cm0L1gNC__c.html#a47c372c483ce410ad1d8f2e4cd18db60',1,'apfel::Cm0L1gNC_c::Cm0L1gNC_c()']]], - ['cm0l2gnc_5fc_214',['Cm0L2gNC_c',['../classapfel_1_1Cm0L2gNC__c.html',1,'apfel::Cm0L2gNC_c'],['../classapfel_1_1Cm0L2gNC__c.html#acebd8a8dd4d93ca44299d8ec2b6995d3',1,'apfel::Cm0L2gNC_c::Cm0L2gNC_c()']]], - ['cm0l2gnc_5ff_215',['Cm0L2gNC_f',['../classapfel_1_1Cm0L2gNC__f.html',1,'apfel::Cm0L2gNC_f'],['../classapfel_1_1Cm0L2gNC__f.html#a8934b78888d16d134cddff6d62d927d2',1,'apfel::Cm0L2gNC_f::Cm0L2gNC_f()']]], - ['cm0l2gnc_5fl_216',['Cm0L2gNC_l',['../classapfel_1_1Cm0L2gNC__l.html',1,'apfel::Cm0L2gNC_l'],['../classapfel_1_1Cm0L2gNC__l.html#afa49fbcd2c07f7e99b5a978b83a25ea6',1,'apfel::Cm0L2gNC_l::Cm0L2gNC_l()']]], - ['cm0l2nsnc_5fc_217',['Cm0L2nsNC_c',['../classapfel_1_1Cm0L2nsNC__c.html',1,'apfel::Cm0L2nsNC_c'],['../classapfel_1_1Cm0L2nsNC__c.html#a04acb89b44f67bb53c89e88ec4369699',1,'apfel::Cm0L2nsNC_c::Cm0L2nsNC_c()']]], - ['cm0l2nsnc_5fl_218',['Cm0L2nsNC_l',['../classapfel_1_1Cm0L2nsNC__l.html',1,'apfel::Cm0L2nsNC_l'],['../classapfel_1_1Cm0L2nsNC__l.html#a9ae8da841622b31a871ebbf564069d8b',1,'apfel::Cm0L2nsNC_l::Cm0L2nsNC_l()']]], - ['cm0l2psnc_5fc_219',['Cm0L2psNC_c',['../classapfel_1_1Cm0L2psNC__c.html',1,'apfel::Cm0L2psNC_c'],['../classapfel_1_1Cm0L2psNC__c.html#ae97eb17c2033423967e53522dccd7a35',1,'apfel::Cm0L2psNC_c::Cm0L2psNC_c()']]], - ['cm0l2psnc_5ff_220',['Cm0L2psNC_f',['../classapfel_1_1Cm0L2psNC__f.html',1,'apfel::Cm0L2psNC_f'],['../classapfel_1_1Cm0L2psNC__f.html#a380bf25477da4c01065c8454c7235667',1,'apfel::Cm0L2psNC_f::Cm0L2psNC_f()']]], - ['cm0l2psnc_5fl_221',['Cm0L2psNC_l',['../classapfel_1_1Cm0L2psNC__l.html',1,'apfel::Cm0L2psNC_l'],['../classapfel_1_1Cm0L2psNC__l.html#a97214a0402d8f04d25d6b7aa6f46cc22',1,'apfel::Cm0L2psNC_l::Cm0L2psNC_l()']]], - ['cm21gnc_222',['Cm21gNC',['../classapfel_1_1Cm21gNC.html',1,'apfel::Cm21gNC'],['../classapfel_1_1Cm21gNC.html#ad217431b7155beaa02efdc3644feec50',1,'apfel::Cm21gNC::Cm21gNC()']]], - ['cm22bargnc_223',['Cm22bargNC',['../classapfel_1_1Cm22bargNC.html',1,'apfel::Cm22bargNC'],['../classapfel_1_1Cm22bargNC.html#abb02a01598fe3daa13f8815e3a698b8d',1,'apfel::Cm22bargNC::Cm22bargNC()']]], - ['cm22barpsnc_224',['Cm22barpsNC',['../classapfel_1_1Cm22barpsNC.html',1,'apfel::Cm22barpsNC'],['../classapfel_1_1Cm22barpsNC.html#ad5eddfada503128515dc630d97ebfc15',1,'apfel::Cm22barpsNC::Cm22barpsNC()']]], - ['cm22gnc_225',['Cm22gNC',['../classapfel_1_1Cm22gNC.html',1,'apfel::Cm22gNC'],['../classapfel_1_1Cm22gNC.html#aeba398c2284e2aadc7e5e81a6ebe13b8',1,'apfel::Cm22gNC::Cm22gNC()']]], - ['cm22nsnc_226',['Cm22nsNC',['../classapfel_1_1Cm22nsNC.html',1,'apfel::Cm22nsNC'],['../classapfel_1_1Cm22nsNC.html#ab53c24a81fec5e80d8c16b13a14044e7',1,'apfel::Cm22nsNC::Cm22nsNC()']]], - ['cm22psnc_227',['Cm22psNC',['../classapfel_1_1Cm22psNC.html',1,'apfel::Cm22psNC'],['../classapfel_1_1Cm22psNC.html#a47c268a928db088e380cdad4f71f59b1',1,'apfel::Cm22psNC::Cm22psNC()']]], - ['cmk_228',['CMK',['../group__PhysConstants.html#ga3e0c3b2732a9cca26b9e8d4d39a80708',1,'apfel']]], - ['cml1gnc_229',['CmL1gNC',['../classapfel_1_1CmL1gNC.html',1,'apfel::CmL1gNC'],['../classapfel_1_1CmL1gNC.html#a94b2b78960165492bf0b1946c71fc148',1,'apfel::CmL1gNC::CmL1gNC()']]], - ['cml2bargnc_230',['CmL2bargNC',['../classapfel_1_1CmL2bargNC.html',1,'apfel::CmL2bargNC'],['../classapfel_1_1CmL2bargNC.html#a2d227771d8f7fb94922f53c98169371f',1,'apfel::CmL2bargNC::CmL2bargNC()']]], - ['cml2barpsnc_231',['CmL2barpsNC',['../classapfel_1_1CmL2barpsNC.html',1,'apfel::CmL2barpsNC'],['../classapfel_1_1CmL2barpsNC.html#a9c94a32a58a732cc7d2f1a2c6ad2f2e2',1,'apfel::CmL2barpsNC::CmL2barpsNC()']]], - ['cml2gnc_232',['CmL2gNC',['../classapfel_1_1CmL2gNC.html',1,'apfel::CmL2gNC'],['../classapfel_1_1CmL2gNC.html#a6f15a9aee0ac52ff97e94687b9b289b8',1,'apfel::CmL2gNC::CmL2gNC()']]], - ['cml2nsnc_233',['CmL2nsNC',['../classapfel_1_1CmL2nsNC.html',1,'apfel::CmL2nsNC'],['../classapfel_1_1CmL2nsNC.html#aacf89402670035155e057c6ad3a03e68',1,'apfel::CmL2nsNC::CmL2nsNC()']]], - ['cml2psnc_234',['CmL2psNC',['../classapfel_1_1CmL2psNC.html',1,'apfel::CmL2psNC'],['../classapfel_1_1CmL2psNC.html#a0f5fbe503c96570e8af5e5b96e26c283',1,'apfel::CmL2psNC::CmL2psNC()']]], - ['cns_235',['CNS',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a865e4ec076559d4ab36f0f9b8c110b83',1,'apfel::DISNCBasis::CNS()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa403b083fd6ed38621d003339b13fd05b',1,'apfel::DISCCBasis::CNS()']]], - ['coefficient_236',['coefficient',['../structapfel_1_1ConvolutionMap_1_1rule.html#a4bf45b4c287915ad713e8367aea136ea',1,'apfel::ConvolutionMap::rule::coefficient()'],['../structapfel_1_1term.html#ac2ed928338c39a18b9995db6c407efd3',1,'apfel::term::coefficient()']]], - ['combine_237',['Combine',['../classapfel_1_1Set.html#a7065697bdd240416184fee23592c77fa',1,'apfel::Set::Combine() const'],['../classapfel_1_1Set.html#a339d0b1d03e094ec494f1c06b7dacde2',1,'apfel::Set::Combine(std::vector< double > const &weigths) const']]], - ['concatenateandsortvectors_238',['ConcatenateAndSortVectors',['../namespaceapfel.html#aee89f2fd03ee7b3c45e39162322a2850',1,'apfel']]], - ['const_5fiterator_239',['const_iterator',['../classarray_3_01size__t_00_012_01_4_1_1const__iterator.html',1,'std::array< size_t, 2 >::const_iterator'],['../classbasic__string_3_01char_01_4_1_1const__iterator.html',1,'std::basic_string< char >::const_iterator'],['../classbasic__string_3_01char16__t_01_4_1_1const__iterator.html',1,'std::basic_string< char16_t >::const_iterator'],['../classbasic__string_3_01char32__t_01_4_1_1const__iterator.html',1,'std::basic_string< char32_t >::const_iterator'],['../classbasic__string_3_01char8__t_01_4_1_1const__iterator.html',1,'std::basic_string< char8_t >::const_iterator'],['../classbasic__string_3_01wchar__t_01_4_1_1const__iterator.html',1,'std::basic_string< wchar_t >::const_iterator'],['../classbasic__string__view_3_01char_01_4_1_1const__iterator.html',1,'std::basic_string_view< char >::const_iterator'],['../classbasic__string__view_3_01char16__t_01_4_1_1const__iterator.html',1,'std::basic_string_view< char16_t >::const_iterator'],['../classbasic__string__view_3_01char32__t_01_4_1_1const__iterator.html',1,'std::basic_string_view< char32_t >::const_iterator'],['../classbasic__string__view_3_01char8__t_01_4_1_1const__iterator.html',1,'std::basic_string_view< char8_t >::const_iterator'],['../classbasic__string__view_3_01wchar__t_01_4_1_1const__iterator.html',1,'std::basic_string_view< wchar_t >::const_iterator'],['../classmap_3_01double_00_01std_1_1map_3_01int_00_01apfel_1_1LHKnotArray_01_4_01_4_1_1const__iterator.html',1,'std::map< double, std::map< int, apfel::LHKnotArray > >::const_iterator'],['../classmap_3_01int_00_01apfel_1_1ConvolutionMap_01_4_1_1const__iterator.html',1,'std::map< int, apfel::ConvolutionMap >::const_iterator'],['../classmap_3_01int_00_01apfel_1_1DglapObjects_01_4_1_1const__iterator.html',1,'std::map< int, apfel::DglapObjects >::const_iterator'],['../classmap_3_01int_00_01apfel_1_1Operator_01_4_1_1const__iterator.html',1,'std::map< int, apfel::Operator >::const_iterator'],['../classmap_3_01int_00_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1const__iterator.html',1,'std::map< int, apfel::Set< apfel::Operator > >::const_iterator'],['../classmap_3_01int_00_01double_01_4_1_1const__iterator.html',1,'std::map< int, double >::const_iterator'],['../classmap_3_01int_00_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1const__iterator.html',1,'std::map< int, std::pair< int, int > >::const_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_01_4_1_1const__iterator.html',1,'std::map< int, std::vector< apfel::ConvolutionMap::rule > >::const_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_01_4_1_1const__iterator.html',1,'std::map< int, std::vector< apfel::Set< apfel::Operator > > >::const_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01double_01_4_01_4_1_1const__iterator.html',1,'std::map< int, std::vector< double > >::const_iterator'],['../classmap_3_01int_00_01T_01_4_1_1const__iterator.html',1,'std::map< int, T >::const_iterator'],['../classmap_3_01std_1_1string_00_01std_1_1map_3_01int_00_01double_01_4_01_4_1_1const__iterator.html',1,'std::map< std::string, std::map< int, double > >::const_iterator'],['../classvector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_1_1const__iterator.html',1,'std::vector< apfel::ConvolutionMap::rule >::const_iterator'],['../classvector_3_01apfel_1_1EvolutionSetup_1_1GridParameters_01_4_1_1const__iterator.html',1,'std::vector< apfel::EvolutionSetup::GridParameters >::const_iterator'],['../classvector_3_01apfel_1_1ExtendedVector_3_01double_01_4_01_4_1_1const__iterator.html',1,'std::vector< apfel::ExtendedVector< double > >::const_iterator'],['../classvector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1const__iterator.html',1,'std::vector< apfel::Set< apfel::Operator > >::const_iterator'],['../classvector_3_01apfel_1_1SubGrid_01_4_1_1const__iterator.html',1,'std::vector< apfel::SubGrid >::const_iterator'],['../classvector_3_01apfel_1_1term_3_01T_00_01T_01_4_01_4_1_1const__iterator.html',1,'std::vector< apfel::term< T, T > >::const_iterator'],['../classvector_3_01double_01_4_1_1const__iterator.html',1,'std::vector< double >::const_iterator'],['../classvector_3_01int_01_4_1_1const__iterator.html',1,'std::vector< int >::const_iterator'],['../classvector_3_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1const__iterator.html',1,'std::vector< std::pair< int, int > >::const_iterator'],['../classvector_3_01std_1_1vector_3_01double_01_4_01_4_1_1const__iterator.html',1,'std::vector< std::vector< double > >::const_iterator'],['../classvector_3_01std_1_1vector_3_01int_01_4_01_4_1_1const__iterator.html',1,'std::vector< std::vector< int > >::const_iterator']]], - ['const_5freverse_5fiterator_240',['const_reverse_iterator',['../classarray_3_01size__t_00_012_01_4_1_1const__reverse__iterator.html',1,'std::array< size_t, 2 >::const_reverse_iterator'],['../classbasic__string_3_01char_01_4_1_1const__reverse__iterator.html',1,'std::basic_string< char >::const_reverse_iterator'],['../classbasic__string_3_01char16__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string< char16_t >::const_reverse_iterator'],['../classbasic__string_3_01char32__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string< char32_t >::const_reverse_iterator'],['../classbasic__string_3_01char8__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string< char8_t >::const_reverse_iterator'],['../classbasic__string_3_01wchar__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string< wchar_t >::const_reverse_iterator'],['../classbasic__string__view_3_01char_01_4_1_1const__reverse__iterator.html',1,'std::basic_string_view< char >::const_reverse_iterator'],['../classbasic__string__view_3_01char16__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string_view< char16_t >::const_reverse_iterator'],['../classbasic__string__view_3_01char32__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string_view< char32_t >::const_reverse_iterator'],['../classbasic__string__view_3_01char8__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string_view< char8_t >::const_reverse_iterator'],['../classbasic__string__view_3_01wchar__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string_view< wchar_t >::const_reverse_iterator'],['../classmap_3_01double_00_01std_1_1map_3_01int_00_01apfel_1_1LHKnotArray_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< double, std::map< int, apfel::LHKnotArray > >::const_reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1ConvolutionMap_01_4_1_1const__reverse__iterator.html',1,'std::map< int, apfel::ConvolutionMap >::const_reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1DglapObjects_01_4_1_1const__reverse__iterator.html',1,'std::map< int, apfel::DglapObjects >::const_reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1Operator_01_4_1_1const__reverse__iterator.html',1,'std::map< int, apfel::Operator >::const_reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< int, apfel::Set< apfel::Operator > >::const_reverse_iterator'],['../classmap_3_01int_00_01double_01_4_1_1const__reverse__iterator.html',1,'std::map< int, double >::const_reverse_iterator'],['../classmap_3_01int_00_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< int, std::pair< int, int > >::const_reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< int, std::vector< apfel::ConvolutionMap::rule > >::const_reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< int, std::vector< apfel::Set< apfel::Operator > > >::const_reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01double_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< int, std::vector< double > >::const_reverse_iterator'],['../classmap_3_01int_00_01T_01_4_1_1const__reverse__iterator.html',1,'std::map< int, T >::const_reverse_iterator'],['../classmap_3_01std_1_1string_00_01std_1_1map_3_01int_00_01double_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< std::string, std::map< int, double > >::const_reverse_iterator'],['../classvector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::ConvolutionMap::rule >::const_reverse_iterator'],['../classvector_3_01apfel_1_1EvolutionSetup_1_1GridParameters_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::EvolutionSetup::GridParameters >::const_reverse_iterator'],['../classvector_3_01apfel_1_1ExtendedVector_3_01double_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::ExtendedVector< double > >::const_reverse_iterator'],['../classvector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::Set< apfel::Operator > >::const_reverse_iterator'],['../classvector_3_01apfel_1_1SubGrid_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::SubGrid >::const_reverse_iterator'],['../classvector_3_01apfel_1_1term_3_01T_00_01T_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::term< T, T > >::const_reverse_iterator'],['../classvector_3_01double_01_4_1_1const__reverse__iterator.html',1,'std::vector< double >::const_reverse_iterator'],['../classvector_3_01int_01_4_1_1const__reverse__iterator.html',1,'std::vector< int >::const_reverse_iterator'],['../classvector_3_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< std::pair< int, int > >::const_reverse_iterator'],['../classvector_3_01std_1_1vector_3_01double_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< std::vector< double > >::const_reverse_iterator'],['../classvector_3_01std_1_1vector_3_01int_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< std::vector< int > >::const_reverse_iterator']]], - ['constants_2eh_241',['constants.h',['../constants_8h.html',1,'']]], - ['convbasis_242',['ConvBasis',['../structapfel_1_1StructureFunctionObjects.html#a45c9550f90d3b07604961b513bee4162',1,'apfel::StructureFunctionObjects']]], - ['convfact_243',['ConvFact',['../group__PhysConstants.html#gae98d82c9534cde7c04ae48896e66360e',1,'apfel']]], - ['convolution_20maps_244',['Convolution maps',['../group__ConvMap.html',1,'']]], - ['convolutionmap_245',['ConvolutionMap',['../classapfel_1_1ConvolutionMap.html',1,'apfel::ConvolutionMap'],['../classapfel_1_1ConvolutionMap.html#a0f602872988c9ec3286bd30c66a92cf7',1,'apfel::ConvolutionMap::ConvolutionMap()']]], - ['convolutionmap_2eh_246',['convolutionmap.h',['../convolutionmap_8h.html',1,'']]], - ['couplingevolution_247',['CouplingEvolution',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5a',1,'apfel::EvolutionSetup::CouplingEvolution()'],['../structapfel_1_1EvolutionSetup.html#aa26ea1950ffa331a10e1f8f6dd84f4cf',1,'apfel::EvolutionSetup::CouplingEvolution()']]], - ['createjointgrid_248',['CreateJointGrid',['../classapfel_1_1Grid.html#a8a12837ed78aa281b3cbba10be175092',1,'apfel::Grid']]], - ['cs_249',['CS',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a6edfc8afd7a0b1bfebc74332afb4031c',1,'apfel::DISNCBasis::CS()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa6501efd2adadece560864a42d0ef496b',1,'apfel::DISCCBasis::CS()']]] + ['c0_136',['C0',['../structapfel_1_1StructureFunctionObjects.html#a42c75e639c5c977a5c20b2e96366f923',1,'apfel::StructureFunctionObjects']]], + ['c1_137',['C1',['../structapfel_1_1StructureFunctionObjects.html#a99dea2162edad62cfb740bf7ef788f4a',1,'apfel::StructureFunctionObjects']]], + ['c1ggff_138',['C1ggff',['../classapfel_1_1C1ggff.html',1,'apfel::C1ggff'],['../classapfel_1_1C1ggff.html#ae26c6dc5fceaccb5950e340db6977562',1,'apfel::C1ggff::C1ggff()']]], + ['c1ggpdf_139',['C1ggpdf',['../classapfel_1_1C1ggpdf.html',1,'apfel::C1ggpdf'],['../classapfel_1_1C1ggpdf.html#a7dcaea8750a29da318481d9b94d0a8ae',1,'apfel::C1ggpdf::C1ggpdf()']]], + ['c1ggpdfbm_140',['C1ggpdfBM',['../classapfel_1_1C1ggpdfBM.html',1,'apfel::C1ggpdfBM'],['../classapfel_1_1C1ggpdfBM.html#a9a2e53433038eb4c8684753828e1f9e4',1,'apfel::C1ggpdfBM::C1ggpdfBM()']]], + ['c1gqff_141',['C1gqff',['../classapfel_1_1C1gqff.html',1,'apfel::C1gqff'],['../classapfel_1_1C1gqff.html#a45364e96a8d9549add0bf426bb511ade',1,'apfel::C1gqff::C1gqff()']]], + ['c1gqpdf_142',['C1gqpdf',['../classapfel_1_1C1gqpdf.html',1,'apfel::C1gqpdf'],['../classapfel_1_1C1gqpdf.html#a40e3bc2fd2c97f07e13e065927a3ce13',1,'apfel::C1gqpdf::C1gqpdf()']]], + ['c1gqpdfbm_143',['C1gqpdfBM',['../classapfel_1_1C1gqpdfBM.html',1,'apfel::C1gqpdfBM'],['../classapfel_1_1C1gqpdfBM.html#ab10582f904dea3312f264af14ad8dee9',1,'apfel::C1gqpdfBM::C1gqpdfBM()']]], + ['c1nsff_144',['C1nsff',['../classapfel_1_1C1nsff.html',1,'apfel::C1nsff'],['../classapfel_1_1C1nsff.html#aa3fd3127859c93a35701721a761c0bfc',1,'apfel::C1nsff::C1nsff()']]], + ['c1nspdf_145',['C1nspdf',['../classapfel_1_1C1nspdf.html',1,'apfel::C1nspdf'],['../classapfel_1_1C1nspdf.html#a7ae6fdaff3f63230924d6191fe721af7',1,'apfel::C1nspdf::C1nspdf()']]], + ['c1qgff_146',['C1qgff',['../classapfel_1_1C1qgff.html',1,'apfel::C1qgff'],['../classapfel_1_1C1qgff.html#ac228ffa2c2be504f566c548f71c8ad57',1,'apfel::C1qgff::C1qgff()']]], + ['c1qgpdf_147',['C1qgpdf',['../classapfel_1_1C1qgpdf.html',1,'apfel::C1qgpdf'],['../classapfel_1_1C1qgpdf.html#abe78e4592dbb5e7e7211dc1545935204',1,'apfel::C1qgpdf::C1qgpdf()']]], + ['c2_148',['C2',['../structapfel_1_1StructureFunctionObjects.html#aff53d189b58de77fef2d038b2a9b929e',1,'apfel::StructureFunctionObjects']]], + ['c21g_149',['C21g',['../classapfel_1_1C21g.html',1,'apfel::C21g'],['../classapfel_1_1C21g.html#a1347131e6465c86c4ccca70a45ef58a0',1,'apfel::C21g::C21g()']]], + ['c21ns_150',['C21ns',['../classapfel_1_1C21ns.html',1,'apfel::C21ns'],['../classapfel_1_1C21ns.html#a7c9849e8a526c015216337032622309d',1,'apfel::C21ns::C21ns()']]], + ['c21tg_151',['C21Tg',['../classapfel_1_1C21Tg.html',1,'apfel::C21Tg'],['../classapfel_1_1C21Tg.html#a2dbe91276211ebc8d168dc430a65beba',1,'apfel::C21Tg::C21Tg()']]], + ['c21tns_152',['C21Tns',['../classapfel_1_1C21Tns.html',1,'apfel::C21Tns'],['../classapfel_1_1C21Tns.html#a44722d240575674da6b24091039dd2b7',1,'apfel::C21Tns::C21Tns()']]], + ['c22g_153',['C22g',['../classapfel_1_1C22g.html',1,'apfel::C22g'],['../classapfel_1_1C22g.html#aedff7ae288816623fe64ced2d04f73a2',1,'apfel::C22g::C22g()']]], + ['c22nsm_154',['C22nsm',['../classapfel_1_1C22nsm.html',1,'apfel::C22nsm'],['../classapfel_1_1C22nsm.html#a680d21c03f356e12165aea424a07c199',1,'apfel::C22nsm::C22nsm()']]], + ['c22nsp_155',['C22nsp',['../classapfel_1_1C22nsp.html',1,'apfel::C22nsp'],['../classapfel_1_1C22nsp.html#a540d792b9ff89ea5d74947e12649113f',1,'apfel::C22nsp::C22nsp()']]], + ['c22ps_156',['C22ps',['../classapfel_1_1C22ps.html',1,'apfel::C22ps'],['../classapfel_1_1C22ps.html#a2704e96e79aec0a9df03ea50391a0f12',1,'apfel::C22ps::C22ps()']]], + ['c22tg_157',['C22Tg',['../classapfel_1_1C22Tg.html',1,'apfel::C22Tg'],['../classapfel_1_1C22Tg.html#a640a8aa3b788f1cfdba1018d35bc16fa',1,'apfel::C22Tg::C22Tg()']]], + ['c22tnsp_158',['C22Tnsp',['../classapfel_1_1C22Tnsp.html',1,'apfel::C22Tnsp'],['../classapfel_1_1C22Tnsp.html#a9cf72fefff751ad3267dfb7ca27757bb',1,'apfel::C22Tnsp::C22Tnsp()']]], + ['c22tps_159',['C22Tps',['../classapfel_1_1C22Tps.html',1,'apfel::C22Tps'],['../classapfel_1_1C22Tps.html#a3fcf87930739d69f774afa7ced5298ad',1,'apfel::C22Tps::C22Tps()']]], + ['c2ggff_160',['C2ggff',['../classapfel_1_1C2ggff.html',1,'apfel::C2ggff'],['../classapfel_1_1C2ggff.html#a46b114894da2dcb127b3b7455df98816',1,'apfel::C2ggff::C2ggff()']]], + ['c2ggpdf_161',['C2ggpdf',['../classapfel_1_1C2ggpdf.html',1,'apfel::C2ggpdf'],['../classapfel_1_1C2ggpdf.html#a7453071fe66f1dfe4202cfcd805c759a',1,'apfel::C2ggpdf::C2ggpdf()']]], + ['c2gqff_162',['C2gqff',['../classapfel_1_1C2gqff.html',1,'apfel::C2gqff'],['../classapfel_1_1C2gqff.html#a35917cc3b90efdc1cedb7477a7d63f3f',1,'apfel::C2gqff::C2gqff()']]], + ['c2gqpdf_163',['C2gqpdf',['../classapfel_1_1C2gqpdf.html',1,'apfel::C2gqpdf'],['../classapfel_1_1C2gqpdf.html#a6c59735ddb413d95f15e9f5ee5068932',1,'apfel::C2gqpdf::C2gqpdf()']]], + ['c2psff_164',['C2psff',['../classapfel_1_1C2psff.html',1,'apfel::C2psff'],['../classapfel_1_1C2psff.html#a5e8fa2fc8b2d471ad7385a0fb0907bae',1,'apfel::C2psff::C2psff()']]], + ['c2pspdf_165',['C2pspdf',['../classapfel_1_1C2pspdf.html',1,'apfel::C2pspdf'],['../classapfel_1_1C2pspdf.html#a966928424adb9401a63253f4135e25dd',1,'apfel::C2pspdf::C2pspdf()']]], + ['c2qgff_166',['C2qgff',['../classapfel_1_1C2qgff.html',1,'apfel::C2qgff'],['../classapfel_1_1C2qgff.html#aa5ed70fd4de118f2e502baa2dacda49b',1,'apfel::C2qgff::C2qgff()']]], + ['c2qgpdf_167',['C2qgpdf',['../classapfel_1_1C2qgpdf.html',1,'apfel::C2qgpdf'],['../classapfel_1_1C2qgpdf.html#afb0b7b2c67c0b919ec993f4079f2385a',1,'apfel::C2qgpdf::C2qgpdf()']]], + ['c2vqqbff_168',['C2Vqqbff',['../classapfel_1_1C2Vqqbff.html',1,'apfel::C2Vqqbff'],['../classapfel_1_1C2Vqqbff.html#a0a18d31dead5cf91e8fc0827ca6e53ea',1,'apfel::C2Vqqbff::C2Vqqbff()']]], + ['c2vqqbpdf_169',['C2Vqqbpdf',['../classapfel_1_1C2Vqqbpdf.html',1,'apfel::C2Vqqbpdf'],['../classapfel_1_1C2Vqqbpdf.html#a0f69871d1194dd6cba024597fdf0966b',1,'apfel::C2Vqqbpdf::C2Vqqbpdf()']]], + ['c2vqqff_170',['C2Vqqff',['../classapfel_1_1C2Vqqff.html',1,'apfel::C2Vqqff'],['../classapfel_1_1C2Vqqff.html#a5e3e8a51fff5cc158de412ec18c0ba5b',1,'apfel::C2Vqqff::C2Vqqff()']]], + ['c2vqqpdf_171',['C2Vqqpdf',['../classapfel_1_1C2Vqqpdf.html',1,'apfel::C2Vqqpdf'],['../classapfel_1_1C2Vqqpdf.html#a2827e044a00973028ce803b9d53403a5',1,'apfel::C2Vqqpdf::C2Vqqpdf()']]], + ['c31ns_172',['C31ns',['../classapfel_1_1C31ns.html',1,'apfel::C31ns'],['../classapfel_1_1C31ns.html#aaabb6222672a77a03ea2dc157216295f',1,'apfel::C31ns::C31ns()']]], + ['c31tns_173',['C31Tns',['../classapfel_1_1C31Tns.html',1,'apfel::C31Tns'],['../classapfel_1_1C31Tns.html#a0eeb184f6d653587980cfcfd6a4cc251',1,'apfel::C31Tns::C31Tns()']]], + ['c32nsm_174',['C32nsm',['../classapfel_1_1C32nsm.html',1,'apfel::C32nsm'],['../classapfel_1_1C32nsm.html#a19e4643fdd32d9c5d8be1d39d5c82e99',1,'apfel::C32nsm::C32nsm()']]], + ['c32nsp_175',['C32nsp',['../classapfel_1_1C32nsp.html',1,'apfel::C32nsp'],['../classapfel_1_1C32nsp.html#aaa57d46c39fa85deb69e8d5137dbfd27',1,'apfel::C32nsp::C32nsp()']]], + ['c32tnsp_176',['C32Tnsp',['../classapfel_1_1C32Tnsp.html',1,'apfel::C32Tnsp'],['../classapfel_1_1C32Tnsp.html#a5c45e0e60a790c2b28577bc85cbd3da7',1,'apfel::C32Tnsp::C32Tnsp()']]], + ['c3ggpdf_177',['C3ggpdf',['../classapfel_1_1C3ggpdf.html',1,'apfel::C3ggpdf'],['../classapfel_1_1C3ggpdf.html#a8eaecaa7dbd2242b83cdc26cdf9c1005',1,'apfel::C3ggpdf::C3ggpdf()']]], + ['c3gqpdf_178',['C3gqpdf',['../classapfel_1_1C3gqpdf.html',1,'apfel::C3gqpdf'],['../classapfel_1_1C3gqpdf.html#a38d71f87bf7f345789e0f346a87eb450',1,'apfel::C3gqpdf::C3gqpdf()']]], + ['c3pspdf_179',['C3pspdf',['../classapfel_1_1C3pspdf.html',1,'apfel::C3pspdf'],['../classapfel_1_1C3pspdf.html#a0911482f9a877431830214aa406e74e2',1,'apfel::C3pspdf::C3pspdf()']]], + ['c3pvpdf_180',['C3pvpdf',['../classapfel_1_1C3pvpdf.html',1,'apfel::C3pvpdf'],['../classapfel_1_1C3pvpdf.html#a6a3b2b4ed4ae73770325c4780311cb8f',1,'apfel::C3pvpdf::C3pvpdf()']]], + ['c3qgpdf_181',['C3qgpdf',['../classapfel_1_1C3qgpdf.html',1,'apfel::C3qgpdf'],['../classapfel_1_1C3qgpdf.html#ad274c36f84f6bc63c7fc459e8bde47f8',1,'apfel::C3qgpdf::C3qgpdf()']]], + ['c3vqqbpdf_182',['C3Vqqbpdf',['../classapfel_1_1C3Vqqbpdf.html',1,'apfel::C3Vqqbpdf'],['../classapfel_1_1C3Vqqbpdf.html#aa64994615bd8c0c326475ce6db5ef97d',1,'apfel::C3Vqqbpdf::C3Vqqbpdf()']]], + ['c3vqqpdf_183',['C3Vqqpdf',['../classapfel_1_1C3Vqqpdf.html',1,'apfel::C3Vqqpdf'],['../classapfel_1_1C3Vqqpdf.html#acaacdb63f416e9104a1833f86bb645fc',1,'apfel::C3Vqqpdf::C3Vqqpdf()']]], + ['ca_184',['CA',['../group__MathConstants.html#ga8eecdadecd5396bb2e5eaa7a99267895',1,'apfel']]], + ['cf_185',['CF',['../group__MathConstants.html#ga687ec16c12edc12df465398573b42d47',1,'apfel']]], + ['cg_186',['CG',['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa62810fc51924226e888e0f815590e060',1,'apfel::DISCCBasis::CG()'],['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a52a1108889293dff2b652a23bc8a0725',1,'apfel::DISNCBasis::CG()']]], + ['charm_187',['CHARM',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba6bf010add75b0e55719c2dc8bfeb1345',1,'apfel']]], + ['checksetup_188',['CheckSetup',['../classapfel_1_1InitialiseEvolution.html#aa470bf0c32f9b33dd4781844665528b0',1,'apfel::InitialiseEvolution']]], + ['ckm2_189',['CKM2',['../group__PhysConstants.html#ga5323493f8fa0c7f8bb81d386a7303b51',1,'apfel']]], + ['cl1g_190',['CL1g',['../classapfel_1_1CL1g.html',1,'apfel::CL1g'],['../classapfel_1_1CL1g.html#af33b99e2988bcda3666e63fc260d8d51',1,'apfel::CL1g::CL1g()']]], + ['cl1ns_191',['CL1ns',['../classapfel_1_1CL1ns.html',1,'apfel::CL1ns'],['../classapfel_1_1CL1ns.html#ad963cab1dad8b3d3bd179898f9b3d87e',1,'apfel::CL1ns::CL1ns()']]], + ['cl1tg_192',['CL1Tg',['../classapfel_1_1CL1Tg.html',1,'apfel::CL1Tg'],['../classapfel_1_1CL1Tg.html#a5d30233bc99892c1851b1361b2f34934',1,'apfel::CL1Tg::CL1Tg()']]], + ['cl1tns_193',['CL1Tns',['../classapfel_1_1CL1Tns.html',1,'apfel::CL1Tns'],['../classapfel_1_1CL1Tns.html#a33bda9679dca90573d89f18b22bf8e4e',1,'apfel::CL1Tns::CL1Tns()']]], + ['cl2g_194',['CL2g',['../classapfel_1_1CL2g.html',1,'apfel::CL2g'],['../classapfel_1_1CL2g.html#a3a10365b635c96c3d992e577850c1e65',1,'apfel::CL2g::CL2g()']]], + ['cl2nsm_195',['CL2nsm',['../classapfel_1_1CL2nsm.html',1,'apfel::CL2nsm'],['../classapfel_1_1CL2nsm.html#afb8cf303a97ecc0aac4e6e9bed3adcdb',1,'apfel::CL2nsm::CL2nsm()']]], + ['cl2nsp_196',['CL2nsp',['../classapfel_1_1CL2nsp.html',1,'apfel::CL2nsp'],['../classapfel_1_1CL2nsp.html#abf8488e412b046ed3de2f34b9b66da0d',1,'apfel::CL2nsp::CL2nsp()']]], + ['cl2ps_197',['CL2ps',['../classapfel_1_1CL2ps.html',1,'apfel::CL2ps'],['../classapfel_1_1CL2ps.html#a8eeec77af51884cd0b9be3492d25f532',1,'apfel::CL2ps::CL2ps()']]], + ['cl2tg_198',['CL2Tg',['../classapfel_1_1CL2Tg.html',1,'apfel::CL2Tg'],['../classapfel_1_1CL2Tg.html#a32960b7536a97615c839be812e8c08a9',1,'apfel::CL2Tg::CL2Tg()']]], + ['cl2tnsp_199',['CL2Tnsp',['../classapfel_1_1CL2Tnsp.html',1,'apfel::CL2Tnsp'],['../classapfel_1_1CL2Tnsp.html#ac7795aa608c14cff29cd00c5b92cd589',1,'apfel::CL2Tnsp::CL2Tnsp()']]], + ['cl2tps_200',['CL2Tps',['../classapfel_1_1CL2Tps.html',1,'apfel::CL2Tps'],['../classapfel_1_1CL2Tps.html#a65af76d077851d16bbec97336c0c1eaa',1,'apfel::CL2Tps::CL2Tps()']]], + ['cm021gnc_5fc_201',['Cm021gNC_c',['../classapfel_1_1Cm021gNC__c.html',1,'apfel::Cm021gNC_c'],['../classapfel_1_1Cm021gNC__c.html#af104757d61a78dc9662cb5798a9a2f93',1,'apfel::Cm021gNC_c::Cm021gNC_c()']]], + ['cm021gnc_5fl_202',['Cm021gNC_l',['../classapfel_1_1Cm021gNC__l.html',1,'apfel::Cm021gNC_l'],['../classapfel_1_1Cm021gNC__l.html#af665b8051d2a36ba4512e707110006f6',1,'apfel::Cm021gNC_l::Cm021gNC_l()']]], + ['cm022gnc_5fc_203',['Cm022gNC_c',['../classapfel_1_1Cm022gNC__c.html',1,'apfel::Cm022gNC_c'],['../classapfel_1_1Cm022gNC__c.html#a2f29b7bfdffa81f10816c5b832bf4868',1,'apfel::Cm022gNC_c::Cm022gNC_c()']]], + ['cm022gnc_5ff_204',['Cm022gNC_f',['../classapfel_1_1Cm022gNC__f.html',1,'apfel::Cm022gNC_f'],['../classapfel_1_1Cm022gNC__f.html#a1e8f6656a28aca6dc3bc2744a6ebaf06',1,'apfel::Cm022gNC_f::Cm022gNC_f()']]], + ['cm022gnc_5fl_205',['Cm022gNC_l',['../classapfel_1_1Cm022gNC__l.html',1,'apfel::Cm022gNC_l'],['../classapfel_1_1Cm022gNC__l.html#a465c92c51e8d054e223832e07a2d66b2',1,'apfel::Cm022gNC_l::Cm022gNC_l()']]], + ['cm022gnc_5fl2_206',['Cm022gNC_l2',['../classapfel_1_1Cm022gNC__l2.html',1,'apfel::Cm022gNC_l2'],['../classapfel_1_1Cm022gNC__l2.html#a90a57f017fa7374155ee9336bb1755cc',1,'apfel::Cm022gNC_l2::Cm022gNC_l2()']]], + ['cm022gnc_5flf_207',['Cm022gNC_lf',['../classapfel_1_1Cm022gNC__lf.html',1,'apfel::Cm022gNC_lf'],['../classapfel_1_1Cm022gNC__lf.html#af9260fe16c51c54144af8d7345c098a0',1,'apfel::Cm022gNC_lf::Cm022gNC_lf()']]], + ['cm022nsnc_5fc_208',['Cm022nsNC_c',['../classapfel_1_1Cm022nsNC__c.html',1,'apfel::Cm022nsNC_c'],['../classapfel_1_1Cm022nsNC__c.html#a6360c48a9b7327a22253f36def12eded',1,'apfel::Cm022nsNC_c::Cm022nsNC_c()']]], + ['cm022nsnc_5fl_209',['Cm022nsNC_l',['../classapfel_1_1Cm022nsNC__l.html',1,'apfel::Cm022nsNC_l'],['../classapfel_1_1Cm022nsNC__l.html#a3a41399c32a78f98cdaeac17c8d8717e',1,'apfel::Cm022nsNC_l::Cm022nsNC_l()']]], + ['cm022nsnc_5fl2_210',['Cm022nsNC_l2',['../classapfel_1_1Cm022nsNC__l2.html',1,'apfel::Cm022nsNC_l2'],['../classapfel_1_1Cm022nsNC__l2.html#ae28d882f6b07118457141265b3f1e5fe',1,'apfel::Cm022nsNC_l2::Cm022nsNC_l2()']]], + ['cm022psnc_5fc_211',['Cm022psNC_c',['../classapfel_1_1Cm022psNC__c.html',1,'apfel::Cm022psNC_c'],['../classapfel_1_1Cm022psNC__c.html#aa1b0dd906c929e3471ab84433279cc18',1,'apfel::Cm022psNC_c::Cm022psNC_c()']]], + ['cm022psnc_5ff_212',['Cm022psNC_f',['../classapfel_1_1Cm022psNC__f.html',1,'apfel::Cm022psNC_f'],['../classapfel_1_1Cm022psNC__f.html#a60679258bf688559ccb0ef27e9f247a4',1,'apfel::Cm022psNC_f::Cm022psNC_f()']]], + ['cm022psnc_5fl_213',['Cm022psNC_l',['../classapfel_1_1Cm022psNC__l.html',1,'apfel::Cm022psNC_l'],['../classapfel_1_1Cm022psNC__l.html#a2c95f21cf2710e0c021fd5fd9688784b',1,'apfel::Cm022psNC_l::Cm022psNC_l()']]], + ['cm022psnc_5fl2_214',['Cm022psNC_l2',['../classapfel_1_1Cm022psNC__l2.html',1,'apfel::Cm022psNC_l2'],['../classapfel_1_1Cm022psNC__l2.html#a1ed013db237fc63334a8496fb4db5677',1,'apfel::Cm022psNC_l2::Cm022psNC_l2()']]], + ['cm022psnc_5flf_215',['Cm022psNC_lf',['../classapfel_1_1Cm022psNC__lf.html',1,'apfel::Cm022psNC_lf'],['../classapfel_1_1Cm022psNC__lf.html#acda501f3efd1664396fd17eb51be1b99',1,'apfel::Cm022psNC_lf::Cm022psNC_lf()']]], + ['cm0l1gnc_5fc_216',['Cm0L1gNC_c',['../classapfel_1_1Cm0L1gNC__c.html',1,'apfel::Cm0L1gNC_c'],['../classapfel_1_1Cm0L1gNC__c.html#a47c372c483ce410ad1d8f2e4cd18db60',1,'apfel::Cm0L1gNC_c::Cm0L1gNC_c()']]], + ['cm0l2gnc_5fc_217',['Cm0L2gNC_c',['../classapfel_1_1Cm0L2gNC__c.html',1,'apfel::Cm0L2gNC_c'],['../classapfel_1_1Cm0L2gNC__c.html#acebd8a8dd4d93ca44299d8ec2b6995d3',1,'apfel::Cm0L2gNC_c::Cm0L2gNC_c()']]], + ['cm0l2gnc_5ff_218',['Cm0L2gNC_f',['../classapfel_1_1Cm0L2gNC__f.html',1,'apfel::Cm0L2gNC_f'],['../classapfel_1_1Cm0L2gNC__f.html#a8934b78888d16d134cddff6d62d927d2',1,'apfel::Cm0L2gNC_f::Cm0L2gNC_f()']]], + ['cm0l2gnc_5fl_219',['Cm0L2gNC_l',['../classapfel_1_1Cm0L2gNC__l.html',1,'apfel::Cm0L2gNC_l'],['../classapfel_1_1Cm0L2gNC__l.html#afa49fbcd2c07f7e99b5a978b83a25ea6',1,'apfel::Cm0L2gNC_l::Cm0L2gNC_l()']]], + ['cm0l2nsnc_5fc_220',['Cm0L2nsNC_c',['../classapfel_1_1Cm0L2nsNC__c.html',1,'apfel::Cm0L2nsNC_c'],['../classapfel_1_1Cm0L2nsNC__c.html#a04acb89b44f67bb53c89e88ec4369699',1,'apfel::Cm0L2nsNC_c::Cm0L2nsNC_c()']]], + ['cm0l2nsnc_5fl_221',['Cm0L2nsNC_l',['../classapfel_1_1Cm0L2nsNC__l.html',1,'apfel::Cm0L2nsNC_l'],['../classapfel_1_1Cm0L2nsNC__l.html#a9ae8da841622b31a871ebbf564069d8b',1,'apfel::Cm0L2nsNC_l::Cm0L2nsNC_l()']]], + ['cm0l2psnc_5fc_222',['Cm0L2psNC_c',['../classapfel_1_1Cm0L2psNC__c.html',1,'apfel::Cm0L2psNC_c'],['../classapfel_1_1Cm0L2psNC__c.html#ae97eb17c2033423967e53522dccd7a35',1,'apfel::Cm0L2psNC_c::Cm0L2psNC_c()']]], + ['cm0l2psnc_5ff_223',['Cm0L2psNC_f',['../classapfel_1_1Cm0L2psNC__f.html',1,'apfel::Cm0L2psNC_f'],['../classapfel_1_1Cm0L2psNC__f.html#a380bf25477da4c01065c8454c7235667',1,'apfel::Cm0L2psNC_f::Cm0L2psNC_f()']]], + ['cm0l2psnc_5fl_224',['Cm0L2psNC_l',['../classapfel_1_1Cm0L2psNC__l.html',1,'apfel::Cm0L2psNC_l'],['../classapfel_1_1Cm0L2psNC__l.html#a97214a0402d8f04d25d6b7aa6f46cc22',1,'apfel::Cm0L2psNC_l::Cm0L2psNC_l()']]], + ['cm21gnc_225',['Cm21gNC',['../classapfel_1_1Cm21gNC.html',1,'apfel::Cm21gNC'],['../classapfel_1_1Cm21gNC.html#ad217431b7155beaa02efdc3644feec50',1,'apfel::Cm21gNC::Cm21gNC()']]], + ['cm22bargnc_226',['Cm22bargNC',['../classapfel_1_1Cm22bargNC.html',1,'apfel::Cm22bargNC'],['../classapfel_1_1Cm22bargNC.html#abb02a01598fe3daa13f8815e3a698b8d',1,'apfel::Cm22bargNC::Cm22bargNC()']]], + ['cm22barpsnc_227',['Cm22barpsNC',['../classapfel_1_1Cm22barpsNC.html',1,'apfel::Cm22barpsNC'],['../classapfel_1_1Cm22barpsNC.html#ad5eddfada503128515dc630d97ebfc15',1,'apfel::Cm22barpsNC::Cm22barpsNC()']]], + ['cm22gnc_228',['Cm22gNC',['../classapfel_1_1Cm22gNC.html',1,'apfel::Cm22gNC'],['../classapfel_1_1Cm22gNC.html#aeba398c2284e2aadc7e5e81a6ebe13b8',1,'apfel::Cm22gNC::Cm22gNC()']]], + ['cm22nsnc_229',['Cm22nsNC',['../classapfel_1_1Cm22nsNC.html',1,'apfel::Cm22nsNC'],['../classapfel_1_1Cm22nsNC.html#ab53c24a81fec5e80d8c16b13a14044e7',1,'apfel::Cm22nsNC::Cm22nsNC()']]], + ['cm22psnc_230',['Cm22psNC',['../classapfel_1_1Cm22psNC.html',1,'apfel::Cm22psNC'],['../classapfel_1_1Cm22psNC.html#a47c268a928db088e380cdad4f71f59b1',1,'apfel::Cm22psNC::Cm22psNC()']]], + ['cmk_231',['CMK',['../group__PhysConstants.html#ga3e0c3b2732a9cca26b9e8d4d39a80708',1,'apfel']]], + ['cml1gnc_232',['CmL1gNC',['../classapfel_1_1CmL1gNC.html',1,'apfel::CmL1gNC'],['../classapfel_1_1CmL1gNC.html#a94b2b78960165492bf0b1946c71fc148',1,'apfel::CmL1gNC::CmL1gNC()']]], + ['cml2bargnc_233',['CmL2bargNC',['../classapfel_1_1CmL2bargNC.html',1,'apfel::CmL2bargNC'],['../classapfel_1_1CmL2bargNC.html#a2d227771d8f7fb94922f53c98169371f',1,'apfel::CmL2bargNC::CmL2bargNC()']]], + ['cml2barpsnc_234',['CmL2barpsNC',['../classapfel_1_1CmL2barpsNC.html',1,'apfel::CmL2barpsNC'],['../classapfel_1_1CmL2barpsNC.html#a9c94a32a58a732cc7d2f1a2c6ad2f2e2',1,'apfel::CmL2barpsNC::CmL2barpsNC()']]], + ['cml2gnc_235',['CmL2gNC',['../classapfel_1_1CmL2gNC.html',1,'apfel::CmL2gNC'],['../classapfel_1_1CmL2gNC.html#a6f15a9aee0ac52ff97e94687b9b289b8',1,'apfel::CmL2gNC::CmL2gNC()']]], + ['cml2nsnc_236',['CmL2nsNC',['../classapfel_1_1CmL2nsNC.html',1,'apfel::CmL2nsNC'],['../classapfel_1_1CmL2nsNC.html#aacf89402670035155e057c6ad3a03e68',1,'apfel::CmL2nsNC::CmL2nsNC()']]], + ['cml2psnc_237',['CmL2psNC',['../classapfel_1_1CmL2psNC.html',1,'apfel::CmL2psNC'],['../classapfel_1_1CmL2psNC.html#a0f5fbe503c96570e8af5e5b96e26c283',1,'apfel::CmL2psNC::CmL2psNC()']]], + ['cns_238',['CNS',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a865e4ec076559d4ab36f0f9b8c110b83',1,'apfel::DISNCBasis::CNS()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa403b083fd6ed38621d003339b13fd05b',1,'apfel::DISCCBasis::CNS()']]], + ['coefficient_239',['coefficient',['../structapfel_1_1ConvolutionMap_1_1rule.html#a4bf45b4c287915ad713e8367aea136ea',1,'apfel::ConvolutionMap::rule::coefficient()'],['../structapfel_1_1term.html#ac2ed928338c39a18b9995db6c407efd3',1,'apfel::term::coefficient()']]], + ['combine_240',['Combine',['../classapfel_1_1Set.html#a7065697bdd240416184fee23592c77fa',1,'apfel::Set::Combine() const'],['../classapfel_1_1Set.html#a339d0b1d03e094ec494f1c06b7dacde2',1,'apfel::Set::Combine(std::vector< double > const &weigths) const']]], + ['concatenateandsortvectors_241',['ConcatenateAndSortVectors',['../namespaceapfel.html#aee89f2fd03ee7b3c45e39162322a2850',1,'apfel']]], + ['constants_2eh_242',['constants.h',['../constants_8h.html',1,'']]], + ['convbasis_243',['ConvBasis',['../structapfel_1_1StructureFunctionObjects.html#a45c9550f90d3b07604961b513bee4162',1,'apfel::StructureFunctionObjects']]], + ['convfact_244',['ConvFact',['../group__PhysConstants.html#gae98d82c9534cde7c04ae48896e66360e',1,'apfel']]], + ['convolution_20maps_245',['Convolution maps',['../group__ConvMap.html',1,'']]], + ['convolutionmap_246',['ConvolutionMap',['../classapfel_1_1ConvolutionMap.html',1,'apfel::ConvolutionMap'],['../classapfel_1_1ConvolutionMap.html#a0f602872988c9ec3286bd30c66a92cf7',1,'apfel::ConvolutionMap::ConvolutionMap()']]], + ['convolutionmap_2eh_247',['convolutionmap.h',['../convolutionmap_8h.html',1,'']]], + ['couplingevolution_248',['CouplingEvolution',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5a',1,'apfel::EvolutionSetup::CouplingEvolution()'],['../structapfel_1_1EvolutionSetup.html#aa26ea1950ffa331a10e1f8f6dd84f4cf',1,'apfel::EvolutionSetup::CouplingEvolution()']]], + ['createjointgrid_249',['CreateJointGrid',['../classapfel_1_1Grid.html#a8a12837ed78aa281b3cbba10be175092',1,'apfel::Grid']]], + ['cs_250',['CS',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a6edfc8afd7a0b1bfebc74332afb4031c',1,'apfel::DISNCBasis::CS()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa6501efd2adadece560864a42d0ef496b',1,'apfel::DISCCBasis::CS()']]] ]; diff --git a/docs/html/search/all_4.html b/docs/html/search/all_4.html index 5ea7897bd..fc40463c8 100644 --- a/docs/html/search/all_4.html +++ b/docs/html/search/all_4.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_4.js b/docs/html/search/all_4.js index 61b93fe05..25220976b 100644 --- a/docs/html/search/all_4.js +++ b/docs/html/search/all_4.js @@ -1,29 +1,29 @@ var searchData= [ - ['dabs_250',['dabs',['../namespaceapfel.html#a36d6703cec0e54d3abeed1f96adb0c27',1,'apfel']]], - ['deltafun_251',['DeltaFun',['../namespaceapfel.html#a60e7f076062aec09d1944e468f292571',1,'apfel']]], - ['derinterpolant_252',['DerInterpolant',['../classapfel_1_1Interpolator.html#af14311bdfd1757d16844ae4e39d54240',1,'apfel::Interpolator::DerInterpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ad829c2abc855b9dc2b72f7ceaf5cf564',1,'apfel::LagrangeInterpolator::DerInterpolant()'],['../classapfel_1_1QGrid.html#ad99c1934a66fb7481f8a79eac77e53d3',1,'apfel::QGrid::DerInterpolant()']]], - ['derivative_253',['Derivative',['../classapfel_1_1AlphaQCD.html#a5a56117bc1bab61551e3c827aeb97ae6',1,'apfel::AlphaQCD::Derivative()'],['../classapfel_1_1AlphaQED.html#a39e338c0f98a592016d166e04784ffe8',1,'apfel::AlphaQED::Derivative()'],['../classapfel_1_1Dglap.html#a46be4761a1ba49003c8e93b32a842231',1,'apfel::Dglap::Derivative()'],['../classapfel_1_1Distribution.html#a6157460d3b27acf31c28d289a9e0d55b',1,'apfel::Distribution::Derivative()'],['../classapfel_1_1MatchedEvolution.html#ae71ea51bdbbad54dad165eec66d4c49a',1,'apfel::MatchedEvolution::Derivative()']]], - ['derive_254',['Derive',['../classapfel_1_1DoubleObject.html#a351a88c557fe07ea52c55f10a8144938',1,'apfel::DoubleObject::Derive()'],['../classapfel_1_1Interpolator.html#a4089ff67183effbcecf877e898dde0bd',1,'apfel::Interpolator::Derive()'],['../classapfel_1_1QGrid.html#abf5b77dfd5305988e216b798312228a3',1,'apfel::QGrid::Derive()']]], - ['derive1_255',['Derive1',['../classapfel_1_1DoubleObject.html#ae151e6eb6e52197beadc9c9f07ef671c',1,'apfel::DoubleObject']]], - ['derive2_256',['Derive2',['../classapfel_1_1DoubleObject.html#a5e061ccb6c56a9da00ed02ac81baa638',1,'apfel::DoubleObject']]], - ['derivephasespacereduction_257',['DerivePhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#a9757c946c2c9889e078dc0372edc4c2b',1,'apfel::TwoBodyPhaseSpace']]], - ['dglap_258',['Dglap',['../classapfel_1_1Dglap.html',1,'apfel::Dglap< T >'],['../classapfel_1_1Dglap.html#a4abb8353b7d12194adbb327f7b11a560',1,'apfel::Dglap::Dglap()=delete'],['../classapfel_1_1Dglap.html#ab35d51b5e877e37714377404b9dca5b7',1,'apfel::Dglap::Dglap(std::function< Set< Operator >(int const &, double const &)> const &SplittingFunctions, std::function< Set< Operator >(bool const &, int const &)> const &MatchingConditions, Set< T > const &ObjRef, double const &MuRef, std::vector< double > const &Thresholds, int const &nsteps=10)']]], - ['dglap_2eh_259',['dglap.h',['../dglap_8h.html',1,'']]], - ['dglapbuilder_2eh_260',['dglapbuilder.h',['../dglapbuilder_8h.html',1,'']]], - ['dglapobjects_261',['DglapObjects',['../structapfel_1_1DglapObjects.html',1,'apfel']]], - ['diagonalbasis_262',['DiagonalBasis',['../classapfel_1_1DiagonalBasis.html',1,'apfel::DiagonalBasis'],['../classapfel_1_1DiagonalBasis.html#aa56c37d18fd7a3c8f02c77a267759333',1,'apfel::DiagonalBasis::DiagonalBasis()']]], - ['dilog_263',['dilog',['../namespaceapfel.html#a892a0ab473cc1c2933458ae7b02909f4',1,'apfel']]], - ['dis_20convolution_20maps_264',['DIS convolution maps',['../group__DISBases.html',1,'']]], - ['disbasis_2eh_265',['disbasis.h',['../disbasis_8h.html',1,'']]], - ['disccbasis_266',['DISCCBasis',['../classapfel_1_1DISCCBasis.html',1,'apfel::DISCCBasis'],['../classapfel_1_1DISCCBasis.html#afb27ed666c9eaeb96a9f08015cc9514c',1,'apfel::DISCCBasis::DISCCBasis(int const &l, bool const &Is3, double const &fact=1)'],['../classapfel_1_1DISCCBasis.html#a429254ee06c6758a7898c371f9121acd',1,'apfel::DISCCBasis::DISCCBasis(std::vector< double > const &CKM, bool const &Is3)']]], - ['disncbasis_267',['DISNCBasis',['../classapfel_1_1DISNCBasis.html',1,'apfel::DISNCBasis'],['../classapfel_1_1DISNCBasis.html#adb173c7f44caa2e6f62fa75f1ce93d22',1,'apfel::DISNCBasis::DISNCBasis(int const &k, double const &fact=1)'],['../classapfel_1_1DISNCBasis.html#a2361c9a87bc1278ceff741356e8821b9',1,'apfel::DISNCBasis::DISNCBasis(std::vector< double > const &Ch)']]], - ['distribution_268',['Distribution',['../classapfel_1_1Distribution.html',1,'apfel::Distribution'],['../classapfel_1_1Distribution.html#af477a2ffcc422a241a5860ea2caf3949',1,'apfel::Distribution::Distribution()=delete'],['../classapfel_1_1Distribution.html#a6eb5114b3ddb2cf00222226108c04d07',1,'apfel::Distribution::Distribution(Grid const &g)'],['../classapfel_1_1Distribution.html#ae7861e19dabd709fc1be93903d8aca44',1,'apfel::Distribution::Distribution(Distribution const &obj)'],['../classapfel_1_1Distribution.html#a09dae2441c6fd217136fb988f102681e',1,'apfel::Distribution::Distribution(Distribution const &obj, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)'],['../classapfel_1_1Distribution.html#a1bfcf24a76574d88fcd53bf699403fa5',1,'apfel::Distribution::Distribution(Grid const &g, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)'],['../classapfel_1_1Distribution.html#a6ac74270d05fc0abce79222c8ebde08d',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(double const &)> const &InDistFunc)'],['../classapfel_1_1Distribution.html#ae658dd249c93fabd3a98f631d90f1b61',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(double const &, double const &)> const &InDistFunc, double const &Q)'],['../classapfel_1_1Distribution.html#a139249bbd4e1fcadb4da31b97deb64f6',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(int const &, double const &)> const &InDistFunc, int const &ipdf)'],['../classapfel_1_1Distribution.html#a3ca72558f6ecae515ae8e1b7552392b3',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(int const &, double const &, double const &)> const &InDistFunc, int const &ipdf, double const &Q)']]], - ['distribution_2eh_269',['distribution.h',['../distribution_8h.html',1,'']]], - ['distributionmap_270',['DistributionMap',['../namespaceapfel.html#a3b75bf7eb5dca3f9b3c0319dfcf01d9d',1,'apfel::DistributionMap(Grid const &g, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &Q, std::vector< int > const &skip={})'],['../namespaceapfel.html#a03f4ce93e1b5a8ac5330dac29af2faaf',1,'apfel::DistributionMap(Grid const &g, std::function< std::map< int, double >(double const &)> const &InDistFunc, std::vector< int > const &skip={})'],['../namespaceapfel.html#a8aa716012587c9b6591f2b08ef43ad3b',1,'apfel::DistributionMap(Grid const &g, std::function< std::vector< double >(double const &)> const &InDistFunc, int const &NOutputs=0)']]], - ['doubleexponentialquadrature_271',['DoubleExponentialQuadrature',['../classapfel_1_1DoubleExponentialQuadrature.html',1,'apfel::DoubleExponentialQuadrature'],['../classapfel_1_1DoubleExponentialQuadrature.html#aa866b56a2a78b8cc7ce8e3eab0615ff7',1,'apfel::DoubleExponentialQuadrature::DoubleExponentialQuadrature()']]], - ['doubleexponentialquadrature_2eh_272',['doubleexponentialquadrature.h',['../doubleexponentialquadrature_8h.html',1,'']]], - ['doubleobject_273',['DoubleObject',['../classapfel_1_1DoubleObject.html',1,'apfel::DoubleObject< T, U >'],['../classapfel_1_1DoubleObject.html#a4c9d9da30a05a5b7f088718a23605529',1,'apfel::DoubleObject::DoubleObject()'],['../classapfel_1_1DoubleObject.html#a5b1b76382255f0ee40ff525bbf2fe6db',1,'apfel::DoubleObject::DoubleObject(std::vector< term< T, U >> const &terms)']]], - ['doubleobject_2eh_274',['doubleobject.h',['../doubleobject_8h.html',1,'']]], - ['down_275',['DOWN',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba4fc87957ec48d06ed3f39ac19360cdea',1,'apfel']]] + ['dabs_251',['dabs',['../namespaceapfel.html#a36d6703cec0e54d3abeed1f96adb0c27',1,'apfel']]], + ['deltafun_252',['DeltaFun',['../namespaceapfel.html#a60e7f076062aec09d1944e468f292571',1,'apfel']]], + ['derinterpolant_253',['DerInterpolant',['../classapfel_1_1QGrid.html#ad99c1934a66fb7481f8a79eac77e53d3',1,'apfel::QGrid::DerInterpolant()'],['../classapfel_1_1Interpolator.html#af14311bdfd1757d16844ae4e39d54240',1,'apfel::Interpolator::DerInterpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ad829c2abc855b9dc2b72f7ceaf5cf564',1,'apfel::LagrangeInterpolator::DerInterpolant()']]], + ['derivative_254',['Derivative',['../classapfel_1_1MatchedEvolution.html#ae71ea51bdbbad54dad165eec66d4c49a',1,'apfel::MatchedEvolution::Derivative()'],['../classapfel_1_1Distribution.html#a6157460d3b27acf31c28d289a9e0d55b',1,'apfel::Distribution::Derivative()'],['../classapfel_1_1Dglap.html#a46be4761a1ba49003c8e93b32a842231',1,'apfel::Dglap::Derivative()'],['../classapfel_1_1AlphaQED.html#a39e338c0f98a592016d166e04784ffe8',1,'apfel::AlphaQED::Derivative()'],['../classapfel_1_1AlphaQCD.html#a5a56117bc1bab61551e3c827aeb97ae6',1,'apfel::AlphaQCD::Derivative()']]], + ['derive_255',['Derive',['../classapfel_1_1QGrid.html#abf5b77dfd5305988e216b798312228a3',1,'apfel::QGrid::Derive()'],['../classapfel_1_1Interpolator.html#a4089ff67183effbcecf877e898dde0bd',1,'apfel::Interpolator::Derive()'],['../classapfel_1_1DoubleObject.html#a351a88c557fe07ea52c55f10a8144938',1,'apfel::DoubleObject::Derive(double const &x, double const &z) const']]], + ['derive1_256',['Derive1',['../classapfel_1_1DoubleObject.html#ae151e6eb6e52197beadc9c9f07ef671c',1,'apfel::DoubleObject']]], + ['derive2_257',['Derive2',['../classapfel_1_1DoubleObject.html#a5e061ccb6c56a9da00ed02ac81baa638',1,'apfel::DoubleObject']]], + ['derivephasespacereduction_258',['DerivePhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#a9757c946c2c9889e078dc0372edc4c2b',1,'apfel::TwoBodyPhaseSpace']]], + ['dglap_259',['Dglap',['../classapfel_1_1Dglap.html',1,'apfel::Dglap< T >'],['../classapfel_1_1Dglap.html#a4abb8353b7d12194adbb327f7b11a560',1,'apfel::Dglap::Dglap()=delete'],['../classapfel_1_1Dglap.html#ab35d51b5e877e37714377404b9dca5b7',1,'apfel::Dglap::Dglap(std::function< Set< Operator >(int const &, double const &)> const &SplittingFunctions, std::function< Set< Operator >(bool const &, int const &)> const &MatchingConditions, Set< T > const &ObjRef, double const &MuRef, std::vector< double > const &Thresholds, int const &nsteps=10)']]], + ['dglap_2eh_260',['dglap.h',['../dglap_8h.html',1,'']]], + ['dglapbuilder_2eh_261',['dglapbuilder.h',['../dglapbuilder_8h.html',1,'']]], + ['dglapobjects_262',['DglapObjects',['../structapfel_1_1DglapObjects.html',1,'apfel']]], + ['diagonalbasis_263',['DiagonalBasis',['../classapfel_1_1DiagonalBasis.html',1,'apfel::DiagonalBasis'],['../classapfel_1_1DiagonalBasis.html#aa56c37d18fd7a3c8f02c77a267759333',1,'apfel::DiagonalBasis::DiagonalBasis()']]], + ['dilog_264',['dilog',['../namespaceapfel.html#a892a0ab473cc1c2933458ae7b02909f4',1,'apfel']]], + ['dis_20convolution_20maps_265',['DIS convolution maps',['../group__DISBases.html',1,'']]], + ['disbasis_2eh_266',['disbasis.h',['../disbasis_8h.html',1,'']]], + ['disccbasis_267',['DISCCBasis',['../classapfel_1_1DISCCBasis.html',1,'apfel::DISCCBasis'],['../classapfel_1_1DISCCBasis.html#afb27ed666c9eaeb96a9f08015cc9514c',1,'apfel::DISCCBasis::DISCCBasis(int const &l, bool const &Is3, double const &fact=1)'],['../classapfel_1_1DISCCBasis.html#a429254ee06c6758a7898c371f9121acd',1,'apfel::DISCCBasis::DISCCBasis(std::vector< double > const &CKM, bool const &Is3)']]], + ['disncbasis_268',['DISNCBasis',['../classapfel_1_1DISNCBasis.html',1,'apfel::DISNCBasis'],['../classapfel_1_1DISNCBasis.html#a2361c9a87bc1278ceff741356e8821b9',1,'apfel::DISNCBasis::DISNCBasis(std::vector< double > const &Ch)'],['../classapfel_1_1DISNCBasis.html#adb173c7f44caa2e6f62fa75f1ce93d22',1,'apfel::DISNCBasis::DISNCBasis(int const &k, double const &fact=1)']]], + ['distribution_269',['Distribution',['../classapfel_1_1Distribution.html',1,'apfel::Distribution'],['../classapfel_1_1Distribution.html#a6eb5114b3ddb2cf00222226108c04d07',1,'apfel::Distribution::Distribution(Grid const &g)'],['../classapfel_1_1Distribution.html#af477a2ffcc422a241a5860ea2caf3949',1,'apfel::Distribution::Distribution()=delete'],['../classapfel_1_1Distribution.html#ae7861e19dabd709fc1be93903d8aca44',1,'apfel::Distribution::Distribution(Distribution const &obj)'],['../classapfel_1_1Distribution.html#a09dae2441c6fd217136fb988f102681e',1,'apfel::Distribution::Distribution(Distribution const &obj, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)'],['../classapfel_1_1Distribution.html#a1bfcf24a76574d88fcd53bf699403fa5',1,'apfel::Distribution::Distribution(Grid const &g, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)'],['../classapfel_1_1Distribution.html#a6ac74270d05fc0abce79222c8ebde08d',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(double const &)> const &InDistFunc)'],['../classapfel_1_1Distribution.html#ae658dd249c93fabd3a98f631d90f1b61',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(double const &, double const &)> const &InDistFunc, double const &Q)'],['../classapfel_1_1Distribution.html#a139249bbd4e1fcadb4da31b97deb64f6',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(int const &, double const &)> const &InDistFunc, int const &ipdf)'],['../classapfel_1_1Distribution.html#a3ca72558f6ecae515ae8e1b7552392b3',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(int const &, double const &, double const &)> const &InDistFunc, int const &ipdf, double const &Q)']]], + ['distribution_2eh_270',['distribution.h',['../distribution_8h.html',1,'']]], + ['distributionmap_271',['DistributionMap',['../namespaceapfel.html#a3b75bf7eb5dca3f9b3c0319dfcf01d9d',1,'apfel::DistributionMap(Grid const &g, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &Q, std::vector< int > const &skip={})'],['../namespaceapfel.html#a03f4ce93e1b5a8ac5330dac29af2faaf',1,'apfel::DistributionMap(Grid const &g, std::function< std::map< int, double >(double const &)> const &InDistFunc, std::vector< int > const &skip={})'],['../namespaceapfel.html#a8aa716012587c9b6591f2b08ef43ad3b',1,'apfel::DistributionMap(Grid const &g, std::function< std::vector< double >(double const &)> const &InDistFunc, int const &NOutputs=0)']]], + ['doubleexponentialquadrature_272',['DoubleExponentialQuadrature',['../classapfel_1_1DoubleExponentialQuadrature.html',1,'apfel::DoubleExponentialQuadrature'],['../classapfel_1_1DoubleExponentialQuadrature.html#aa866b56a2a78b8cc7ce8e3eab0615ff7',1,'apfel::DoubleExponentialQuadrature::DoubleExponentialQuadrature()']]], + ['doubleexponentialquadrature_2eh_273',['doubleexponentialquadrature.h',['../doubleexponentialquadrature_8h.html',1,'']]], + ['doubleobject_274',['DoubleObject',['../classapfel_1_1DoubleObject.html',1,'apfel::DoubleObject< T, U >'],['../classapfel_1_1DoubleObject.html#a4c9d9da30a05a5b7f088718a23605529',1,'apfel::DoubleObject::DoubleObject()'],['../classapfel_1_1DoubleObject.html#a5b1b76382255f0ee40ff525bbf2fe6db',1,'apfel::DoubleObject::DoubleObject(std::vector< term< T, U >> const &terms)']]], + ['doubleobject_2eh_275',['doubleobject.h',['../doubleobject_8h.html',1,'']]], + ['down_276',['DOWN',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba4fc87957ec48d06ed3f39ac19360cdea',1,'apfel']]] ]; diff --git a/docs/html/search/all_5.html b/docs/html/search/all_5.html index ceba7e916..9dd9344b0 100644 --- a/docs/html/search/all_5.html +++ b/docs/html/search/all_5.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_5.js b/docs/html/search/all_5.js index 91b878a6b..1683a4804 100644 --- a/docs/html/search/all_5.js +++ b/docs/html/search/all_5.js @@ -1,56 +1,55 @@ var searchData= [ - ['ed_276',['ed',['../group__PhysConstants.html#ga27d95df89b3300852e09c217a893a878',1,'apfel']]], - ['ed2_277',['ed2',['../group__PhysConstants.html#ga3cb793ece46ee52d8adcad5694e203b5',1,'apfel']]], - ['electroweakcharges_278',['ElectroWeakCharges',['../namespaceapfel.html#a8bd3d59827ddd11636064f2e7e4f1172',1,'apfel']]], - ['electroweakchargesnwa_279',['ElectroWeakChargesNWA',['../namespaceapfel.html#a3092c2f6ab9d47c5ffe964f2e124c2e8',1,'apfel']]], - ['emc_280',['emc',['../group__MathConstants.html#ga240795bbdee297aae748a1683bce99b6',1,'apfel']]], - ['end_281',['end',['../classapfel_1_1ExtendedVector.html#a74359af2d54dcc59c3ea95744ab007d0',1,'apfel::ExtendedVector::end()'],['../classapfel_1_1ExtendedVector.html#a340a4a74aeeb28e702b3171050255f0d',1,'apfel::ExtendedVector::end() const']]], - ['eps10_282',['eps10',['../group__MathConstants.html#ga6047a08b2ca07a0903c7909c13e41d88',1,'apfel']]], - ['eps11_283',['eps11',['../group__MathConstants.html#ga627096cc5542441d120e9212c87126d2',1,'apfel']]], - ['eps12_284',['eps12',['../group__MathConstants.html#ga7502bbe9bf26ff3095bf7153457135f3',1,'apfel']]], - ['eps13_285',['eps13',['../group__MathConstants.html#ga0175cbb7a6b342b42d575467bf9ee8cd',1,'apfel']]], - ['eps14_286',['eps14',['../group__MathConstants.html#ga4ea055c0c71c1f5e598c249de2866912',1,'apfel']]], - ['eps15_287',['eps15',['../group__MathConstants.html#ga50d276481b75ec2db2282ea9446c937a',1,'apfel']]], - ['eps2_288',['eps2',['../group__MathConstants.html#gaba9b9e4a5f5f7355356dc1b1aec7eeb6',1,'apfel']]], - ['eps25_289',['eps25',['../group__MathConstants.html#ga04d2d963961509840b50a2d8f6f145a8',1,'apfel']]], - ['eps3_290',['eps3',['../group__MathConstants.html#gaadf0a98a20c9279e274beb47f3bb7a67',1,'apfel']]], - ['eps4_291',['eps4',['../group__MathConstants.html#ga49c469ab593c5b1f8bdaae4e7908e3af',1,'apfel']]], - ['eps5_292',['eps5',['../group__MathConstants.html#ga02c6f845f0a0d9edd09b909463149a66',1,'apfel']]], - ['eps6_293',['eps6',['../group__MathConstants.html#ga758b0c74178be7646453169d0d137f8f',1,'apfel']]], - ['eps7_294',['eps7',['../group__MathConstants.html#ga2285885e136192d90a76bad54aa40d5c',1,'apfel']]], - ['eps8_295',['eps8',['../group__MathConstants.html#ga7ffa9143b8e4ad189f9ca4dc75379a45',1,'apfel']]], - ['eps9_296',['eps9',['../group__MathConstants.html#ga8fab04c175bb261c96c6b89d2584b243',1,'apfel']]], - ['error_297',['error',['../namespaceapfel.html#a82544bb00b63654826d2fa658d052414',1,'apfel']]], - ['eta_298',['eta',['../classapfel_1_1Expression.html#a8f6586afbb64fa96a47fdadf29daf994',1,'apfel::Expression']]], - ['eu_299',['eu',['../group__PhysConstants.html#gaf6ca2b5f4cf5db0e29748bb88f98e1b1',1,'apfel']]], - ['eu2_300',['eu2',['../group__PhysConstants.html#ga62c16d3895fbe1c4f518f794968f7ade',1,'apfel']]], - ['evaluate_301',['Evaluate',['../classapfel_1_1DoubleObject.html#aff9c2b964272553047699555b47e1e2c',1,'apfel::DoubleObject::Evaluate()'],['../classapfel_1_1Interpolator.html#aaa04fd13b61de9eca4bce12c4afd8e97',1,'apfel::Interpolator::Evaluate(double const &x) const'],['../classapfel_1_1Interpolator.html#a0a02b02f3a9b75647af7b64da7057c4a',1,'apfel::Interpolator::Evaluate(double const &x, int const &ig) const'],['../classapfel_1_1MatchedEvolution.html#ab20faeee4e277e3835bd9b7c35f8bb23',1,'apfel::MatchedEvolution::Evaluate()'],['../classapfel_1_1Observable.html#a8fe77b5f778b6dbdaf0883f1f83d7ff5',1,'apfel::Observable::Evaluate(double const &Q) const'],['../classapfel_1_1Observable.html#a80a53ffb175af2a1517c91601f1c1b20',1,'apfel::Observable::Evaluate(double const &x, double const &Q) const'],['../classapfel_1_1QGrid.html#ac2e13c956b563254deb9d6c677feff9d',1,'apfel::QGrid::Evaluate()']]], - ['evaluate1_302',['Evaluate1',['../classapfel_1_1DoubleObject.html#af7977c051d6c6d9ae4d8833831d15eec',1,'apfel::DoubleObject']]], - ['evaluate2_303',['Evaluate2',['../classapfel_1_1DoubleObject.html#a10ba72a6ef22b07339b14e86f2f4d0d6',1,'apfel::DoubleObject']]], - ['evaluatemapxq_304',['EvaluateMapxQ',['../classapfel_1_1TabulateObject.html#a99925f98da88730c529fb4554a27fb79',1,'apfel::TabulateObject']]], - ['evaluatexq_305',['EvaluatexQ',['../classapfel_1_1TabulateObject.html#a1206af95488cd367d86f9eefd51ff96e',1,'apfel::TabulateObject::EvaluatexQ(double const &x, double const &Q) const'],['../classapfel_1_1TabulateObject.html#a80973ee290e2b80c9234244a14460259',1,'apfel::TabulateObject::EvaluatexQ(int const &i, double const &x, double const &Q) const']]], - ['evaluatexzq_306',['EvaluatexzQ',['../classapfel_1_1TabulateObject.html#a9cab3e4da901b4632acb487dcda17b01',1,'apfel::TabulateObject']]], - ['evolution_20convolution_20maps_307',['Evolution convolution maps',['../group__EvolBases.html',1,'']]], + ['ed_277',['ed',['../group__PhysConstants.html#ga27d95df89b3300852e09c217a893a878',1,'apfel']]], + ['ed2_278',['ed2',['../group__PhysConstants.html#ga3cb793ece46ee52d8adcad5694e203b5',1,'apfel']]], + ['electroweakcharges_279',['ElectroWeakCharges',['../namespaceapfel.html#a8bd3d59827ddd11636064f2e7e4f1172',1,'apfel']]], + ['electroweakchargesnwa_280',['ElectroWeakChargesNWA',['../namespaceapfel.html#a3092c2f6ab9d47c5ffe964f2e124c2e8',1,'apfel']]], + ['emc_281',['emc',['../group__MathConstants.html#ga240795bbdee297aae748a1683bce99b6',1,'apfel']]], + ['end_282',['end',['../classapfel_1_1ExtendedVector.html#a340a4a74aeeb28e702b3171050255f0d',1,'apfel::ExtendedVector::end() const'],['../classapfel_1_1ExtendedVector.html#a74359af2d54dcc59c3ea95744ab007d0',1,'apfel::ExtendedVector::end()']]], + ['eps10_283',['eps10',['../group__MathConstants.html#ga6047a08b2ca07a0903c7909c13e41d88',1,'apfel']]], + ['eps11_284',['eps11',['../group__MathConstants.html#ga627096cc5542441d120e9212c87126d2',1,'apfel']]], + ['eps12_285',['eps12',['../group__MathConstants.html#ga7502bbe9bf26ff3095bf7153457135f3',1,'apfel']]], + ['eps13_286',['eps13',['../group__MathConstants.html#ga0175cbb7a6b342b42d575467bf9ee8cd',1,'apfel']]], + ['eps14_287',['eps14',['../group__MathConstants.html#ga4ea055c0c71c1f5e598c249de2866912',1,'apfel']]], + ['eps15_288',['eps15',['../group__MathConstants.html#ga50d276481b75ec2db2282ea9446c937a',1,'apfel']]], + ['eps2_289',['eps2',['../group__MathConstants.html#gaba9b9e4a5f5f7355356dc1b1aec7eeb6',1,'apfel']]], + ['eps25_290',['eps25',['../group__MathConstants.html#ga04d2d963961509840b50a2d8f6f145a8',1,'apfel']]], + ['eps3_291',['eps3',['../group__MathConstants.html#gaadf0a98a20c9279e274beb47f3bb7a67',1,'apfel']]], + ['eps4_292',['eps4',['../group__MathConstants.html#ga49c469ab593c5b1f8bdaae4e7908e3af',1,'apfel']]], + ['eps5_293',['eps5',['../group__MathConstants.html#ga02c6f845f0a0d9edd09b909463149a66',1,'apfel']]], + ['eps6_294',['eps6',['../group__MathConstants.html#ga758b0c74178be7646453169d0d137f8f',1,'apfel']]], + ['eps7_295',['eps7',['../group__MathConstants.html#ga2285885e136192d90a76bad54aa40d5c',1,'apfel']]], + ['eps8_296',['eps8',['../group__MathConstants.html#ga7ffa9143b8e4ad189f9ca4dc75379a45',1,'apfel']]], + ['eps9_297',['eps9',['../group__MathConstants.html#ga8fab04c175bb261c96c6b89d2584b243',1,'apfel']]], + ['error_298',['error',['../namespaceapfel.html#a82544bb00b63654826d2fa658d052414',1,'apfel']]], + ['eta_299',['eta',['../classapfel_1_1Expression.html#a8f6586afbb64fa96a47fdadf29daf994',1,'apfel::Expression']]], + ['eu_300',['eu',['../group__PhysConstants.html#gaf6ca2b5f4cf5db0e29748bb88f98e1b1',1,'apfel']]], + ['eu2_301',['eu2',['../group__PhysConstants.html#ga62c16d3895fbe1c4f518f794968f7ade',1,'apfel']]], + ['evaluate_302',['Evaluate',['../classapfel_1_1DoubleObject.html#aff9c2b964272553047699555b47e1e2c',1,'apfel::DoubleObject::Evaluate()'],['../classapfel_1_1Interpolator.html#aaa04fd13b61de9eca4bce12c4afd8e97',1,'apfel::Interpolator::Evaluate()'],['../classapfel_1_1MatchedEvolution.html#ab20faeee4e277e3835bd9b7c35f8bb23',1,'apfel::MatchedEvolution::Evaluate()'],['../classapfel_1_1Observable.html#a8fe77b5f778b6dbdaf0883f1f83d7ff5',1,'apfel::Observable::Evaluate(double const &Q) const'],['../classapfel_1_1Observable.html#a80a53ffb175af2a1517c91601f1c1b20',1,'apfel::Observable::Evaluate(double const &x, double const &Q) const'],['../classapfel_1_1QGrid.html#ac2e13c956b563254deb9d6c677feff9d',1,'apfel::QGrid::Evaluate()'],['../classapfel_1_1Interpolator.html#a0a02b02f3a9b75647af7b64da7057c4a',1,'apfel::Interpolator::Evaluate()']]], + ['evaluate1_303',['Evaluate1',['../classapfel_1_1DoubleObject.html#af7977c051d6c6d9ae4d8833831d15eec',1,'apfel::DoubleObject']]], + ['evaluate2_304',['Evaluate2',['../classapfel_1_1DoubleObject.html#a10ba72a6ef22b07339b14e86f2f4d0d6',1,'apfel::DoubleObject']]], + ['evaluatemapxq_305',['EvaluateMapxQ',['../classapfel_1_1TabulateObject.html#a99925f98da88730c529fb4554a27fb79',1,'apfel::TabulateObject']]], + ['evaluatexq_306',['EvaluatexQ',['../classapfel_1_1TabulateObject.html#a80973ee290e2b80c9234244a14460259',1,'apfel::TabulateObject::EvaluatexQ(int const &i, double const &x, double const &Q) const'],['../classapfel_1_1TabulateObject.html#a1206af95488cd367d86f9eefd51ff96e',1,'apfel::TabulateObject::EvaluatexQ(double const &x, double const &Q) const']]], + ['evaluatexzq_307',['EvaluatexzQ',['../classapfel_1_1TabulateObject.html#a9cab3e4da901b4632acb487dcda17b01',1,'apfel::TabulateObject']]], ['evolpolarisation_308',['EvolPolarisation',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792',1,'apfel::EvolutionSetup::EvolPolarisation()'],['../structapfel_1_1EvolutionSetup.html#ac177f59f4426ece1c64c1ba002b040fe',1,'apfel::EvolutionSetup::EvolPolarisation()']]], - ['evolutionbasisqcd_309',['EvolutionBasisQCD',['../classapfel_1_1EvolutionBasisQCD.html',1,'apfel::EvolutionBasisQCD'],['../classapfel_1_1EvolutionBasisQCD.html#a6610cdd3d123e1e9320adb77cc35ff06',1,'apfel::EvolutionBasisQCD::EvolutionBasisQCD()']]], - ['evolutionbasisqcd_2eh_310',['evolutionbasisqcd.h',['../evolutionbasisqcd_8h.html',1,'']]], - ['evolutionfactors_311',['EvolutionFactors',['../namespaceapfel.html#a5a6b07969c354af2015c2dc9b3766c35',1,'apfel']]], - ['evolutionoperatorbasisqcd_312',['EvolutionOperatorBasisQCD',['../classapfel_1_1EvolutionOperatorBasisQCD.html',1,'apfel::EvolutionOperatorBasisQCD'],['../classapfel_1_1EvolutionOperatorBasisQCD.html#a17e140926c702ba46ee21c7d160d646b',1,'apfel::EvolutionOperatorBasisQCD::EvolutionOperatorBasisQCD()']]], - ['evolutionsetup_313',['EvolutionSetup',['../structapfel_1_1EvolutionSetup.html',1,'apfel::EvolutionSetup'],['../structapfel_1_1EvolutionSetup.html#a049f456def46728364a5cf98944b81d1',1,'apfel::EvolutionSetup::EvolutionSetup()']]], - ['evolutionsetup_2eh_314',['evolutionsetup.h',['../evolutionsetup_8h.html',1,'']]], - ['evolutiontheory_315',['EvolutionTheory',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442e',1,'apfel::EvolutionSetup']]], - ['evolvedistributionsbasisqcd_316',['EvolveDistributionsBasisQCD',['../classapfel_1_1EvolveDistributionsBasisQCD.html',1,'apfel::EvolveDistributionsBasisQCD'],['../classapfel_1_1EvolveDistributionsBasisQCD.html#a6de1aa97bb9782c5f514799808c44900',1,'apfel::EvolveDistributionsBasisQCD::EvolveDistributionsBasisQCD()']]], - ['evolveobject_317',['EvolveObject',['../classapfel_1_1MatchedEvolution.html#af1c4e4e48f86ea639b21258a8abb996a',1,'apfel::MatchedEvolution']]], - ['exact_318',['exact',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5aa4b3908a4dfbac268681dbb1cc004ebf8',1,'apfel::EvolutionSetup']]], - ['exactalpha_319',['exactalpha',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328ac80f7f281ebc9488cbad7482007e3226',1,'apfel::EvolutionSetup']]], - ['exactmu_320',['exactmu',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a36243c0035a29c29d51b9cd617b5974e',1,'apfel::EvolutionSetup']]], - ['examples_2edox_321',['examples.dox',['../examples_8dox.html',1,'']]], - ['expandalpha_322',['expandalpha',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a302954d0c0560e970512ea68a169f053',1,'apfel::EvolutionSetup']]], - ['expanded_323',['expanded',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5aa0d58376fb18679dfc28b84bc924f37e4',1,'apfel::EvolutionSetup']]], - ['expression_324',['Expression',['../classapfel_1_1Expression.html',1,'apfel::Expression'],['../classapfel_1_1Expression.html#a49727bdb8ac6d6d68854e61a9a262e3d',1,'apfel::Expression::Expression()']]], - ['expression_2eh_325',['expression.h',['../expression_8h.html',1,'']]], - ['extendedvector_326',['ExtendedVector',['../classapfel_1_1ExtendedVector.html',1,'apfel::ExtendedVector< T >'],['../classapfel_1_1ExtendedVector.html#a955b49148c3429162501c86df6e9a7eb',1,'apfel::ExtendedVector::ExtendedVector()']]], - ['extendedvector_2eh_327',['extendedvector.h',['../extendedvector_8h.html',1,'']]], - ['extendedvector_3c_20double_20_3e_328',['ExtendedVector< double >',['../classapfel_1_1ExtendedVector.html',1,'apfel']]] + ['evolution_20convolution_20maps_309',['Evolution convolution maps',['../group__EvolBases.html',1,'']]], + ['evolutionbasisqcd_310',['EvolutionBasisQCD',['../classapfel_1_1EvolutionBasisQCD.html',1,'apfel::EvolutionBasisQCD'],['../classapfel_1_1EvolutionBasisQCD.html#a6610cdd3d123e1e9320adb77cc35ff06',1,'apfel::EvolutionBasisQCD::EvolutionBasisQCD()']]], + ['evolutionbasisqcd_2eh_311',['evolutionbasisqcd.h',['../evolutionbasisqcd_8h.html',1,'']]], + ['evolutionfactors_312',['EvolutionFactors',['../namespaceapfel.html#a5a6b07969c354af2015c2dc9b3766c35',1,'apfel']]], + ['evolutionoperatorbasisqcd_313',['EvolutionOperatorBasisQCD',['../classapfel_1_1EvolutionOperatorBasisQCD.html',1,'apfel::EvolutionOperatorBasisQCD'],['../classapfel_1_1EvolutionOperatorBasisQCD.html#a17e140926c702ba46ee21c7d160d646b',1,'apfel::EvolutionOperatorBasisQCD::EvolutionOperatorBasisQCD()']]], + ['evolutionsetup_314',['EvolutionSetup',['../structapfel_1_1EvolutionSetup.html',1,'apfel::EvolutionSetup'],['../structapfel_1_1EvolutionSetup.html#a049f456def46728364a5cf98944b81d1',1,'apfel::EvolutionSetup::EvolutionSetup()']]], + ['evolutionsetup_2eh_315',['evolutionsetup.h',['../evolutionsetup_8h.html',1,'']]], + ['evolutiontheory_316',['EvolutionTheory',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442e',1,'apfel::EvolutionSetup']]], + ['evolvedistributionsbasisqcd_317',['EvolveDistributionsBasisQCD',['../classapfel_1_1EvolveDistributionsBasisQCD.html',1,'apfel::EvolveDistributionsBasisQCD'],['../classapfel_1_1EvolveDistributionsBasisQCD.html#a6de1aa97bb9782c5f514799808c44900',1,'apfel::EvolveDistributionsBasisQCD::EvolveDistributionsBasisQCD()']]], + ['evolveobject_318',['EvolveObject',['../classapfel_1_1MatchedEvolution.html#af1c4e4e48f86ea639b21258a8abb996a',1,'apfel::MatchedEvolution']]], + ['exact_319',['exact',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5aa4b3908a4dfbac268681dbb1cc004ebf8',1,'apfel::EvolutionSetup']]], + ['exactalpha_320',['exactalpha',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328ac80f7f281ebc9488cbad7482007e3226',1,'apfel::EvolutionSetup']]], + ['exactmu_321',['exactmu',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a36243c0035a29c29d51b9cd617b5974e',1,'apfel::EvolutionSetup']]], + ['examples_2edox_322',['examples.dox',['../examples_8dox.html',1,'']]], + ['expandalpha_323',['expandalpha',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a302954d0c0560e970512ea68a169f053',1,'apfel::EvolutionSetup']]], + ['expanded_324',['expanded',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5aa0d58376fb18679dfc28b84bc924f37e4',1,'apfel::EvolutionSetup']]], + ['expression_325',['Expression',['../classapfel_1_1Expression.html',1,'apfel::Expression'],['../classapfel_1_1Expression.html#a49727bdb8ac6d6d68854e61a9a262e3d',1,'apfel::Expression::Expression()']]], + ['expression_2eh_326',['expression.h',['../expression_8h.html',1,'']]], + ['extendedvector_327',['ExtendedVector',['../classapfel_1_1ExtendedVector.html',1,'apfel::ExtendedVector< T >'],['../classapfel_1_1ExtendedVector.html#a955b49148c3429162501c86df6e9a7eb',1,'apfel::ExtendedVector::ExtendedVector()']]], + ['extendedvector_2eh_328',['extendedvector.h',['../extendedvector_8h.html',1,'']]] ]; diff --git a/docs/html/search/all_6.html b/docs/html/search/all_6.html index 965e5ad4d..f1e516d75 100644 --- a/docs/html/search/all_6.html +++ b/docs/html/search/all_6.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_7.html b/docs/html/search/all_7.html index 4ef8d9b4e..8ddbf6c8e 100644 --- a/docs/html/search/all_7.html +++ b/docs/html/search/all_7.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_7.js b/docs/html/search/all_7.js index 8a927062d..e291eb8fc 100644 --- a/docs/html/search/all_7.js +++ b/docs/html/search/all_7.js @@ -29,7 +29,7 @@ var searchData= ['getdistributionjointgrid_359',['GetDistributionJointGrid',['../classapfel_1_1Interpolator.html#af7486f60789a0135fe4e2107ce0221dd',1,'apfel::Interpolator']]], ['getdistributionsubgrid_360',['GetDistributionSubGrid',['../classapfel_1_1Interpolator.html#ad9b3ce90a94c82a043362b0c68bee398',1,'apfel::Interpolator']]], ['getfqgrid_361',['GetFQGrid',['../classapfel_1_1QGrid.html#a5988daad45edcd80bd39b2e6f88be606',1,'apfel::QGrid']]], - ['getgrid_362',['GetGrid',['../classapfel_1_1Interpolator.html#a9a2ca32b709976d46aadcff895ec1be8',1,'apfel::Interpolator::GetGrid()'],['../classapfel_1_1Operator.html#adaff7602598e18c5af64be8111fb6151',1,'apfel::Operator::GetGrid()'],['../classapfel_1_1SubGrid.html#a93779b8b5a61f42cc6bd2bda138eefd5',1,'apfel::SubGrid::GetGrid()']]], + ['getgrid_362',['GetGrid',['../classapfel_1_1Operator.html#adaff7602598e18c5af64be8111fb6151',1,'apfel::Operator::GetGrid()'],['../classapfel_1_1Interpolator.html#a9a2ca32b709976d46aadcff895ec1be8',1,'apfel::Interpolator::GetGrid()'],['../classapfel_1_1SubGrid.html#a93779b8b5a61f42cc6bd2bda138eefd5',1,'apfel::SubGrid::GetGrid()']]], ['getjointgrid_363',['GetJointGrid',['../classapfel_1_1Grid.html#abecc758efa56ba7d5cc4fa1fce2c57c8',1,'apfel::Grid']]], ['getloggrid_364',['GetLogGrid',['../classapfel_1_1SubGrid.html#a39bdf80760a66b2c9b6a2bb468deef7f',1,'apfel::SubGrid']]], ['getmap_365',['GetMap',['../classapfel_1_1Set.html#afc73d4b081d55684b256e840b73d151d',1,'apfel::Set']]], @@ -38,7 +38,7 @@ var searchData= ['getnumberofsteps_368',['GetNumberOfSteps',['../classapfel_1_1MatchedEvolution.html#ae76089a986554c934ba693d54b6c9749',1,'apfel::MatchedEvolution']]], ['getobjectref_369',['GetObjectRef',['../classapfel_1_1MatchedEvolution.html#a07c814f74b2409272e157dc7f84c694a',1,'apfel::MatchedEvolution']]], ['getobjects_370',['GetObjects',['../classapfel_1_1Set.html#a38e7fdcce8429e6f6066c9b0af60cc08',1,'apfel::Set']]], - ['getoperator_371',['GetOperator',['../classapfel_1_1Operator.html#aaaa1e7b38859872935b13d5b3e324b47',1,'apfel::Operator']]], + ['getoperator_371',['GetOperator',['../classapfel_1_1Operator.html#a73a7bcc854b04cfb5ee96b1bf6330f05',1,'apfel::Operator']]], ['getqgrid_372',['GetQGrid',['../classapfel_1_1QGrid.html#a61e70065647ccbc8388bac2227071594',1,'apfel::QGrid']]], ['getqgridvalues_373',['GetQGridValues',['../classapfel_1_1QGrid.html#aeb9849e0409b64e6718154d1bc815beb',1,'apfel::QGrid']]], ['getruleindices_374',['GetRuleIndices',['../classapfel_1_1ConvolutionMap.html#ae7d6672bb6ff5c242227570bac638fb9',1,'apfel::ConvolutionMap']]], @@ -49,7 +49,7 @@ var searchData= ['getsubgrids_379',['GetSubGrids',['../classapfel_1_1Grid.html#abc12ef7438d51b5e125ac6f80fda5a50',1,'apfel::Grid']]], ['getterms_380',['GetTerms',['../classapfel_1_1DoubleObject.html#a24434583404d26bea5ac39460ff9e6b5',1,'apfel::DoubleObject']]], ['getthesholdindices_381',['GetThesholdIndices',['../classapfel_1_1QGrid.html#aeea1ac5fbc6d8f0dddb5015c0f310bf3',1,'apfel::QGrid']]], - ['getthresholds_382',['GetThresholds',['../classapfel_1_1MatchedEvolution.html#aa110a35a3e5403a30f58ae59b6caa3d8',1,'apfel::MatchedEvolution::GetThresholds()'],['../classapfel_1_1QGrid.html#aecee5c415c15fa8b837fd1bffa4cd2d3',1,'apfel::QGrid::GetThresholds()']]], + ['getthresholds_382',['GetThresholds',['../classapfel_1_1QGrid.html#aecee5c415c15fa8b837fd1bffa4cd2d3',1,'apfel::QGrid::GetThresholds()'],['../classapfel_1_1MatchedEvolution.html#aa110a35a3e5403a30f58ae59b6caa3d8',1,'apfel::MatchedEvolution::GetThresholds()']]], ['getverbositylevel_383',['GetVerbosityLevel',['../namespaceapfel.html#a72b6a7944341cd1a463f55c3330eeb82',1,'apfel']]], ['getweights_384',['GetWeights',['../classapfel_1_1OgataQuadrature.html#a63db171294fff49a80e09e4ce52e3264',1,'apfel::OgataQuadrature']]], ['gfermi_385',['GFermi',['../group__PhysConstants.html#gaede2939625ff743f9dc736fe9eaf0779',1,'apfel']]], @@ -61,9 +61,9 @@ var searchData= ['gl_5fx_391',['gl_x',['../group__MathConstants.html#gaf52e7668f1b685bc605e97dea8d1d337',1,'apfel']]], ['gluon_392',['GLUON',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da9ab9de3956c1e1bee693de0cbd05970f',1,'apfel::DISNCBasis::GLUON()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501af45e9d90d80f83b3ff17146082a1e1d9',1,'apfel::DISCCBasis::GLUON()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a534d9a14dbdfbf52b606e9d09a9bfec1',1,'apfel::EvolutionBasisQCD::GLUON()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a01390ae55b8aa69fc13de0f31486147b',1,'apfel::MatchingBasisQCD::GLUON()']]], ['gluonevolutionfactor_393',['GluonEvolutionFactor',['../namespaceapfel.html#ac70bcb95392db2f7350f089a2f1777b1',1,'apfel']]], - ['gpdbuilder_2eh_394',['gpdbuilder.h',['../gpdbuilder_8h.html',1,'']]], - ['gpd_20evolution_20kernels_395',['GPD evolution kernels',['../group__GPDEvKernels.html',1,'']]], - ['gpdevolutionkernels_2eh_396',['gpdevolutionkernels.h',['../gpdevolutionkernels_8h.html',1,'']]], + ['gpd_20evolution_20kernels_394',['GPD evolution kernels',['../group__GPDEvKernels.html',1,'']]], + ['gpdbuilder_2eh_395',['gpdbuilder.h',['../gpdbuilder_8h.html',1,'']]], + ['gpdsplittingfunctionsunp_5fsl_2eh_396',['gpdsplittingfunctionsunp_sl.h',['../gpdsplittingfunctionsunp__sl_8h.html',1,'']]], ['grid_397',['Grid',['../classapfel_1_1Grid.html',1,'apfel::Grid'],['../classapfel_1_1Grid.html#a8d0a7149e5dda7870cc7a7a9f312ef61',1,'apfel::Grid::Grid()']]], ['grid_2eh_398',['grid.h',['../grid_8h.html',1,'']]], ['gridparameters_399',['GridParameters',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html',1,'apfel::EvolutionSetup::GridParameters'],['../structapfel_1_1EvolutionSetup.html#ad81d6dd6e1abb9aed8d0e3e784ac9941',1,'apfel::EvolutionSetup::GridParameters()']]] diff --git a/docs/html/search/all_8.html b/docs/html/search/all_8.html index 8d9e2b3f6..83c55ae22 100644 --- a/docs/html/search/all_8.html +++ b/docs/html/search/all_8.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_9.html b/docs/html/search/all_9.html index dd63b5114..1e263c134 100644 --- a/docs/html/search/all_9.html +++ b/docs/html/search/all_9.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_9.js b/docs/html/search/all_9.js index 30800f6ae..1735eacb4 100644 --- a/docs/html/search/all_9.js +++ b/docs/html/search/all_9.js @@ -36,23 +36,23 @@ var searchData= ['initializetmdobjectslite_449',['InitializeTmdObjectsLite',['../namespaceapfel.html#a12b3240e347e6184717a0fa752a19a0d',1,'apfel']]], ['inset_450',['InSet',['../structapfel_1_1EvolutionSetup.html#a785f4176200bd5b4b204b0ebeda1edbf',1,'apfel::EvolutionSetup']]], ['integrand_451',['integrand',['../classapfel_1_1Integrator.html#a3f8eb6c449fca9e2891295277fae8b12',1,'apfel::Integrator::integrand()'],['../classapfel_1_1Integrator2D.html#a33f6a54adde07f08f1ccce222a0ed644',1,'apfel::Integrator2D::integrand()']]], - ['integrate_452',['Integrate',['../classapfel_1_1DoubleObject.html#a6f172200f714a48916001c9d0181437c',1,'apfel::DoubleObject::Integrate(double const &xl, double const &xu, double const &zl, double const &zu) const'],['../classapfel_1_1DoubleObject.html#aa0085e8a1d36b479d9475ace4583ad24',1,'apfel::DoubleObject::Integrate(double const &xl, double const &xu, std::function< double(double const &)> zlx, std::function< double(double const &)> zux) const'],['../classapfel_1_1DoubleObject.html#a5cfcb9f79cdf1dc942c1f2378a8879a2',1,'apfel::DoubleObject::Integrate(std::function< double(double const &)> xlz, std::function< double(double const &)> xuz, double const &zl, double const &zu) const'],['../classapfel_1_1Interpolator.html#afabd876ece0e971616bbc0f950419156',1,'apfel::Interpolator::Integrate()'],['../classapfel_1_1QGrid.html#a6d31f3adb8c00a927dd9cbcd515d071b',1,'apfel::QGrid::Integrate()'],['../classapfel_1_1Integrator.html#add54e5b8b4534d491e42eb3d56e322a9',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, double const &eps) const'],['../classapfel_1_1Integrator.html#a5c9d50d435897936339e1b9ec6ff609a',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, double const &eps) const'],['../classapfel_1_1Integrator.html#a716c4e3a48163b5936e1c97969a120c0',1,'apfel::Integrator::integrate(std::vector< double > const &FixPts, double const &eps) const'],['../classapfel_1_1Integrator.html#acdbfe2969f82ea82a88af895402b7596',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, int const &n=1) const'],['../classapfel_1_1Integrator.html#a26081034b492eab38467f1b2c893d603',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, int const &n=1) const'],['../classapfel_1_1Integrator.html#a8f77ff7b86d9bd45ac435dbd0e403ffa',1,'apfel::Integrator::integrate(std::vector< double > const &FixPts, int const &n=1) const'],['../classapfel_1_1Integrator2D.html#a65fc3806bfdb653cacc37659b42a2e93',1,'apfel::Integrator2D::integrate()']]], - ['integrate1_453',['Integrate1',['../classapfel_1_1DoubleObject.html#adcf75d9c79a4d6458c5672094220b501',1,'apfel::DoubleObject']]], - ['integrate2_454',['Integrate2',['../classapfel_1_1DoubleObject.html#a5647585eef952847e24e1c850abcf013',1,'apfel::DoubleObject']]], - ['integrategk_455',['integrateGK',['../classapfel_1_1Integrator.html#a758dac85111c6563e77dae89c5fed7e6',1,'apfel::Integrator::integrateGK(double const &xmin, double const &xmax) const'],['../classapfel_1_1Integrator.html#a6da10caf505adc3ba17b530c028a59b7',1,'apfel::Integrator::integrateGK(double const &xmin, double const &xmax, int const &n) const'],['../classapfel_1_1Integrator2D.html#abc6ba63202a47dd7ba8483afcbaee37d',1,'apfel::Integrator2D::integrateGK()']]], - ['integrategl_456',['integrateGL',['../classapfel_1_1Integrator.html#af93ed704782238fb59e0e74a3f7515b5',1,'apfel::Integrator::integrateGL(double const &xmin, double const &xmax) const'],['../classapfel_1_1Integrator.html#a0bc9a8f98d08aed50e22df156e58320f',1,'apfel::Integrator::integrateGL(double const &xmin, double const &xmax, int const &n) const'],['../classapfel_1_1Integrator2D.html#a1467ec7ddf06381ef3b5d645ce53fd8b',1,'apfel::Integrator2D::integrateGL()']]], - ['integrationmethod_457',['IntegrationMethod',['../classapfel_1_1Integrator.html#a154c2d6265d9f74c7c290baae3d78a6f',1,'apfel::Integrator']]], - ['integrator_458',['Integrator',['../classapfel_1_1Integrator.html',1,'apfel::Integrator'],['../classapfel_1_1Integrator.html#a9c2d7c58d24e0d7a0bbbd95f01a1d0c9',1,'apfel::Integrator::Integrator()']]], - ['integrator_2eh_459',['integrator.h',['../integrator_8h.html',1,'']]], - ['integrator2d_460',['Integrator2D',['../classapfel_1_1Integrator2D.html',1,'apfel::Integrator2D'],['../classapfel_1_1Integrator2D.html#ac79b13895a5300f31b11d561d003a540',1,'apfel::Integrator2D::Integrator2D()']]], - ['integrator2d_2eh_461',['integrator2d.h',['../integrator2d_8h.html',1,'']]], - ['interdegree_462',['InterDegree',['../classapfel_1_1QGrid.html#a58fbd0d8210e5d469bcaabd5fce5b7fb',1,'apfel::QGrid::InterDegree()'],['../classapfel_1_1SubGrid.html#a034b0650bce863ed305f4aaa188f1d8c',1,'apfel::SubGrid::InterDegree()']]], - ['interdegreeq_463',['InterDegreeQ',['../structapfel_1_1EvolutionSetup.html#a48e64395b5ab877fa9f4052bd9d2fa8e',1,'apfel::EvolutionSetup']]], - ['interpolant_464',['Interpolant',['../classapfel_1_1Interpolator.html#aa467e93e85271414cca20d2aa4f05f75',1,'apfel::Interpolator::Interpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ab5f774f33176ece373a77a814c914b73',1,'apfel::LagrangeInterpolator::Interpolant()'],['../classapfel_1_1QGrid.html#a73418aed8752703995851675372a47aa',1,'apfel::QGrid::Interpolant()']]], - ['interpolantlog_465',['InterpolantLog',['../classapfel_1_1Interpolator.html#a9c58121f234604b9845942f38961f45c',1,'apfel::Interpolator::InterpolantLog()'],['../classapfel_1_1LagrangeInterpolator.html#aa27376e2b20c645a57df5e808270bd13',1,'apfel::LagrangeInterpolator::InterpolantLog()']]], - ['interpolator_466',['Interpolator',['../classapfel_1_1Interpolator.html',1,'apfel::Interpolator'],['../classapfel_1_1Interpolator.html#a829c8b174a5e9a12b20b927bb46a7279',1,'apfel::Interpolator::Interpolator(Grid const &gr)'],['../classapfel_1_1Interpolator.html#a1fadb1d59ddfd5f4166c0ebde878ae99',1,'apfel::Interpolator::Interpolator(Grid const &gr, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)']]], - ['interpolator_2eh_467',['interpolator.h',['../interpolator_8h.html',1,'']]], - ['intinterpolant_468',['IntInterpolant',['../classapfel_1_1Interpolator.html#a3d294de2c1bd8df09e3420a529a0beb9',1,'apfel::Interpolator::IntInterpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ac685eca21fc99696b8fb8dee1f5248c5',1,'apfel::LagrangeInterpolator::IntInterpolant()'],['../classapfel_1_1QGrid.html#a9ba5658b710808b1eeaef1dbb784b848',1,'apfel::QGrid::IntInterpolant()']]], - ['iserbl_469',['IsERBL',['../classapfel_1_1Operator.html#a4168d067d2954d59b9e2a9657935ea90',1,'apfel::Operator']]], - ['iterator_470',['iterator',['../classarray_3_01size__t_00_012_01_4_1_1iterator.html',1,'std::array< size_t, 2 >::iterator'],['../classbasic__string_3_01char_01_4_1_1iterator.html',1,'std::basic_string< char >::iterator'],['../classbasic__string_3_01char16__t_01_4_1_1iterator.html',1,'std::basic_string< char16_t >::iterator'],['../classbasic__string_3_01char32__t_01_4_1_1iterator.html',1,'std::basic_string< char32_t >::iterator'],['../classbasic__string_3_01char8__t_01_4_1_1iterator.html',1,'std::basic_string< char8_t >::iterator'],['../classbasic__string_3_01wchar__t_01_4_1_1iterator.html',1,'std::basic_string< wchar_t >::iterator'],['../classbasic__string__view_3_01char_01_4_1_1iterator.html',1,'std::basic_string_view< char >::iterator'],['../classbasic__string__view_3_01char16__t_01_4_1_1iterator.html',1,'std::basic_string_view< char16_t >::iterator'],['../classbasic__string__view_3_01char32__t_01_4_1_1iterator.html',1,'std::basic_string_view< char32_t >::iterator'],['../classbasic__string__view_3_01char8__t_01_4_1_1iterator.html',1,'std::basic_string_view< char8_t >::iterator'],['../classbasic__string__view_3_01wchar__t_01_4_1_1iterator.html',1,'std::basic_string_view< wchar_t >::iterator'],['../classmap_3_01double_00_01std_1_1map_3_01int_00_01apfel_1_1LHKnotArray_01_4_01_4_1_1iterator.html',1,'std::map< double, std::map< int, apfel::LHKnotArray > >::iterator'],['../classmap_3_01int_00_01apfel_1_1ConvolutionMap_01_4_1_1iterator.html',1,'std::map< int, apfel::ConvolutionMap >::iterator'],['../classmap_3_01int_00_01apfel_1_1DglapObjects_01_4_1_1iterator.html',1,'std::map< int, apfel::DglapObjects >::iterator'],['../classmap_3_01int_00_01apfel_1_1Operator_01_4_1_1iterator.html',1,'std::map< int, apfel::Operator >::iterator'],['../classmap_3_01int_00_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1iterator.html',1,'std::map< int, apfel::Set< apfel::Operator > >::iterator'],['../classmap_3_01int_00_01double_01_4_1_1iterator.html',1,'std::map< int, double >::iterator'],['../classmap_3_01int_00_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1iterator.html',1,'std::map< int, std::pair< int, int > >::iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_01_4_1_1iterator.html',1,'std::map< int, std::vector< apfel::ConvolutionMap::rule > >::iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_01_4_1_1iterator.html',1,'std::map< int, std::vector< apfel::Set< apfel::Operator > > >::iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01double_01_4_01_4_1_1iterator.html',1,'std::map< int, std::vector< double > >::iterator'],['../classmap_3_01int_00_01T_01_4_1_1iterator.html',1,'std::map< int, T >::iterator'],['../classmap_3_01std_1_1string_00_01std_1_1map_3_01int_00_01double_01_4_01_4_1_1iterator.html',1,'std::map< std::string, std::map< int, double > >::iterator'],['../classvector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_1_1iterator.html',1,'std::vector< apfel::ConvolutionMap::rule >::iterator'],['../classvector_3_01apfel_1_1EvolutionSetup_1_1GridParameters_01_4_1_1iterator.html',1,'std::vector< apfel::EvolutionSetup::GridParameters >::iterator'],['../classvector_3_01apfel_1_1ExtendedVector_3_01double_01_4_01_4_1_1iterator.html',1,'std::vector< apfel::ExtendedVector< double > >::iterator'],['../classvector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1iterator.html',1,'std::vector< apfel::Set< apfel::Operator > >::iterator'],['../classvector_3_01apfel_1_1SubGrid_01_4_1_1iterator.html',1,'std::vector< apfel::SubGrid >::iterator'],['../classvector_3_01apfel_1_1term_3_01T_00_01T_01_4_01_4_1_1iterator.html',1,'std::vector< apfel::term< T, T > >::iterator'],['../classvector_3_01double_01_4_1_1iterator.html',1,'std::vector< double >::iterator'],['../classvector_3_01int_01_4_1_1iterator.html',1,'std::vector< int >::iterator'],['../classvector_3_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1iterator.html',1,'std::vector< std::pair< int, int > >::iterator'],['../classvector_3_01std_1_1vector_3_01double_01_4_01_4_1_1iterator.html',1,'std::vector< std::vector< double > >::iterator'],['../classvector_3_01std_1_1vector_3_01int_01_4_01_4_1_1iterator.html',1,'std::vector< std::vector< int > >::iterator']]] + ['integrate_452',['integrate',['../classapfel_1_1Integrator.html#add54e5b8b4534d491e42eb3d56e322a9',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, double const &eps) const'],['../classapfel_1_1Integrator.html#a5c9d50d435897936339e1b9ec6ff609a',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, double const &eps) const'],['../classapfel_1_1Integrator.html#a716c4e3a48163b5936e1c97969a120c0',1,'apfel::Integrator::integrate(std::vector< double > const &FixPts, double const &eps) const'],['../classapfel_1_1Integrator.html#acdbfe2969f82ea82a88af895402b7596',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, int const &n=1) const'],['../classapfel_1_1Integrator.html#a26081034b492eab38467f1b2c893d603',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, int const &n=1) const']]], + ['integrate_453',['Integrate',['../classapfel_1_1QGrid.html#a6d31f3adb8c00a927dd9cbcd515d071b',1,'apfel::QGrid::Integrate()'],['../classapfel_1_1Interpolator.html#afabd876ece0e971616bbc0f950419156',1,'apfel::Interpolator::Integrate()'],['../classapfel_1_1DoubleObject.html#a5cfcb9f79cdf1dc942c1f2378a8879a2',1,'apfel::DoubleObject::Integrate(std::function< double(double const &)> xlz, std::function< double(double const &)> xuz, double const &zl, double const &zu) const'],['../classapfel_1_1DoubleObject.html#aa0085e8a1d36b479d9475ace4583ad24',1,'apfel::DoubleObject::Integrate(double const &xl, double const &xu, std::function< double(double const &)> zlx, std::function< double(double const &)> zux) const'],['../classapfel_1_1DoubleObject.html#a6f172200f714a48916001c9d0181437c',1,'apfel::DoubleObject::Integrate(double const &xl, double const &xu, double const &zl, double const &zu) const']]], + ['integrate_454',['integrate',['../classapfel_1_1Integrator2D.html#a65fc3806bfdb653cacc37659b42a2e93',1,'apfel::Integrator2D::integrate()'],['../classapfel_1_1Integrator.html#a8f77ff7b86d9bd45ac435dbd0e403ffa',1,'apfel::Integrator::integrate()']]], + ['integrate1_455',['Integrate1',['../classapfel_1_1DoubleObject.html#adcf75d9c79a4d6458c5672094220b501',1,'apfel::DoubleObject']]], + ['integrate2_456',['Integrate2',['../classapfel_1_1DoubleObject.html#a5647585eef952847e24e1c850abcf013',1,'apfel::DoubleObject']]], + ['integrategk_457',['integrateGK',['../classapfel_1_1Integrator2D.html#abc6ba63202a47dd7ba8483afcbaee37d',1,'apfel::Integrator2D::integrateGK()'],['../classapfel_1_1Integrator.html#a6da10caf505adc3ba17b530c028a59b7',1,'apfel::Integrator::integrateGK(double const &xmin, double const &xmax, int const &n) const'],['../classapfel_1_1Integrator.html#a758dac85111c6563e77dae89c5fed7e6',1,'apfel::Integrator::integrateGK(double const &xmin, double const &xmax) const']]], + ['integrategl_458',['integrateGL',['../classapfel_1_1Integrator2D.html#a1467ec7ddf06381ef3b5d645ce53fd8b',1,'apfel::Integrator2D::integrateGL()'],['../classapfel_1_1Integrator.html#a0bc9a8f98d08aed50e22df156e58320f',1,'apfel::Integrator::integrateGL(double const &xmin, double const &xmax, int const &n) const'],['../classapfel_1_1Integrator.html#af93ed704782238fb59e0e74a3f7515b5',1,'apfel::Integrator::integrateGL(double const &xmin, double const &xmax) const']]], + ['integrationmethod_459',['IntegrationMethod',['../classapfel_1_1Integrator.html#a154c2d6265d9f74c7c290baae3d78a6f',1,'apfel::Integrator']]], + ['integrator_460',['Integrator',['../classapfel_1_1Integrator.html',1,'apfel::Integrator'],['../classapfel_1_1Integrator.html#a9c2d7c58d24e0d7a0bbbd95f01a1d0c9',1,'apfel::Integrator::Integrator()']]], + ['integrator_2eh_461',['integrator.h',['../integrator_8h.html',1,'']]], + ['integrator2d_462',['Integrator2D',['../classapfel_1_1Integrator2D.html',1,'apfel::Integrator2D'],['../classapfel_1_1Integrator2D.html#ac79b13895a5300f31b11d561d003a540',1,'apfel::Integrator2D::Integrator2D()']]], + ['integrator2d_2eh_463',['integrator2d.h',['../integrator2d_8h.html',1,'']]], + ['interdegree_464',['InterDegree',['../classapfel_1_1SubGrid.html#a034b0650bce863ed305f4aaa188f1d8c',1,'apfel::SubGrid::InterDegree()'],['../classapfel_1_1QGrid.html#a58fbd0d8210e5d469bcaabd5fce5b7fb',1,'apfel::QGrid::InterDegree()']]], + ['interdegreeq_465',['InterDegreeQ',['../structapfel_1_1EvolutionSetup.html#a48e64395b5ab877fa9f4052bd9d2fa8e',1,'apfel::EvolutionSetup']]], + ['interpolant_466',['Interpolant',['../classapfel_1_1QGrid.html#a73418aed8752703995851675372a47aa',1,'apfel::QGrid::Interpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ab5f774f33176ece373a77a814c914b73',1,'apfel::LagrangeInterpolator::Interpolant()'],['../classapfel_1_1Interpolator.html#aa467e93e85271414cca20d2aa4f05f75',1,'apfel::Interpolator::Interpolant()']]], + ['interpolantlog_467',['InterpolantLog',['../classapfel_1_1LagrangeInterpolator.html#aa27376e2b20c645a57df5e808270bd13',1,'apfel::LagrangeInterpolator::InterpolantLog()'],['../classapfel_1_1Interpolator.html#a9c58121f234604b9845942f38961f45c',1,'apfel::Interpolator::InterpolantLog()']]], + ['interpolator_468',['Interpolator',['../classapfel_1_1Interpolator.html',1,'apfel::Interpolator'],['../classapfel_1_1Interpolator.html#a1fadb1d59ddfd5f4166c0ebde878ae99',1,'apfel::Interpolator::Interpolator(Grid const &gr, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)'],['../classapfel_1_1Interpolator.html#a829c8b174a5e9a12b20b927bb46a7279',1,'apfel::Interpolator::Interpolator(Grid const &gr)']]], + ['interpolator_2eh_469',['interpolator.h',['../interpolator_8h.html',1,'']]], + ['intinterpolant_470',['IntInterpolant',['../classapfel_1_1QGrid.html#a9ba5658b710808b1eeaef1dbb784b848',1,'apfel::QGrid::IntInterpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ac685eca21fc99696b8fb8dee1f5248c5',1,'apfel::LagrangeInterpolator::IntInterpolant()'],['../classapfel_1_1Interpolator.html#a3d294de2c1bd8df09e3420a529a0beb9',1,'apfel::Interpolator::IntInterpolant()']]] ]; diff --git a/docs/html/search/all_a.html b/docs/html/search/all_a.html index aa4514725..3a6cac108 100644 --- a/docs/html/search/all_a.html +++ b/docs/html/search/all_a.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_b.html b/docs/html/search/all_b.html index 66b3089c0..130deb4ed 100644 --- a/docs/html/search/all_b.html +++ b/docs/html/search/all_b.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_c.html b/docs/html/search/all_c.html index 0a2069be1..3dd5af06d 100644 --- a/docs/html/search/all_c.html +++ b/docs/html/search/all_c.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_c.js b/docs/html/search/all_c.js index 840e4b206..5048c8138 100644 --- a/docs/html/search/all_c.js +++ b/docs/html/search/all_c.js @@ -6,14 +6,12 @@ var searchData= ['lhknotarray_488',['LHKnotArray',['../structapfel_1_1LHKnotArray.html',1,'apfel']]], ['lhtoypdfs_2eh_489',['lhtoypdfs.h',['../lhtoypdfs_8h.html',1,'']]], ['ll_490',['LL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446ad653300441796ddfb2fd7d2bcfef1118',1,'apfel']]], - ['lo_20massive_20coefficient_20functions_491',['LO massive coefficient functions',['../group__LO.html',1,'']]], - ['local_492',['Local',['../classapfel_1_1Expression.html#a235668b9dd1d209ce756f1c250e7da3b',1,'apfel::Expression::Local()'],['../classapfel_1_1Identity.html#a6e64cb15c44d275de47381ffb9d91064',1,'apfel::Identity::Local()'],['../classapfel_1_1Pgpd0nsDGLAP.html#a3c3593e425a1ef6d2ecb6c2e57fc8146',1,'apfel::Pgpd0nsDGLAP::Local()'],['../classapfel_1_1Pgpd0ggDGLAP.html#ae1a970e182efdbdbd2681cbcefa32531',1,'apfel::Pgpd0ggDGLAP::Local()'],['../classapfel_1_1Pgpd0ggERBL.html#ad10a9aa5b4b1328751c09c10b5edf8ad',1,'apfel::Pgpd0ggERBL::Local()'],['../classapfel_1_1Cm22nsNC.html#ae15c4720cb387be88b4c570ef49a05ef',1,'apfel::Cm22nsNC::Local()'],['../classapfel_1_1Cm022nsNC__c.html#a8f4092f32b4bb0d8b0c4d88d5ca75ebc',1,'apfel::Cm022nsNC_c::Local()'],['../classapfel_1_1Cm022nsNC__l.html#a5b33dab89179a4f2b9657fb35ade43e6',1,'apfel::Cm022nsNC_l::Local()'],['../classapfel_1_1Cm022nsNC__l2.html#a1f949a236d94d890d0d4667c3591a0b9',1,'apfel::Cm022nsNC_l2::Local()'],['../classapfel_1_1AS1ggH__L.html#a9b2bd41046353ff7d78945a191359f6c',1,'apfel::AS1ggH_L::Local()'],['../classapfel_1_1ANS2qqH__0.html#aa9f5805ca3f785d26736155b793c1d89',1,'apfel::ANS2qqH_0::Local()'],['../classapfel_1_1ANS2qqH__L.html#a56c1ac93ebac885dbcd2272c2d41e9bd',1,'apfel::ANS2qqH_L::Local()'],['../classapfel_1_1ANS2qqH__L2.html#acf180ee6797bc4469aff234868450fba',1,'apfel::ANS2qqH_L2::Local()'],['../classapfel_1_1AS2ggH__0.html#a3c39f6cdea8f49bf6b9c3099bed393f2',1,'apfel::AS2ggH_0::Local()'],['../classapfel_1_1AS2ggH__L.html#a663cc2cb55530cf3ef2c7d3daf98c6bf',1,'apfel::AS2ggH_L::Local()'],['../classapfel_1_1AS2ggH__L2.html#a2ed4b272372e93ecf0b06450316092fc',1,'apfel::AS2ggH_L2::Local()'],['../classapfel_1_1ATS1ggH__L.html#a4c1542417f129598b0ec024f21655094',1,'apfel::ATS1ggH_L::Local()'],['../classapfel_1_1C1nsff.html#afadc61bdda92006f73981b69488de75a',1,'apfel::C1nsff::Local()'],['../classapfel_1_1C1ggff.html#a77cf846778248916fd26a24f278aeaab',1,'apfel::C1ggff::Local()'],['../classapfel_1_1C2Vqqff.html#a6e864022b18296b7af96942ebfa521d3',1,'apfel::C2Vqqff::Local()'],['../classapfel_1_1C2ggff.html#a497e90a2b1e971343d969a5c521dbcc8',1,'apfel::C2ggff::Local()'],['../classapfel_1_1C1nspdf.html#aba8a776d5efbadac0bba5830df1e7586',1,'apfel::C1nspdf::Local()'],['../classapfel_1_1C1ggpdf.html#a737ed35e2ce99857a8750822b3091031',1,'apfel::C1ggpdf::Local()'],['../classapfel_1_1C2Vqqpdf.html#a1860d29977964da7c83a8e2a52e52e99',1,'apfel::C2Vqqpdf::Local()'],['../classapfel_1_1C2ggpdf.html#aa479e4021c2d824d8bd1be8c3d96538d',1,'apfel::C2ggpdf::Local()'],['../classapfel_1_1C3Vqqpdf.html#a83bcf2dfa39d0b6c99ef2c690c7c5122',1,'apfel::C3Vqqpdf::Local()'],['../classapfel_1_1P0polgg.html#a73e152a8b4f67e8265552db0a78c600c',1,'apfel::P0polgg::Local()'],['../classapfel_1_1P1polgg.html#a2b33912648fe753e5c1557ccc1447a7b',1,'apfel::P1polgg::Local()'],['../classapfel_1_1P2polgg.html#af5a1bd59a88caffbb00c01af5b3cbe3b',1,'apfel::P2polgg::Local()'],['../classapfel_1_1P0transns.html#a6301fb45a7844ad8354cb855d1f23d5e',1,'apfel::P0transns::Local()'],['../classapfel_1_1P1transnsp.html#ac8b486794b444943fea3ed45c1dabd98',1,'apfel::P1transnsp::Local()'],['../classapfel_1_1P0Ttransns.html#ae3c2ed45a2b379d8e735b2f6ac085699',1,'apfel::P0Ttransns::Local()'],['../classapfel_1_1P1Ttransnsp.html#ab96d6048b470a005ed3bc903b32f7a2d',1,'apfel::P1Ttransnsp::Local()'],['../classapfel_1_1P0ns.html#a5324746e2b9c751cb08212a215520adc',1,'apfel::P0ns::Local()'],['../classapfel_1_1P0gg.html#ab8c371efdfab9da5964e63ec25242400',1,'apfel::P0gg::Local()'],['../classapfel_1_1P1nsp.html#ad37f02f2e9389d4bb87a2e905ec17979',1,'apfel::P1nsp::Local()'],['../classapfel_1_1P1gg.html#a716efe07f7c4ce29491cf01068932696',1,'apfel::P1gg::Local()'],['../classapfel_1_1P2nsp.html#af5659f7111b488353b4db1b710bc6f79',1,'apfel::P2nsp::Local()'],['../classapfel_1_1P2nsm.html#acbfce8912ebc59471ddfbbb3c16ea629',1,'apfel::P2nsm::Local()'],['../classapfel_1_1P2gg.html#a4afca1c278f92fe20683322a7f1bff80',1,'apfel::P2gg::Local()'],['../classapfel_1_1P3nsp.html#ac85081e58c8cf0e514b385f40eac6a0a',1,'apfel::P3nsp::Local()'],['../classapfel_1_1P3nsm.html#aaf9d46c0ebe41317cdf6c16cea3a0176',1,'apfel::P3nsm::Local()'],['../classapfel_1_1P0Tns.html#abe0d213234bacf98df9f500794ad87d1',1,'apfel::P0Tns::Local()'],['../classapfel_1_1P0Tgg.html#a0c5c45c9e8a93a3e9e2488568c4458dc',1,'apfel::P0Tgg::Local()'],['../classapfel_1_1P1Tnsp.html#a0d80849b02ca5248aaefa3904f075a77',1,'apfel::P1Tnsp::Local()'],['../classapfel_1_1P1Tgg.html#af6871d92589d6b8c7800b229ed31856f',1,'apfel::P1Tgg::Local()'],['../classapfel_1_1P2Tnsp.html#a63c7584a7bacd84b59d8dd2f0f871325',1,'apfel::P2Tnsp::Local()'],['../classapfel_1_1P2Tnsm.html#a592fcbd570777bb7acb58e7aead11d84',1,'apfel::P2Tnsm::Local()'],['../classapfel_1_1P2Tgg.html#ad5f41cc68e129578799ce6ac0297771c',1,'apfel::P2Tgg::Local()'],['../classapfel_1_1G41ns.html#a0e5fe03fbe3ad0dfa575a35b387a1a50',1,'apfel::G41ns::Local()'],['../classapfel_1_1G11ns.html#a361b4ae560dfa6fce6992ee7ba300195',1,'apfel::G11ns::Local()'],['../classapfel_1_1C21ns.html#a88379495d3f8358606b8f56c902895d4',1,'apfel::C21ns::Local()'],['../classapfel_1_1C31ns.html#adad13807f240056497a5ffcd1ffc46d1',1,'apfel::C31ns::Local()'],['../classapfel_1_1C22nsp.html#a69e27d8c0f0432a22a8d9a906383b2ba',1,'apfel::C22nsp::Local()'],['../classapfel_1_1C22nsm.html#a3f89f83ae6b1f21cec78a73592d3268b',1,'apfel::C22nsm::Local()'],['../classapfel_1_1C22g.html#aec4e8d9bcddd7cd1fbf1bca1cc13c9ec',1,'apfel::C22g::Local()'],['../classapfel_1_1CL2nsp.html#a28a3ee333736f0f7e61b2515c0cdbbb5',1,'apfel::CL2nsp::Local()'],['../classapfel_1_1CL2nsm.html#a569987b83153eaa9489886499201099d',1,'apfel::CL2nsm::Local()'],['../classapfel_1_1C32nsp.html#a57254d9cedd428c85d901593a25ad2d4',1,'apfel::C32nsp::Local()'],['../classapfel_1_1C32nsm.html#a61566bbfa41a66d9cca444b3c26cae30',1,'apfel::C32nsm::Local()'],['../classapfel_1_1C21Tns.html#afbbd09081d0faa95e0e8010ec536b0e7',1,'apfel::C21Tns::Local()'],['../classapfel_1_1C31Tns.html#a1a851278d976ce1b48a096612730e2d7',1,'apfel::C31Tns::Local()'],['../classapfel_1_1C22Tnsp.html#aa44fca018b973436f11b944397c6df2a',1,'apfel::C22Tnsp::Local()'],['../classapfel_1_1C32Tnsp.html#a4ee22eedcc1607c359281e52de42fd3b',1,'apfel::C32Tnsp::Local()']]], - ['logaccuracy_493',['LogAccuracy',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446',1,'apfel']]], - ['lo_20splitting_20functions_494',['LO splitting functions',['../group__LOpolsf.html',1,'']]], - ['lo_20splitting_20functions_495',['LO splitting functions',['../group__LOtranssf.html',1,'']]], - ['lo_20evolution_20kernels_496',['LO evolution kernels',['../group__LOunpevk.html',1,'']]], - ['lo_20splitting_20functions_497',['LO splitting functions',['../group__LOunpsf.html',1,'']]], - ['lo_20splitting_20functions_498',['LO splitting functions',['../group__LOunpsftl.html',1,'']]], - ['lo_20massive_2dzero_20coefficient_20functions_499',['LO massive-zero coefficient functions',['../group__LOZero.html',1,'']]], - ['longitudinally_20polarised_20splitting_20functions_500',['Longitudinally polarised splitting functions',['../group__PolSF.html',1,'']]] + ['lo_20evolution_20kernels_491',['LO evolution kernels',['../group__LOunpevk.html',1,'']]], + ['lo_20massive_20coefficient_20functions_492',['LO massive coefficient functions',['../group__LO.html',1,'']]], + ['lo_20massive_2dzero_20coefficient_20functions_493',['LO massive-zero coefficient functions',['../group__LOZero.html',1,'']]], + ['lo_20splitting_20functions_494',['LO splitting functions',['../group__LOpolsf.html',1,'(Global Namespace)'],['../group__LOtranssf.html',1,'(Global Namespace)'],['../group__LOunpsf.html',1,'(Global Namespace)'],['../group__LOunpsftl.html',1,'(Global Namespace)']]], + ['local_495',['Local',['../classapfel_1_1Cm022nsNC__l2.html#a1f949a236d94d890d0d4667c3591a0b9',1,'apfel::Cm022nsNC_l2::Local()'],['../classapfel_1_1AS1ggH__L.html#a9b2bd41046353ff7d78945a191359f6c',1,'apfel::AS1ggH_L::Local()'],['../classapfel_1_1ANS2qqH__0.html#aa9f5805ca3f785d26736155b793c1d89',1,'apfel::ANS2qqH_0::Local()'],['../classapfel_1_1ANS2qqH__L.html#a56c1ac93ebac885dbcd2272c2d41e9bd',1,'apfel::ANS2qqH_L::Local()'],['../classapfel_1_1ANS2qqH__L2.html#acf180ee6797bc4469aff234868450fba',1,'apfel::ANS2qqH_L2::Local()'],['../classapfel_1_1AS2ggH__0.html#a3c39f6cdea8f49bf6b9c3099bed393f2',1,'apfel::AS2ggH_0::Local()'],['../classapfel_1_1AS2ggH__L.html#a663cc2cb55530cf3ef2c7d3daf98c6bf',1,'apfel::AS2ggH_L::Local()'],['../classapfel_1_1AS2ggH__L2.html#a2ed4b272372e93ecf0b06450316092fc',1,'apfel::AS2ggH_L2::Local()'],['../classapfel_1_1ATS1ggH__L.html#a4c1542417f129598b0ec024f21655094',1,'apfel::ATS1ggH_L::Local()'],['../classapfel_1_1C1nsff.html#afadc61bdda92006f73981b69488de75a',1,'apfel::C1nsff::Local()'],['../classapfel_1_1C1ggff.html#a77cf846778248916fd26a24f278aeaab',1,'apfel::C1ggff::Local()'],['../classapfel_1_1C2Vqqff.html#a6e864022b18296b7af96942ebfa521d3',1,'apfel::C2Vqqff::Local()'],['../classapfel_1_1C2ggff.html#a497e90a2b1e971343d969a5c521dbcc8',1,'apfel::C2ggff::Local()'],['../classapfel_1_1C1nspdf.html#aba8a776d5efbadac0bba5830df1e7586',1,'apfel::C1nspdf::Local()'],['../classapfel_1_1C1ggpdf.html#a737ed35e2ce99857a8750822b3091031',1,'apfel::C1ggpdf::Local()'],['../classapfel_1_1C2Vqqpdf.html#a1860d29977964da7c83a8e2a52e52e99',1,'apfel::C2Vqqpdf::Local()'],['../classapfel_1_1C2ggpdf.html#aa479e4021c2d824d8bd1be8c3d96538d',1,'apfel::C2ggpdf::Local()'],['../classapfel_1_1C3Vqqpdf.html#a83bcf2dfa39d0b6c99ef2c690c7c5122',1,'apfel::C3Vqqpdf::Local()'],['../classapfel_1_1P0polgg.html#a73e152a8b4f67e8265552db0a78c600c',1,'apfel::P0polgg::Local()'],['../classapfel_1_1P1polgg.html#a2b33912648fe753e5c1557ccc1447a7b',1,'apfel::P1polgg::Local()'],['../classapfel_1_1P2polgg.html#af5a1bd59a88caffbb00c01af5b3cbe3b',1,'apfel::P2polgg::Local()'],['../classapfel_1_1P0transns.html#a6301fb45a7844ad8354cb855d1f23d5e',1,'apfel::P0transns::Local()'],['../classapfel_1_1P1transnsp.html#ac8b486794b444943fea3ed45c1dabd98',1,'apfel::P1transnsp::Local()'],['../classapfel_1_1P0Ttransns.html#ae3c2ed45a2b379d8e735b2f6ac085699',1,'apfel::P0Ttransns::Local()'],['../classapfel_1_1P1Ttransnsp.html#ab96d6048b470a005ed3bc903b32f7a2d',1,'apfel::P1Ttransnsp::Local()'],['../classapfel_1_1P0ns.html#a5324746e2b9c751cb08212a215520adc',1,'apfel::P0ns::Local()'],['../classapfel_1_1P0gg.html#ab8c371efdfab9da5964e63ec25242400',1,'apfel::P0gg::Local()'],['../classapfel_1_1Cm022nsNC__l.html#a5b33dab89179a4f2b9657fb35ade43e6',1,'apfel::Cm022nsNC_l::Local()'],['../classapfel_1_1P1gg.html#a716efe07f7c4ce29491cf01068932696',1,'apfel::P1gg::Local()'],['../classapfel_1_1P2nsp.html#af5659f7111b488353b4db1b710bc6f79',1,'apfel::P2nsp::Local()'],['../classapfel_1_1P2nsm.html#acbfce8912ebc59471ddfbbb3c16ea629',1,'apfel::P2nsm::Local()'],['../classapfel_1_1P2gg.html#a4afca1c278f92fe20683322a7f1bff80',1,'apfel::P2gg::Local()'],['../classapfel_1_1P3nsp.html#ac85081e58c8cf0e514b385f40eac6a0a',1,'apfel::P3nsp::Local()'],['../classapfel_1_1P3nsm.html#aaf9d46c0ebe41317cdf6c16cea3a0176',1,'apfel::P3nsm::Local()'],['../classapfel_1_1P0Tns.html#abe0d213234bacf98df9f500794ad87d1',1,'apfel::P0Tns::Local()'],['../classapfel_1_1P0Tgg.html#a0c5c45c9e8a93a3e9e2488568c4458dc',1,'apfel::P0Tgg::Local()'],['../classapfel_1_1P1Tnsp.html#a0d80849b02ca5248aaefa3904f075a77',1,'apfel::P1Tnsp::Local()'],['../classapfel_1_1P1Tgg.html#af6871d92589d6b8c7800b229ed31856f',1,'apfel::P1Tgg::Local()'],['../classapfel_1_1P2Tnsp.html#a63c7584a7bacd84b59d8dd2f0f871325',1,'apfel::P2Tnsp::Local()'],['../classapfel_1_1P2Tnsm.html#a592fcbd570777bb7acb58e7aead11d84',1,'apfel::P2Tnsm::Local()'],['../classapfel_1_1P2Tgg.html#ad5f41cc68e129578799ce6ac0297771c',1,'apfel::P2Tgg::Local()'],['../classapfel_1_1G41ns.html#a0e5fe03fbe3ad0dfa575a35b387a1a50',1,'apfel::G41ns::Local()'],['../classapfel_1_1G11ns.html#a361b4ae560dfa6fce6992ee7ba300195',1,'apfel::G11ns::Local()'],['../classapfel_1_1C21ns.html#a88379495d3f8358606b8f56c902895d4',1,'apfel::C21ns::Local()'],['../classapfel_1_1C31ns.html#adad13807f240056497a5ffcd1ffc46d1',1,'apfel::C31ns::Local()'],['../classapfel_1_1C22nsp.html#a69e27d8c0f0432a22a8d9a906383b2ba',1,'apfel::C22nsp::Local()'],['../classapfel_1_1C22nsm.html#a3f89f83ae6b1f21cec78a73592d3268b',1,'apfel::C22nsm::Local()'],['../classapfel_1_1C22g.html#aec4e8d9bcddd7cd1fbf1bca1cc13c9ec',1,'apfel::C22g::Local()'],['../classapfel_1_1CL2nsp.html#a28a3ee333736f0f7e61b2515c0cdbbb5',1,'apfel::CL2nsp::Local()'],['../classapfel_1_1CL2nsm.html#a569987b83153eaa9489886499201099d',1,'apfel::CL2nsm::Local()'],['../classapfel_1_1C32nsp.html#a57254d9cedd428c85d901593a25ad2d4',1,'apfel::C32nsp::Local()'],['../classapfel_1_1C32nsm.html#a61566bbfa41a66d9cca444b3c26cae30',1,'apfel::C32nsm::Local()'],['../classapfel_1_1C21Tns.html#afbbd09081d0faa95e0e8010ec536b0e7',1,'apfel::C21Tns::Local()'],['../classapfel_1_1C31Tns.html#a1a851278d976ce1b48a096612730e2d7',1,'apfel::C31Tns::Local()'],['../classapfel_1_1C22Tnsp.html#aa44fca018b973436f11b944397c6df2a',1,'apfel::C22Tnsp::Local()'],['../classapfel_1_1C32Tnsp.html#a4ee22eedcc1607c359281e52de42fd3b',1,'apfel::C32Tnsp::Local()'],['../classapfel_1_1P1nsp.html#ad37f02f2e9389d4bb87a2e905ec17979',1,'apfel::P1nsp::Local()'],['../classapfel_1_1Expression.html#a235668b9dd1d209ce756f1c250e7da3b',1,'apfel::Expression::Local()'],['../classapfel_1_1Identity.html#a6e64cb15c44d275de47381ffb9d91064',1,'apfel::Identity::Local()'],['../classapfel_1_1Pgpd0ns.html#a87cd83ea500f07f1571c48547fa1da91',1,'apfel::Pgpd0ns::Local()'],['../classapfel_1_1Cm022nsNC__c.html#a8f4092f32b4bb0d8b0c4d88d5ca75ebc',1,'apfel::Cm022nsNC_c::Local()'],['../classapfel_1_1Pgpd0qq.html#a7307950f835a4abfebb00752bcbbe933',1,'apfel::Pgpd0qq::Local()'],['../classapfel_1_1Cm22nsNC.html#ae15c4720cb387be88b4c570ef49a05ef',1,'apfel::Cm22nsNC::Local()'],['../classapfel_1_1Pgpd0gg.html#ae71e39628c0cc7daf8c5d3b8520b4f1f',1,'apfel::Pgpd0gg::Local(double const &y) const']]], + ['localpv_496',['LocalPV',['../classapfel_1_1Pgpd0gg.html#a848c663a16227bcb90862f3f552b27df',1,'apfel::Pgpd0gg::LocalPV()'],['../classapfel_1_1Pgpd0qq.html#a141c0e8ee148647d04579137c4e747bb',1,'apfel::Pgpd0qq::LocalPV()'],['../classapfel_1_1Pgpd0ns.html#a8121aa07e01776a83f17f6e36d45c5e9',1,'apfel::Pgpd0ns::LocalPV()'],['../classapfel_1_1Expression.html#a024a43e696e61cd5901479de82d2f173',1,'apfel::Expression::LocalPV()']]], + ['logaccuracy_497',['LogAccuracy',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446',1,'apfel']]], + ['longitudinally_20polarised_20splitting_20functions_498',['Longitudinally polarised splitting functions',['../group__PolSF.html',1,'']]] ]; diff --git a/docs/html/search/all_d.html b/docs/html/search/all_d.html index 4b92eda51..af7f2f0f5 100644 --- a/docs/html/search/all_d.html +++ b/docs/html/search/all_d.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_d.js b/docs/html/search/all_d.js index f761d19a4..dc6167f6a 100644 --- a/docs/html/search/all_d.js +++ b/docs/html/search/all_d.js @@ -1,22 +1,24 @@ var searchData= [ - ['m0_501',['M0',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ae961a2e71d06630a034d6e0808da18c7',1,'apfel::MatchingBasisQCD']]], - ['m1_502',['M1',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a836f4224dbb5b51ba7f4063ce0257529',1,'apfel::MatchingBasisQCD']]], - ['m2_503',['M2',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ab6ae18cce2c6aa7c1d2e9bd516458c79',1,'apfel::MatchingBasisQCD']]], - ['m3_504',['M3',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a06dca57d31fa978197331563cc99292d',1,'apfel::MatchingBasisQCD']]], - ['m4_505',['M4',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a489d61e502cc41fbfd724dd37619f2fb',1,'apfel::MatchingBasisQCD']]], - ['m5_506',['M5',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72af7a2b41c8c76692f58e3684054e36231',1,'apfel::MatchingBasisQCD']]], - ['m6_507',['M6',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ad23b353aaa3122eb8ae88db3a58ae021',1,'apfel::MatchingBasisQCD']]], - ['m7_508',['M7',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a6af05be6dc4081963c09c836c943f296',1,'apfel::MatchingBasisQCD']]], - ['masses_509',['Masses',['../structapfel_1_1EvolutionSetup.html#a4020afe682b670da3163f676775a67cb',1,'apfel::EvolutionSetup']]], - ['massivecoefficientfunctionsunp_5fsl_2eh_510',['massivecoefficientfunctionsunp_sl.h',['../massivecoefficientfunctionsunp__sl_8h.html',1,'']]], - ['massivezerocoefficientfunctionsunp_5fsl_2eh_511',['massivezerocoefficientfunctionsunp_sl.h',['../massivezerocoefficientfunctionsunp__sl_8h.html',1,'']]], - ['massrenscheme_512',['MassRenScheme',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0b',1,'apfel::EvolutionSetup::MassRenScheme()'],['../structapfel_1_1EvolutionSetup.html#a88411dbe8022d8cdc9b4bace53949cd9',1,'apfel::EvolutionSetup::MassRenScheme()']]], - ['matching_20convolution_20maps_513',['Matching convolution maps',['../group__MatchBases.html',1,'']]], - ['matchedevolution_514',['MatchedEvolution',['../classapfel_1_1MatchedEvolution.html',1,'apfel::MatchedEvolution< T >'],['../classapfel_1_1MatchedEvolution.html#adb2660fb7842ff7cfd1babfcdb2b0a05',1,'apfel::MatchedEvolution::MatchedEvolution()=delete'],['../classapfel_1_1MatchedEvolution.html#aebbd27d9fa7dc916378a4b4d726b5d26',1,'apfel::MatchedEvolution::MatchedEvolution(T const &ObjRef, double const &MuRef, std::vector< double > const &Thresholds, int const &nsteps=10)']]], - ['matchedevolution_2eh_515',['matchedevolution.h',['../matchedevolution_8h.html',1,'']]], - ['matchedevolution_3c_20double_20_3e_516',['MatchedEvolution< double >',['../classapfel_1_1MatchedEvolution.html',1,'apfel']]], - ['matchedevolution_3c_20set_3c_20t_20_3e_20_3e_517',['MatchedEvolution< Set< T > >',['../classapfel_1_1MatchedEvolution.html',1,'apfel']]], + ['m0_499',['M0',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ae961a2e71d06630a034d6e0808da18c7',1,'apfel::MatchingBasisQCD']]], + ['m1_500',['M1',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a836f4224dbb5b51ba7f4063ce0257529',1,'apfel::MatchingBasisQCD']]], + ['m2_501',['M2',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ab6ae18cce2c6aa7c1d2e9bd516458c79',1,'apfel::MatchingBasisQCD']]], + ['m3_502',['M3',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a06dca57d31fa978197331563cc99292d',1,'apfel::MatchingBasisQCD']]], + ['m4_503',['M4',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a489d61e502cc41fbfd724dd37619f2fb',1,'apfel::MatchingBasisQCD']]], + ['m5_504',['M5',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72af7a2b41c8c76692f58e3684054e36231',1,'apfel::MatchingBasisQCD']]], + ['m6_505',['M6',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ad23b353aaa3122eb8ae88db3a58ae021',1,'apfel::MatchingBasisQCD']]], + ['m7_506',['M7',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a6af05be6dc4081963c09c836c943f296',1,'apfel::MatchingBasisQCD']]], + ['masses_507',['Masses',['../structapfel_1_1EvolutionSetup.html#a4020afe682b670da3163f676775a67cb',1,'apfel::EvolutionSetup']]], + ['massive_20neutral_20current_20coefficient_20functions_508',['Massive neutral current coefficient functions',['../group__NCMassive.html',1,'']]], + ['massivecoefficientfunctionsunp_5fsl_2eh_509',['massivecoefficientfunctionsunp_sl.h',['../massivecoefficientfunctionsunp__sl_8h.html',1,'']]], + ['massivezerocoefficientfunctionsunp_5fsl_2eh_510',['massivezerocoefficientfunctionsunp_sl.h',['../massivezerocoefficientfunctionsunp__sl_8h.html',1,'']]], + ['massless_20limit_20of_20the_20massive_20neutral_20current_20coefficient_20functions_511',['Massless limit of the massive neutral current coefficient functions',['../group__NCMassiveZero.html',1,'']]], + ['massrenscheme_512',['MassRenScheme',['../structapfel_1_1EvolutionSetup.html#a88411dbe8022d8cdc9b4bace53949cd9',1,'apfel::EvolutionSetup::MassRenScheme()'],['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0b',1,'apfel::EvolutionSetup::MassRenScheme()']]], + ['matchedevolution_513',['MatchedEvolution',['../classapfel_1_1MatchedEvolution.html',1,'apfel::MatchedEvolution< T >'],['../classapfel_1_1MatchedEvolution.html#adb2660fb7842ff7cfd1babfcdb2b0a05',1,'apfel::MatchedEvolution::MatchedEvolution()=delete'],['../classapfel_1_1MatchedEvolution.html#aebbd27d9fa7dc916378a4b4d726b5d26',1,'apfel::MatchedEvolution::MatchedEvolution(T const &ObjRef, double const &MuRef, std::vector< double > const &Thresholds, int const &nsteps=10)']]], + ['matchedevolution_2eh_514',['matchedevolution.h',['../matchedevolution_8h.html',1,'']]], + ['matchedevolution_3c_20double_20_3e_515',['MatchedEvolution< double >',['../classapfel_1_1MatchedEvolution.html',1,'apfel']]], + ['matchedevolution_3c_20set_3c_20t_20_3e_20_3e_516',['MatchedEvolution< Set< T > >',['../classapfel_1_1MatchedEvolution.html',1,'apfel']]], + ['matching_20convolution_20maps_517',['Matching convolution maps',['../group__MatchBases.html',1,'']]], ['matchingbasisqcd_518',['MatchingBasisQCD',['../classapfel_1_1MatchingBasisQCD.html',1,'apfel::MatchingBasisQCD'],['../classapfel_1_1MatchingBasisQCD.html#a9dc8f980a586c204b52dfff6626b78ae',1,'apfel::MatchingBasisQCD::MatchingBasisQCD()']]], ['matchingbasisqcd_2eh_519',['matchingbasisqcd.h',['../matchingbasisqcd_8h.html',1,'']]], ['matchingconditions_520',['MatchingConditions',['../structapfel_1_1DglapObjects.html#a7cdc6caad7aa2128f23bd467f109cb40',1,'apfel::DglapObjects']]], @@ -33,12 +35,11 @@ var searchData= ['mathematical_20constants_531',['Mathematical constants',['../group__MathConstants.html',1,'']]], ['matrix_532',['matrix',['../classapfel_1_1matrix.html',1,'apfel::matrix< T >'],['../classapfel_1_1matrix.html#ad233ffd5afb1d9ec9ba46a39202338b1',1,'apfel::matrix::matrix()']]], ['matrix_2eh_533',['matrix.h',['../matrix_8h.html',1,'']]], - ['max_534',['max',['../classapfel_1_1ExtendedVector.html#a3535622f96f490c0192557945e02daf6',1,'apfel::ExtendedVector']]], - ['messages_2eh_535',['messages.h',['../messages_8h.html',1,'']]], - ['method_536',['Method',['../classapfel_1_1Integrator.html#ad43e4272eef0c1dbdac807aee547ec17',1,'apfel::Integrator']]], - ['min_537',['min',['../classapfel_1_1ExtendedVector.html#af591d865e71439884f65bf0b13007dce',1,'apfel::ExtendedVector']]], - ['msbar_538',['MSBAR',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0bac7f91c377878634b622c5ee270fd5458',1,'apfel::EvolutionSetup']]], - ['multiplyby_539',['MultiplyBy',['../classapfel_1_1DoubleObject.html#ac1b631d17da1e7845ccc99b318e810b1',1,'apfel::DoubleObject']]], - ['massive_20neutral_20current_20coefficient_20functions_540',['Massive neutral current coefficient functions',['../group__NCMassive.html',1,'']]], - ['massless_20limit_20of_20the_20massive_20neutral_20current_20coefficient_20functions_541',['Massless limit of the massive neutral current coefficient functions',['../group__NCMassiveZero.html',1,'']]] + ['matrix_3c_20double_20_3e_534',['matrix< double >',['../classapfel_1_1matrix.html',1,'apfel']]], + ['max_535',['max',['../classapfel_1_1ExtendedVector.html#a3535622f96f490c0192557945e02daf6',1,'apfel::ExtendedVector']]], + ['messages_2eh_536',['messages.h',['../messages_8h.html',1,'']]], + ['method_537',['Method',['../classapfel_1_1Integrator.html#ad43e4272eef0c1dbdac807aee547ec17',1,'apfel::Integrator']]], + ['min_538',['min',['../classapfel_1_1ExtendedVector.html#af591d865e71439884f65bf0b13007dce',1,'apfel::ExtendedVector']]], + ['msbar_539',['MSBAR',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0bac7f91c377878634b622c5ee270fd5458',1,'apfel::EvolutionSetup']]], + ['multiplyby_540',['MultiplyBy',['../classapfel_1_1DoubleObject.html#ac1b631d17da1e7845ccc99b318e810b1',1,'apfel::DoubleObject']]] ]; diff --git a/docs/html/search/all_e.html b/docs/html/search/all_e.html index 51be0c722..e25df423a 100644 --- a/docs/html/search/all_e.html +++ b/docs/html/search/all_e.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_e.js b/docs/html/search/all_e.js index e3677eac5..3ba593996 100644 --- a/docs/html/search/all_e.js +++ b/docs/html/search/all_e.js @@ -1,42 +1,34 @@ var searchData= [ - ['name_542',['name',['../structapfel_1_1EvolutionSetup.html#ad4d76387104f1d24f4c3f2dfb4054575',1,'apfel::EvolutionSetup']]], - ['nc_543',['NC',['../group__MathConstants.html#gadff9aadfe2fba84ec0abee6cd9b1f880',1,'apfel']]], - ['nf_544',['NF',['../namespaceapfel.html#a5ae0b26dd9a59ac71e0c8820ada8c433',1,'apfel']]], - ['nf_5fff_545',['Nf_FF',['../structapfel_1_1EvolutionSetup.html#a9b30d8429e9a3d033202927abf5c8667',1,'apfel::EvolutionSetup']]], - ['ngrids_546',['nGrids',['../classapfel_1_1Grid.html#a633e5058782ac5f774fba183606fa478',1,'apfel::Grid']]], - ['nll_547',['NLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a34582b355410694f2355d80af25b1288',1,'apfel']]], - ['nllp_548',['NLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a0e7d1540bc320138a315f0782f9b855e',1,'apfel']]], - ['nlo_20massive_20coefficient_20functions_549',['NLO massive coefficient functions',['../group__NLO.html',1,'']]], - ['nlo_20matching_20functions_20for_20boer_2dmulders_20pdfs_550',['NLO matching functions for Boer-Mulders PDFs',['../group__NLOBM.html',1,'']]], - ['nlo_20matching_20functions_20for_20ffs_551',['NLO matching functions for FFs',['../group__NLOff.html',1,'']]], - ['nlo_20matching_20functions_20for_20pdfs_552',['NLO matching functions for PDFs',['../group__NLOmatch.html',1,'']]], - ['nlo_20matching_20conditions_553',['NLO matching conditions',['../group__NLOMC.html',1,'']]], - ['nlo_20splitting_20functions_554',['NLO splitting functions',['../group__NLOpolsf.html',1,'']]], - ['nlo_20splitting_20functions_555',['NLO splitting functions',['../group__NLOtranssf.html',1,'']]], - ['nlo_20splitting_20functions_556',['NLO splitting functions',['../group__NLOunpsf.html',1,'']]], - ['nlo_20splitting_20functions_557',['NLO splitting functions',['../group__NLOunpsftl.html',1,'']]], - ['nlo_20massive_2dzero_20coefficient_20functions_558',['NLO massive-zero coefficient functions',['../group__NLOZero.html',1,'']]], - ['nlo_20zero_2dmass_20coefficient_20functions_559',['NLO zero-mass coefficient functions',['../group__NLOzm.html',1,'']]], - ['nlo_20zero_2dmass_20coefficient_20functions_560',['NLO zero-mass coefficient functions',['../group__NLOzmpol.html',1,'']]], - ['nlo_20zero_2dmass_20coefficient_20functions_561',['NLO zero-mass coefficient functions',['../group__NLOzmSIA.html',1,'']]], - ['nnll_562',['NNLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a8cb9e49b56b78490614921ffb7bd2672',1,'apfel']]], - ['nnllp_563',['NNLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446adfc29ff39675e3cece6122543a35a06f',1,'apfel']]], - ['nnlo_20matching_20functions_20for_20ffs_564',['NNLO matching functions for FFs',['../group__NNLOff.html',1,'']]], - ['nnlo_20matching_20functions_20for_20pdfs_565',['NNLO matching functions for PDFs',['../group__NNLOmatch.html',1,'']]], - ['nnlo_20matching_20conditions_566',['NNLO matching conditions',['../group__NNLOMC.html',1,'']]], - ['nnlo_20splitting_20functions_567',['NNLO splitting functions',['../group__NNLOpolsf.html',1,'']]], - ['nnlo_20splitting_20functions_568',['NNLO splitting functions',['../group__NNLOunpsf.html',1,'']]], - ['nnlo_20splitting_20functions_569',['NNLO splitting functions',['../group__NNLOunpsftl.html',1,'']]], - ['nnlo_20zero_2dmass_20coefficient_20functions_570',['NNLO zero-mass coefficient functions',['../group__NNLOzm.html',1,'']]], - ['nnlo_20zero_2dmass_20coefficient_20functions_571',['NNLO zero-mass coefficient functions',['../group__NNLOzmSIA.html',1,'']]], - ['nnnll_572',['NNNLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a949a7f277ba11f30498415ab0951e8cc',1,'apfel']]], - ['nnnllp_573',['NNNLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a81f679d71cd354cff5ab9304c9ddf9cb',1,'apfel']]], - ['nnnlo_20matching_20functions_20for_20pdfs_574',['NNNLO matching functions for PDFs',['../group__NNNLOmatch.html',1,'']]], - ['nnnlo_20splitting_20functions_575',['NNNLO splitting functions',['../group__NNNLOunpsf.html',1,'']]], - ['nq_576',['nQ',['../classapfel_1_1QGrid.html#a545c18a37669f843ea7874c5e9e8d23c',1,'apfel::QGrid']]], - ['nqg_577',['nQg',['../structapfel_1_1EvolutionSetup.html#aab9528d803850444afe8f68ac552338c',1,'apfel::EvolutionSetup']]], - ['null_578',['Null',['../classapfel_1_1Null.html',1,'apfel::Null'],['../classapfel_1_1Null.html#a0f74dde5cc4f104049878d17bd639248',1,'apfel::Null::Null()']]], - ['numerical_20constants_579',['Numerical constants',['../group__NumericalConstants.html',1,'']]], - ['nx_580',['nx',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html#ac1ac2d643f29aa6045eb13e32ae0fd3b',1,'apfel::EvolutionSetup::GridParameters::nx()'],['../classapfel_1_1SubGrid.html#ac9c8d18ab6868c90679a2b66f5616c81',1,'apfel::SubGrid::nx()']]] + ['name_541',['name',['../structapfel_1_1EvolutionSetup.html#ad4d76387104f1d24f4c3f2dfb4054575',1,'apfel::EvolutionSetup']]], + ['nc_542',['NC',['../group__MathConstants.html#gadff9aadfe2fba84ec0abee6cd9b1f880',1,'apfel']]], + ['nf_543',['NF',['../namespaceapfel.html#a5ae0b26dd9a59ac71e0c8820ada8c433',1,'apfel']]], + ['nf_5fff_544',['Nf_FF',['../structapfel_1_1EvolutionSetup.html#a9b30d8429e9a3d033202927abf5c8667',1,'apfel::EvolutionSetup']]], + ['ngrids_545',['nGrids',['../classapfel_1_1Grid.html#a633e5058782ac5f774fba183606fa478',1,'apfel::Grid']]], + ['nll_546',['NLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a34582b355410694f2355d80af25b1288',1,'apfel']]], + ['nllp_547',['NLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a0e7d1540bc320138a315f0782f9b855e',1,'apfel']]], + ['nlo_20massive_20coefficient_20functions_548',['NLO massive coefficient functions',['../group__NLO.html',1,'']]], + ['nlo_20massive_2dzero_20coefficient_20functions_549',['NLO massive-zero coefficient functions',['../group__NLOZero.html',1,'']]], + ['nlo_20matching_20conditions_550',['NLO matching conditions',['../group__NLOMC.html',1,'']]], + ['nlo_20matching_20functions_20for_20boer_2dmulders_20pdfs_551',['NLO matching functions for Boer-Mulders PDFs',['../group__NLOBM.html',1,'']]], + ['nlo_20matching_20functions_20for_20ffs_552',['NLO matching functions for FFs',['../group__NLOff.html',1,'']]], + ['nlo_20matching_20functions_20for_20pdfs_553',['NLO matching functions for PDFs',['../group__NLOmatch.html',1,'']]], + ['nlo_20splitting_20functions_554',['NLO splitting functions',['../group__NLOpolsf.html',1,'(Global Namespace)'],['../group__NLOtranssf.html',1,'(Global Namespace)'],['../group__NLOunpsf.html',1,'(Global Namespace)'],['../group__NLOunpsftl.html',1,'(Global Namespace)']]], + ['nlo_20zero_2dmass_20coefficient_20functions_555',['NLO zero-mass coefficient functions',['../group__NLOzm.html',1,'(Global Namespace)'],['../group__NLOzmpol.html',1,'(Global Namespace)'],['../group__NLOzmSIA.html',1,'(Global Namespace)']]], + ['nnll_556',['NNLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a8cb9e49b56b78490614921ffb7bd2672',1,'apfel']]], + ['nnllp_557',['NNLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446adfc29ff39675e3cece6122543a35a06f',1,'apfel']]], + ['nnlo_20matching_20conditions_558',['NNLO matching conditions',['../group__NNLOMC.html',1,'']]], + ['nnlo_20matching_20functions_20for_20ffs_559',['NNLO matching functions for FFs',['../group__NNLOff.html',1,'']]], + ['nnlo_20matching_20functions_20for_20pdfs_560',['NNLO matching functions for PDFs',['../group__NNLOmatch.html',1,'']]], + ['nnlo_20splitting_20functions_561',['NNLO splitting functions',['../group__NNLOpolsf.html',1,'(Global Namespace)'],['../group__NNLOunpsf.html',1,'(Global Namespace)'],['../group__NNLOunpsftl.html',1,'(Global Namespace)']]], + ['nnlo_20zero_2dmass_20coefficient_20functions_562',['NNLO zero-mass coefficient functions',['../group__NNLOzm.html',1,'(Global Namespace)'],['../group__NNLOzmSIA.html',1,'(Global Namespace)']]], + ['nnnll_563',['NNNLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a949a7f277ba11f30498415ab0951e8cc',1,'apfel']]], + ['nnnllp_564',['NNNLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a81f679d71cd354cff5ab9304c9ddf9cb',1,'apfel']]], + ['nnnlo_20matching_20functions_20for_20pdfs_565',['NNNLO matching functions for PDFs',['../group__NNNLOmatch.html',1,'']]], + ['nnnlo_20splitting_20functions_566',['NNNLO splitting functions',['../group__NNNLOunpsf.html',1,'']]], + ['nq_567',['nQ',['../classapfel_1_1QGrid.html#a545c18a37669f843ea7874c5e9e8d23c',1,'apfel::QGrid']]], + ['nqg_568',['nQg',['../structapfel_1_1EvolutionSetup.html#aab9528d803850444afe8f68ac552338c',1,'apfel::EvolutionSetup']]], + ['null_569',['Null',['../classapfel_1_1Null.html',1,'apfel::Null'],['../classapfel_1_1Null.html#a0f74dde5cc4f104049878d17bd639248',1,'apfel::Null::Null()']]], + ['numerical_20constants_570',['Numerical constants',['../group__NumericalConstants.html',1,'']]], + ['nx_571',['nx',['../classapfel_1_1SubGrid.html#ac9c8d18ab6868c90679a2b66f5616c81',1,'apfel::SubGrid::nx()'],['../structapfel_1_1EvolutionSetup_1_1GridParameters.html#ac1ac2d643f29aa6045eb13e32ae0fd3b',1,'apfel::EvolutionSetup::GridParameters::nx()']]] ]; diff --git a/docs/html/search/all_f.html b/docs/html/search/all_f.html index d7d51cf78..b23da6ce4 100644 --- a/docs/html/search/all_f.html +++ b/docs/html/search/all_f.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/all_f.js b/docs/html/search/all_f.js index 6943e3446..360d564c5 100644 --- a/docs/html/search/all_f.js +++ b/docs/html/search/all_f.js @@ -1,28 +1,32 @@ var searchData= [ - ['object_581',['object',['../structapfel_1_1ConvolutionMap_1_1rule.html#a2c0746f83d8cd9aba6adef881214d4e6',1,'apfel::ConvolutionMap::rule::object()'],['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64d',1,'apfel::DISNCBasis::Object()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501',1,'apfel::DISCCBasis::Object()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169',1,'apfel::EvolutionBasisQCD::Object()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831',1,'apfel::MatchingBasisQCD::Object()']]], - ['object1_582',['object1',['../structapfel_1_1term.html#ae83713d52c64fe1e8058b3e92e05441c',1,'apfel::term']]], - ['object2_583',['object2',['../structapfel_1_1term.html#aa1968face846d1995d05dc178734b352',1,'apfel::term']]], - ['observable_584',['Observable',['../classapfel_1_1Observable.html',1,'apfel::Observable< T >'],['../classapfel_1_1Observable.html#a25afa815010dd18f8b1ab5f47a4d9180',1,'apfel::Observable::Observable()=delete'],['../classapfel_1_1Observable.html#af9a5530cd96a831386509d4e9a7e51fe',1,'apfel::Observable::Observable(std::function< Set< Operator >(double const &)> const &CoefficientFunctions, std::function< Set< T >(double const &)> const &Objects)']]], - ['observable_2eh_585',['observable.h',['../observable_8h.html',1,'']]], - ['ode_2eh_586',['ode.h',['../ode_8h.html',1,'']]], - ['ogataquadrature_587',['OgataQuadrature',['../classapfel_1_1OgataQuadrature.html',1,'apfel::OgataQuadrature'],['../classapfel_1_1OgataQuadrature.html#a7c7d0b8434eb62771399493890ccdeec',1,'apfel::OgataQuadrature::OgataQuadrature()']]], - ['ogataquadrature_2eh_588',['ogataquadrature.h',['../ogataquadrature_8h.html',1,'']]], - ['operand_589',['Operand',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60',1,'apfel::DISNCBasis::Operand()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2f',1,'apfel::DISCCBasis::Operand()'],['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8',1,'apfel::EvolutionBasisQCD::Operand()'],['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72',1,'apfel::MatchingBasisQCD::Operand()'],['../structapfel_1_1ConvolutionMap_1_1rule.html#a6c3092134ba2ed5a1eae04aae274211d',1,'apfel::ConvolutionMap::rule::operand()']]], - ['operator_590',['Operator',['../classapfel_1_1Operator.html',1,'apfel::Operator'],['../classapfel_1_1Operator.html#abed3b7be91a5e75cea637a87fb4fa5d0',1,'apfel::Operator::Operator()=delete'],['../classapfel_1_1Operator.html#a73a58960bf7ada6b45205a653494d23c',1,'apfel::Operator::Operator(Grid const &gr, Expression const &expr, double const &eps=1e-5, bool const &erbl=false)'],['../classapfel_1_1Operator.html#aba4d731f588dc546d932bd0def8a179e',1,'apfel::Operator::Operator(Grid const &gr, Expression const &expr, bool const &erbl, double const &eps=1e-5)']]], - ['operator_21_3d_591',['operator!=',['../classapfel_1_1Grid.html#a6b7746f3e57aa280d49279660eacee77',1,'apfel::Grid::operator!=()'],['../classapfel_1_1QGrid.html#a785ad2d1e9680eaefc6f225c788e25b2',1,'apfel::QGrid::operator!=()'],['../classapfel_1_1SubGrid.html#afb724de1eda74f4c92a748782e75343a',1,'apfel::SubGrid::operator!=()']]], - ['operator_28_29_592',['operator()',['../classapfel_1_1matrix.html#a22df71a8d28f953db35ac01b895a085d',1,'apfel::matrix::operator()(size_t const &i, size_t const &j)'],['../classapfel_1_1matrix.html#a33b9a0ccda47540f96c875c0e174a5a5',1,'apfel::matrix::operator()(size_t const &i, size_t const &j) const']]], - ['operator_2a_593',['operator*',['../namespaceapfel.html#a3dd7edc0a38d72a704e8c1910e741ac8',1,'apfel::operator*(double const &s, Distribution rhs)'],['../namespaceapfel.html#aaa500facbcf4c0f7fe308ff744e9c51a',1,'apfel::operator*(Distribution lhs, double const &s)'],['../namespaceapfel.html#ac755f8ac8b722fa814e5bfbc276a6fa1',1,'apfel::operator*(std::function< double(double const &)> const &f, Distribution rhs)'],['../namespaceapfel.html#a2b56802c59b0b6a8622f1823bc38a2f6',1,'apfel::operator*(Distribution lhs, std::function< double(double const &)> const &f)'],['../namespaceapfel.html#a9b893308c29f61b885c87f924e0d4005',1,'apfel::operator*(Distribution lhs, Distribution const &rhs)'],['../namespaceapfel.html#a931a7b06b66dd3eb35b9adb2bf6f19dd',1,'apfel::operator*(DoubleObject< A > lhs, DoubleObject< B > const &rhs)'],['../namespaceapfel.html#a72528179cc378499781ad08e2f41c54b',1,'apfel::operator*(double const &s, DoubleObject< T, U > rhs)'],['../namespaceapfel.html#a6d7372c6adb5b9a4a057114b255d79b6',1,'apfel::operator*(DoubleObject< T, U > lhs, double const &s)'],['../namespaceapfel.html#abf22ee199cb9b4e9546230c294dad09c',1,'apfel::operator*(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#aaa133b64918aa6b61b5ca8ae3ee9342d',1,'apfel::operator*(Operator lhs, Distribution const &rhs)'],['../namespaceapfel.html#a746fded2cc1fe941688f62fb393d7759',1,'apfel::operator*(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#a04160710a953a30dfc9d57a635d3c9cc',1,'apfel::operator*(double const &s, Operator rhs)'],['../namespaceapfel.html#a9a184f1614f9dfa311709c8a16424a4b',1,'apfel::operator*(Operator lhs, double const &s)'],['../namespaceapfel.html#ab2251569bc64fc3f0cbae3e2afc30fe7',1,'apfel::operator*(std::function< double(double const &)> f, Operator rhs)'],['../namespaceapfel.html#a79463c9d0e87f822a0f23e095cac4887',1,'apfel::operator*(Operator lhs, std::function< double(double const &)> f)'],['../namespaceapfel.html#ac4678009f9bc339fac183ae0d1305592',1,'apfel::operator*(Set< A > lhs, Set< B > const &rhs)'],['../namespaceapfel.html#a54ef3d05e48e8fff9d1f29fda45fb83d',1,'apfel::operator*(double const &s, Set< T > rhs)'],['../namespaceapfel.html#a1695def4d1704d10cd610dc4a5273ad5',1,'apfel::operator*(Set< T > lhs, double const &s)'],['../namespaceapfel.html#a00a5e53507e021fb22e90ea947457d68',1,'apfel::operator*(std::function< double(double const &)> f, Set< T > rhs)'],['../namespaceapfel.html#aa39278b3b9c24b7c2891f901d157e8c3',1,'apfel::operator*(Set< T > lhs, std::function< double(double const &)> f)'],['../namespaceapfel.html#a9260615e73a7f384a5f908dd15ed4e99',1,'apfel::operator*(std::vector< double > const &v, Set< T > rhs)'],['../namespaceapfel.html#ad5af21baa4f1a74e4b854116da5af295',1,'apfel::operator*(Set< T > lhs, std::vector< double > const &v)'],['../namespaceapfel.html#a46429d51f423e2dc69b6075cfa6de504',1,'apfel::operator*(std::map< int, double > const &v, Set< T > rhs)'],['../namespaceapfel.html#ae9d57b3913ed4be1bb66488d23f733ea',1,'apfel::operator*(Set< T > lhs, std::map< int, double > const &v)'],['../namespaceapfel.html#a00f6252bd7dec0d77b15daa584374390',1,'apfel::operator*(Set< T > lhs, Set< T > const &rhs)']]], - ['operator_2a_3d_594',['operator*=',['../classapfel_1_1Distribution.html#a32966406545ec7468a61919de32e6618',1,'apfel::Distribution::operator*=(double const &s)'],['../classapfel_1_1Distribution.html#a6ecc6a91181e175a68563b1e6735afbb',1,'apfel::Distribution::operator*=(std::function< double(double const &)> const &f)'],['../classapfel_1_1Distribution.html#a7e24a592d0165d66299538afe5da8e2a',1,'apfel::Distribution::operator*=(Distribution const &d)'],['../classapfel_1_1DoubleObject.html#ab98ea4019275fa0f1d9e8f7ba5b717be',1,'apfel::DoubleObject::operator*=(DoubleObject< V > const &o) const'],['../classapfel_1_1DoubleObject.html#ad25cd6936c6f372b3e196bb339ba111b',1,'apfel::DoubleObject::operator*=(double const &s)'],['../classapfel_1_1DoubleObject.html#a4cf203771751bfa6e06f3c71418b6d35',1,'apfel::DoubleObject::operator*=(DoubleObject< T, U > const &o)'],['../classapfel_1_1DoubleObject.html#a61f805ff8dc6fe2a9b9cf3a75792bab5',1,'apfel::DoubleObject::operator*=(std::function< double(double const &)> const &f)'],['../classapfel_1_1Operator.html#ac1cb0fe68195da6906fda8962c7b6b30',1,'apfel::Operator::operator*=(Distribution const &d) const'],['../classapfel_1_1Operator.html#ae1793de9758e1ff471d49d2146065cc5',1,'apfel::Operator::operator*=(Operator const &o)'],['../classapfel_1_1Operator.html#abc9ccd77eb726d02531f93b646253657',1,'apfel::Operator::operator*=(double const &s)'],['../classapfel_1_1Operator.html#ae16f653163d430acf44939e88ac34e2e',1,'apfel::Operator::operator*=(std::function< double(double const &)> f)'],['../classapfel_1_1Set.html#a7b755b9fba673874d326b15a561194d7',1,'apfel::Set::operator*=(Set< V > const &d) const'],['../classapfel_1_1Set.html#aad80840ee491a1fe71888446cf2b965d',1,'apfel::Set::operator*=(double const &s)'],['../classapfel_1_1Set.html#a248c92f1611b23cd613af23f0f4c7131',1,'apfel::Set::operator*=(std::function< double(double const &)> f)'],['../classapfel_1_1Set.html#a7fdd7c169f643636748d44c832c0481b',1,'apfel::Set::operator*=(std::vector< double > const &v)'],['../classapfel_1_1Set.html#a3e7117202453ea33ce2d52e3df023777',1,'apfel::Set::operator*=(std::map< int, double > const &v)']]], - ['operator_2b_595',['operator+',['../namespaceapfel.html#a598f0ef11a4768ba38533461ac080365',1,'apfel::operator+(Distribution lhs, Distribution const &rhs)'],['../namespaceapfel.html#aa8d25b4da3db7ec3b1d0ec41b4acc2e9',1,'apfel::operator+(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#a5bbdbe0ac80a96715c2c5394fb5e1b1d',1,'apfel::operator+(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#a490a24b997e4b3645c30a3f21cdff233',1,'apfel::operator+(Set< T > lhs, Set< T > const &rhs)']]], - ['operator_2b_3d_596',['operator+=',['../classapfel_1_1Distribution.html#a13119190ad7f2fcca1d7f1f3e3517421',1,'apfel::Distribution::operator+=()'],['../classapfel_1_1DoubleObject.html#a4a615fe9eef8b5b910863cefded8a0fc',1,'apfel::DoubleObject::operator+=()'],['../classapfel_1_1Operator.html#ac4c1a7c55a744ee999a9b3ece470f586',1,'apfel::Operator::operator+=()'],['../classapfel_1_1Set.html#aee784b4f58bfc1815ce2f26f1879654d',1,'apfel::Set::operator+=()']]], - ['operator_2d_597',['operator-',['../namespaceapfel.html#a7efb1151ea93c4823ca264ce9c5775fc',1,'apfel::operator-(Distribution lhs, Distribution const &rhs)'],['../namespaceapfel.html#a7c28dc83bab70838e12f9eff8d67fe62',1,'apfel::operator-(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#aed03bbeb18ed44d1f8b38f91bdf5a4f1',1,'apfel::operator-(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#ac01196144b9b856067ed2c14f359a194',1,'apfel::operator-(Set< T > lhs, Set< T > const &rhs)']]], - ['operator_2d_3d_598',['operator-=',['../classapfel_1_1Distribution.html#a91eff7090551a78e47bbaf69a4277540',1,'apfel::Distribution::operator-=()'],['../classapfel_1_1DoubleObject.html#a4e5959b87a3d4d9bad46651252da5643',1,'apfel::DoubleObject::operator-=()'],['../classapfel_1_1Operator.html#a78a08b999e345ec9904591b45d32b793',1,'apfel::Operator::operator-=()'],['../classapfel_1_1Set.html#af6ff99865195bca63bbee4ef08b7be74',1,'apfel::Set::operator-=()']]], - ['operator_2eh_599',['operator.h',['../operator_8h.html',1,'']]], - ['operator_2f_600',['operator/',['../namespaceapfel.html#a051ae35acb69e292c5a13a2067f2df3f',1,'apfel::operator/(Distribution lhs, double const &s)'],['../namespaceapfel.html#aea32789bbe340a77e4460e3b125d005c',1,'apfel::operator/(double const &s, DoubleObject< T, U > rhs)'],['../namespaceapfel.html#aa8fe1803b1d37ae4868cdf6f48044a55',1,'apfel::operator/(DoubleObject< T, U > lhs, double const &s)'],['../namespaceapfel.html#ad848161c563c61abf9ac02bd925e946b',1,'apfel::operator/(Operator lhs, double const &s)'],['../namespaceapfel.html#a1ed6d849655a39798f90edc6353e043e',1,'apfel::operator/(int const &s, Set< T > rhs)'],['../namespaceapfel.html#a863e15eb66bde6adedbd1f9ef4221a9b',1,'apfel::operator/(Set< T > lhs, double const &s)']]], - ['operator_2f_3d_601',['operator/=',['../classapfel_1_1Distribution.html#a9c8f28c2f1e380d5b644e42fc2f92d8b',1,'apfel::Distribution::operator/=()'],['../classapfel_1_1DoubleObject.html#ac8eff1924af8d12aae30c69d5ca9f699',1,'apfel::DoubleObject::operator/=()'],['../classapfel_1_1Operator.html#a1172c12a1f531590b87c9cf3cb13c1ef',1,'apfel::Operator::operator/=()'],['../classapfel_1_1Set.html#a7309377f46892a67744d42c8c971287c',1,'apfel::Set::operator/=()']]], - ['operator_3c_3c_602',['operator<<',['../classapfel_1_1ConvolutionMap.html#ab4f76d761fe6b85809ec7d72f3b291b3',1,'apfel::ConvolutionMap::operator<<()'],['../classapfel_1_1DoubleObject.html#a36846289c26aa522f5be42a698e04e36',1,'apfel::DoubleObject::operator<<()'],['../classapfel_1_1Grid.html#aa4b2c002d87b2a20957f2832e312b39f',1,'apfel::Grid::operator<<()'],['../classapfel_1_1Interpolator.html#a5092e68e38f4e04ce411ba3ac92c3ac9',1,'apfel::Interpolator::operator<<()'],['../classapfel_1_1Operator.html#ad85b02048b86d0d76b64faed45ffed47',1,'apfel::Operator::operator<<()'],['../classapfel_1_1QGrid.html#a674a5b9752cf04cea100fcb1485811d2',1,'apfel::QGrid::operator<<()'],['../classapfel_1_1Set.html#ae2cb3103d4459526d6812a5666485441',1,'apfel::Set::operator<<()'],['../classapfel_1_1SubGrid.html#a92e19b1139623f0899b8ef1532a72061',1,'apfel::SubGrid::operator<<()'],['../namespaceapfel.html#aad760dd7b28bd075301f12e8c0908d31',1,'apfel::operator<<(std::ostream &os, ConvolutionMap const &cm)'],['../namespaceapfel.html#af5c8d51c790c9acc2a34ce8ee6a38b21',1,'apfel::operator<<(std::ostream &os, DoubleObject< T, U > const &dob)'],['../namespaceapfel.html#abc23ca5eae2ff193a815b82a1a3777f2',1,'apfel::operator<<(std::ostream &os, Grid const &gr)'],['../namespaceapfel.html#a52b394247fa88646587804bc567db5e5',1,'apfel::operator<<(std::ostream &os, Interpolator const &in)'],['../namespaceapfel.html#a7d16267aa20a28acf4eac8962bfc9838',1,'apfel::operator<<(std::ostream &os, Operator const &op)'],['../namespaceapfel.html#ad17e52cbe3d5c7dcd1e51b6bb5532e13',1,'apfel::operator<<(std::ostream &os, QGrid< T > const &Qg)'],['../namespaceapfel.html#a53e7dc45312417de294b6dfdf530cc84',1,'apfel::operator<<(std::ostream &os, SubGrid const &sg)']]], - ['operator_3d_603',['operator=',['../classapfel_1_1Distribution.html#afc3f3a79d7a62b78f771f2da1c40d895',1,'apfel::Distribution::operator=()'],['../classapfel_1_1Operator.html#a742e56ade4ec8477ea8612e2e06ad733',1,'apfel::Operator::operator=()']]], - ['operator_3d_3d_604',['operator==',['../structapfel_1_1ConvolutionMap_1_1rule.html#a40629e23258f2a83fdf569a275708895',1,'apfel::ConvolutionMap::rule::operator==()'],['../classapfel_1_1Grid.html#ad46611474e00985adaf48899ae4089f2',1,'apfel::Grid::operator==()'],['../classapfel_1_1QGrid.html#a3c1e36b8b96e4019777b2e07d7b07edc',1,'apfel::QGrid::operator==()'],['../classapfel_1_1SubGrid.html#a64eeaa0d9731a1ea70b9dafb07cc83bf',1,'apfel::SubGrid::operator==()']]], - ['operator_5b_5d_605',['operator[]',['../classapfel_1_1ExtendedVector.html#aacb1552cf37e2ef58b1ec4b7b1d28d4b',1,'apfel::ExtendedVector::operator[](int const &index)'],['../classapfel_1_1ExtendedVector.html#afa78bcd801a2b6a1e79a4a1d8ae0713a',1,'apfel::ExtendedVector::operator[](int const &index) const']]] + ['object_572',['Object',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64d',1,'apfel::DISNCBasis::Object()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501',1,'apfel::DISCCBasis::Object()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169',1,'apfel::EvolutionBasisQCD::Object()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831',1,'apfel::MatchingBasisQCD::Object()']]], + ['object_573',['object',['../structapfel_1_1ConvolutionMap_1_1rule.html#a2c0746f83d8cd9aba6adef881214d4e6',1,'apfel::ConvolutionMap::rule']]], + ['object1_574',['object1',['../structapfel_1_1term.html#ae83713d52c64fe1e8058b3e92e05441c',1,'apfel::term']]], + ['object2_575',['object2',['../structapfel_1_1term.html#aa1968face846d1995d05dc178734b352',1,'apfel::term']]], + ['observable_576',['Observable',['../classapfel_1_1Observable.html',1,'apfel::Observable< T >'],['../classapfel_1_1Observable.html#a25afa815010dd18f8b1ab5f47a4d9180',1,'apfel::Observable::Observable()=delete'],['../classapfel_1_1Observable.html#af9a5530cd96a831386509d4e9a7e51fe',1,'apfel::Observable::Observable(std::function< Set< Operator >(double const &)> const &CoefficientFunctions, std::function< Set< T >(double const &)> const &Objects)']]], + ['observable_2eh_577',['observable.h',['../observable_8h.html',1,'']]], + ['ode_2eh_578',['ode.h',['../ode_8h.html',1,'']]], + ['ogataquadrature_579',['OgataQuadrature',['../classapfel_1_1OgataQuadrature.html',1,'apfel::OgataQuadrature'],['../classapfel_1_1OgataQuadrature.html#a7c7d0b8434eb62771399493890ccdeec',1,'apfel::OgataQuadrature::OgataQuadrature()']]], + ['ogataquadrature_2eh_580',['ogataquadrature.h',['../ogataquadrature_8h.html',1,'']]], + ['operand_581',['Operand',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60',1,'apfel::DISNCBasis::Operand()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2f',1,'apfel::DISCCBasis::Operand()'],['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8',1,'apfel::EvolutionBasisQCD::Operand()'],['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72',1,'apfel::MatchingBasisQCD::Operand()']]], + ['operand_582',['operand',['../structapfel_1_1ConvolutionMap_1_1rule.html#a6c3092134ba2ed5a1eae04aae274211d',1,'apfel::ConvolutionMap::rule']]], + ['operator_583',['Operator',['../classapfel_1_1Operator.html',1,'apfel::Operator'],['../classapfel_1_1Operator.html#abed3b7be91a5e75cea637a87fb4fa5d0',1,'apfel::Operator::Operator()=delete'],['../classapfel_1_1Operator.html#a6f7959f42dce774aa9991c2fe562b9f3',1,'apfel::Operator::Operator(Grid const &gr)'],['../classapfel_1_1Operator.html#af92165933d07e889f047c69064f70566',1,'apfel::Operator::Operator(Grid const &gr, Expression const &expr, double const &eps=1e-5)']]], + ['operator_21_3d_584',['operator!=',['../classapfel_1_1SubGrid.html#afb724de1eda74f4c92a748782e75343a',1,'apfel::SubGrid::operator!=()'],['../classapfel_1_1Grid.html#a6b7746f3e57aa280d49279660eacee77',1,'apfel::Grid::operator!=()'],['../classapfel_1_1QGrid.html#a785ad2d1e9680eaefc6f225c788e25b2',1,'apfel::QGrid::operator!=()']]], + ['operator_28_29_585',['operator()',['../classapfel_1_1matrix.html#a33b9a0ccda47540f96c875c0e174a5a5',1,'apfel::matrix::operator()(size_t const &i, size_t const &j) const'],['../classapfel_1_1matrix.html#a22df71a8d28f953db35ac01b895a085d',1,'apfel::matrix::operator()(size_t const &i, size_t const &j)']]], + ['operator_2a_586',['operator*',['../namespaceapfel.html#aa39278b3b9c24b7c2891f901d157e8c3',1,'apfel::operator*(Set< T > lhs, std::function< double(double const &)> f)'],['../namespaceapfel.html#a79463c9d0e87f822a0f23e095cac4887',1,'apfel::operator*(Operator lhs, std::function< double(double const &)> f)'],['../namespaceapfel.html#a00a5e53507e021fb22e90ea947457d68',1,'apfel::operator*(std::function< double(double const &)> f, Set< T > rhs)'],['../namespaceapfel.html#a6d7372c6adb5b9a4a057114b255d79b6',1,'apfel::operator*(DoubleObject< T, U > lhs, double const &s)'],['../namespaceapfel.html#a72528179cc378499781ad08e2f41c54b',1,'apfel::operator*(double const &s, DoubleObject< T, U > rhs)'],['../namespaceapfel.html#a931a7b06b66dd3eb35b9adb2bf6f19dd',1,'apfel::operator*(DoubleObject< A > lhs, DoubleObject< B > const &rhs)'],['../namespaceapfel.html#a9b893308c29f61b885c87f924e0d4005',1,'apfel::operator*(Distribution lhs, Distribution const &rhs)'],['../namespaceapfel.html#a2b56802c59b0b6a8622f1823bc38a2f6',1,'apfel::operator*(Distribution lhs, std::function< double(double const &)> const &f)'],['../namespaceapfel.html#ac755f8ac8b722fa814e5bfbc276a6fa1',1,'apfel::operator*(std::function< double(double const &)> const &f, Distribution rhs)'],['../namespaceapfel.html#aaa500facbcf4c0f7fe308ff744e9c51a',1,'apfel::operator*(Distribution lhs, double const &s)'],['../namespaceapfel.html#a3dd7edc0a38d72a704e8c1910e741ac8',1,'apfel::operator*(double const &s, Distribution rhs)'],['../namespaceapfel.html#a9260615e73a7f384a5f908dd15ed4e99',1,'apfel::operator*(std::vector< double > const &v, Set< T > rhs)'],['../namespaceapfel.html#ad5af21baa4f1a74e4b854116da5af295',1,'apfel::operator*(Set< T > lhs, std::vector< double > const &v)'],['../namespaceapfel.html#a46429d51f423e2dc69b6075cfa6de504',1,'apfel::operator*(std::map< int, double > const &v, Set< T > rhs)'],['../namespaceapfel.html#ae9d57b3913ed4be1bb66488d23f733ea',1,'apfel::operator*(Set< T > lhs, std::map< int, double > const &v)'],['../namespaceapfel.html#a00f6252bd7dec0d77b15daa584374390',1,'apfel::operator*(Set< T > lhs, Set< T > const &rhs)'],['../namespaceapfel.html#aaa133b64918aa6b61b5ca8ae3ee9342d',1,'apfel::operator*(Operator lhs, Distribution const &rhs)'],['../namespaceapfel.html#a746fded2cc1fe941688f62fb393d7759',1,'apfel::operator*(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#a04160710a953a30dfc9d57a635d3c9cc',1,'apfel::operator*(double const &s, Operator rhs)'],['../namespaceapfel.html#a1695def4d1704d10cd610dc4a5273ad5',1,'apfel::operator*(Set< T > lhs, double const &s)'],['../namespaceapfel.html#a9a184f1614f9dfa311709c8a16424a4b',1,'apfel::operator*(Operator lhs, double const &s)'],['../namespaceapfel.html#ab2251569bc64fc3f0cbae3e2afc30fe7',1,'apfel::operator*(std::function< double(double const &)> f, Operator rhs)'],['../namespaceapfel.html#abf22ee199cb9b4e9546230c294dad09c',1,'apfel::operator*(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#ac4678009f9bc339fac183ae0d1305592',1,'apfel::operator*(Set< A > lhs, Set< B > const &rhs)'],['../namespaceapfel.html#a54ef3d05e48e8fff9d1f29fda45fb83d',1,'apfel::operator*(double const &s, Set< T > rhs)']]], + ['operator_2a_3d_587',['operator*=',['../classapfel_1_1Distribution.html#a32966406545ec7468a61919de32e6618',1,'apfel::Distribution::operator*=(double const &s)'],['../classapfel_1_1Distribution.html#a6ecc6a91181e175a68563b1e6735afbb',1,'apfel::Distribution::operator*=(std::function< double(double const &)> const &f)'],['../classapfel_1_1Distribution.html#a7e24a592d0165d66299538afe5da8e2a',1,'apfel::Distribution::operator*=(Distribution const &d)'],['../classapfel_1_1DoubleObject.html#ab98ea4019275fa0f1d9e8f7ba5b717be',1,'apfel::DoubleObject::operator*=(DoubleObject< V > const &o) const'],['../classapfel_1_1DoubleObject.html#ad25cd6936c6f372b3e196bb339ba111b',1,'apfel::DoubleObject::operator*=(double const &s)'],['../classapfel_1_1DoubleObject.html#a4cf203771751bfa6e06f3c71418b6d35',1,'apfel::DoubleObject::operator*=(DoubleObject< T, U > const &o)'],['../classapfel_1_1Set.html#a3e7117202453ea33ce2d52e3df023777',1,'apfel::Set::operator*=(std::map< int, double > const &v)'],['../classapfel_1_1Set.html#a7fdd7c169f643636748d44c832c0481b',1,'apfel::Set::operator*=(std::vector< double > const &v)'],['../classapfel_1_1Set.html#a248c92f1611b23cd613af23f0f4c7131',1,'apfel::Set::operator*=(std::function< double(double const &)> f)'],['../classapfel_1_1DoubleObject.html#a61f805ff8dc6fe2a9b9cf3a75792bab5',1,'apfel::DoubleObject::operator*=()'],['../classapfel_1_1Operator.html#ac1cb0fe68195da6906fda8962c7b6b30',1,'apfel::Operator::operator*=(Distribution const &d) const'],['../classapfel_1_1Operator.html#ae1793de9758e1ff471d49d2146065cc5',1,'apfel::Operator::operator*=(Operator const &o)'],['../classapfel_1_1Operator.html#abc9ccd77eb726d02531f93b646253657',1,'apfel::Operator::operator*=(double const &s)'],['../classapfel_1_1Operator.html#ae16f653163d430acf44939e88ac34e2e',1,'apfel::Operator::operator*=(std::function< double(double const &)> f)'],['../classapfel_1_1Set.html#aad80840ee491a1fe71888446cf2b965d',1,'apfel::Set::operator*=(double const &s)'],['../classapfel_1_1Set.html#a7b755b9fba673874d326b15a561194d7',1,'apfel::Set::operator*=(Set< V > const &d) const']]], + ['operator_2b_588',['operator+',['../namespaceapfel.html#aa8d25b4da3db7ec3b1d0ec41b4acc2e9',1,'apfel::operator+(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#a490a24b997e4b3645c30a3f21cdff233',1,'apfel::operator+(Set< T > lhs, Set< T > const &rhs)'],['../namespaceapfel.html#a5bbdbe0ac80a96715c2c5394fb5e1b1d',1,'apfel::operator+(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#a598f0ef11a4768ba38533461ac080365',1,'apfel::operator+(Distribution lhs, Distribution const &rhs)']]], + ['operator_2b_3d_589',['operator+=',['../classapfel_1_1Distribution.html#a13119190ad7f2fcca1d7f1f3e3517421',1,'apfel::Distribution::operator+=()'],['../classapfel_1_1DoubleObject.html#a4a615fe9eef8b5b910863cefded8a0fc',1,'apfel::DoubleObject::operator+=()'],['../classapfel_1_1Operator.html#ac4c1a7c55a744ee999a9b3ece470f586',1,'apfel::Operator::operator+=()'],['../classapfel_1_1Set.html#aee784b4f58bfc1815ce2f26f1879654d',1,'apfel::Set::operator+=()']]], + ['operator_2d_590',['operator-',['../namespaceapfel.html#a7efb1151ea93c4823ca264ce9c5775fc',1,'apfel::operator-(Distribution lhs, Distribution const &rhs)'],['../namespaceapfel.html#a7c28dc83bab70838e12f9eff8d67fe62',1,'apfel::operator-(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#aed03bbeb18ed44d1f8b38f91bdf5a4f1',1,'apfel::operator-(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#ac01196144b9b856067ed2c14f359a194',1,'apfel::operator-(Set< T > lhs, Set< T > const &rhs)']]], + ['operator_2d_3d_591',['operator-=',['../classapfel_1_1Distribution.html#a91eff7090551a78e47bbaf69a4277540',1,'apfel::Distribution::operator-=()'],['../classapfel_1_1DoubleObject.html#a4e5959b87a3d4d9bad46651252da5643',1,'apfel::DoubleObject::operator-=()'],['../classapfel_1_1Set.html#af6ff99865195bca63bbee4ef08b7be74',1,'apfel::Set::operator-=()'],['../classapfel_1_1Operator.html#a78a08b999e345ec9904591b45d32b793',1,'apfel::Operator::operator-=()']]], + ['operator_2eh_592',['operator.h',['../operator_8h.html',1,'']]], + ['operator_2f_593',['operator/',['../namespaceapfel.html#aea32789bbe340a77e4460e3b125d005c',1,'apfel::operator/(double const &s, DoubleObject< T, U > rhs)'],['../namespaceapfel.html#aa8fe1803b1d37ae4868cdf6f48044a55',1,'apfel::operator/(DoubleObject< T, U > lhs, double const &s)'],['../namespaceapfel.html#ad848161c563c61abf9ac02bd925e946b',1,'apfel::operator/(Operator lhs, double const &s)'],['../namespaceapfel.html#a1ed6d849655a39798f90edc6353e043e',1,'apfel::operator/(int const &s, Set< T > rhs)'],['../namespaceapfel.html#a863e15eb66bde6adedbd1f9ef4221a9b',1,'apfel::operator/(Set< T > lhs, double const &s)'],['../namespaceapfel.html#a051ae35acb69e292c5a13a2067f2df3f',1,'apfel::operator/(Distribution lhs, double const &s)']]], + ['operator_2f_3d_594',['operator/=',['../classapfel_1_1Set.html#a7309377f46892a67744d42c8c971287c',1,'apfel::Set::operator/=()'],['../classapfel_1_1Operator.html#a1172c12a1f531590b87c9cf3cb13c1ef',1,'apfel::Operator::operator/=()'],['../classapfel_1_1DoubleObject.html#ac8eff1924af8d12aae30c69d5ca9f699',1,'apfel::DoubleObject::operator/=()'],['../classapfel_1_1Distribution.html#a9c8f28c2f1e380d5b644e42fc2f92d8b',1,'apfel::Distribution::operator/=()']]], + ['operator_3c_3c_595',['operator<<',['../classapfel_1_1DoubleObject.html#a36846289c26aa522f5be42a698e04e36',1,'apfel::DoubleObject::operator<<()'],['../classapfel_1_1SubGrid.html#a92e19b1139623f0899b8ef1532a72061',1,'apfel::SubGrid::operator<<()'],['../classapfel_1_1Set.html#ae2cb3103d4459526d6812a5666485441',1,'apfel::Set::operator<<()'],['../classapfel_1_1QGrid.html#a674a5b9752cf04cea100fcb1485811d2',1,'apfel::QGrid::operator<<()'],['../classapfel_1_1Operator.html#ad85b02048b86d0d76b64faed45ffed47',1,'apfel::Operator::operator<<()'],['../classapfel_1_1Interpolator.html#a5092e68e38f4e04ce411ba3ac92c3ac9',1,'apfel::Interpolator::operator<<()'],['../classapfel_1_1Grid.html#aa4b2c002d87b2a20957f2832e312b39f',1,'apfel::Grid::operator<<()'],['../classapfel_1_1ConvolutionMap.html#ab4f76d761fe6b85809ec7d72f3b291b3',1,'apfel::ConvolutionMap::operator<<()'],['../namespaceapfel.html#aad760dd7b28bd075301f12e8c0908d31',1,'apfel::operator<<(std::ostream &os, ConvolutionMap const &cm)'],['../namespaceapfel.html#af5c8d51c790c9acc2a34ce8ee6a38b21',1,'apfel::operator<<(std::ostream &os, DoubleObject< T, U > const &dob)'],['../namespaceapfel.html#abc23ca5eae2ff193a815b82a1a3777f2',1,'apfel::operator<<(std::ostream &os, Grid const &gr)'],['../namespaceapfel.html#a52b394247fa88646587804bc567db5e5',1,'apfel::operator<<(std::ostream &os, Interpolator const &in)'],['../namespaceapfel.html#a7d16267aa20a28acf4eac8962bfc9838',1,'apfel::operator<<(std::ostream &os, Operator const &op)'],['../namespaceapfel.html#ad17e52cbe3d5c7dcd1e51b6bb5532e13',1,'apfel::operator<<(std::ostream &os, QGrid< T > const &Qg)'],['../namespaceapfel.html#a53e7dc45312417de294b6dfdf530cc84',1,'apfel::operator<<(std::ostream &os, SubGrid const &sg)']]], + ['operator_3d_596',['operator=',['../classapfel_1_1Operator.html#a742e56ade4ec8477ea8612e2e06ad733',1,'apfel::Operator::operator=()'],['../classapfel_1_1Distribution.html#afc3f3a79d7a62b78f771f2da1c40d895',1,'apfel::Distribution::operator=()']]], + ['operator_3d_3d_597',['operator==',['../classapfel_1_1SubGrid.html#a64eeaa0d9731a1ea70b9dafb07cc83bf',1,'apfel::SubGrid::operator==()'],['../classapfel_1_1QGrid.html#a3c1e36b8b96e4019777b2e07d7b07edc',1,'apfel::QGrid::operator==()'],['../classapfel_1_1Grid.html#ad46611474e00985adaf48899ae4089f2',1,'apfel::Grid::operator==()'],['../structapfel_1_1ConvolutionMap_1_1rule.html#a40629e23258f2a83fdf569a275708895',1,'apfel::ConvolutionMap::rule::operator==()']]], + ['operator_5b_5d_598',['operator[]',['../classapfel_1_1ExtendedVector.html#afa78bcd801a2b6a1e79a4a1d8ae0713a',1,'apfel::ExtendedVector::operator[](int const &index) const'],['../classapfel_1_1ExtendedVector.html#aacb1552cf37e2ef58b1ec4b7b1d28d4b',1,'apfel::ExtendedVector::operator[](int const &index)']]], + ['operatorgpd_599',['OperatorGPD',['../classapfel_1_1OperatorGPD.html',1,'apfel::OperatorGPD'],['../classapfel_1_1OperatorGPD.html#ac7bb16aa3455c708bbf6d3eae261cf38',1,'apfel::OperatorGPD::OperatorGPD()']]], + ['operatorgpd_2eh_600',['operatorgpd.h',['../operatorgpd_8h.html',1,'']]] ]; diff --git a/docs/html/search/classes_0.html b/docs/html/search/classes_0.html index e2eea59d4..af8159ee6 100644 --- a/docs/html/search/classes_0.html +++ b/docs/html/search/classes_0.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_0.js b/docs/html/search/classes_0.js index 56b7248e1..6819bdd78 100644 --- a/docs/html/search/classes_0.js +++ b/docs/html/search/classes_0.js @@ -1,32 +1,32 @@ var searchData= [ - ['alphaqcd_857',['AlphaQCD',['../classapfel_1_1AlphaQCD.html',1,'apfel']]], - ['alphaqed_858',['AlphaQED',['../classapfel_1_1AlphaQED.html',1,'apfel']]], - ['ans2qqh_5f0_859',['ANS2qqH_0',['../classapfel_1_1ANS2qqH__0.html',1,'apfel']]], - ['ans2qqh_5fl_860',['ANS2qqH_L',['../classapfel_1_1ANS2qqH__L.html',1,'apfel']]], - ['ans2qqh_5fl2_861',['ANS2qqH_L2',['../classapfel_1_1ANS2qqH__L2.html',1,'apfel']]], - ['aps2hq_5f0_862',['APS2Hq_0',['../classapfel_1_1APS2Hq__0.html',1,'apfel']]], - ['aps2hq_5fl_863',['APS2Hq_L',['../classapfel_1_1APS2Hq__L.html',1,'apfel']]], - ['aps2hq_5fl2_864',['APS2Hq_L2',['../classapfel_1_1APS2Hq__L2.html',1,'apfel']]], - ['as1ggh_5fl_865',['AS1ggH_L',['../classapfel_1_1AS1ggH__L.html',1,'apfel']]], - ['as1gh_5f0_866',['AS1gH_0',['../classapfel_1_1AS1gH__0.html',1,'apfel']]], - ['as1gh_5fl_867',['AS1gH_L',['../classapfel_1_1AS1gH__L.html',1,'apfel']]], - ['as1hg_5fl_868',['AS1Hg_L',['../classapfel_1_1AS1Hg__L.html',1,'apfel']]], - ['as1hh_5f0_869',['AS1HH_0',['../classapfel_1_1AS1HH__0.html',1,'apfel']]], - ['as1hh_5fl_870',['AS1HH_L',['../classapfel_1_1AS1HH__L.html',1,'apfel']]], - ['as2ggh_5f0_871',['AS2ggH_0',['../classapfel_1_1AS2ggH__0.html',1,'apfel']]], - ['as2ggh_5fl_872',['AS2ggH_L',['../classapfel_1_1AS2ggH__L.html',1,'apfel']]], - ['as2ggh_5fl2_873',['AS2ggH_L2',['../classapfel_1_1AS2ggH__L2.html',1,'apfel']]], - ['as2gqh_5f0_874',['AS2gqH_0',['../classapfel_1_1AS2gqH__0.html',1,'apfel']]], - ['as2gqh_5fl_875',['AS2gqH_L',['../classapfel_1_1AS2gqH__L.html',1,'apfel']]], - ['as2gqh_5fl2_876',['AS2gqH_L2',['../classapfel_1_1AS2gqH__L2.html',1,'apfel']]], - ['as2hg_5f0_877',['AS2Hg_0',['../classapfel_1_1AS2Hg__0.html',1,'apfel']]], - ['as2hg_5fl_878',['AS2Hg_L',['../classapfel_1_1AS2Hg__L.html',1,'apfel']]], - ['as2hg_5fl2_879',['AS2Hg_L2',['../classapfel_1_1AS2Hg__L2.html',1,'apfel']]], - ['ats1ggh_5fl_880',['ATS1ggH_L',['../classapfel_1_1ATS1ggH__L.html',1,'apfel']]], - ['ats1gh_5fl_881',['ATS1gH_L',['../classapfel_1_1ATS1gH__L.html',1,'apfel']]], - ['ats1hg_5f0_882',['ATS1Hg_0',['../classapfel_1_1ATS1Hg__0.html',1,'apfel']]], - ['ats1hg_5fl_883',['ATS1Hg_L',['../classapfel_1_1ATS1Hg__L.html',1,'apfel']]], - ['ats1hh_5f0_884',['ATS1HH_0',['../classapfel_1_1ATS1HH__0.html',1,'apfel']]], - ['ats1hh_5fl_885',['ATS1HH_L',['../classapfel_1_1ATS1HH__L.html',1,'apfel']]] + ['alphaqcd_853',['AlphaQCD',['../classapfel_1_1AlphaQCD.html',1,'apfel']]], + ['alphaqed_854',['AlphaQED',['../classapfel_1_1AlphaQED.html',1,'apfel']]], + ['ans2qqh_5f0_855',['ANS2qqH_0',['../classapfel_1_1ANS2qqH__0.html',1,'apfel']]], + ['ans2qqh_5fl_856',['ANS2qqH_L',['../classapfel_1_1ANS2qqH__L.html',1,'apfel']]], + ['ans2qqh_5fl2_857',['ANS2qqH_L2',['../classapfel_1_1ANS2qqH__L2.html',1,'apfel']]], + ['aps2hq_5f0_858',['APS2Hq_0',['../classapfel_1_1APS2Hq__0.html',1,'apfel']]], + ['aps2hq_5fl_859',['APS2Hq_L',['../classapfel_1_1APS2Hq__L.html',1,'apfel']]], + ['aps2hq_5fl2_860',['APS2Hq_L2',['../classapfel_1_1APS2Hq__L2.html',1,'apfel']]], + ['as1ggh_5fl_861',['AS1ggH_L',['../classapfel_1_1AS1ggH__L.html',1,'apfel']]], + ['as1gh_5f0_862',['AS1gH_0',['../classapfel_1_1AS1gH__0.html',1,'apfel']]], + ['as1gh_5fl_863',['AS1gH_L',['../classapfel_1_1AS1gH__L.html',1,'apfel']]], + ['as1hg_5fl_864',['AS1Hg_L',['../classapfel_1_1AS1Hg__L.html',1,'apfel']]], + ['as1hh_5f0_865',['AS1HH_0',['../classapfel_1_1AS1HH__0.html',1,'apfel']]], + ['as1hh_5fl_866',['AS1HH_L',['../classapfel_1_1AS1HH__L.html',1,'apfel']]], + ['as2ggh_5f0_867',['AS2ggH_0',['../classapfel_1_1AS2ggH__0.html',1,'apfel']]], + ['as2ggh_5fl_868',['AS2ggH_L',['../classapfel_1_1AS2ggH__L.html',1,'apfel']]], + ['as2ggh_5fl2_869',['AS2ggH_L2',['../classapfel_1_1AS2ggH__L2.html',1,'apfel']]], + ['as2gqh_5f0_870',['AS2gqH_0',['../classapfel_1_1AS2gqH__0.html',1,'apfel']]], + ['as2gqh_5fl_871',['AS2gqH_L',['../classapfel_1_1AS2gqH__L.html',1,'apfel']]], + ['as2gqh_5fl2_872',['AS2gqH_L2',['../classapfel_1_1AS2gqH__L2.html',1,'apfel']]], + ['as2hg_5f0_873',['AS2Hg_0',['../classapfel_1_1AS2Hg__0.html',1,'apfel']]], + ['as2hg_5fl_874',['AS2Hg_L',['../classapfel_1_1AS2Hg__L.html',1,'apfel']]], + ['as2hg_5fl2_875',['AS2Hg_L2',['../classapfel_1_1AS2Hg__L2.html',1,'apfel']]], + ['ats1ggh_5fl_876',['ATS1ggH_L',['../classapfel_1_1ATS1ggH__L.html',1,'apfel']]], + ['ats1gh_5fl_877',['ATS1gH_L',['../classapfel_1_1ATS1gH__L.html',1,'apfel']]], + ['ats1hg_5f0_878',['ATS1Hg_0',['../classapfel_1_1ATS1Hg__0.html',1,'apfel']]], + ['ats1hg_5fl_879',['ATS1Hg_L',['../classapfel_1_1ATS1Hg__L.html',1,'apfel']]], + ['ats1hh_5f0_880',['ATS1HH_0',['../classapfel_1_1ATS1HH__0.html',1,'apfel']]], + ['ats1hh_5fl_881',['ATS1HH_L',['../classapfel_1_1ATS1HH__L.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_1.html b/docs/html/search/classes_1.html index a219c1751..576e91689 100644 --- a/docs/html/search/classes_1.html +++ b/docs/html/search/classes_1.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_1.js b/docs/html/search/classes_1.js index 0285c253f..ef0ea2620 100644 --- a/docs/html/search/classes_1.js +++ b/docs/html/search/classes_1.js @@ -1,98 +1,96 @@ var searchData= [ - ['c1ggff_886',['C1ggff',['../classapfel_1_1C1ggff.html',1,'apfel']]], - ['c1ggpdf_887',['C1ggpdf',['../classapfel_1_1C1ggpdf.html',1,'apfel']]], - ['c1ggpdfbm_888',['C1ggpdfBM',['../classapfel_1_1C1ggpdfBM.html',1,'apfel']]], - ['c1gqff_889',['C1gqff',['../classapfel_1_1C1gqff.html',1,'apfel']]], - ['c1gqpdf_890',['C1gqpdf',['../classapfel_1_1C1gqpdf.html',1,'apfel']]], - ['c1gqpdfbm_891',['C1gqpdfBM',['../classapfel_1_1C1gqpdfBM.html',1,'apfel']]], - ['c1nsff_892',['C1nsff',['../classapfel_1_1C1nsff.html',1,'apfel']]], - ['c1nspdf_893',['C1nspdf',['../classapfel_1_1C1nspdf.html',1,'apfel']]], - ['c1qgff_894',['C1qgff',['../classapfel_1_1C1qgff.html',1,'apfel']]], - ['c1qgpdf_895',['C1qgpdf',['../classapfel_1_1C1qgpdf.html',1,'apfel']]], - ['c21g_896',['C21g',['../classapfel_1_1C21g.html',1,'apfel']]], - ['c21ns_897',['C21ns',['../classapfel_1_1C21ns.html',1,'apfel']]], - ['c21tg_898',['C21Tg',['../classapfel_1_1C21Tg.html',1,'apfel']]], - ['c21tns_899',['C21Tns',['../classapfel_1_1C21Tns.html',1,'apfel']]], - ['c22g_900',['C22g',['../classapfel_1_1C22g.html',1,'apfel']]], - ['c22nsm_901',['C22nsm',['../classapfel_1_1C22nsm.html',1,'apfel']]], - ['c22nsp_902',['C22nsp',['../classapfel_1_1C22nsp.html',1,'apfel']]], - ['c22ps_903',['C22ps',['../classapfel_1_1C22ps.html',1,'apfel']]], - ['c22tg_904',['C22Tg',['../classapfel_1_1C22Tg.html',1,'apfel']]], - ['c22tnsp_905',['C22Tnsp',['../classapfel_1_1C22Tnsp.html',1,'apfel']]], - ['c22tps_906',['C22Tps',['../classapfel_1_1C22Tps.html',1,'apfel']]], - ['c2ggff_907',['C2ggff',['../classapfel_1_1C2ggff.html',1,'apfel']]], - ['c2ggpdf_908',['C2ggpdf',['../classapfel_1_1C2ggpdf.html',1,'apfel']]], - ['c2gqff_909',['C2gqff',['../classapfel_1_1C2gqff.html',1,'apfel']]], - ['c2gqpdf_910',['C2gqpdf',['../classapfel_1_1C2gqpdf.html',1,'apfel']]], - ['c2psff_911',['C2psff',['../classapfel_1_1C2psff.html',1,'apfel']]], - ['c2pspdf_912',['C2pspdf',['../classapfel_1_1C2pspdf.html',1,'apfel']]], - ['c2qgff_913',['C2qgff',['../classapfel_1_1C2qgff.html',1,'apfel']]], - ['c2qgpdf_914',['C2qgpdf',['../classapfel_1_1C2qgpdf.html',1,'apfel']]], - ['c2vqqbff_915',['C2Vqqbff',['../classapfel_1_1C2Vqqbff.html',1,'apfel']]], - ['c2vqqbpdf_916',['C2Vqqbpdf',['../classapfel_1_1C2Vqqbpdf.html',1,'apfel']]], - ['c2vqqff_917',['C2Vqqff',['../classapfel_1_1C2Vqqff.html',1,'apfel']]], - ['c2vqqpdf_918',['C2Vqqpdf',['../classapfel_1_1C2Vqqpdf.html',1,'apfel']]], - ['c31ns_919',['C31ns',['../classapfel_1_1C31ns.html',1,'apfel']]], - ['c31tns_920',['C31Tns',['../classapfel_1_1C31Tns.html',1,'apfel']]], - ['c32nsm_921',['C32nsm',['../classapfel_1_1C32nsm.html',1,'apfel']]], - ['c32nsp_922',['C32nsp',['../classapfel_1_1C32nsp.html',1,'apfel']]], - ['c32tnsp_923',['C32Tnsp',['../classapfel_1_1C32Tnsp.html',1,'apfel']]], - ['c3ggpdf_924',['C3ggpdf',['../classapfel_1_1C3ggpdf.html',1,'apfel']]], - ['c3gqpdf_925',['C3gqpdf',['../classapfel_1_1C3gqpdf.html',1,'apfel']]], - ['c3pspdf_926',['C3pspdf',['../classapfel_1_1C3pspdf.html',1,'apfel']]], - ['c3pvpdf_927',['C3pvpdf',['../classapfel_1_1C3pvpdf.html',1,'apfel']]], - ['c3qgpdf_928',['C3qgpdf',['../classapfel_1_1C3qgpdf.html',1,'apfel']]], - ['c3vqqbpdf_929',['C3Vqqbpdf',['../classapfel_1_1C3Vqqbpdf.html',1,'apfel']]], - ['c3vqqpdf_930',['C3Vqqpdf',['../classapfel_1_1C3Vqqpdf.html',1,'apfel']]], - ['cl1g_931',['CL1g',['../classapfel_1_1CL1g.html',1,'apfel']]], - ['cl1ns_932',['CL1ns',['../classapfel_1_1CL1ns.html',1,'apfel']]], - ['cl1tg_933',['CL1Tg',['../classapfel_1_1CL1Tg.html',1,'apfel']]], - ['cl1tns_934',['CL1Tns',['../classapfel_1_1CL1Tns.html',1,'apfel']]], - ['cl2g_935',['CL2g',['../classapfel_1_1CL2g.html',1,'apfel']]], - ['cl2nsm_936',['CL2nsm',['../classapfel_1_1CL2nsm.html',1,'apfel']]], - ['cl2nsp_937',['CL2nsp',['../classapfel_1_1CL2nsp.html',1,'apfel']]], - ['cl2ps_938',['CL2ps',['../classapfel_1_1CL2ps.html',1,'apfel']]], - ['cl2tg_939',['CL2Tg',['../classapfel_1_1CL2Tg.html',1,'apfel']]], - ['cl2tnsp_940',['CL2Tnsp',['../classapfel_1_1CL2Tnsp.html',1,'apfel']]], - ['cl2tps_941',['CL2Tps',['../classapfel_1_1CL2Tps.html',1,'apfel']]], - ['cm021gnc_5fc_942',['Cm021gNC_c',['../classapfel_1_1Cm021gNC__c.html',1,'apfel']]], - ['cm021gnc_5fl_943',['Cm021gNC_l',['../classapfel_1_1Cm021gNC__l.html',1,'apfel']]], - ['cm022gnc_5fc_944',['Cm022gNC_c',['../classapfel_1_1Cm022gNC__c.html',1,'apfel']]], - ['cm022gnc_5ff_945',['Cm022gNC_f',['../classapfel_1_1Cm022gNC__f.html',1,'apfel']]], - ['cm022gnc_5fl_946',['Cm022gNC_l',['../classapfel_1_1Cm022gNC__l.html',1,'apfel']]], - ['cm022gnc_5fl2_947',['Cm022gNC_l2',['../classapfel_1_1Cm022gNC__l2.html',1,'apfel']]], - ['cm022gnc_5flf_948',['Cm022gNC_lf',['../classapfel_1_1Cm022gNC__lf.html',1,'apfel']]], - ['cm022nsnc_5fc_949',['Cm022nsNC_c',['../classapfel_1_1Cm022nsNC__c.html',1,'apfel']]], - ['cm022nsnc_5fl_950',['Cm022nsNC_l',['../classapfel_1_1Cm022nsNC__l.html',1,'apfel']]], - ['cm022nsnc_5fl2_951',['Cm022nsNC_l2',['../classapfel_1_1Cm022nsNC__l2.html',1,'apfel']]], - ['cm022psnc_5fc_952',['Cm022psNC_c',['../classapfel_1_1Cm022psNC__c.html',1,'apfel']]], - ['cm022psnc_5ff_953',['Cm022psNC_f',['../classapfel_1_1Cm022psNC__f.html',1,'apfel']]], - ['cm022psnc_5fl_954',['Cm022psNC_l',['../classapfel_1_1Cm022psNC__l.html',1,'apfel']]], - ['cm022psnc_5fl2_955',['Cm022psNC_l2',['../classapfel_1_1Cm022psNC__l2.html',1,'apfel']]], - ['cm022psnc_5flf_956',['Cm022psNC_lf',['../classapfel_1_1Cm022psNC__lf.html',1,'apfel']]], - ['cm0l1gnc_5fc_957',['Cm0L1gNC_c',['../classapfel_1_1Cm0L1gNC__c.html',1,'apfel']]], - ['cm0l2gnc_5fc_958',['Cm0L2gNC_c',['../classapfel_1_1Cm0L2gNC__c.html',1,'apfel']]], - ['cm0l2gnc_5ff_959',['Cm0L2gNC_f',['../classapfel_1_1Cm0L2gNC__f.html',1,'apfel']]], - ['cm0l2gnc_5fl_960',['Cm0L2gNC_l',['../classapfel_1_1Cm0L2gNC__l.html',1,'apfel']]], - ['cm0l2nsnc_5fc_961',['Cm0L2nsNC_c',['../classapfel_1_1Cm0L2nsNC__c.html',1,'apfel']]], - ['cm0l2nsnc_5fl_962',['Cm0L2nsNC_l',['../classapfel_1_1Cm0L2nsNC__l.html',1,'apfel']]], - ['cm0l2psnc_5fc_963',['Cm0L2psNC_c',['../classapfel_1_1Cm0L2psNC__c.html',1,'apfel']]], - ['cm0l2psnc_5ff_964',['Cm0L2psNC_f',['../classapfel_1_1Cm0L2psNC__f.html',1,'apfel']]], - ['cm0l2psnc_5fl_965',['Cm0L2psNC_l',['../classapfel_1_1Cm0L2psNC__l.html',1,'apfel']]], - ['cm21gnc_966',['Cm21gNC',['../classapfel_1_1Cm21gNC.html',1,'apfel']]], - ['cm22bargnc_967',['Cm22bargNC',['../classapfel_1_1Cm22bargNC.html',1,'apfel']]], - ['cm22barpsnc_968',['Cm22barpsNC',['../classapfel_1_1Cm22barpsNC.html',1,'apfel']]], - ['cm22gnc_969',['Cm22gNC',['../classapfel_1_1Cm22gNC.html',1,'apfel']]], - ['cm22nsnc_970',['Cm22nsNC',['../classapfel_1_1Cm22nsNC.html',1,'apfel']]], - ['cm22psnc_971',['Cm22psNC',['../classapfel_1_1Cm22psNC.html',1,'apfel']]], - ['cml1gnc_972',['CmL1gNC',['../classapfel_1_1CmL1gNC.html',1,'apfel']]], - ['cml2bargnc_973',['CmL2bargNC',['../classapfel_1_1CmL2bargNC.html',1,'apfel']]], - ['cml2barpsnc_974',['CmL2barpsNC',['../classapfel_1_1CmL2barpsNC.html',1,'apfel']]], - ['cml2gnc_975',['CmL2gNC',['../classapfel_1_1CmL2gNC.html',1,'apfel']]], - ['cml2nsnc_976',['CmL2nsNC',['../classapfel_1_1CmL2nsNC.html',1,'apfel']]], - ['cml2psnc_977',['CmL2psNC',['../classapfel_1_1CmL2psNC.html',1,'apfel']]], - ['const_5fiterator_978',['const_iterator',['../classarray_3_01size__t_00_012_01_4_1_1const__iterator.html',1,'std::array< size_t, 2 >::const_iterator'],['../classbasic__string_3_01char_01_4_1_1const__iterator.html',1,'std::basic_string< char >::const_iterator'],['../classbasic__string_3_01char16__t_01_4_1_1const__iterator.html',1,'std::basic_string< char16_t >::const_iterator'],['../classbasic__string_3_01char32__t_01_4_1_1const__iterator.html',1,'std::basic_string< char32_t >::const_iterator'],['../classbasic__string_3_01char8__t_01_4_1_1const__iterator.html',1,'std::basic_string< char8_t >::const_iterator'],['../classbasic__string_3_01wchar__t_01_4_1_1const__iterator.html',1,'std::basic_string< wchar_t >::const_iterator'],['../classbasic__string__view_3_01char_01_4_1_1const__iterator.html',1,'std::basic_string_view< char >::const_iterator'],['../classbasic__string__view_3_01char16__t_01_4_1_1const__iterator.html',1,'std::basic_string_view< char16_t >::const_iterator'],['../classbasic__string__view_3_01char32__t_01_4_1_1const__iterator.html',1,'std::basic_string_view< char32_t >::const_iterator'],['../classbasic__string__view_3_01char8__t_01_4_1_1const__iterator.html',1,'std::basic_string_view< char8_t >::const_iterator'],['../classbasic__string__view_3_01wchar__t_01_4_1_1const__iterator.html',1,'std::basic_string_view< wchar_t >::const_iterator'],['../classmap_3_01double_00_01std_1_1map_3_01int_00_01apfel_1_1LHKnotArray_01_4_01_4_1_1const__iterator.html',1,'std::map< double, std::map< int, apfel::LHKnotArray > >::const_iterator'],['../classmap_3_01int_00_01apfel_1_1ConvolutionMap_01_4_1_1const__iterator.html',1,'std::map< int, apfel::ConvolutionMap >::const_iterator'],['../classmap_3_01int_00_01apfel_1_1DglapObjects_01_4_1_1const__iterator.html',1,'std::map< int, apfel::DglapObjects >::const_iterator'],['../classmap_3_01int_00_01apfel_1_1Operator_01_4_1_1const__iterator.html',1,'std::map< int, apfel::Operator >::const_iterator'],['../classmap_3_01int_00_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1const__iterator.html',1,'std::map< int, apfel::Set< apfel::Operator > >::const_iterator'],['../classmap_3_01int_00_01double_01_4_1_1const__iterator.html',1,'std::map< int, double >::const_iterator'],['../classmap_3_01int_00_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1const__iterator.html',1,'std::map< int, std::pair< int, int > >::const_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_01_4_1_1const__iterator.html',1,'std::map< int, std::vector< apfel::ConvolutionMap::rule > >::const_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_01_4_1_1const__iterator.html',1,'std::map< int, std::vector< apfel::Set< apfel::Operator > > >::const_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01double_01_4_01_4_1_1const__iterator.html',1,'std::map< int, std::vector< double > >::const_iterator'],['../classmap_3_01int_00_01T_01_4_1_1const__iterator.html',1,'std::map< int, T >::const_iterator'],['../classmap_3_01std_1_1string_00_01std_1_1map_3_01int_00_01double_01_4_01_4_1_1const__iterator.html',1,'std::map< std::string, std::map< int, double > >::const_iterator'],['../classvector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_1_1const__iterator.html',1,'std::vector< apfel::ConvolutionMap::rule >::const_iterator'],['../classvector_3_01apfel_1_1EvolutionSetup_1_1GridParameters_01_4_1_1const__iterator.html',1,'std::vector< apfel::EvolutionSetup::GridParameters >::const_iterator'],['../classvector_3_01apfel_1_1ExtendedVector_3_01double_01_4_01_4_1_1const__iterator.html',1,'std::vector< apfel::ExtendedVector< double > >::const_iterator'],['../classvector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1const__iterator.html',1,'std::vector< apfel::Set< apfel::Operator > >::const_iterator'],['../classvector_3_01apfel_1_1SubGrid_01_4_1_1const__iterator.html',1,'std::vector< apfel::SubGrid >::const_iterator'],['../classvector_3_01apfel_1_1term_3_01T_00_01T_01_4_01_4_1_1const__iterator.html',1,'std::vector< apfel::term< T, T > >::const_iterator'],['../classvector_3_01double_01_4_1_1const__iterator.html',1,'std::vector< double >::const_iterator'],['../classvector_3_01int_01_4_1_1const__iterator.html',1,'std::vector< int >::const_iterator'],['../classvector_3_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1const__iterator.html',1,'std::vector< std::pair< int, int > >::const_iterator'],['../classvector_3_01std_1_1vector_3_01double_01_4_01_4_1_1const__iterator.html',1,'std::vector< std::vector< double > >::const_iterator'],['../classvector_3_01std_1_1vector_3_01int_01_4_01_4_1_1const__iterator.html',1,'std::vector< std::vector< int > >::const_iterator']]], - ['const_5freverse_5fiterator_979',['const_reverse_iterator',['../classarray_3_01size__t_00_012_01_4_1_1const__reverse__iterator.html',1,'std::array< size_t, 2 >::const_reverse_iterator'],['../classbasic__string_3_01char_01_4_1_1const__reverse__iterator.html',1,'std::basic_string< char >::const_reverse_iterator'],['../classbasic__string_3_01char16__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string< char16_t >::const_reverse_iterator'],['../classbasic__string_3_01char32__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string< char32_t >::const_reverse_iterator'],['../classbasic__string_3_01char8__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string< char8_t >::const_reverse_iterator'],['../classbasic__string_3_01wchar__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string< wchar_t >::const_reverse_iterator'],['../classbasic__string__view_3_01char_01_4_1_1const__reverse__iterator.html',1,'std::basic_string_view< char >::const_reverse_iterator'],['../classbasic__string__view_3_01char16__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string_view< char16_t >::const_reverse_iterator'],['../classbasic__string__view_3_01char32__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string_view< char32_t >::const_reverse_iterator'],['../classbasic__string__view_3_01char8__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string_view< char8_t >::const_reverse_iterator'],['../classbasic__string__view_3_01wchar__t_01_4_1_1const__reverse__iterator.html',1,'std::basic_string_view< wchar_t >::const_reverse_iterator'],['../classmap_3_01double_00_01std_1_1map_3_01int_00_01apfel_1_1LHKnotArray_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< double, std::map< int, apfel::LHKnotArray > >::const_reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1ConvolutionMap_01_4_1_1const__reverse__iterator.html',1,'std::map< int, apfel::ConvolutionMap >::const_reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1DglapObjects_01_4_1_1const__reverse__iterator.html',1,'std::map< int, apfel::DglapObjects >::const_reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1Operator_01_4_1_1const__reverse__iterator.html',1,'std::map< int, apfel::Operator >::const_reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< int, apfel::Set< apfel::Operator > >::const_reverse_iterator'],['../classmap_3_01int_00_01double_01_4_1_1const__reverse__iterator.html',1,'std::map< int, double >::const_reverse_iterator'],['../classmap_3_01int_00_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< int, std::pair< int, int > >::const_reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< int, std::vector< apfel::ConvolutionMap::rule > >::const_reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< int, std::vector< apfel::Set< apfel::Operator > > >::const_reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01double_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< int, std::vector< double > >::const_reverse_iterator'],['../classmap_3_01int_00_01T_01_4_1_1const__reverse__iterator.html',1,'std::map< int, T >::const_reverse_iterator'],['../classmap_3_01std_1_1string_00_01std_1_1map_3_01int_00_01double_01_4_01_4_1_1const__reverse__iterator.html',1,'std::map< std::string, std::map< int, double > >::const_reverse_iterator'],['../classvector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::ConvolutionMap::rule >::const_reverse_iterator'],['../classvector_3_01apfel_1_1EvolutionSetup_1_1GridParameters_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::EvolutionSetup::GridParameters >::const_reverse_iterator'],['../classvector_3_01apfel_1_1ExtendedVector_3_01double_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::ExtendedVector< double > >::const_reverse_iterator'],['../classvector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::Set< apfel::Operator > >::const_reverse_iterator'],['../classvector_3_01apfel_1_1SubGrid_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::SubGrid >::const_reverse_iterator'],['../classvector_3_01apfel_1_1term_3_01T_00_01T_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< apfel::term< T, T > >::const_reverse_iterator'],['../classvector_3_01double_01_4_1_1const__reverse__iterator.html',1,'std::vector< double >::const_reverse_iterator'],['../classvector_3_01int_01_4_1_1const__reverse__iterator.html',1,'std::vector< int >::const_reverse_iterator'],['../classvector_3_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< std::pair< int, int > >::const_reverse_iterator'],['../classvector_3_01std_1_1vector_3_01double_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< std::vector< double > >::const_reverse_iterator'],['../classvector_3_01std_1_1vector_3_01int_01_4_01_4_1_1const__reverse__iterator.html',1,'std::vector< std::vector< int > >::const_reverse_iterator']]], - ['convolutionmap_980',['ConvolutionMap',['../classapfel_1_1ConvolutionMap.html',1,'apfel']]] + ['c1ggff_882',['C1ggff',['../classapfel_1_1C1ggff.html',1,'apfel']]], + ['c1ggpdf_883',['C1ggpdf',['../classapfel_1_1C1ggpdf.html',1,'apfel']]], + ['c1ggpdfbm_884',['C1ggpdfBM',['../classapfel_1_1C1ggpdfBM.html',1,'apfel']]], + ['c1gqff_885',['C1gqff',['../classapfel_1_1C1gqff.html',1,'apfel']]], + ['c1gqpdf_886',['C1gqpdf',['../classapfel_1_1C1gqpdf.html',1,'apfel']]], + ['c1gqpdfbm_887',['C1gqpdfBM',['../classapfel_1_1C1gqpdfBM.html',1,'apfel']]], + ['c1nsff_888',['C1nsff',['../classapfel_1_1C1nsff.html',1,'apfel']]], + ['c1nspdf_889',['C1nspdf',['../classapfel_1_1C1nspdf.html',1,'apfel']]], + ['c1qgff_890',['C1qgff',['../classapfel_1_1C1qgff.html',1,'apfel']]], + ['c1qgpdf_891',['C1qgpdf',['../classapfel_1_1C1qgpdf.html',1,'apfel']]], + ['c21g_892',['C21g',['../classapfel_1_1C21g.html',1,'apfel']]], + ['c21ns_893',['C21ns',['../classapfel_1_1C21ns.html',1,'apfel']]], + ['c21tg_894',['C21Tg',['../classapfel_1_1C21Tg.html',1,'apfel']]], + ['c21tns_895',['C21Tns',['../classapfel_1_1C21Tns.html',1,'apfel']]], + ['c22g_896',['C22g',['../classapfel_1_1C22g.html',1,'apfel']]], + ['c22nsm_897',['C22nsm',['../classapfel_1_1C22nsm.html',1,'apfel']]], + ['c22nsp_898',['C22nsp',['../classapfel_1_1C22nsp.html',1,'apfel']]], + ['c22ps_899',['C22ps',['../classapfel_1_1C22ps.html',1,'apfel']]], + ['c22tg_900',['C22Tg',['../classapfel_1_1C22Tg.html',1,'apfel']]], + ['c22tnsp_901',['C22Tnsp',['../classapfel_1_1C22Tnsp.html',1,'apfel']]], + ['c22tps_902',['C22Tps',['../classapfel_1_1C22Tps.html',1,'apfel']]], + ['c2ggff_903',['C2ggff',['../classapfel_1_1C2ggff.html',1,'apfel']]], + ['c2ggpdf_904',['C2ggpdf',['../classapfel_1_1C2ggpdf.html',1,'apfel']]], + ['c2gqff_905',['C2gqff',['../classapfel_1_1C2gqff.html',1,'apfel']]], + ['c2gqpdf_906',['C2gqpdf',['../classapfel_1_1C2gqpdf.html',1,'apfel']]], + ['c2psff_907',['C2psff',['../classapfel_1_1C2psff.html',1,'apfel']]], + ['c2pspdf_908',['C2pspdf',['../classapfel_1_1C2pspdf.html',1,'apfel']]], + ['c2qgff_909',['C2qgff',['../classapfel_1_1C2qgff.html',1,'apfel']]], + ['c2qgpdf_910',['C2qgpdf',['../classapfel_1_1C2qgpdf.html',1,'apfel']]], + ['c2vqqbff_911',['C2Vqqbff',['../classapfel_1_1C2Vqqbff.html',1,'apfel']]], + ['c2vqqbpdf_912',['C2Vqqbpdf',['../classapfel_1_1C2Vqqbpdf.html',1,'apfel']]], + ['c2vqqff_913',['C2Vqqff',['../classapfel_1_1C2Vqqff.html',1,'apfel']]], + ['c2vqqpdf_914',['C2Vqqpdf',['../classapfel_1_1C2Vqqpdf.html',1,'apfel']]], + ['c31ns_915',['C31ns',['../classapfel_1_1C31ns.html',1,'apfel']]], + ['c31tns_916',['C31Tns',['../classapfel_1_1C31Tns.html',1,'apfel']]], + ['c32nsm_917',['C32nsm',['../classapfel_1_1C32nsm.html',1,'apfel']]], + ['c32nsp_918',['C32nsp',['../classapfel_1_1C32nsp.html',1,'apfel']]], + ['c32tnsp_919',['C32Tnsp',['../classapfel_1_1C32Tnsp.html',1,'apfel']]], + ['c3ggpdf_920',['C3ggpdf',['../classapfel_1_1C3ggpdf.html',1,'apfel']]], + ['c3gqpdf_921',['C3gqpdf',['../classapfel_1_1C3gqpdf.html',1,'apfel']]], + ['c3pspdf_922',['C3pspdf',['../classapfel_1_1C3pspdf.html',1,'apfel']]], + ['c3pvpdf_923',['C3pvpdf',['../classapfel_1_1C3pvpdf.html',1,'apfel']]], + ['c3qgpdf_924',['C3qgpdf',['../classapfel_1_1C3qgpdf.html',1,'apfel']]], + ['c3vqqbpdf_925',['C3Vqqbpdf',['../classapfel_1_1C3Vqqbpdf.html',1,'apfel']]], + ['c3vqqpdf_926',['C3Vqqpdf',['../classapfel_1_1C3Vqqpdf.html',1,'apfel']]], + ['cl1g_927',['CL1g',['../classapfel_1_1CL1g.html',1,'apfel']]], + ['cl1ns_928',['CL1ns',['../classapfel_1_1CL1ns.html',1,'apfel']]], + ['cl1tg_929',['CL1Tg',['../classapfel_1_1CL1Tg.html',1,'apfel']]], + ['cl1tns_930',['CL1Tns',['../classapfel_1_1CL1Tns.html',1,'apfel']]], + ['cl2g_931',['CL2g',['../classapfel_1_1CL2g.html',1,'apfel']]], + ['cl2nsm_932',['CL2nsm',['../classapfel_1_1CL2nsm.html',1,'apfel']]], + ['cl2nsp_933',['CL2nsp',['../classapfel_1_1CL2nsp.html',1,'apfel']]], + ['cl2ps_934',['CL2ps',['../classapfel_1_1CL2ps.html',1,'apfel']]], + ['cl2tg_935',['CL2Tg',['../classapfel_1_1CL2Tg.html',1,'apfel']]], + ['cl2tnsp_936',['CL2Tnsp',['../classapfel_1_1CL2Tnsp.html',1,'apfel']]], + ['cl2tps_937',['CL2Tps',['../classapfel_1_1CL2Tps.html',1,'apfel']]], + ['cm021gnc_5fc_938',['Cm021gNC_c',['../classapfel_1_1Cm021gNC__c.html',1,'apfel']]], + ['cm021gnc_5fl_939',['Cm021gNC_l',['../classapfel_1_1Cm021gNC__l.html',1,'apfel']]], + ['cm022gnc_5fc_940',['Cm022gNC_c',['../classapfel_1_1Cm022gNC__c.html',1,'apfel']]], + ['cm022gnc_5ff_941',['Cm022gNC_f',['../classapfel_1_1Cm022gNC__f.html',1,'apfel']]], + ['cm022gnc_5fl_942',['Cm022gNC_l',['../classapfel_1_1Cm022gNC__l.html',1,'apfel']]], + ['cm022gnc_5fl2_943',['Cm022gNC_l2',['../classapfel_1_1Cm022gNC__l2.html',1,'apfel']]], + ['cm022gnc_5flf_944',['Cm022gNC_lf',['../classapfel_1_1Cm022gNC__lf.html',1,'apfel']]], + ['cm022nsnc_5fc_945',['Cm022nsNC_c',['../classapfel_1_1Cm022nsNC__c.html',1,'apfel']]], + ['cm022nsnc_5fl_946',['Cm022nsNC_l',['../classapfel_1_1Cm022nsNC__l.html',1,'apfel']]], + ['cm022nsnc_5fl2_947',['Cm022nsNC_l2',['../classapfel_1_1Cm022nsNC__l2.html',1,'apfel']]], + ['cm022psnc_5fc_948',['Cm022psNC_c',['../classapfel_1_1Cm022psNC__c.html',1,'apfel']]], + ['cm022psnc_5ff_949',['Cm022psNC_f',['../classapfel_1_1Cm022psNC__f.html',1,'apfel']]], + ['cm022psnc_5fl_950',['Cm022psNC_l',['../classapfel_1_1Cm022psNC__l.html',1,'apfel']]], + ['cm022psnc_5fl2_951',['Cm022psNC_l2',['../classapfel_1_1Cm022psNC__l2.html',1,'apfel']]], + ['cm022psnc_5flf_952',['Cm022psNC_lf',['../classapfel_1_1Cm022psNC__lf.html',1,'apfel']]], + ['cm0l1gnc_5fc_953',['Cm0L1gNC_c',['../classapfel_1_1Cm0L1gNC__c.html',1,'apfel']]], + ['cm0l2gnc_5fc_954',['Cm0L2gNC_c',['../classapfel_1_1Cm0L2gNC__c.html',1,'apfel']]], + ['cm0l2gnc_5ff_955',['Cm0L2gNC_f',['../classapfel_1_1Cm0L2gNC__f.html',1,'apfel']]], + ['cm0l2gnc_5fl_956',['Cm0L2gNC_l',['../classapfel_1_1Cm0L2gNC__l.html',1,'apfel']]], + ['cm0l2nsnc_5fc_957',['Cm0L2nsNC_c',['../classapfel_1_1Cm0L2nsNC__c.html',1,'apfel']]], + ['cm0l2nsnc_5fl_958',['Cm0L2nsNC_l',['../classapfel_1_1Cm0L2nsNC__l.html',1,'apfel']]], + ['cm0l2psnc_5fc_959',['Cm0L2psNC_c',['../classapfel_1_1Cm0L2psNC__c.html',1,'apfel']]], + ['cm0l2psnc_5ff_960',['Cm0L2psNC_f',['../classapfel_1_1Cm0L2psNC__f.html',1,'apfel']]], + ['cm0l2psnc_5fl_961',['Cm0L2psNC_l',['../classapfel_1_1Cm0L2psNC__l.html',1,'apfel']]], + ['cm21gnc_962',['Cm21gNC',['../classapfel_1_1Cm21gNC.html',1,'apfel']]], + ['cm22bargnc_963',['Cm22bargNC',['../classapfel_1_1Cm22bargNC.html',1,'apfel']]], + ['cm22barpsnc_964',['Cm22barpsNC',['../classapfel_1_1Cm22barpsNC.html',1,'apfel']]], + ['cm22gnc_965',['Cm22gNC',['../classapfel_1_1Cm22gNC.html',1,'apfel']]], + ['cm22nsnc_966',['Cm22nsNC',['../classapfel_1_1Cm22nsNC.html',1,'apfel']]], + ['cm22psnc_967',['Cm22psNC',['../classapfel_1_1Cm22psNC.html',1,'apfel']]], + ['cml1gnc_968',['CmL1gNC',['../classapfel_1_1CmL1gNC.html',1,'apfel']]], + ['cml2bargnc_969',['CmL2bargNC',['../classapfel_1_1CmL2bargNC.html',1,'apfel']]], + ['cml2barpsnc_970',['CmL2barpsNC',['../classapfel_1_1CmL2barpsNC.html',1,'apfel']]], + ['cml2gnc_971',['CmL2gNC',['../classapfel_1_1CmL2gNC.html',1,'apfel']]], + ['cml2nsnc_972',['CmL2nsNC',['../classapfel_1_1CmL2nsNC.html',1,'apfel']]], + ['cml2psnc_973',['CmL2psNC',['../classapfel_1_1CmL2psNC.html',1,'apfel']]], + ['convolutionmap_974',['ConvolutionMap',['../classapfel_1_1ConvolutionMap.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_2.html b/docs/html/search/classes_2.html index 0da780992..956405e5a 100644 --- a/docs/html/search/classes_2.html +++ b/docs/html/search/classes_2.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_2.js b/docs/html/search/classes_2.js index 171b5e7a2..3a976cfba 100644 --- a/docs/html/search/classes_2.js +++ b/docs/html/search/classes_2.js @@ -1,11 +1,11 @@ var searchData= [ - ['dglap_981',['Dglap',['../classapfel_1_1Dglap.html',1,'apfel']]], - ['dglapobjects_982',['DglapObjects',['../structapfel_1_1DglapObjects.html',1,'apfel']]], - ['diagonalbasis_983',['DiagonalBasis',['../classapfel_1_1DiagonalBasis.html',1,'apfel']]], - ['disccbasis_984',['DISCCBasis',['../classapfel_1_1DISCCBasis.html',1,'apfel']]], - ['disncbasis_985',['DISNCBasis',['../classapfel_1_1DISNCBasis.html',1,'apfel']]], - ['distribution_986',['Distribution',['../classapfel_1_1Distribution.html',1,'apfel']]], - ['doubleexponentialquadrature_987',['DoubleExponentialQuadrature',['../classapfel_1_1DoubleExponentialQuadrature.html',1,'apfel']]], - ['doubleobject_988',['DoubleObject',['../classapfel_1_1DoubleObject.html',1,'apfel']]] + ['dglap_975',['Dglap',['../classapfel_1_1Dglap.html',1,'apfel']]], + ['dglapobjects_976',['DglapObjects',['../structapfel_1_1DglapObjects.html',1,'apfel']]], + ['diagonalbasis_977',['DiagonalBasis',['../classapfel_1_1DiagonalBasis.html',1,'apfel']]], + ['disccbasis_978',['DISCCBasis',['../classapfel_1_1DISCCBasis.html',1,'apfel']]], + ['disncbasis_979',['DISNCBasis',['../classapfel_1_1DISNCBasis.html',1,'apfel']]], + ['distribution_980',['Distribution',['../classapfel_1_1Distribution.html',1,'apfel']]], + ['doubleexponentialquadrature_981',['DoubleExponentialQuadrature',['../classapfel_1_1DoubleExponentialQuadrature.html',1,'apfel']]], + ['doubleobject_982',['DoubleObject',['../classapfel_1_1DoubleObject.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_3.html b/docs/html/search/classes_3.html index a7e78e3cb..d33343bc1 100644 --- a/docs/html/search/classes_3.html +++ b/docs/html/search/classes_3.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_3.js b/docs/html/search/classes_3.js index aa0b61f74..72532ba88 100644 --- a/docs/html/search/classes_3.js +++ b/docs/html/search/classes_3.js @@ -1,10 +1,9 @@ var searchData= [ - ['evolutionbasisqcd_989',['EvolutionBasisQCD',['../classapfel_1_1EvolutionBasisQCD.html',1,'apfel']]], - ['evolutionoperatorbasisqcd_990',['EvolutionOperatorBasisQCD',['../classapfel_1_1EvolutionOperatorBasisQCD.html',1,'apfel']]], - ['evolutionsetup_991',['EvolutionSetup',['../structapfel_1_1EvolutionSetup.html',1,'apfel']]], - ['evolvedistributionsbasisqcd_992',['EvolveDistributionsBasisQCD',['../classapfel_1_1EvolveDistributionsBasisQCD.html',1,'apfel']]], - ['expression_993',['Expression',['../classapfel_1_1Expression.html',1,'apfel']]], - ['extendedvector_994',['ExtendedVector',['../classapfel_1_1ExtendedVector.html',1,'apfel']]], - ['extendedvector_3c_20double_20_3e_995',['ExtendedVector< double >',['../classapfel_1_1ExtendedVector.html',1,'apfel']]] + ['evolutionbasisqcd_983',['EvolutionBasisQCD',['../classapfel_1_1EvolutionBasisQCD.html',1,'apfel']]], + ['evolutionoperatorbasisqcd_984',['EvolutionOperatorBasisQCD',['../classapfel_1_1EvolutionOperatorBasisQCD.html',1,'apfel']]], + ['evolutionsetup_985',['EvolutionSetup',['../structapfel_1_1EvolutionSetup.html',1,'apfel']]], + ['evolvedistributionsbasisqcd_986',['EvolveDistributionsBasisQCD',['../classapfel_1_1EvolveDistributionsBasisQCD.html',1,'apfel']]], + ['expression_987',['Expression',['../classapfel_1_1Expression.html',1,'apfel']]], + ['extendedvector_988',['ExtendedVector',['../classapfel_1_1ExtendedVector.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_4.html b/docs/html/search/classes_4.html index f48f8b40a..8430b07fe 100644 --- a/docs/html/search/classes_4.html +++ b/docs/html/search/classes_4.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_4.js b/docs/html/search/classes_4.js index 5f59deab8..d1c9e7a88 100644 --- a/docs/html/search/classes_4.js +++ b/docs/html/search/classes_4.js @@ -1,9 +1,9 @@ var searchData= [ - ['g11g_996',['G11g',['../classapfel_1_1G11g.html',1,'apfel']]], - ['g11ns_997',['G11ns',['../classapfel_1_1G11ns.html',1,'apfel']]], - ['g41ns_998',['G41ns',['../classapfel_1_1G41ns.html',1,'apfel']]], - ['gl1ns_999',['GL1ns',['../classapfel_1_1GL1ns.html',1,'apfel']]], - ['grid_1000',['Grid',['../classapfel_1_1Grid.html',1,'apfel']]], - ['gridparameters_1001',['GridParameters',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html',1,'apfel::EvolutionSetup']]] + ['g11g_989',['G11g',['../classapfel_1_1G11g.html',1,'apfel']]], + ['g11ns_990',['G11ns',['../classapfel_1_1G11ns.html',1,'apfel']]], + ['g41ns_991',['G41ns',['../classapfel_1_1G41ns.html',1,'apfel']]], + ['gl1ns_992',['GL1ns',['../classapfel_1_1GL1ns.html',1,'apfel']]], + ['grid_993',['Grid',['../classapfel_1_1Grid.html',1,'apfel']]], + ['gridparameters_994',['GridParameters',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/classes_5.html b/docs/html/search/classes_5.html index 254b282e6..c2f1b767b 100644 --- a/docs/html/search/classes_5.html +++ b/docs/html/search/classes_5.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_5.js b/docs/html/search/classes_5.js index f0102d193..defed3454 100644 --- a/docs/html/search/classes_5.js +++ b/docs/html/search/classes_5.js @@ -1,9 +1,8 @@ var searchData= [ - ['identity_1002',['Identity',['../classapfel_1_1Identity.html',1,'apfel']]], - ['initialiseevolution_1003',['InitialiseEvolution',['../classapfel_1_1InitialiseEvolution.html',1,'apfel']]], - ['integrator_1004',['Integrator',['../classapfel_1_1Integrator.html',1,'apfel']]], - ['integrator2d_1005',['Integrator2D',['../classapfel_1_1Integrator2D.html',1,'apfel']]], - ['interpolator_1006',['Interpolator',['../classapfel_1_1Interpolator.html',1,'apfel']]], - ['iterator_1007',['iterator',['../classarray_3_01size__t_00_012_01_4_1_1iterator.html',1,'std::array< size_t, 2 >::iterator'],['../classbasic__string_3_01char_01_4_1_1iterator.html',1,'std::basic_string< char >::iterator'],['../classbasic__string_3_01char16__t_01_4_1_1iterator.html',1,'std::basic_string< char16_t >::iterator'],['../classbasic__string_3_01char32__t_01_4_1_1iterator.html',1,'std::basic_string< char32_t >::iterator'],['../classbasic__string_3_01char8__t_01_4_1_1iterator.html',1,'std::basic_string< char8_t >::iterator'],['../classbasic__string_3_01wchar__t_01_4_1_1iterator.html',1,'std::basic_string< wchar_t >::iterator'],['../classbasic__string__view_3_01char_01_4_1_1iterator.html',1,'std::basic_string_view< char >::iterator'],['../classbasic__string__view_3_01char16__t_01_4_1_1iterator.html',1,'std::basic_string_view< char16_t >::iterator'],['../classbasic__string__view_3_01char32__t_01_4_1_1iterator.html',1,'std::basic_string_view< char32_t >::iterator'],['../classbasic__string__view_3_01char8__t_01_4_1_1iterator.html',1,'std::basic_string_view< char8_t >::iterator'],['../classbasic__string__view_3_01wchar__t_01_4_1_1iterator.html',1,'std::basic_string_view< wchar_t >::iterator'],['../classmap_3_01double_00_01std_1_1map_3_01int_00_01apfel_1_1LHKnotArray_01_4_01_4_1_1iterator.html',1,'std::map< double, std::map< int, apfel::LHKnotArray > >::iterator'],['../classmap_3_01int_00_01apfel_1_1ConvolutionMap_01_4_1_1iterator.html',1,'std::map< int, apfel::ConvolutionMap >::iterator'],['../classmap_3_01int_00_01apfel_1_1DglapObjects_01_4_1_1iterator.html',1,'std::map< int, apfel::DglapObjects >::iterator'],['../classmap_3_01int_00_01apfel_1_1Operator_01_4_1_1iterator.html',1,'std::map< int, apfel::Operator >::iterator'],['../classmap_3_01int_00_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1iterator.html',1,'std::map< int, apfel::Set< apfel::Operator > >::iterator'],['../classmap_3_01int_00_01double_01_4_1_1iterator.html',1,'std::map< int, double >::iterator'],['../classmap_3_01int_00_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1iterator.html',1,'std::map< int, std::pair< int, int > >::iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_01_4_1_1iterator.html',1,'std::map< int, std::vector< apfel::ConvolutionMap::rule > >::iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_01_4_1_1iterator.html',1,'std::map< int, std::vector< apfel::Set< apfel::Operator > > >::iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01double_01_4_01_4_1_1iterator.html',1,'std::map< int, std::vector< double > >::iterator'],['../classmap_3_01int_00_01T_01_4_1_1iterator.html',1,'std::map< int, T >::iterator'],['../classmap_3_01std_1_1string_00_01std_1_1map_3_01int_00_01double_01_4_01_4_1_1iterator.html',1,'std::map< std::string, std::map< int, double > >::iterator'],['../classvector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_1_1iterator.html',1,'std::vector< apfel::ConvolutionMap::rule >::iterator'],['../classvector_3_01apfel_1_1EvolutionSetup_1_1GridParameters_01_4_1_1iterator.html',1,'std::vector< apfel::EvolutionSetup::GridParameters >::iterator'],['../classvector_3_01apfel_1_1ExtendedVector_3_01double_01_4_01_4_1_1iterator.html',1,'std::vector< apfel::ExtendedVector< double > >::iterator'],['../classvector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1iterator.html',1,'std::vector< apfel::Set< apfel::Operator > >::iterator'],['../classvector_3_01apfel_1_1SubGrid_01_4_1_1iterator.html',1,'std::vector< apfel::SubGrid >::iterator'],['../classvector_3_01apfel_1_1term_3_01T_00_01T_01_4_01_4_1_1iterator.html',1,'std::vector< apfel::term< T, T > >::iterator'],['../classvector_3_01double_01_4_1_1iterator.html',1,'std::vector< double >::iterator'],['../classvector_3_01int_01_4_1_1iterator.html',1,'std::vector< int >::iterator'],['../classvector_3_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1iterator.html',1,'std::vector< std::pair< int, int > >::iterator'],['../classvector_3_01std_1_1vector_3_01double_01_4_01_4_1_1iterator.html',1,'std::vector< std::vector< double > >::iterator'],['../classvector_3_01std_1_1vector_3_01int_01_4_01_4_1_1iterator.html',1,'std::vector< std::vector< int > >::iterator']]] + ['identity_995',['Identity',['../classapfel_1_1Identity.html',1,'apfel']]], + ['initialiseevolution_996',['InitialiseEvolution',['../classapfel_1_1InitialiseEvolution.html',1,'apfel']]], + ['integrator_997',['Integrator',['../classapfel_1_1Integrator.html',1,'apfel']]], + ['integrator2d_998',['Integrator2D',['../classapfel_1_1Integrator2D.html',1,'apfel']]], + ['interpolator_999',['Interpolator',['../classapfel_1_1Interpolator.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_6.html b/docs/html/search/classes_6.html index 27f26e156..e39847ce8 100644 --- a/docs/html/search/classes_6.html +++ b/docs/html/search/classes_6.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_6.js b/docs/html/search/classes_6.js index 4e96c5169..8342e5c3d 100644 --- a/docs/html/search/classes_6.js +++ b/docs/html/search/classes_6.js @@ -1,5 +1,5 @@ var searchData= [ - ['lagrangeinterpolator_1008',['LagrangeInterpolator',['../classapfel_1_1LagrangeInterpolator.html',1,'apfel']]], - ['lhknotarray_1009',['LHKnotArray',['../structapfel_1_1LHKnotArray.html',1,'apfel']]] + ['lagrangeinterpolator_1000',['LagrangeInterpolator',['../classapfel_1_1LagrangeInterpolator.html',1,'apfel']]], + ['lhknotarray_1001',['LHKnotArray',['../structapfel_1_1LHKnotArray.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_7.html b/docs/html/search/classes_7.html index afb44b121..a2c4d1a39 100644 --- a/docs/html/search/classes_7.html +++ b/docs/html/search/classes_7.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_7.js b/docs/html/search/classes_7.js index bb7b6d6f6..5c5ace1bc 100644 --- a/docs/html/search/classes_7.js +++ b/docs/html/search/classes_7.js @@ -1,9 +1,10 @@ var searchData= [ - ['matchedevolution_1010',['MatchedEvolution',['../classapfel_1_1MatchedEvolution.html',1,'apfel']]], - ['matchedevolution_3c_20double_20_3e_1011',['MatchedEvolution< double >',['../classapfel_1_1MatchedEvolution.html',1,'apfel']]], - ['matchedevolution_3c_20set_3c_20t_20_3e_20_3e_1012',['MatchedEvolution< Set< T > >',['../classapfel_1_1MatchedEvolution.html',1,'apfel']]], - ['matchingbasisqcd_1013',['MatchingBasisQCD',['../classapfel_1_1MatchingBasisQCD.html',1,'apfel']]], - ['matchingoperatorbasisqcd_1014',['MatchingOperatorBasisQCD',['../classapfel_1_1MatchingOperatorBasisQCD.html',1,'apfel']]], - ['matrix_1015',['matrix',['../classapfel_1_1matrix.html',1,'apfel']]] + ['matchedevolution_1002',['MatchedEvolution',['../classapfel_1_1MatchedEvolution.html',1,'apfel']]], + ['matchedevolution_3c_20double_20_3e_1003',['MatchedEvolution< double >',['../classapfel_1_1MatchedEvolution.html',1,'apfel']]], + ['matchedevolution_3c_20set_3c_20t_20_3e_20_3e_1004',['MatchedEvolution< Set< T > >',['../classapfel_1_1MatchedEvolution.html',1,'apfel']]], + ['matchingbasisqcd_1005',['MatchingBasisQCD',['../classapfel_1_1MatchingBasisQCD.html',1,'apfel']]], + ['matchingoperatorbasisqcd_1006',['MatchingOperatorBasisQCD',['../classapfel_1_1MatchingOperatorBasisQCD.html',1,'apfel']]], + ['matrix_1007',['matrix',['../classapfel_1_1matrix.html',1,'apfel']]], + ['matrix_3c_20double_20_3e_1008',['matrix< double >',['../classapfel_1_1matrix.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_8.html b/docs/html/search/classes_8.html index 076b801a9..17003e480 100644 --- a/docs/html/search/classes_8.html +++ b/docs/html/search/classes_8.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_8.js b/docs/html/search/classes_8.js index e7084c6e2..8f4a5bdc2 100644 --- a/docs/html/search/classes_8.js +++ b/docs/html/search/classes_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['null_1016',['Null',['../classapfel_1_1Null.html',1,'apfel']]] + ['null_1009',['Null',['../classapfel_1_1Null.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_9.html b/docs/html/search/classes_9.html index ccb5d51f2..b8afa8cba 100644 --- a/docs/html/search/classes_9.html +++ b/docs/html/search/classes_9.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_9.js b/docs/html/search/classes_9.js index 86b5f53b7..19bade9b4 100644 --- a/docs/html/search/classes_9.js +++ b/docs/html/search/classes_9.js @@ -1,6 +1,7 @@ var searchData= [ - ['observable_1017',['Observable',['../classapfel_1_1Observable.html',1,'apfel']]], - ['ogataquadrature_1018',['OgataQuadrature',['../classapfel_1_1OgataQuadrature.html',1,'apfel']]], - ['operator_1019',['Operator',['../classapfel_1_1Operator.html',1,'apfel']]] + ['observable_1010',['Observable',['../classapfel_1_1Observable.html',1,'apfel']]], + ['ogataquadrature_1011',['OgataQuadrature',['../classapfel_1_1OgataQuadrature.html',1,'apfel']]], + ['operator_1012',['Operator',['../classapfel_1_1Operator.html',1,'apfel']]], + ['operatorgpd_1013',['OperatorGPD',['../classapfel_1_1OperatorGPD.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_a.html b/docs/html/search/classes_a.html index 2ee59167c..6788af270 100644 --- a/docs/html/search/classes_a.html +++ b/docs/html/search/classes_a.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_a.js b/docs/html/search/classes_a.js index 12cb25a31..f6e50b02e 100644 --- a/docs/html/search/classes_a.js +++ b/docs/html/search/classes_a.js @@ -1,71 +1,68 @@ var searchData= [ - ['p0gg_1020',['P0gg',['../classapfel_1_1P0gg.html',1,'apfel']]], - ['p0gq_1021',['P0gq',['../classapfel_1_1P0gq.html',1,'apfel']]], - ['p0ns_1022',['P0ns',['../classapfel_1_1P0ns.html',1,'apfel']]], - ['p0polgg_1023',['P0polgg',['../classapfel_1_1P0polgg.html',1,'apfel']]], - ['p0polgq_1024',['P0polgq',['../classapfel_1_1P0polgq.html',1,'apfel']]], - ['p0polns_1025',['P0polns',['../classapfel_1_1P0polns.html',1,'apfel']]], - ['p0polqg_1026',['P0polqg',['../classapfel_1_1P0polqg.html',1,'apfel']]], - ['p0qg_1027',['P0qg',['../classapfel_1_1P0qg.html',1,'apfel']]], - ['p0tgg_1028',['P0Tgg',['../classapfel_1_1P0Tgg.html',1,'apfel']]], - ['p0tgq_1029',['P0Tgq',['../classapfel_1_1P0Tgq.html',1,'apfel']]], - ['p0tns_1030',['P0Tns',['../classapfel_1_1P0Tns.html',1,'apfel']]], - ['p0tqg_1031',['P0Tqg',['../classapfel_1_1P0Tqg.html',1,'apfel']]], - ['p0transns_1032',['P0transns',['../classapfel_1_1P0transns.html',1,'apfel']]], - ['p0ttransns_1033',['P0Ttransns',['../classapfel_1_1P0Ttransns.html',1,'apfel']]], - ['p1gg_1034',['P1gg',['../classapfel_1_1P1gg.html',1,'apfel']]], - ['p1gq_1035',['P1gq',['../classapfel_1_1P1gq.html',1,'apfel']]], - ['p1nsm_1036',['P1nsm',['../classapfel_1_1P1nsm.html',1,'apfel']]], - ['p1nsp_1037',['P1nsp',['../classapfel_1_1P1nsp.html',1,'apfel']]], - ['p1polgg_1038',['P1polgg',['../classapfel_1_1P1polgg.html',1,'apfel']]], - ['p1polgq_1039',['P1polgq',['../classapfel_1_1P1polgq.html',1,'apfel']]], - ['p1polnsm_1040',['P1polnsm',['../classapfel_1_1P1polnsm.html',1,'apfel']]], - ['p1polnsp_1041',['P1polnsp',['../classapfel_1_1P1polnsp.html',1,'apfel']]], - ['p1polps_1042',['P1polps',['../classapfel_1_1P1polps.html',1,'apfel']]], - ['p1polqg_1043',['P1polqg',['../classapfel_1_1P1polqg.html',1,'apfel']]], - ['p1ps_1044',['P1ps',['../classapfel_1_1P1ps.html',1,'apfel']]], - ['p1qg_1045',['P1qg',['../classapfel_1_1P1qg.html',1,'apfel']]], - ['p1tgg_1046',['P1Tgg',['../classapfel_1_1P1Tgg.html',1,'apfel']]], - ['p1tgq_1047',['P1Tgq',['../classapfel_1_1P1Tgq.html',1,'apfel']]], - ['p1tnsm_1048',['P1Tnsm',['../classapfel_1_1P1Tnsm.html',1,'apfel']]], - ['p1tnsp_1049',['P1Tnsp',['../classapfel_1_1P1Tnsp.html',1,'apfel']]], - ['p1tps_1050',['P1Tps',['../classapfel_1_1P1Tps.html',1,'apfel']]], - ['p1tqg_1051',['P1Tqg',['../classapfel_1_1P1Tqg.html',1,'apfel']]], - ['p1transnsm_1052',['P1transnsm',['../classapfel_1_1P1transnsm.html',1,'apfel']]], - ['p1transnsp_1053',['P1transnsp',['../classapfel_1_1P1transnsp.html',1,'apfel']]], - ['p1ttransnsm_1054',['P1Ttransnsm',['../classapfel_1_1P1Ttransnsm.html',1,'apfel']]], - ['p1ttransnsp_1055',['P1Ttransnsp',['../classapfel_1_1P1Ttransnsp.html',1,'apfel']]], - ['p2gg_1056',['P2gg',['../classapfel_1_1P2gg.html',1,'apfel']]], - ['p2gq_1057',['P2gq',['../classapfel_1_1P2gq.html',1,'apfel']]], - ['p2nsm_1058',['P2nsm',['../classapfel_1_1P2nsm.html',1,'apfel']]], - ['p2nsp_1059',['P2nsp',['../classapfel_1_1P2nsp.html',1,'apfel']]], - ['p2nss_1060',['P2nss',['../classapfel_1_1P2nss.html',1,'apfel']]], - ['p2polgg_1061',['P2polgg',['../classapfel_1_1P2polgg.html',1,'apfel']]], - ['p2polgq_1062',['P2polgq',['../classapfel_1_1P2polgq.html',1,'apfel']]], - ['p2polnsm_1063',['P2polnsm',['../classapfel_1_1P2polnsm.html',1,'apfel']]], - ['p2polnsp_1064',['P2polnsp',['../classapfel_1_1P2polnsp.html',1,'apfel']]], - ['p2polnss_1065',['P2polnss',['../classapfel_1_1P2polnss.html',1,'apfel']]], - ['p2polps_1066',['P2polps',['../classapfel_1_1P2polps.html',1,'apfel']]], - ['p2polqg_1067',['P2polqg',['../classapfel_1_1P2polqg.html',1,'apfel']]], - ['p2ps_1068',['P2ps',['../classapfel_1_1P2ps.html',1,'apfel']]], - ['p2qg_1069',['P2qg',['../classapfel_1_1P2qg.html',1,'apfel']]], - ['p2tgg_1070',['P2Tgg',['../classapfel_1_1P2Tgg.html',1,'apfel']]], - ['p2tgq_1071',['P2Tgq',['../classapfel_1_1P2Tgq.html',1,'apfel']]], - ['p2tnsm_1072',['P2Tnsm',['../classapfel_1_1P2Tnsm.html',1,'apfel']]], - ['p2tnsp_1073',['P2Tnsp',['../classapfel_1_1P2Tnsp.html',1,'apfel']]], - ['p2tnss_1074',['P2Tnss',['../classapfel_1_1P2Tnss.html',1,'apfel']]], - ['p2tps_1075',['P2Tps',['../classapfel_1_1P2Tps.html',1,'apfel']]], - ['p2tqg_1076',['P2Tqg',['../classapfel_1_1P2Tqg.html',1,'apfel']]], - ['p3nsm_1077',['P3nsm',['../classapfel_1_1P3nsm.html',1,'apfel']]], - ['p3nsp_1078',['P3nsp',['../classapfel_1_1P3nsp.html',1,'apfel']]], - ['p3nss_1079',['P3nss',['../classapfel_1_1P3nss.html',1,'apfel']]], - ['pgpd0ggdglap_1080',['Pgpd0ggDGLAP',['../classapfel_1_1Pgpd0ggDGLAP.html',1,'apfel']]], - ['pgpd0ggerbl_1081',['Pgpd0ggERBL',['../classapfel_1_1Pgpd0ggERBL.html',1,'apfel']]], - ['pgpd0gqdglap_1082',['Pgpd0gqDGLAP',['../classapfel_1_1Pgpd0gqDGLAP.html',1,'apfel']]], - ['pgpd0gqerbl_1083',['Pgpd0gqERBL',['../classapfel_1_1Pgpd0gqERBL.html',1,'apfel']]], - ['pgpd0nsdglap_1084',['Pgpd0nsDGLAP',['../classapfel_1_1Pgpd0nsDGLAP.html',1,'apfel']]], - ['pgpd0nserbl_1085',['Pgpd0nsERBL',['../classapfel_1_1Pgpd0nsERBL.html',1,'apfel']]], - ['pgpd0qgdglap_1086',['Pgpd0qgDGLAP',['../classapfel_1_1Pgpd0qgDGLAP.html',1,'apfel']]], - ['pgpd0qgerbl_1087',['Pgpd0qgERBL',['../classapfel_1_1Pgpd0qgERBL.html',1,'apfel']]] + ['p0gg_1014',['P0gg',['../classapfel_1_1P0gg.html',1,'apfel']]], + ['p0gq_1015',['P0gq',['../classapfel_1_1P0gq.html',1,'apfel']]], + ['p0ns_1016',['P0ns',['../classapfel_1_1P0ns.html',1,'apfel']]], + ['p0polgg_1017',['P0polgg',['../classapfel_1_1P0polgg.html',1,'apfel']]], + ['p0polgq_1018',['P0polgq',['../classapfel_1_1P0polgq.html',1,'apfel']]], + ['p0polns_1019',['P0polns',['../classapfel_1_1P0polns.html',1,'apfel']]], + ['p0polqg_1020',['P0polqg',['../classapfel_1_1P0polqg.html',1,'apfel']]], + ['p0qg_1021',['P0qg',['../classapfel_1_1P0qg.html',1,'apfel']]], + ['p0tgg_1022',['P0Tgg',['../classapfel_1_1P0Tgg.html',1,'apfel']]], + ['p0tgq_1023',['P0Tgq',['../classapfel_1_1P0Tgq.html',1,'apfel']]], + ['p0tns_1024',['P0Tns',['../classapfel_1_1P0Tns.html',1,'apfel']]], + ['p0tqg_1025',['P0Tqg',['../classapfel_1_1P0Tqg.html',1,'apfel']]], + ['p0transns_1026',['P0transns',['../classapfel_1_1P0transns.html',1,'apfel']]], + ['p0ttransns_1027',['P0Ttransns',['../classapfel_1_1P0Ttransns.html',1,'apfel']]], + ['p1gg_1028',['P1gg',['../classapfel_1_1P1gg.html',1,'apfel']]], + ['p1gq_1029',['P1gq',['../classapfel_1_1P1gq.html',1,'apfel']]], + ['p1nsm_1030',['P1nsm',['../classapfel_1_1P1nsm.html',1,'apfel']]], + ['p1nsp_1031',['P1nsp',['../classapfel_1_1P1nsp.html',1,'apfel']]], + ['p1polgg_1032',['P1polgg',['../classapfel_1_1P1polgg.html',1,'apfel']]], + ['p1polgq_1033',['P1polgq',['../classapfel_1_1P1polgq.html',1,'apfel']]], + ['p1polnsm_1034',['P1polnsm',['../classapfel_1_1P1polnsm.html',1,'apfel']]], + ['p1polnsp_1035',['P1polnsp',['../classapfel_1_1P1polnsp.html',1,'apfel']]], + ['p1polps_1036',['P1polps',['../classapfel_1_1P1polps.html',1,'apfel']]], + ['p1polqg_1037',['P1polqg',['../classapfel_1_1P1polqg.html',1,'apfel']]], + ['p1ps_1038',['P1ps',['../classapfel_1_1P1ps.html',1,'apfel']]], + ['p1qg_1039',['P1qg',['../classapfel_1_1P1qg.html',1,'apfel']]], + ['p1tgg_1040',['P1Tgg',['../classapfel_1_1P1Tgg.html',1,'apfel']]], + ['p1tgq_1041',['P1Tgq',['../classapfel_1_1P1Tgq.html',1,'apfel']]], + ['p1tnsm_1042',['P1Tnsm',['../classapfel_1_1P1Tnsm.html',1,'apfel']]], + ['p1tnsp_1043',['P1Tnsp',['../classapfel_1_1P1Tnsp.html',1,'apfel']]], + ['p1tps_1044',['P1Tps',['../classapfel_1_1P1Tps.html',1,'apfel']]], + ['p1tqg_1045',['P1Tqg',['../classapfel_1_1P1Tqg.html',1,'apfel']]], + ['p1transnsm_1046',['P1transnsm',['../classapfel_1_1P1transnsm.html',1,'apfel']]], + ['p1transnsp_1047',['P1transnsp',['../classapfel_1_1P1transnsp.html',1,'apfel']]], + ['p1ttransnsm_1048',['P1Ttransnsm',['../classapfel_1_1P1Ttransnsm.html',1,'apfel']]], + ['p1ttransnsp_1049',['P1Ttransnsp',['../classapfel_1_1P1Ttransnsp.html',1,'apfel']]], + ['p2gg_1050',['P2gg',['../classapfel_1_1P2gg.html',1,'apfel']]], + ['p2gq_1051',['P2gq',['../classapfel_1_1P2gq.html',1,'apfel']]], + ['p2nsm_1052',['P2nsm',['../classapfel_1_1P2nsm.html',1,'apfel']]], + ['p2nsp_1053',['P2nsp',['../classapfel_1_1P2nsp.html',1,'apfel']]], + ['p2nss_1054',['P2nss',['../classapfel_1_1P2nss.html',1,'apfel']]], + ['p2polgg_1055',['P2polgg',['../classapfel_1_1P2polgg.html',1,'apfel']]], + ['p2polgq_1056',['P2polgq',['../classapfel_1_1P2polgq.html',1,'apfel']]], + ['p2polnsm_1057',['P2polnsm',['../classapfel_1_1P2polnsm.html',1,'apfel']]], + ['p2polnsp_1058',['P2polnsp',['../classapfel_1_1P2polnsp.html',1,'apfel']]], + ['p2polnss_1059',['P2polnss',['../classapfel_1_1P2polnss.html',1,'apfel']]], + ['p2polps_1060',['P2polps',['../classapfel_1_1P2polps.html',1,'apfel']]], + ['p2polqg_1061',['P2polqg',['../classapfel_1_1P2polqg.html',1,'apfel']]], + ['p2ps_1062',['P2ps',['../classapfel_1_1P2ps.html',1,'apfel']]], + ['p2qg_1063',['P2qg',['../classapfel_1_1P2qg.html',1,'apfel']]], + ['p2tgg_1064',['P2Tgg',['../classapfel_1_1P2Tgg.html',1,'apfel']]], + ['p2tgq_1065',['P2Tgq',['../classapfel_1_1P2Tgq.html',1,'apfel']]], + ['p2tnsm_1066',['P2Tnsm',['../classapfel_1_1P2Tnsm.html',1,'apfel']]], + ['p2tnsp_1067',['P2Tnsp',['../classapfel_1_1P2Tnsp.html',1,'apfel']]], + ['p2tnss_1068',['P2Tnss',['../classapfel_1_1P2Tnss.html',1,'apfel']]], + ['p2tps_1069',['P2Tps',['../classapfel_1_1P2Tps.html',1,'apfel']]], + ['p2tqg_1070',['P2Tqg',['../classapfel_1_1P2Tqg.html',1,'apfel']]], + ['p3nsm_1071',['P3nsm',['../classapfel_1_1P3nsm.html',1,'apfel']]], + ['p3nsp_1072',['P3nsp',['../classapfel_1_1P3nsp.html',1,'apfel']]], + ['p3nss_1073',['P3nss',['../classapfel_1_1P3nss.html',1,'apfel']]], + ['pgpd0gg_1074',['Pgpd0gg',['../classapfel_1_1Pgpd0gg.html',1,'apfel']]], + ['pgpd0gq_1075',['Pgpd0gq',['../classapfel_1_1Pgpd0gq.html',1,'apfel']]], + ['pgpd0ns_1076',['Pgpd0ns',['../classapfel_1_1Pgpd0ns.html',1,'apfel']]], + ['pgpd0qg_1077',['Pgpd0qg',['../classapfel_1_1Pgpd0qg.html',1,'apfel']]], + ['pgpd0qq_1078',['Pgpd0qq',['../classapfel_1_1Pgpd0qq.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_b.html b/docs/html/search/classes_b.html index d082673d1..3fcb49858 100644 --- a/docs/html/search/classes_b.html +++ b/docs/html/search/classes_b.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_b.js b/docs/html/search/classes_b.js index feee2342b..06adc9147 100644 --- a/docs/html/search/classes_b.js +++ b/docs/html/search/classes_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['qgrid_1088',['QGrid',['../classapfel_1_1QGrid.html',1,'apfel']]] + ['qgrid_1079',['QGrid',['../classapfel_1_1QGrid.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_c.html b/docs/html/search/classes_c.html index 8534e8259..2f7b1f3da 100644 --- a/docs/html/search/classes_c.html +++ b/docs/html/search/classes_c.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_c.js b/docs/html/search/classes_c.js index 2493b5e50..1a8512b50 100644 --- a/docs/html/search/classes_c.js +++ b/docs/html/search/classes_c.js @@ -1,5 +1,4 @@ var searchData= [ - ['reverse_5fiterator_1089',['reverse_iterator',['../classarray_3_01size__t_00_012_01_4_1_1reverse__iterator.html',1,'std::array< size_t, 2 >::reverse_iterator'],['../classbasic__string_3_01char_01_4_1_1reverse__iterator.html',1,'std::basic_string< char >::reverse_iterator'],['../classbasic__string_3_01char16__t_01_4_1_1reverse__iterator.html',1,'std::basic_string< char16_t >::reverse_iterator'],['../classbasic__string_3_01char32__t_01_4_1_1reverse__iterator.html',1,'std::basic_string< char32_t >::reverse_iterator'],['../classbasic__string_3_01char8__t_01_4_1_1reverse__iterator.html',1,'std::basic_string< char8_t >::reverse_iterator'],['../classbasic__string_3_01wchar__t_01_4_1_1reverse__iterator.html',1,'std::basic_string< wchar_t >::reverse_iterator'],['../classbasic__string__view_3_01char_01_4_1_1reverse__iterator.html',1,'std::basic_string_view< char >::reverse_iterator'],['../classbasic__string__view_3_01char16__t_01_4_1_1reverse__iterator.html',1,'std::basic_string_view< char16_t >::reverse_iterator'],['../classbasic__string__view_3_01char32__t_01_4_1_1reverse__iterator.html',1,'std::basic_string_view< char32_t >::reverse_iterator'],['../classbasic__string__view_3_01char8__t_01_4_1_1reverse__iterator.html',1,'std::basic_string_view< char8_t >::reverse_iterator'],['../classbasic__string__view_3_01wchar__t_01_4_1_1reverse__iterator.html',1,'std::basic_string_view< wchar_t >::reverse_iterator'],['../classmap_3_01double_00_01std_1_1map_3_01int_00_01apfel_1_1LHKnotArray_01_4_01_4_1_1reverse__iterator.html',1,'std::map< double, std::map< int, apfel::LHKnotArray > >::reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1ConvolutionMap_01_4_1_1reverse__iterator.html',1,'std::map< int, apfel::ConvolutionMap >::reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1DglapObjects_01_4_1_1reverse__iterator.html',1,'std::map< int, apfel::DglapObjects >::reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1Operator_01_4_1_1reverse__iterator.html',1,'std::map< int, apfel::Operator >::reverse_iterator'],['../classmap_3_01int_00_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1reverse__iterator.html',1,'std::map< int, apfel::Set< apfel::Operator > >::reverse_iterator'],['../classmap_3_01int_00_01double_01_4_1_1reverse__iterator.html',1,'std::map< int, double >::reverse_iterator'],['../classmap_3_01int_00_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1reverse__iterator.html',1,'std::map< int, std::pair< int, int > >::reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_01_4_1_1reverse__iterator.html',1,'std::map< int, std::vector< apfel::ConvolutionMap::rule > >::reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_01_4_1_1reverse__iterator.html',1,'std::map< int, std::vector< apfel::Set< apfel::Operator > > >::reverse_iterator'],['../classmap_3_01int_00_01std_1_1vector_3_01double_01_4_01_4_1_1reverse__iterator.html',1,'std::map< int, std::vector< double > >::reverse_iterator'],['../classmap_3_01int_00_01T_01_4_1_1reverse__iterator.html',1,'std::map< int, T >::reverse_iterator'],['../classmap_3_01std_1_1string_00_01std_1_1map_3_01int_00_01double_01_4_01_4_1_1reverse__iterator.html',1,'std::map< std::string, std::map< int, double > >::reverse_iterator'],['../classvector_3_01apfel_1_1ConvolutionMap_1_1rule_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::ConvolutionMap::rule >::reverse_iterator'],['../classvector_3_01apfel_1_1EvolutionSetup_1_1GridParameters_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::EvolutionSetup::GridParameters >::reverse_iterator'],['../classvector_3_01apfel_1_1ExtendedVector_3_01double_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::ExtendedVector< double > >::reverse_iterator'],['../classvector_3_01apfel_1_1Set_3_01apfel_1_1Operator_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::Set< apfel::Operator > >::reverse_iterator'],['../classvector_3_01apfel_1_1SubGrid_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::SubGrid >::reverse_iterator'],['../classvector_3_01apfel_1_1term_3_01T_00_01T_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< apfel::term< T, T > >::reverse_iterator'],['../classvector_3_01double_01_4_1_1reverse__iterator.html',1,'std::vector< double >::reverse_iterator'],['../classvector_3_01int_01_4_1_1reverse__iterator.html',1,'std::vector< int >::reverse_iterator'],['../classvector_3_01std_1_1pair_3_01int_00_01int_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< std::pair< int, int > >::reverse_iterator'],['../classvector_3_01std_1_1vector_3_01double_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< std::vector< double > >::reverse_iterator'],['../classvector_3_01std_1_1vector_3_01int_01_4_01_4_1_1reverse__iterator.html',1,'std::vector< std::vector< int > >::reverse_iterator']]], - ['rule_1090',['rule',['../structapfel_1_1ConvolutionMap_1_1rule.html',1,'apfel::ConvolutionMap']]] + ['rule_1080',['rule',['../structapfel_1_1ConvolutionMap_1_1rule.html',1,'apfel::ConvolutionMap']]] ]; diff --git a/docs/html/search/classes_d.html b/docs/html/search/classes_d.html index 28838f37b..f9011e70f 100644 --- a/docs/html/search/classes_d.html +++ b/docs/html/search/classes_d.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_d.js b/docs/html/search/classes_d.js index 3da9f62f5..2a751862a 100644 --- a/docs/html/search/classes_d.js +++ b/docs/html/search/classes_d.js @@ -1,7 +1,7 @@ var searchData= [ - ['set_1091',['Set',['../classapfel_1_1Set.html',1,'apfel']]], - ['set_3c_20apfel_3a_3aoperator_20_3e_1092',['Set< apfel::Operator >',['../classapfel_1_1Set.html',1,'apfel']]], - ['structurefunctionobjects_1093',['StructureFunctionObjects',['../structapfel_1_1StructureFunctionObjects.html',1,'apfel']]], - ['subgrid_1094',['SubGrid',['../classapfel_1_1SubGrid.html',1,'apfel']]] + ['set_1081',['Set',['../classapfel_1_1Set.html',1,'apfel']]], + ['set_3c_20apfel_3a_3aoperator_20_3e_1082',['Set< apfel::Operator >',['../classapfel_1_1Set.html',1,'apfel']]], + ['structurefunctionobjects_1083',['StructureFunctionObjects',['../structapfel_1_1StructureFunctionObjects.html',1,'apfel']]], + ['subgrid_1084',['SubGrid',['../classapfel_1_1SubGrid.html',1,'apfel']]] ]; diff --git a/docs/html/search/classes_e.html b/docs/html/search/classes_e.html index 97f817763..bb33dcfa5 100644 --- a/docs/html/search/classes_e.html +++ b/docs/html/search/classes_e.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/classes_e.js b/docs/html/search/classes_e.js index a01850e47..56c546e83 100644 --- a/docs/html/search/classes_e.js +++ b/docs/html/search/classes_e.js @@ -1,9 +1,9 @@ var searchData= [ - ['tabulateobject_1095',['TabulateObject',['../classapfel_1_1TabulateObject.html',1,'apfel']]], - ['term_1096',['term',['../structapfel_1_1term.html',1,'apfel']]], - ['term_3c_20t_2c_20t_20_3e_1097',['term< T, T >',['../structapfel_1_1term.html',1,'apfel']]], - ['timer_1098',['Timer',['../classapfel_1_1Timer.html',1,'apfel']]], - ['tmdobjects_1099',['TmdObjects',['../structapfel_1_1TmdObjects.html',1,'apfel']]], - ['twobodyphasespace_1100',['TwoBodyPhaseSpace',['../classapfel_1_1TwoBodyPhaseSpace.html',1,'apfel']]] + ['tabulateobject_1085',['TabulateObject',['../classapfel_1_1TabulateObject.html',1,'apfel']]], + ['term_1086',['term',['../structapfel_1_1term.html',1,'apfel']]], + ['term_3c_20t_2c_20t_20_3e_1087',['term< T, T >',['../structapfel_1_1term.html',1,'apfel']]], + ['timer_1088',['Timer',['../classapfel_1_1Timer.html',1,'apfel']]], + ['tmdobjects_1089',['TmdObjects',['../structapfel_1_1TmdObjects.html',1,'apfel']]], + ['twobodyphasespace_1090',['TwoBodyPhaseSpace',['../classapfel_1_1TwoBodyPhaseSpace.html',1,'apfel']]] ]; diff --git a/docs/html/search/defines_0.html b/docs/html/search/defines_0.html index e6a620123..15cc3de38 100644 --- a/docs/html/search/defines_0.html +++ b/docs/html/search/defines_0.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/defines_0.js b/docs/html/search/defines_0.js index 9a8bd7d76..29f50b81a 100644 --- a/docs/html/search/defines_0.js +++ b/docs/html/search/defines_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['version_1898',['VERSION',['../version_8h.html#a1c6d5de492ac61ad29aec7aa9a436bbf',1,'version.h']]] + ['version_1895',['VERSION',['../version_8h.html#a1c6d5de492ac61ad29aec7aa9a436bbf',1,'version.h']]] ]; diff --git a/docs/html/search/enums_0.html b/docs/html/search/enums_0.html index 390bf470f..141fff57b 100644 --- a/docs/html/search/enums_0.html +++ b/docs/html/search/enums_0.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enums_0.js b/docs/html/search/enums_0.js index 4821519fa..32f308454 100644 --- a/docs/html/search/enums_0.js +++ b/docs/html/search/enums_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['couplingevolution_1821',['CouplingEvolution',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5a',1,'apfel::EvolutionSetup']]] + ['couplingevolution_1818',['CouplingEvolution',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5a',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enums_1.html b/docs/html/search/enums_1.html index beed2855b..d29f3b16d 100644 --- a/docs/html/search/enums_1.html +++ b/docs/html/search/enums_1.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enums_1.js b/docs/html/search/enums_1.js index 8f348fc9d..867690170 100644 --- a/docs/html/search/enums_1.js +++ b/docs/html/search/enums_1.js @@ -1,5 +1,5 @@ var searchData= [ - ['evolpolarisation_1822',['EvolPolarisation',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792',1,'apfel::EvolutionSetup']]], - ['evolutiontheory_1823',['EvolutionTheory',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442e',1,'apfel::EvolutionSetup']]] + ['evolpolarisation_1819',['EvolPolarisation',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792',1,'apfel::EvolutionSetup']]], + ['evolutiontheory_1820',['EvolutionTheory',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442e',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enums_2.html b/docs/html/search/enums_2.html index 38718ee17..59aadf2cb 100644 --- a/docs/html/search/enums_2.html +++ b/docs/html/search/enums_2.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enums_2.js b/docs/html/search/enums_2.js index 1ce9c16da..586f8c77e 100644 --- a/docs/html/search/enums_2.js +++ b/docs/html/search/enums_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['flavourscheme_1824',['FlavourScheme',['../structapfel_1_1EvolutionSetup.html#a39af57a0c4a879ae43fbd94b11d758e1',1,'apfel::EvolutionSetup']]] + ['flavourscheme_1821',['FlavourScheme',['../structapfel_1_1EvolutionSetup.html#a39af57a0c4a879ae43fbd94b11d758e1',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enums_3.html b/docs/html/search/enums_3.html index bcf27b56a..87c174430 100644 --- a/docs/html/search/enums_3.html +++ b/docs/html/search/enums_3.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enums_3.js b/docs/html/search/enums_3.js index 6bd5452a1..713e27733 100644 --- a/docs/html/search/enums_3.js +++ b/docs/html/search/enums_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['integrationmethod_1825',['IntegrationMethod',['../classapfel_1_1Integrator.html#a154c2d6265d9f74c7c290baae3d78a6f',1,'apfel::Integrator']]] + ['integrationmethod_1822',['IntegrationMethod',['../classapfel_1_1Integrator.html#a154c2d6265d9f74c7c290baae3d78a6f',1,'apfel::Integrator']]] ]; diff --git a/docs/html/search/enums_4.html b/docs/html/search/enums_4.html index 853b4aaef..90dda139c 100644 --- a/docs/html/search/enums_4.html +++ b/docs/html/search/enums_4.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enums_4.js b/docs/html/search/enums_4.js index de444f48a..ed53df697 100644 --- a/docs/html/search/enums_4.js +++ b/docs/html/search/enums_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['logaccuracy_1826',['LogAccuracy',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446',1,'apfel']]] + ['logaccuracy_1823',['LogAccuracy',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446',1,'apfel']]] ]; diff --git a/docs/html/search/enums_5.html b/docs/html/search/enums_5.html index 517c24875..c57b88590 100644 --- a/docs/html/search/enums_5.html +++ b/docs/html/search/enums_5.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enums_5.js b/docs/html/search/enums_5.js index ca45437fe..f0923b0a9 100644 --- a/docs/html/search/enums_5.js +++ b/docs/html/search/enums_5.js @@ -1,4 +1,4 @@ var searchData= [ - ['massrenscheme_1827',['MassRenScheme',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0b',1,'apfel::EvolutionSetup']]] + ['massrenscheme_1824',['MassRenScheme',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0b',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enums_6.html b/docs/html/search/enums_6.html index 3babc2985..ea5e0a682 100644 --- a/docs/html/search/enums_6.html +++ b/docs/html/search/enums_6.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enums_6.js b/docs/html/search/enums_6.js index d89258c68..9ee5ec48a 100644 --- a/docs/html/search/enums_6.js +++ b/docs/html/search/enums_6.js @@ -1,5 +1,5 @@ var searchData= [ - ['object_1828',['Object',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64d',1,'apfel::DISNCBasis::Object()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501',1,'apfel::DISCCBasis::Object()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169',1,'apfel::EvolutionBasisQCD::Object()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831',1,'apfel::MatchingBasisQCD::Object()']]], - ['operand_1829',['Operand',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60',1,'apfel::DISNCBasis::Operand()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2f',1,'apfel::DISCCBasis::Operand()'],['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8',1,'apfel::EvolutionBasisQCD::Operand()'],['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72',1,'apfel::MatchingBasisQCD::Operand()']]] + ['object_1825',['Object',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64d',1,'apfel::DISNCBasis::Object()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501',1,'apfel::DISCCBasis::Object()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169',1,'apfel::EvolutionBasisQCD::Object()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831',1,'apfel::MatchingBasisQCD::Object()']]], + ['operand_1826',['Operand',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60',1,'apfel::DISNCBasis::Operand()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2f',1,'apfel::DISCCBasis::Operand()'],['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8',1,'apfel::EvolutionBasisQCD::Operand()'],['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72',1,'apfel::MatchingBasisQCD::Operand()']]] ]; diff --git a/docs/html/search/enums_7.html b/docs/html/search/enums_7.html index de7556797..d18087574 100644 --- a/docs/html/search/enums_7.html +++ b/docs/html/search/enums_7.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enums_7.js b/docs/html/search/enums_7.js index 042ea190a..ff48cb759 100644 --- a/docs/html/search/enums_7.js +++ b/docs/html/search/enums_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['pdfevolution_1830',['PDFEvolution',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328',1,'apfel::EvolutionSetup']]] + ['pdfevolution_1827',['PDFEvolution',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enums_8.html b/docs/html/search/enums_8.html index fa2243ae6..71aad59ed 100644 --- a/docs/html/search/enums_8.html +++ b/docs/html/search/enums_8.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enums_8.js b/docs/html/search/enums_8.js index 6a0948a58..154800d64 100644 --- a/docs/html/search/enums_8.js +++ b/docs/html/search/enums_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['quarkflavour_1831',['QuarkFlavour',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575b',1,'apfel']]] + ['quarkflavour_1828',['QuarkFlavour',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575b',1,'apfel']]] ]; diff --git a/docs/html/search/enums_9.html b/docs/html/search/enums_9.html index ce4268932..22c3d51d5 100644 --- a/docs/html/search/enums_9.html +++ b/docs/html/search/enums_9.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enums_9.js b/docs/html/search/enums_9.js index 211e11e0a..ada40c6ee 100644 --- a/docs/html/search/enums_9.js +++ b/docs/html/search/enums_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['virtuality_1832',['Virtuality',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7',1,'apfel::EvolutionSetup']]] + ['virtuality_1829',['Virtuality',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enumvalues_0.html b/docs/html/search/enumvalues_0.html index 5686f2fb0..0d131d95b 100644 --- a/docs/html/search/enumvalues_0.html +++ b/docs/html/search/enumvalues_0.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_0.js b/docs/html/search/enumvalues_0.js index 6c1db2f91..50661cba2 100644 --- a/docs/html/search/enumvalues_0.js +++ b/docs/html/search/enumvalues_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['bottom_1833',['BOTTOM',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba69781433f7bd24bafcb395b4f247505a',1,'apfel']]] + ['bottom_1830',['BOTTOM',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba69781433f7bd24bafcb395b4f247505a',1,'apfel']]] ]; diff --git a/docs/html/search/enumvalues_1.html b/docs/html/search/enumvalues_1.html index 7c4613d82..cd9187ab3 100644 --- a/docs/html/search/enumvalues_1.html +++ b/docs/html/search/enumvalues_1.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_1.js b/docs/html/search/enumvalues_1.js index a15ff2e2d..59938bfa4 100644 --- a/docs/html/search/enumvalues_1.js +++ b/docs/html/search/enumvalues_1.js @@ -1,7 +1,7 @@ var searchData= [ - ['cg_1834',['CG',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a52a1108889293dff2b652a23bc8a0725',1,'apfel::DISNCBasis::CG()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa62810fc51924226e888e0f815590e060',1,'apfel::DISCCBasis::CG()']]], - ['charm_1835',['CHARM',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba6bf010add75b0e55719c2dc8bfeb1345',1,'apfel']]], - ['cns_1836',['CNS',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a865e4ec076559d4ab36f0f9b8c110b83',1,'apfel::DISNCBasis::CNS()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa403b083fd6ed38621d003339b13fd05b',1,'apfel::DISCCBasis::CNS()']]], - ['cs_1837',['CS',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a6edfc8afd7a0b1bfebc74332afb4031c',1,'apfel::DISNCBasis::CS()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa6501efd2adadece560864a42d0ef496b',1,'apfel::DISCCBasis::CS()']]] + ['cg_1831',['CG',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a52a1108889293dff2b652a23bc8a0725',1,'apfel::DISNCBasis::CG()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa62810fc51924226e888e0f815590e060',1,'apfel::DISCCBasis::CG()']]], + ['charm_1832',['CHARM',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba6bf010add75b0e55719c2dc8bfeb1345',1,'apfel']]], + ['cns_1833',['CNS',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a865e4ec076559d4ab36f0f9b8c110b83',1,'apfel::DISNCBasis::CNS()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa403b083fd6ed38621d003339b13fd05b',1,'apfel::DISCCBasis::CNS()']]], + ['cs_1834',['CS',['../classapfel_1_1DISNCBasis.html#a4ab558bc993eb6f6b5c6a9f15eb53d60a6edfc8afd7a0b1bfebc74332afb4031c',1,'apfel::DISNCBasis::CS()'],['../classapfel_1_1DISCCBasis.html#a56bdaa6315470fe02451ec5c940fcc2fa6501efd2adadece560864a42d0ef496b',1,'apfel::DISCCBasis::CS()']]] ]; diff --git a/docs/html/search/enumvalues_2.html b/docs/html/search/enumvalues_2.html index 703b7e7a4..2b95d9204 100644 --- a/docs/html/search/enumvalues_2.html +++ b/docs/html/search/enumvalues_2.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_2.js b/docs/html/search/enumvalues_2.js index 6c1168ff1..ce8356c1a 100644 --- a/docs/html/search/enumvalues_2.js +++ b/docs/html/search/enumvalues_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['down_1838',['DOWN',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba4fc87957ec48d06ed3f39ac19360cdea',1,'apfel']]] + ['down_1835',['DOWN',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba4fc87957ec48d06ed3f39ac19360cdea',1,'apfel']]] ]; diff --git a/docs/html/search/enumvalues_3.html b/docs/html/search/enumvalues_3.html index 04b48471b..bc0ac8a97 100644 --- a/docs/html/search/enumvalues_3.html +++ b/docs/html/search/enumvalues_3.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_3.js b/docs/html/search/enumvalues_3.js index 167e82bf9..e5b7b5016 100644 --- a/docs/html/search/enumvalues_3.js +++ b/docs/html/search/enumvalues_3.js @@ -1,8 +1,8 @@ var searchData= [ - ['exact_1839',['exact',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5aa4b3908a4dfbac268681dbb1cc004ebf8',1,'apfel::EvolutionSetup']]], - ['exactalpha_1840',['exactalpha',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328ac80f7f281ebc9488cbad7482007e3226',1,'apfel::EvolutionSetup']]], - ['exactmu_1841',['exactmu',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a36243c0035a29c29d51b9cd617b5974e',1,'apfel::EvolutionSetup']]], - ['expandalpha_1842',['expandalpha',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a302954d0c0560e970512ea68a169f053',1,'apfel::EvolutionSetup']]], - ['expanded_1843',['expanded',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5aa0d58376fb18679dfc28b84bc924f37e4',1,'apfel::EvolutionSetup']]] + ['exact_1836',['exact',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5aa4b3908a4dfbac268681dbb1cc004ebf8',1,'apfel::EvolutionSetup']]], + ['exactalpha_1837',['exactalpha',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328ac80f7f281ebc9488cbad7482007e3226',1,'apfel::EvolutionSetup']]], + ['exactmu_1838',['exactmu',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a36243c0035a29c29d51b9cd617b5974e',1,'apfel::EvolutionSetup']]], + ['expandalpha_1839',['expandalpha',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a302954d0c0560e970512ea68a169f053',1,'apfel::EvolutionSetup']]], + ['expanded_1840',['expanded',['../structapfel_1_1EvolutionSetup.html#a99cf4a06a70b42212bf192c19945bf5aa0d58376fb18679dfc28b84bc924f37e4',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enumvalues_4.html b/docs/html/search/enumvalues_4.html index b1741a903..ef94dd8d7 100644 --- a/docs/html/search/enumvalues_4.html +++ b/docs/html/search/enumvalues_4.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_4.js b/docs/html/search/enumvalues_4.js index 514c5b858..269fd937f 100644 --- a/docs/html/search/enumvalues_4.js +++ b/docs/html/search/enumvalues_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['ffns_1844',['FFNS',['../structapfel_1_1EvolutionSetup.html#a39af57a0c4a879ae43fbd94b11d758e1a1b5dab1764442671e812a7382eb038b4',1,'apfel::EvolutionSetup']]] + ['ffns_1841',['FFNS',['../structapfel_1_1EvolutionSetup.html#a39af57a0c4a879ae43fbd94b11d758e1a1b5dab1764442671e812a7382eb038b4',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enumvalues_5.html b/docs/html/search/enumvalues_5.html index 445f66f1c..1c2e2f33d 100644 --- a/docs/html/search/enumvalues_5.html +++ b/docs/html/search/enumvalues_5.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_5.js b/docs/html/search/enumvalues_5.js index 4a1415618..43f9f1fed 100644 --- a/docs/html/search/enumvalues_5.js +++ b/docs/html/search/enumvalues_5.js @@ -1,6 +1,6 @@ var searchData= [ - ['gauss_5fkronrod_1845',['GAUSS_KRONROD',['../classapfel_1_1Integrator.html#a154c2d6265d9f74c7c290baae3d78a6fafd1dc90abc138f251766342ddbe76500',1,'apfel::Integrator']]], - ['gauss_5flegendre_1846',['GAUSS_LEGENDRE',['../classapfel_1_1Integrator.html#a154c2d6265d9f74c7c290baae3d78a6fae0adf3a718f64744c704c10da3574b5f',1,'apfel::Integrator']]], - ['gluon_1847',['GLUON',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da9ab9de3956c1e1bee693de0cbd05970f',1,'apfel::DISNCBasis::GLUON()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501af45e9d90d80f83b3ff17146082a1e1d9',1,'apfel::DISCCBasis::GLUON()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a534d9a14dbdfbf52b606e9d09a9bfec1',1,'apfel::EvolutionBasisQCD::GLUON()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a01390ae55b8aa69fc13de0f31486147b',1,'apfel::MatchingBasisQCD::GLUON()']]] + ['gauss_5fkronrod_1842',['GAUSS_KRONROD',['../classapfel_1_1Integrator.html#a154c2d6265d9f74c7c290baae3d78a6fafd1dc90abc138f251766342ddbe76500',1,'apfel::Integrator']]], + ['gauss_5flegendre_1843',['GAUSS_LEGENDRE',['../classapfel_1_1Integrator.html#a154c2d6265d9f74c7c290baae3d78a6fae0adf3a718f64744c704c10da3574b5f',1,'apfel::Integrator']]], + ['gluon_1844',['GLUON',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da9ab9de3956c1e1bee693de0cbd05970f',1,'apfel::DISNCBasis::GLUON()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501af45e9d90d80f83b3ff17146082a1e1d9',1,'apfel::DISCCBasis::GLUON()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a534d9a14dbdfbf52b606e9d09a9bfec1',1,'apfel::EvolutionBasisQCD::GLUON()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a01390ae55b8aa69fc13de0f31486147b',1,'apfel::MatchingBasisQCD::GLUON()']]] ]; diff --git a/docs/html/search/enumvalues_6.html b/docs/html/search/enumvalues_6.html index 39243504f..f985df91d 100644 --- a/docs/html/search/enumvalues_6.html +++ b/docs/html/search/enumvalues_6.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_6.js b/docs/html/search/enumvalues_6.js index c4bf36c51..4b1a0eabb 100644 --- a/docs/html/search/enumvalues_6.js +++ b/docs/html/search/enumvalues_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['ll_1848',['LL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446ad653300441796ddfb2fd7d2bcfef1118',1,'apfel']]] + ['ll_1845',['LL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446ad653300441796ddfb2fd7d2bcfef1118',1,'apfel']]] ]; diff --git a/docs/html/search/enumvalues_7.html b/docs/html/search/enumvalues_7.html index 5c17c9149..7fdf663dd 100644 --- a/docs/html/search/enumvalues_7.html +++ b/docs/html/search/enumvalues_7.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_7.js b/docs/html/search/enumvalues_7.js index 7df34257c..df3a6aad2 100644 --- a/docs/html/search/enumvalues_7.js +++ b/docs/html/search/enumvalues_7.js @@ -1,12 +1,12 @@ var searchData= [ - ['m0_1849',['M0',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ae961a2e71d06630a034d6e0808da18c7',1,'apfel::MatchingBasisQCD']]], - ['m1_1850',['M1',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a836f4224dbb5b51ba7f4063ce0257529',1,'apfel::MatchingBasisQCD']]], - ['m2_1851',['M2',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ab6ae18cce2c6aa7c1d2e9bd516458c79',1,'apfel::MatchingBasisQCD']]], - ['m3_1852',['M3',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a06dca57d31fa978197331563cc99292d',1,'apfel::MatchingBasisQCD']]], - ['m4_1853',['M4',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a489d61e502cc41fbfd724dd37619f2fb',1,'apfel::MatchingBasisQCD']]], - ['m5_1854',['M5',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72af7a2b41c8c76692f58e3684054e36231',1,'apfel::MatchingBasisQCD']]], - ['m6_1855',['M6',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ad23b353aaa3122eb8ae88db3a58ae021',1,'apfel::MatchingBasisQCD']]], - ['m7_1856',['M7',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a6af05be6dc4081963c09c836c943f296',1,'apfel::MatchingBasisQCD']]], - ['msbar_1857',['MSBAR',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0bac7f91c377878634b622c5ee270fd5458',1,'apfel::EvolutionSetup']]] + ['m0_1846',['M0',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ae961a2e71d06630a034d6e0808da18c7',1,'apfel::MatchingBasisQCD']]], + ['m1_1847',['M1',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a836f4224dbb5b51ba7f4063ce0257529',1,'apfel::MatchingBasisQCD']]], + ['m2_1848',['M2',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ab6ae18cce2c6aa7c1d2e9bd516458c79',1,'apfel::MatchingBasisQCD']]], + ['m3_1849',['M3',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a06dca57d31fa978197331563cc99292d',1,'apfel::MatchingBasisQCD']]], + ['m4_1850',['M4',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a489d61e502cc41fbfd724dd37619f2fb',1,'apfel::MatchingBasisQCD']]], + ['m5_1851',['M5',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72af7a2b41c8c76692f58e3684054e36231',1,'apfel::MatchingBasisQCD']]], + ['m6_1852',['M6',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72ad23b353aaa3122eb8ae88db3a58ae021',1,'apfel::MatchingBasisQCD']]], + ['m7_1853',['M7',['../classapfel_1_1MatchingBasisQCD.html#a44c41cfe8e3f1e7be27f879b4161ab72a6af05be6dc4081963c09c836c943f296',1,'apfel::MatchingBasisQCD']]], + ['msbar_1854',['MSBAR',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0bac7f91c377878634b622c5ee270fd5458',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enumvalues_8.html b/docs/html/search/enumvalues_8.html index 22d13e98f..674ccda69 100644 --- a/docs/html/search/enumvalues_8.html +++ b/docs/html/search/enumvalues_8.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_8.js b/docs/html/search/enumvalues_8.js index 4c01d68b9..1207fe7a6 100644 --- a/docs/html/search/enumvalues_8.js +++ b/docs/html/search/enumvalues_8.js @@ -1,9 +1,9 @@ var searchData= [ - ['nll_1858',['NLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a34582b355410694f2355d80af25b1288',1,'apfel']]], - ['nllp_1859',['NLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a0e7d1540bc320138a315f0782f9b855e',1,'apfel']]], - ['nnll_1860',['NNLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a8cb9e49b56b78490614921ffb7bd2672',1,'apfel']]], - ['nnllp_1861',['NNLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446adfc29ff39675e3cece6122543a35a06f',1,'apfel']]], - ['nnnll_1862',['NNNLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a949a7f277ba11f30498415ab0951e8cc',1,'apfel']]], - ['nnnllp_1863',['NNNLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a81f679d71cd354cff5ab9304c9ddf9cb',1,'apfel']]] + ['nll_1855',['NLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a34582b355410694f2355d80af25b1288',1,'apfel']]], + ['nllp_1856',['NLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a0e7d1540bc320138a315f0782f9b855e',1,'apfel']]], + ['nnll_1857',['NNLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a8cb9e49b56b78490614921ffb7bd2672',1,'apfel']]], + ['nnllp_1858',['NNLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446adfc29ff39675e3cece6122543a35a06f',1,'apfel']]], + ['nnnll_1859',['NNNLL',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a949a7f277ba11f30498415ab0951e8cc',1,'apfel']]], + ['nnnllp_1860',['NNNLLp',['../namespaceapfel.html#a8c509ac51bd27e1f97b8e5cb520df446a81f679d71cd354cff5ab9304c9ddf9cb',1,'apfel']]] ]; diff --git a/docs/html/search/enumvalues_9.html b/docs/html/search/enumvalues_9.html index 606f476a2..60f15ee38 100644 --- a/docs/html/search/enumvalues_9.html +++ b/docs/html/search/enumvalues_9.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_9.js b/docs/html/search/enumvalues_9.js index e3e6fc30b..8bba2ffb9 100644 --- a/docs/html/search/enumvalues_9.js +++ b/docs/html/search/enumvalues_9.js @@ -1,12 +1,12 @@ var searchData= [ - ['pgg_1864',['PGG',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a92a85eba6acccd6cf23b5059be4a7946',1,'apfel::EvolutionBasisQCD']]], - ['pgq_1865',['PGQ',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a50e295396071e5f694cb5f4c77c330b6',1,'apfel::EvolutionBasisQCD']]], - ['pnsm_1866',['PNSM',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a10c9ad40a7680ef8811a66a0b27553ac',1,'apfel::EvolutionBasisQCD']]], - ['pnsp_1867',['PNSP',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a780c887bda77b31b4230e9bfe5fbc231',1,'apfel::EvolutionBasisQCD']]], - ['pnsv_1868',['PNSV',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8ace59a3576047e627dddbd8a6b5c663c5',1,'apfel::EvolutionBasisQCD']]], - ['pol_1869',['POL',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792a7b42cb47c3de86051d84bb53cd1b3c9b',1,'apfel::EvolutionSetup']]], - ['pole_1870',['POLE',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0bad3c4deba2bbb616bebc23a675d828e19',1,'apfel::EvolutionSetup']]], - ['pqg_1871',['PQG',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a3dd95b1224451bf978ce364aae5a2a20',1,'apfel::EvolutionBasisQCD']]], - ['pqq_1872',['PQQ',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a55f1f6a7011dc376312e91d67b11224d',1,'apfel::EvolutionBasisQCD']]] + ['pgg_1861',['PGG',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a92a85eba6acccd6cf23b5059be4a7946',1,'apfel::EvolutionBasisQCD']]], + ['pgq_1862',['PGQ',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a50e295396071e5f694cb5f4c77c330b6',1,'apfel::EvolutionBasisQCD']]], + ['pnsm_1863',['PNSM',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a10c9ad40a7680ef8811a66a0b27553ac',1,'apfel::EvolutionBasisQCD']]], + ['pnsp_1864',['PNSP',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a780c887bda77b31b4230e9bfe5fbc231',1,'apfel::EvolutionBasisQCD']]], + ['pnsv_1865',['PNSV',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8ace59a3576047e627dddbd8a6b5c663c5',1,'apfel::EvolutionBasisQCD']]], + ['pol_1866',['POL',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792a7b42cb47c3de86051d84bb53cd1b3c9b',1,'apfel::EvolutionSetup']]], + ['pole_1867',['POLE',['../structapfel_1_1EvolutionSetup.html#adbf330a722f8daccfa1c3343204e8b0bad3c4deba2bbb616bebc23a675d828e19',1,'apfel::EvolutionSetup']]], + ['pqg_1868',['PQG',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a3dd95b1224451bf978ce364aae5a2a20',1,'apfel::EvolutionBasisQCD']]], + ['pqq_1869',['PQQ',['../classapfel_1_1EvolutionBasisQCD.html#afb35598009d55d438109390cd26796b8a55f1f6a7011dc376312e91d67b11224d',1,'apfel::EvolutionBasisQCD']]] ]; diff --git a/docs/html/search/enumvalues_a.html b/docs/html/search/enumvalues_a.html index 60df78983..ce1064c72 100644 --- a/docs/html/search/enumvalues_a.html +++ b/docs/html/search/enumvalues_a.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_a.js b/docs/html/search/enumvalues_a.js index 1b928e1ad..95103edc2 100644 --- a/docs/html/search/enumvalues_a.js +++ b/docs/html/search/enumvalues_a.js @@ -1,5 +1,5 @@ var searchData= [ - ['qcd_1873',['QCD',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442ea5f02e91d0609ad534cd78c7902ca2268',1,'apfel::EvolutionSetup']]], - ['qcd_5fqed_1874',['QCD_QED',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442eadc212eacad55d6feeccf6b63775335d6',1,'apfel::EvolutionSetup']]] + ['qcd_1870',['QCD',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442ea5f02e91d0609ad534cd78c7902ca2268',1,'apfel::EvolutionSetup']]], + ['qcd_5fqed_1871',['QCD_QED',['../structapfel_1_1EvolutionSetup.html#a829586a1986a0a568bcd4d69eff7442eadc212eacad55d6feeccf6b63775335d6',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enumvalues_b.html b/docs/html/search/enumvalues_b.html index f839fdb52..ec768e7ff 100644 --- a/docs/html/search/enumvalues_b.html +++ b/docs/html/search/enumvalues_b.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_b.js b/docs/html/search/enumvalues_b.js index 3bf1223d5..28e075974 100644 --- a/docs/html/search/enumvalues_b.js +++ b/docs/html/search/enumvalues_b.js @@ -1,6 +1,6 @@ var searchData= [ - ['sigma_1875',['SIGMA',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da45c131a31d2d2000bc2d809a6ad0d416',1,'apfel::DISNCBasis::SIGMA()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a3c1dac35b4f55c6edeaf09481a1e3318',1,'apfel::DISCCBasis::SIGMA()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169abad7ee5de0d480ed79d1248f879deb9c',1,'apfel::EvolutionBasisQCD::SIGMA()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aed23e22ca1d4730590230ec71cec699f',1,'apfel::MatchingBasisQCD::SIGMA()']]], - ['space_1876',['SPACE',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7ac759fa97a9cb29a84f162fb085281510',1,'apfel::EvolutionSetup']]], - ['strange_1877',['STRANGE',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575bafdd12402e91aa116e977472d449f3eff',1,'apfel']]] + ['sigma_1872',['SIGMA',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da45c131a31d2d2000bc2d809a6ad0d416',1,'apfel::DISNCBasis::SIGMA()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a3c1dac35b4f55c6edeaf09481a1e3318',1,'apfel::DISCCBasis::SIGMA()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169abad7ee5de0d480ed79d1248f879deb9c',1,'apfel::EvolutionBasisQCD::SIGMA()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aed23e22ca1d4730590230ec71cec699f',1,'apfel::MatchingBasisQCD::SIGMA()']]], + ['space_1873',['SPACE',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7ac759fa97a9cb29a84f162fb085281510',1,'apfel::EvolutionSetup']]], + ['strange_1874',['STRANGE',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575bafdd12402e91aa116e977472d449f3eff',1,'apfel']]] ]; diff --git a/docs/html/search/enumvalues_c.html b/docs/html/search/enumvalues_c.html index 3839c7f6c..bdb4e1315 100644 --- a/docs/html/search/enumvalues_c.html +++ b/docs/html/search/enumvalues_c.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_c.js b/docs/html/search/enumvalues_c.js index 013e8df71..ecfed3bf2 100644 --- a/docs/html/search/enumvalues_c.js +++ b/docs/html/search/enumvalues_c.js @@ -1,13 +1,13 @@ var searchData= [ - ['t15_1878',['T15',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64daccbd315d84f28b67bd0410cd14e18bc9',1,'apfel::DISNCBasis::T15()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ac3bbc435768487ffe4999f5a572e060c',1,'apfel::DISCCBasis::T15()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a0596750e35910b4b864e7b1ddb1d6e70',1,'apfel::EvolutionBasisQCD::T15()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ac4fa0366e99a68008e08c850c457e72c',1,'apfel::MatchingBasisQCD::T15()']]], - ['t24_1879',['T24',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da249f2821f1f618ca58d4e5762dc800a6',1,'apfel::DISNCBasis::T24()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ab3820325c0551545a743ccf01a0ace78',1,'apfel::DISCCBasis::T24()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a96f828eca4966b3ee89c0de84a695433',1,'apfel::EvolutionBasisQCD::T24()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ab7b49bf11644a51811adf696d0fae3d7',1,'apfel::MatchingBasisQCD::T24()']]], - ['t3_1880',['T3',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da80d652ec2f65d68deeba81bfe5c6bbd3',1,'apfel::DISNCBasis::T3()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501adb3cdfdaff7054f4f387f5f87b98a67c',1,'apfel::DISCCBasis::T3()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169ad35baed816a84080347c173d6869f13a',1,'apfel::EvolutionBasisQCD::T3()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a841a1474739e05d308c21f9b10867d21',1,'apfel::MatchingBasisQCD::T3()']]], - ['t35_1881',['T35',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da2cb8c47d5e04a163f41343f57e5da2fc',1,'apfel::DISNCBasis::T35()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a6d5b1c96b5c8d3d7f5e7869cf6711334',1,'apfel::DISCCBasis::T35()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a19be49aaea744e5398dd09ae7bd411d4',1,'apfel::EvolutionBasisQCD::T35()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aba9e1a0392d1f71399fb7134264a8b0a',1,'apfel::MatchingBasisQCD::T35()']]], - ['t8_1882',['T8',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da8b446fe52a2b062a5c7351f2172f1c2e',1,'apfel::DISNCBasis::T8()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a59a3d0317b4e473ea509f9a1a17cbd8a',1,'apfel::DISCCBasis::T8()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a0b44dbe9e25b42fda25ee9cc959eb506',1,'apfel::EvolutionBasisQCD::T8()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831acd4d3168b39d377d845810daf10b7264',1,'apfel::MatchingBasisQCD::T8()']]], - ['time_1883',['TIME',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7a501057cfd361062d58952825c11d3c4e',1,'apfel::EvolutionSetup']]], - ['top_1884',['TOP',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba7e4803e86b2881f137cf3968c619505f',1,'apfel']]], - ['total_1885',['TOTAL',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba1dc03810f0ca2619dbde6fff93fe523d',1,'apfel']]], - ['trans_1886',['TRANS',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792aaa4d3e47e41ae4dfaea730e92a239b31',1,'apfel::EvolutionSetup']]], - ['truncated_1887',['truncated',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a8b2c3668538924f5576e302e345eedab',1,'apfel::EvolutionSetup']]] + ['t15_1875',['T15',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64daccbd315d84f28b67bd0410cd14e18bc9',1,'apfel::DISNCBasis::T15()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ac3bbc435768487ffe4999f5a572e060c',1,'apfel::DISCCBasis::T15()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a0596750e35910b4b864e7b1ddb1d6e70',1,'apfel::EvolutionBasisQCD::T15()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ac4fa0366e99a68008e08c850c457e72c',1,'apfel::MatchingBasisQCD::T15()']]], + ['t24_1876',['T24',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da249f2821f1f618ca58d4e5762dc800a6',1,'apfel::DISNCBasis::T24()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ab3820325c0551545a743ccf01a0ace78',1,'apfel::DISCCBasis::T24()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a96f828eca4966b3ee89c0de84a695433',1,'apfel::EvolutionBasisQCD::T24()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ab7b49bf11644a51811adf696d0fae3d7',1,'apfel::MatchingBasisQCD::T24()']]], + ['t3_1877',['T3',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da80d652ec2f65d68deeba81bfe5c6bbd3',1,'apfel::DISNCBasis::T3()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501adb3cdfdaff7054f4f387f5f87b98a67c',1,'apfel::DISCCBasis::T3()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169ad35baed816a84080347c173d6869f13a',1,'apfel::EvolutionBasisQCD::T3()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a841a1474739e05d308c21f9b10867d21',1,'apfel::MatchingBasisQCD::T3()']]], + ['t35_1878',['T35',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da2cb8c47d5e04a163f41343f57e5da2fc',1,'apfel::DISNCBasis::T35()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a6d5b1c96b5c8d3d7f5e7869cf6711334',1,'apfel::DISCCBasis::T35()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a19be49aaea744e5398dd09ae7bd411d4',1,'apfel::EvolutionBasisQCD::T35()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aba9e1a0392d1f71399fb7134264a8b0a',1,'apfel::MatchingBasisQCD::T35()']]], + ['t8_1879',['T8',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da8b446fe52a2b062a5c7351f2172f1c2e',1,'apfel::DISNCBasis::T8()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a59a3d0317b4e473ea509f9a1a17cbd8a',1,'apfel::DISCCBasis::T8()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a0b44dbe9e25b42fda25ee9cc959eb506',1,'apfel::EvolutionBasisQCD::T8()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831acd4d3168b39d377d845810daf10b7264',1,'apfel::MatchingBasisQCD::T8()']]], + ['time_1880',['TIME',['../structapfel_1_1EvolutionSetup.html#a4188fd899c89d904b14feea52c039af7a501057cfd361062d58952825c11d3c4e',1,'apfel::EvolutionSetup']]], + ['top_1881',['TOP',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba7e4803e86b2881f137cf3968c619505f',1,'apfel']]], + ['total_1882',['TOTAL',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575ba1dc03810f0ca2619dbde6fff93fe523d',1,'apfel']]], + ['trans_1883',['TRANS',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792aaa4d3e47e41ae4dfaea730e92a239b31',1,'apfel::EvolutionSetup']]], + ['truncated_1884',['truncated',['../structapfel_1_1EvolutionSetup.html#a57a10440e153bba3cb67c3b66e0d0328a8b2c3668538924f5576e302e345eedab',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/enumvalues_d.html b/docs/html/search/enumvalues_d.html index 6f387097f..47a761596 100644 --- a/docs/html/search/enumvalues_d.html +++ b/docs/html/search/enumvalues_d.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_d.js b/docs/html/search/enumvalues_d.js index be050a2a4..161326797 100644 --- a/docs/html/search/enumvalues_d.js +++ b/docs/html/search/enumvalues_d.js @@ -1,5 +1,5 @@ var searchData= [ - ['unp_1888',['UNP',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792ab4dbab4a95bd24dbf435ac730d965cd1',1,'apfel::EvolutionSetup']]], - ['up_1889',['UP',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575baba2bafcb4972bbfb147a55b003bbb319',1,'apfel']]] + ['unp_1885',['UNP',['../structapfel_1_1EvolutionSetup.html#a2231cecea101e46d2b8b5b1652e26792ab4dbab4a95bd24dbf435ac730d965cd1',1,'apfel::EvolutionSetup']]], + ['up_1886',['UP',['../namespaceapfel.html#a52f9641b9ca0b856fffcd7fdb42f575baba2bafcb4972bbfb147a55b003bbb319',1,'apfel']]] ]; diff --git a/docs/html/search/enumvalues_e.html b/docs/html/search/enumvalues_e.html index 33860fab5..c7b30bf3e 100644 --- a/docs/html/search/enumvalues_e.html +++ b/docs/html/search/enumvalues_e.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/enumvalues_e.js b/docs/html/search/enumvalues_e.js index 73936e7a1..d8b6d9294 100644 --- a/docs/html/search/enumvalues_e.js +++ b/docs/html/search/enumvalues_e.js @@ -1,10 +1,10 @@ var searchData= [ - ['v15_1890',['V15',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da08d39e915a3827a0f5acb5524a5f55f9',1,'apfel::DISNCBasis::V15()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a13d94cd54e123452bb6b43f8ef70252c',1,'apfel::DISCCBasis::V15()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a5f9930b9c16c5d4107dbf60d61db9229',1,'apfel::EvolutionBasisQCD::V15()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aba9f5a03297daafb2ea7d4455f6e3657',1,'apfel::MatchingBasisQCD::V15()']]], - ['v24_1891',['V24',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da745d5fe6643f2c9f01daa192ff5a874b',1,'apfel::DISNCBasis::V24()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ae7b1f7a64770f6aeecd95a10eacad211',1,'apfel::DISCCBasis::V24()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a142e86d2dc4a0031c4a2691c2a29a5be',1,'apfel::EvolutionBasisQCD::V24()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a8d2c3815ee21a48c1a1a1cb9977ce317',1,'apfel::MatchingBasisQCD::V24()']]], - ['v3_1892',['V3',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da4c540b7ec4bf31c25a45efdd4d575ea0',1,'apfel::DISNCBasis::V3()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a70e54d370315f8c39c4074a7501e784e',1,'apfel::DISCCBasis::V3()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a5b50bd9653298c56d929ad550d9cb658',1,'apfel::EvolutionBasisQCD::V3()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ae952f6097275c9dc2e6238d1734988fb',1,'apfel::MatchingBasisQCD::V3()']]], - ['v35_1893',['V35',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da36c1cd2d6c32164c256b9e55ec3f7b06',1,'apfel::DISNCBasis::V35()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a585009c022ee1e44bb6106ecc3daec73',1,'apfel::DISCCBasis::V35()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a4d830e1059d893ae65741ad5fbdb82c1',1,'apfel::EvolutionBasisQCD::V35()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831af73b81e775f635a1ebe7fd205ea3c774',1,'apfel::MatchingBasisQCD::V35()']]], - ['v8_1894',['V8',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da57903f87043af143241eb11c9e13ed7d',1,'apfel::DISNCBasis::V8()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ad76822604c5b8714b447d7fb3a5925ae',1,'apfel::DISCCBasis::V8()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a532121d25d9660ad9ffce886a48cc71c',1,'apfel::EvolutionBasisQCD::V8()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a22c9f5083cf0ae70d786d98d2506185f',1,'apfel::MatchingBasisQCD::V8()']]], - ['valence_1895',['VALENCE',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64daae91c687000f988d1bd93c2a593e3261',1,'apfel::DISNCBasis::VALENCE()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a33d8b83dfea85bdf4f96ebd0dfbbf295',1,'apfel::DISCCBasis::VALENCE()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169aa95760e4684e512f7d17af2d61a07dce',1,'apfel::EvolutionBasisQCD::VALENCE()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a057c70e1c6a70cfcb3f9a83949d1f924',1,'apfel::MatchingBasisQCD::VALENCE()']]], - ['vfns_1896',['VFNS',['../structapfel_1_1EvolutionSetup.html#a39af57a0c4a879ae43fbd94b11d758e1add5727ff158e4d8c7fd8b55458fc37da',1,'apfel::EvolutionSetup']]] + ['v15_1887',['V15',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da08d39e915a3827a0f5acb5524a5f55f9',1,'apfel::DISNCBasis::V15()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a13d94cd54e123452bb6b43f8ef70252c',1,'apfel::DISCCBasis::V15()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a5f9930b9c16c5d4107dbf60d61db9229',1,'apfel::EvolutionBasisQCD::V15()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831aba9f5a03297daafb2ea7d4455f6e3657',1,'apfel::MatchingBasisQCD::V15()']]], + ['v24_1888',['V24',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da745d5fe6643f2c9f01daa192ff5a874b',1,'apfel::DISNCBasis::V24()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ae7b1f7a64770f6aeecd95a10eacad211',1,'apfel::DISCCBasis::V24()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a142e86d2dc4a0031c4a2691c2a29a5be',1,'apfel::EvolutionBasisQCD::V24()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a8d2c3815ee21a48c1a1a1cb9977ce317',1,'apfel::MatchingBasisQCD::V24()']]], + ['v3_1889',['V3',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da4c540b7ec4bf31c25a45efdd4d575ea0',1,'apfel::DISNCBasis::V3()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a70e54d370315f8c39c4074a7501e784e',1,'apfel::DISCCBasis::V3()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a5b50bd9653298c56d929ad550d9cb658',1,'apfel::EvolutionBasisQCD::V3()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831ae952f6097275c9dc2e6238d1734988fb',1,'apfel::MatchingBasisQCD::V3()']]], + ['v35_1890',['V35',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da36c1cd2d6c32164c256b9e55ec3f7b06',1,'apfel::DISNCBasis::V35()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a585009c022ee1e44bb6106ecc3daec73',1,'apfel::DISCCBasis::V35()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a4d830e1059d893ae65741ad5fbdb82c1',1,'apfel::EvolutionBasisQCD::V35()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831af73b81e775f635a1ebe7fd205ea3c774',1,'apfel::MatchingBasisQCD::V35()']]], + ['v8_1891',['V8',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64da57903f87043af143241eb11c9e13ed7d',1,'apfel::DISNCBasis::V8()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501ad76822604c5b8714b447d7fb3a5925ae',1,'apfel::DISCCBasis::V8()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169a532121d25d9660ad9ffce886a48cc71c',1,'apfel::EvolutionBasisQCD::V8()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a22c9f5083cf0ae70d786d98d2506185f',1,'apfel::MatchingBasisQCD::V8()']]], + ['valence_1892',['VALENCE',['../classapfel_1_1DISNCBasis.html#adb9d33d6b7cd7bafd381c214e83bd64daae91c687000f988d1bd93c2a593e3261',1,'apfel::DISNCBasis::VALENCE()'],['../classapfel_1_1DISCCBasis.html#a71d34c94c9d06fe8418da8d5ee37f501a33d8b83dfea85bdf4f96ebd0dfbbf295',1,'apfel::DISCCBasis::VALENCE()'],['../classapfel_1_1EvolutionBasisQCD.html#a0e3bb51b09bf1cfae51916729c1c8169aa95760e4684e512f7d17af2d61a07dce',1,'apfel::EvolutionBasisQCD::VALENCE()'],['../classapfel_1_1MatchingBasisQCD.html#a662d45066a92fc8f8c6deda77b429831a057c70e1c6a70cfcb3f9a83949d1f924',1,'apfel::MatchingBasisQCD::VALENCE()']]], + ['vfns_1893',['VFNS',['../structapfel_1_1EvolutionSetup.html#a39af57a0c4a879ae43fbd94b11d758e1add5727ff158e4d8c7fd8b55458fc37da',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/files_0.html b/docs/html/search/files_0.html index 95680482b..9498842a6 100644 --- a/docs/html/search/files_0.html +++ b/docs/html/search/files_0.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_0.js b/docs/html/search/files_0.js index 0f84832ab..b94e0a52e 100644 --- a/docs/html/search/files_0.js +++ b/docs/html/search/files_0.js @@ -1,6 +1,6 @@ var searchData= [ - ['alphaqcd_2eh_1102',['alphaqcd.h',['../alphaqcd_8h.html',1,'']]], - ['alphaqed_2eh_1103',['alphaqed.h',['../alphaqed_8h.html',1,'']]], - ['apfelxx_2eh_1104',['apfelxx.h',['../apfelxx_8h.html',1,'']]] + ['alphaqcd_2eh_1092',['alphaqcd.h',['../alphaqcd_8h.html',1,'']]], + ['alphaqed_2eh_1093',['alphaqed.h',['../alphaqed_8h.html',1,'']]], + ['apfelxx_2eh_1094',['apfelxx.h',['../apfelxx_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_1.html b/docs/html/search/files_1.html index fe510d739..7050ef48a 100644 --- a/docs/html/search/files_1.html +++ b/docs/html/search/files_1.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_1.js b/docs/html/search/files_1.js index 20f753876..7c80b3f4f 100644 --- a/docs/html/search/files_1.js +++ b/docs/html/search/files_1.js @@ -1,5 +1,5 @@ var searchData= [ - ['betaqcd_2eh_1105',['betaqcd.h',['../betaqcd_8h.html',1,'']]], - ['betaqed_2eh_1106',['betaqed.h',['../betaqed_8h.html',1,'']]] + ['betaqcd_2eh_1095',['betaqcd.h',['../betaqcd_8h.html',1,'']]], + ['betaqed_2eh_1096',['betaqed.h',['../betaqed_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_10.html b/docs/html/search/files_10.html index 58e09ea35..e52318ed3 100644 --- a/docs/html/search/files_10.html +++ b/docs/html/search/files_10.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_10.js b/docs/html/search/files_10.js index b0dd77357..c487805c0 100644 --- a/docs/html/search/files_10.js +++ b/docs/html/search/files_10.js @@ -1,4 +1,4 @@ var searchData= [ - ['version_2eh_1165',['version.h',['../version_8h.html',1,'']]] + ['version_2eh_1156',['version.h',['../version_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_11.html b/docs/html/search/files_11.html index fda8a6fb4..02edc0913 100644 --- a/docs/html/search/files_11.html +++ b/docs/html/search/files_11.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_11.js b/docs/html/search/files_11.js index ab4bc4007..760549c2b 100644 --- a/docs/html/search/files_11.js +++ b/docs/html/search/files_11.js @@ -1,6 +1,6 @@ var searchData= [ - ['zeromasscoefficientfunctionspol_5fsl_2eh_1166',['zeromasscoefficientfunctionspol_sl.h',['../zeromasscoefficientfunctionspol__sl_8h.html',1,'']]], - ['zeromasscoefficientfunctionsunp_5fsl_2eh_1167',['zeromasscoefficientfunctionsunp_sl.h',['../zeromasscoefficientfunctionsunp__sl_8h.html',1,'']]], - ['zeromasscoefficientfunctionsunp_5ftl_2eh_1168',['zeromasscoefficientfunctionsunp_tl.h',['../zeromasscoefficientfunctionsunp__tl_8h.html',1,'']]] + ['zeromasscoefficientfunctionspol_5fsl_2eh_1157',['zeromasscoefficientfunctionspol_sl.h',['../zeromasscoefficientfunctionspol__sl_8h.html',1,'']]], + ['zeromasscoefficientfunctionsunp_5fsl_2eh_1158',['zeromasscoefficientfunctionsunp_sl.h',['../zeromasscoefficientfunctionsunp__sl_8h.html',1,'']]], + ['zeromasscoefficientfunctionsunp_5ftl_2eh_1159',['zeromasscoefficientfunctionsunp_tl.h',['../zeromasscoefficientfunctionsunp__tl_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_2.html b/docs/html/search/files_2.html index 3986d9ef4..497cdf5c7 100644 --- a/docs/html/search/files_2.html +++ b/docs/html/search/files_2.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_2.js b/docs/html/search/files_2.js index 09c5818ee..70908d378 100644 --- a/docs/html/search/files_2.js +++ b/docs/html/search/files_2.js @@ -1,5 +1,5 @@ var searchData= [ - ['constants_2eh_1107',['constants.h',['../constants_8h.html',1,'']]], - ['convolutionmap_2eh_1108',['convolutionmap.h',['../convolutionmap_8h.html',1,'']]] + ['constants_2eh_1097',['constants.h',['../constants_8h.html',1,'']]], + ['convolutionmap_2eh_1098',['convolutionmap.h',['../convolutionmap_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_3.html b/docs/html/search/files_3.html index 448d2f797..1ba106b2d 100644 --- a/docs/html/search/files_3.html +++ b/docs/html/search/files_3.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_3.js b/docs/html/search/files_3.js index 5b9cbbb18..0e26d0f94 100644 --- a/docs/html/search/files_3.js +++ b/docs/html/search/files_3.js @@ -1,9 +1,9 @@ var searchData= [ - ['dglap_2eh_1109',['dglap.h',['../dglap_8h.html',1,'']]], - ['dglapbuilder_2eh_1110',['dglapbuilder.h',['../dglapbuilder_8h.html',1,'']]], - ['disbasis_2eh_1111',['disbasis.h',['../disbasis_8h.html',1,'']]], - ['distribution_2eh_1112',['distribution.h',['../distribution_8h.html',1,'']]], - ['doubleexponentialquadrature_2eh_1113',['doubleexponentialquadrature.h',['../doubleexponentialquadrature_8h.html',1,'']]], - ['doubleobject_2eh_1114',['doubleobject.h',['../doubleobject_8h.html',1,'']]] + ['dglap_2eh_1099',['dglap.h',['../dglap_8h.html',1,'']]], + ['dglapbuilder_2eh_1100',['dglapbuilder.h',['../dglapbuilder_8h.html',1,'']]], + ['disbasis_2eh_1101',['disbasis.h',['../disbasis_8h.html',1,'']]], + ['distribution_2eh_1102',['distribution.h',['../distribution_8h.html',1,'']]], + ['doubleexponentialquadrature_2eh_1103',['doubleexponentialquadrature.h',['../doubleexponentialquadrature_8h.html',1,'']]], + ['doubleobject_2eh_1104',['doubleobject.h',['../doubleobject_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_4.html b/docs/html/search/files_4.html index 9910edfaa..753b7b109 100644 --- a/docs/html/search/files_4.html +++ b/docs/html/search/files_4.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_4.js b/docs/html/search/files_4.js index e7a4ca3b5..a2820f692 100644 --- a/docs/html/search/files_4.js +++ b/docs/html/search/files_4.js @@ -1,8 +1,8 @@ var searchData= [ - ['evolutionbasisqcd_2eh_1115',['evolutionbasisqcd.h',['../evolutionbasisqcd_8h.html',1,'']]], - ['evolutionsetup_2eh_1116',['evolutionsetup.h',['../evolutionsetup_8h.html',1,'']]], - ['examples_2edox_1117',['examples.dox',['../examples_8dox.html',1,'']]], - ['expression_2eh_1118',['expression.h',['../expression_8h.html',1,'']]], - ['extendedvector_2eh_1119',['extendedvector.h',['../extendedvector_8h.html',1,'']]] + ['evolutionbasisqcd_2eh_1105',['evolutionbasisqcd.h',['../evolutionbasisqcd_8h.html',1,'']]], + ['evolutionsetup_2eh_1106',['evolutionsetup.h',['../evolutionsetup_8h.html',1,'']]], + ['examples_2edox_1107',['examples.dox',['../examples_8dox.html',1,'']]], + ['expression_2eh_1108',['expression.h',['../expression_8h.html',1,'']]], + ['extendedvector_2eh_1109',['extendedvector.h',['../extendedvector_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_5.html b/docs/html/search/files_5.html index 111652ed1..7b6affd7f 100644 --- a/docs/html/search/files_5.html +++ b/docs/html/search/files_5.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_5.js b/docs/html/search/files_5.js index d77d8b5ee..1d3807657 100644 --- a/docs/html/search/files_5.js +++ b/docs/html/search/files_5.js @@ -1,8 +1,8 @@ var searchData= [ - ['gammaf_2eh_1120',['gammaf.h',['../gammaf_8h.html',1,'']]], - ['gammak_2eh_1121',['gammak.h',['../gammak_8h.html',1,'']]], - ['gpdbuilder_2eh_1122',['gpdbuilder.h',['../gpdbuilder_8h.html',1,'']]], - ['gpdevolutionkernels_2eh_1123',['gpdevolutionkernels.h',['../gpdevolutionkernels_8h.html',1,'']]], - ['grid_2eh_1124',['grid.h',['../grid_8h.html',1,'']]] + ['gammaf_2eh_1110',['gammaf.h',['../gammaf_8h.html',1,'']]], + ['gammak_2eh_1111',['gammak.h',['../gammak_8h.html',1,'']]], + ['gpdbuilder_2eh_1112',['gpdbuilder.h',['../gpdbuilder_8h.html',1,'']]], + ['gpdsplittingfunctionsunp_5fsl_2eh_1113',['gpdsplittingfunctionsunp_sl.h',['../gpdsplittingfunctionsunp__sl_8h.html',1,'']]], + ['grid_2eh_1114',['grid.h',['../grid_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_6.html b/docs/html/search/files_6.html index 8f91dea81..802ebf715 100644 --- a/docs/html/search/files_6.html +++ b/docs/html/search/files_6.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_6.js b/docs/html/search/files_6.js index 5d92e3edc..d5deeaa35 100644 --- a/docs/html/search/files_6.js +++ b/docs/html/search/files_6.js @@ -1,5 +1,5 @@ var searchData= [ - ['hardfactors_2eh_1125',['hardfactors.h',['../hardfactors_8h.html',1,'']]], - ['hpolyweights_2eh_1126',['hpolyweights.h',['../hpolyweights_8h.html',1,'']]] + ['hardfactors_2eh_1115',['hardfactors.h',['../hardfactors_8h.html',1,'']]], + ['hpolyweights_2eh_1116',['hpolyweights.h',['../hpolyweights_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_7.html b/docs/html/search/files_7.html index 1826740dd..365e6484f 100644 --- a/docs/html/search/files_7.html +++ b/docs/html/search/files_7.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_7.js b/docs/html/search/files_7.js index f3f7c143d..49b461c46 100644 --- a/docs/html/search/files_7.js +++ b/docs/html/search/files_7.js @@ -1,7 +1,7 @@ var searchData= [ - ['initialiseevolution_2eh_1127',['initialiseevolution.h',['../initialiseevolution_8h.html',1,'']]], - ['integrator_2eh_1128',['integrator.h',['../integrator_8h.html',1,'']]], - ['integrator2d_2eh_1129',['integrator2d.h',['../integrator2d_8h.html',1,'']]], - ['interpolator_2eh_1130',['interpolator.h',['../interpolator_8h.html',1,'']]] + ['initialiseevolution_2eh_1117',['initialiseevolution.h',['../initialiseevolution_8h.html',1,'']]], + ['integrator_2eh_1118',['integrator.h',['../integrator_8h.html',1,'']]], + ['integrator2d_2eh_1119',['integrator2d.h',['../integrator2d_8h.html',1,'']]], + ['interpolator_2eh_1120',['interpolator.h',['../interpolator_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_8.html b/docs/html/search/files_8.html index 11475a8e0..3df0f2fae 100644 --- a/docs/html/search/files_8.html +++ b/docs/html/search/files_8.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_8.js b/docs/html/search/files_8.js index 8a00f4b5e..d2e97723c 100644 --- a/docs/html/search/files_8.js +++ b/docs/html/search/files_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['kcs_2eh_1131',['kcs.h',['../kcs_8h.html',1,'']]] + ['kcs_2eh_1121',['kcs.h',['../kcs_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_9.html b/docs/html/search/files_9.html index 00dc14f39..52f8b6c07 100644 --- a/docs/html/search/files_9.html +++ b/docs/html/search/files_9.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_9.js b/docs/html/search/files_9.js index 7a37147df..563007a50 100644 --- a/docs/html/search/files_9.js +++ b/docs/html/search/files_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['lagrangeinterpolator_2eh_1132',['lagrangeinterpolator.h',['../lagrangeinterpolator_8h.html',1,'']]], - ['lhtoypdfs_2eh_1133',['lhtoypdfs.h',['../lhtoypdfs_8h.html',1,'']]] + ['lagrangeinterpolator_2eh_1122',['lagrangeinterpolator.h',['../lagrangeinterpolator_8h.html',1,'']]], + ['lhtoypdfs_2eh_1123',['lhtoypdfs.h',['../lhtoypdfs_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_a.html b/docs/html/search/files_a.html index 302e92346..11d4c117b 100644 --- a/docs/html/search/files_a.html +++ b/docs/html/search/files_a.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_a.js b/docs/html/search/files_a.js index 88b7d6d9e..b09c1e576 100644 --- a/docs/html/search/files_a.js +++ b/docs/html/search/files_a.js @@ -1,13 +1,13 @@ var searchData= [ - ['massivecoefficientfunctionsunp_5fsl_2eh_1134',['massivecoefficientfunctionsunp_sl.h',['../massivecoefficientfunctionsunp__sl_8h.html',1,'']]], - ['massivezerocoefficientfunctionsunp_5fsl_2eh_1135',['massivezerocoefficientfunctionsunp_sl.h',['../massivezerocoefficientfunctionsunp__sl_8h.html',1,'']]], - ['matchedevolution_2eh_1136',['matchedevolution.h',['../matchedevolution_8h.html',1,'']]], - ['matchingbasisqcd_2eh_1137',['matchingbasisqcd.h',['../matchingbasisqcd_8h.html',1,'']]], - ['matchingconditions_5fsl_2eh_1138',['matchingconditions_sl.h',['../matchingconditions__sl_8h.html',1,'']]], - ['matchingconditions_5ftl_2eh_1139',['matchingconditions_tl.h',['../matchingconditions__tl_8h.html',1,'']]], - ['matchingfunctionsff_2eh_1140',['matchingfunctionsff.h',['../matchingfunctionsff_8h.html',1,'']]], - ['matchingfunctionspdf_2eh_1141',['matchingfunctionspdf.h',['../matchingfunctionspdf_8h.html',1,'']]], - ['matrix_2eh_1142',['matrix.h',['../matrix_8h.html',1,'']]], - ['messages_2eh_1143',['messages.h',['../messages_8h.html',1,'']]] + ['massivecoefficientfunctionsunp_5fsl_2eh_1124',['massivecoefficientfunctionsunp_sl.h',['../massivecoefficientfunctionsunp__sl_8h.html',1,'']]], + ['massivezerocoefficientfunctionsunp_5fsl_2eh_1125',['massivezerocoefficientfunctionsunp_sl.h',['../massivezerocoefficientfunctionsunp__sl_8h.html',1,'']]], + ['matchedevolution_2eh_1126',['matchedevolution.h',['../matchedevolution_8h.html',1,'']]], + ['matchingbasisqcd_2eh_1127',['matchingbasisqcd.h',['../matchingbasisqcd_8h.html',1,'']]], + ['matchingconditions_5fsl_2eh_1128',['matchingconditions_sl.h',['../matchingconditions__sl_8h.html',1,'']]], + ['matchingconditions_5ftl_2eh_1129',['matchingconditions_tl.h',['../matchingconditions__tl_8h.html',1,'']]], + ['matchingfunctionsff_2eh_1130',['matchingfunctionsff.h',['../matchingfunctionsff_8h.html',1,'']]], + ['matchingfunctionspdf_2eh_1131',['matchingfunctionspdf.h',['../matchingfunctionspdf_8h.html',1,'']]], + ['matrix_2eh_1132',['matrix.h',['../matrix_8h.html',1,'']]], + ['messages_2eh_1133',['messages.h',['../messages_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_b.html b/docs/html/search/files_b.html index 670c5feb1..9fc83436a 100644 --- a/docs/html/search/files_b.html +++ b/docs/html/search/files_b.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_b.js b/docs/html/search/files_b.js index c49eb38a3..837e4a4cf 100644 --- a/docs/html/search/files_b.js +++ b/docs/html/search/files_b.js @@ -1,7 +1,8 @@ var searchData= [ - ['observable_2eh_1144',['observable.h',['../observable_8h.html',1,'']]], - ['ode_2eh_1145',['ode.h',['../ode_8h.html',1,'']]], - ['ogataquadrature_2eh_1146',['ogataquadrature.h',['../ogataquadrature_8h.html',1,'']]], - ['operator_2eh_1147',['operator.h',['../operator_8h.html',1,'']]] + ['observable_2eh_1134',['observable.h',['../observable_8h.html',1,'']]], + ['ode_2eh_1135',['ode.h',['../ode_8h.html',1,'']]], + ['ogataquadrature_2eh_1136',['ogataquadrature.h',['../ogataquadrature_8h.html',1,'']]], + ['operator_2eh_1137',['operator.h',['../operator_8h.html',1,'']]], + ['operatorgpd_2eh_1138',['operatorgpd.h',['../operatorgpd_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_c.html b/docs/html/search/files_c.html index 4401f5622..c266b4c25 100644 --- a/docs/html/search/files_c.html +++ b/docs/html/search/files_c.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_c.js b/docs/html/search/files_c.js index ddadfd019..1d8d12e91 100644 --- a/docs/html/search/files_c.js +++ b/docs/html/search/files_c.js @@ -1,4 +1,4 @@ var searchData= [ - ['qgrid_2eh_1148',['qgrid.h',['../qgrid_8h.html',1,'']]] + ['qgrid_2eh_1139',['qgrid.h',['../qgrid_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_d.html b/docs/html/search/files_d.html index 7c45b8750..d2ca3c1ca 100644 --- a/docs/html/search/files_d.html +++ b/docs/html/search/files_d.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_d.js b/docs/html/search/files_d.js index a157ee106..999acbe4c 100644 --- a/docs/html/search/files_d.js +++ b/docs/html/search/files_d.js @@ -1,5 +1,5 @@ var searchData= [ - ['readme_2emd_1149',['README.md',['../README_8md.html',1,'']]], - ['rotations_2eh_1150',['rotations.h',['../rotations_8h.html',1,'']]] + ['readme_2emd_1140',['README.md',['../README_8md.html',1,'']]], + ['rotations_2eh_1141',['rotations.h',['../rotations_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_e.html b/docs/html/search/files_e.html index 8ae527097..9df411672 100644 --- a/docs/html/search/files_e.html +++ b/docs/html/search/files_e.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_e.js b/docs/html/search/files_e.js index a8a9c8054..68b99d81c 100644 --- a/docs/html/search/files_e.js +++ b/docs/html/search/files_e.js @@ -1,12 +1,12 @@ var searchData= [ - ['set_2eh_1151',['set.h',['../set_8h.html',1,'']]], - ['specialfunctions_2eh_1152',['specialfunctions.h',['../specialfunctions_8h.html',1,'']]], - ['splittingfunctionspol_5fsl_2eh_1153',['splittingfunctionspol_sl.h',['../splittingfunctionspol__sl_8h.html',1,'']]], - ['splittingfunctionstrans_5fsl_2eh_1154',['splittingfunctionstrans_sl.h',['../splittingfunctionstrans__sl_8h.html',1,'']]], - ['splittingfunctionstrans_5ftl_2eh_1155',['splittingfunctionstrans_tl.h',['../splittingfunctionstrans__tl_8h.html',1,'']]], - ['splittingfunctionsunp_5fsl_2eh_1156',['splittingfunctionsunp_sl.h',['../splittingfunctionsunp__sl_8h.html',1,'']]], - ['splittingfunctionsunp_5ftl_2eh_1157',['splittingfunctionsunp_tl.h',['../splittingfunctionsunp__tl_8h.html',1,'']]], - ['structurefunctionbuilder_2eh_1158',['structurefunctionbuilder.h',['../structurefunctionbuilder_8h.html',1,'']]], - ['subgrid_2eh_1159',['subgrid.h',['../subgrid_8h.html',1,'']]] + ['set_2eh_1142',['set.h',['../set_8h.html',1,'']]], + ['specialfunctions_2eh_1143',['specialfunctions.h',['../specialfunctions_8h.html',1,'']]], + ['splittingfunctionspol_5fsl_2eh_1144',['splittingfunctionspol_sl.h',['../splittingfunctionspol__sl_8h.html',1,'']]], + ['splittingfunctionstrans_5fsl_2eh_1145',['splittingfunctionstrans_sl.h',['../splittingfunctionstrans__sl_8h.html',1,'']]], + ['splittingfunctionstrans_5ftl_2eh_1146',['splittingfunctionstrans_tl.h',['../splittingfunctionstrans__tl_8h.html',1,'']]], + ['splittingfunctionsunp_5fsl_2eh_1147',['splittingfunctionsunp_sl.h',['../splittingfunctionsunp__sl_8h.html',1,'']]], + ['splittingfunctionsunp_5ftl_2eh_1148',['splittingfunctionsunp_tl.h',['../splittingfunctionsunp__tl_8h.html',1,'']]], + ['structurefunctionbuilder_2eh_1149',['structurefunctionbuilder.h',['../structurefunctionbuilder_8h.html',1,'']]], + ['subgrid_2eh_1150',['subgrid.h',['../subgrid_8h.html',1,'']]] ]; diff --git a/docs/html/search/files_f.html b/docs/html/search/files_f.html index d1dea3ea9..f75258bb5 100644 --- a/docs/html/search/files_f.html +++ b/docs/html/search/files_f.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/files_f.js b/docs/html/search/files_f.js index 53283c2f5..7cac8aed7 100644 --- a/docs/html/search/files_f.js +++ b/docs/html/search/files_f.js @@ -1,8 +1,8 @@ var searchData= [ - ['tabulateobject_2eh_1160',['tabulateobject.h',['../tabulateobject_8h.html',1,'']]], - ['timer_2eh_1161',['timer.h',['../timer_8h.html',1,'']]], - ['tmdbuilder_2eh_1162',['tmdbuilder.h',['../tmdbuilder_8h.html',1,'']]], - ['tools_2eh_1163',['tools.h',['../tools_8h.html',1,'']]], - ['twobodyphasespace_2eh_1164',['twobodyphasespace.h',['../twobodyphasespace_8h.html',1,'']]] + ['tabulateobject_2eh_1151',['tabulateobject.h',['../tabulateobject_8h.html',1,'']]], + ['timer_2eh_1152',['timer.h',['../timer_8h.html',1,'']]], + ['tmdbuilder_2eh_1153',['tmdbuilder.h',['../tmdbuilder_8h.html',1,'']]], + ['tools_2eh_1154',['tools.h',['../tools_8h.html',1,'']]], + ['twobodyphasespace_2eh_1155',['twobodyphasespace.h',['../twobodyphasespace_8h.html',1,'']]] ]; diff --git a/docs/html/search/functions_0.html b/docs/html/search/functions_0.html index 2057bad53..eb4c5014c 100644 --- a/docs/html/search/functions_0.html +++ b/docs/html/search/functions_0.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_0.js b/docs/html/search/functions_0.js index 5c413411d..23f2f6b6a 100644 --- a/docs/html/search/functions_0.js +++ b/docs/html/search/functions_0.js @@ -1,36 +1,36 @@ var searchData= [ - ['addterm_1169',['AddTerm',['../classapfel_1_1DoubleObject.html#a2ac7b068262482662cde7df4f622be1c',1,'apfel::DoubleObject']]], - ['alphaqcd_1170',['AlphaQCD',['../classapfel_1_1AlphaQCD.html#a0f889c48832a95ae7d4ab2ccd9ebf5fc',1,'apfel::AlphaQCD::AlphaQCD()=delete'],['../classapfel_1_1AlphaQCD.html#a163fab31011d43c2359a6ddb14a3769d',1,'apfel::AlphaQCD::AlphaQCD(double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, std::vector< double > const &Thresholds, int const &pt, int const &nsteps=10)'],['../classapfel_1_1AlphaQCD.html#a738cc34c5e18055999b8062807a3df61',1,'apfel::AlphaQCD::AlphaQCD(double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, int const &pt, int const &nsteps=10)']]], - ['alphaqed_1171',['AlphaQED',['../classapfel_1_1AlphaQED.html#ab93a7bd2e8f912a6d33a2ff2238eeab8',1,'apfel::AlphaQED::AlphaQED()=delete'],['../classapfel_1_1AlphaQED.html#a9ed98a29d1ee1953bbf11875798aaad8',1,'apfel::AlphaQED::AlphaQED(double const &AlphaRef, double const &MuRef, std::vector< double > const &LeptThresholds, std::vector< double > const &QuarkThresholds, int const &pt, int const &nsteps=10)']]], - ['alphas_1172',['Alphas',['../classapfel_1_1InitialiseEvolution.html#a2259ee7383d7f414c214e33934520d7b',1,'apfel::InitialiseEvolution']]], - ['ans2qqh_5f0_1173',['ANS2qqH_0',['../classapfel_1_1ANS2qqH__0.html#a7f06a7bdfa20f6d2312bb2000d800fae',1,'apfel::ANS2qqH_0']]], - ['ans2qqh_5fl_1174',['ANS2qqH_L',['../classapfel_1_1ANS2qqH__L.html#aa1875f0ab6b0c3e35f11bb6a7857ecbb',1,'apfel::ANS2qqH_L']]], - ['ans2qqh_5fl2_1175',['ANS2qqH_L2',['../classapfel_1_1ANS2qqH__L2.html#a69b5505b846218ce78de53465113fc4a',1,'apfel::ANS2qqH_L2']]], - ['apf_5fhplog_5f_1176',['apf_hplog_',['../namespaceapfel.html#aa1685c13685dacd7387aa325c786678b',1,'apfel']]], - ['aps2hq_5f0_1177',['APS2Hq_0',['../classapfel_1_1APS2Hq__0.html#abd408800a0a802fd26ca2b2143ebf0f9',1,'apfel::APS2Hq_0']]], - ['aps2hq_5fl_1178',['APS2Hq_L',['../classapfel_1_1APS2Hq__L.html#a85671188bddafc9741f9d9681b34c930',1,'apfel::APS2Hq_L']]], - ['aps2hq_5fl2_1179',['APS2Hq_L2',['../classapfel_1_1APS2Hq__L2.html#a94dbb54203367bd0335ca6474e21dcb0',1,'apfel::APS2Hq_L2']]], - ['as1ggh_5fl_1180',['AS1ggH_L',['../classapfel_1_1AS1ggH__L.html#a24e2235b77eb79c01aada58bd43a3a83',1,'apfel::AS1ggH_L']]], - ['as1gh_5f0_1181',['AS1gH_0',['../classapfel_1_1AS1gH__0.html#ac36a184d1bb3d41ed212793d84ff4a07',1,'apfel::AS1gH_0']]], - ['as1gh_5fl_1182',['AS1gH_L',['../classapfel_1_1AS1gH__L.html#ab995dba63d4c013c0c9df68eadd51106',1,'apfel::AS1gH_L']]], - ['as1hg_5fl_1183',['AS1Hg_L',['../classapfel_1_1AS1Hg__L.html#a6d79b9926cad371087c6ecf5835b3c08',1,'apfel::AS1Hg_L']]], - ['as1hh_5f0_1184',['AS1HH_0',['../classapfel_1_1AS1HH__0.html#a5ccebdc5286eaae99f69d8175fea7759',1,'apfel::AS1HH_0']]], - ['as1hh_5fl_1185',['AS1HH_L',['../classapfel_1_1AS1HH__L.html#aa135990338e511094980da5c47661ea2',1,'apfel::AS1HH_L']]], - ['as2ggh_5f0_1186',['AS2ggH_0',['../classapfel_1_1AS2ggH__0.html#ae6e7932e26837e55588a99a551889fcd',1,'apfel::AS2ggH_0']]], - ['as2ggh_5fl_1187',['AS2ggH_L',['../classapfel_1_1AS2ggH__L.html#a69524933fa812be755ec34d36fd4020d',1,'apfel::AS2ggH_L']]], - ['as2ggh_5fl2_1188',['AS2ggH_L2',['../classapfel_1_1AS2ggH__L2.html#aa718c5aa3ad45bbe2cb414a2e5dd9d2b',1,'apfel::AS2ggH_L2']]], - ['as2gqh_5f0_1189',['AS2gqH_0',['../classapfel_1_1AS2gqH__0.html#a6e431334e4e8855b26596cb1d8ecdefd',1,'apfel::AS2gqH_0']]], - ['as2gqh_5fl_1190',['AS2gqH_L',['../classapfel_1_1AS2gqH__L.html#a75358553ae840621f499f183fa865181',1,'apfel::AS2gqH_L']]], - ['as2gqh_5fl2_1191',['AS2gqH_L2',['../classapfel_1_1AS2gqH__L2.html#a64237ed3809be34db0ba6b3a3c33f2db',1,'apfel::AS2gqH_L2']]], - ['as2hg_5f0_1192',['AS2Hg_0',['../classapfel_1_1AS2Hg__0.html#aa152ce14af12820bba9db799534a4f81',1,'apfel::AS2Hg_0']]], - ['as2hg_5fl_1193',['AS2Hg_L',['../classapfel_1_1AS2Hg__L.html#ad11f30c885b25af81dd5c19c560aeafc',1,'apfel::AS2Hg_L']]], - ['as2hg_5fl2_1194',['AS2Hg_L2',['../classapfel_1_1AS2Hg__L2.html#a721f5cf079401411024f53ba8853a1dc',1,'apfel::AS2Hg_L2']]], - ['at_1195',['at',['../classapfel_1_1Set.html#adc221d1fbd6323776a3c07408db8bd24',1,'apfel::Set']]], - ['ats1ggh_5fl_1196',['ATS1ggH_L',['../classapfel_1_1ATS1ggH__L.html#aba4a13b412096f5373ecfc7458604a0e',1,'apfel::ATS1ggH_L']]], - ['ats1gh_5fl_1197',['ATS1gH_L',['../classapfel_1_1ATS1gH__L.html#ad13b5d5415da6146f84cce8ab2858f21',1,'apfel::ATS1gH_L']]], - ['ats1hg_5f0_1198',['ATS1Hg_0',['../classapfel_1_1ATS1Hg__0.html#af0bc70ef0a38e4987b310cf76168401d',1,'apfel::ATS1Hg_0']]], - ['ats1hg_5fl_1199',['ATS1Hg_L',['../classapfel_1_1ATS1Hg__L.html#a1d77f2b6ec7a295b5cfed2f3e1eeb25c',1,'apfel::ATS1Hg_L']]], - ['ats1hh_5f0_1200',['ATS1HH_0',['../classapfel_1_1ATS1HH__0.html#ab6d383f01e77d294bbcc267c51523181',1,'apfel::ATS1HH_0']]], - ['ats1hh_5fl_1201',['ATS1HH_L',['../classapfel_1_1ATS1HH__L.html#af3fd428cc64c5ef0508119180385bc09',1,'apfel::ATS1HH_L']]] + ['addterm_1160',['AddTerm',['../classapfel_1_1DoubleObject.html#a2ac7b068262482662cde7df4f622be1c',1,'apfel::DoubleObject']]], + ['alphaqcd_1161',['AlphaQCD',['../classapfel_1_1AlphaQCD.html#a0f889c48832a95ae7d4ab2ccd9ebf5fc',1,'apfel::AlphaQCD::AlphaQCD()=delete'],['../classapfel_1_1AlphaQCD.html#a163fab31011d43c2359a6ddb14a3769d',1,'apfel::AlphaQCD::AlphaQCD(double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, std::vector< double > const &Thresholds, int const &pt, int const &nsteps=10)'],['../classapfel_1_1AlphaQCD.html#a738cc34c5e18055999b8062807a3df61',1,'apfel::AlphaQCD::AlphaQCD(double const &AlphaRef, double const &MuRef, std::vector< double > const &Masses, int const &pt, int const &nsteps=10)']]], + ['alphaqed_1162',['AlphaQED',['../classapfel_1_1AlphaQED.html#ab93a7bd2e8f912a6d33a2ff2238eeab8',1,'apfel::AlphaQED::AlphaQED()=delete'],['../classapfel_1_1AlphaQED.html#a9ed98a29d1ee1953bbf11875798aaad8',1,'apfel::AlphaQED::AlphaQED(double const &AlphaRef, double const &MuRef, std::vector< double > const &LeptThresholds, std::vector< double > const &QuarkThresholds, int const &pt, int const &nsteps=10)']]], + ['alphas_1163',['Alphas',['../classapfel_1_1InitialiseEvolution.html#a2259ee7383d7f414c214e33934520d7b',1,'apfel::InitialiseEvolution']]], + ['ans2qqh_5f0_1164',['ANS2qqH_0',['../classapfel_1_1ANS2qqH__0.html#a7f06a7bdfa20f6d2312bb2000d800fae',1,'apfel::ANS2qqH_0']]], + ['ans2qqh_5fl_1165',['ANS2qqH_L',['../classapfel_1_1ANS2qqH__L.html#aa1875f0ab6b0c3e35f11bb6a7857ecbb',1,'apfel::ANS2qqH_L']]], + ['ans2qqh_5fl2_1166',['ANS2qqH_L2',['../classapfel_1_1ANS2qqH__L2.html#a69b5505b846218ce78de53465113fc4a',1,'apfel::ANS2qqH_L2']]], + ['apf_5fhplog_5f_1167',['apf_hplog_',['../namespaceapfel.html#aa1685c13685dacd7387aa325c786678b',1,'apfel']]], + ['aps2hq_5f0_1168',['APS2Hq_0',['../classapfel_1_1APS2Hq__0.html#abd408800a0a802fd26ca2b2143ebf0f9',1,'apfel::APS2Hq_0']]], + ['aps2hq_5fl_1169',['APS2Hq_L',['../classapfel_1_1APS2Hq__L.html#a85671188bddafc9741f9d9681b34c930',1,'apfel::APS2Hq_L']]], + ['aps2hq_5fl2_1170',['APS2Hq_L2',['../classapfel_1_1APS2Hq__L2.html#a94dbb54203367bd0335ca6474e21dcb0',1,'apfel::APS2Hq_L2']]], + ['as1ggh_5fl_1171',['AS1ggH_L',['../classapfel_1_1AS1ggH__L.html#a24e2235b77eb79c01aada58bd43a3a83',1,'apfel::AS1ggH_L']]], + ['as1gh_5f0_1172',['AS1gH_0',['../classapfel_1_1AS1gH__0.html#ac36a184d1bb3d41ed212793d84ff4a07',1,'apfel::AS1gH_0']]], + ['as1gh_5fl_1173',['AS1gH_L',['../classapfel_1_1AS1gH__L.html#ab995dba63d4c013c0c9df68eadd51106',1,'apfel::AS1gH_L']]], + ['as1hg_5fl_1174',['AS1Hg_L',['../classapfel_1_1AS1Hg__L.html#a6d79b9926cad371087c6ecf5835b3c08',1,'apfel::AS1Hg_L']]], + ['as1hh_5f0_1175',['AS1HH_0',['../classapfel_1_1AS1HH__0.html#a5ccebdc5286eaae99f69d8175fea7759',1,'apfel::AS1HH_0']]], + ['as1hh_5fl_1176',['AS1HH_L',['../classapfel_1_1AS1HH__L.html#aa135990338e511094980da5c47661ea2',1,'apfel::AS1HH_L']]], + ['as2ggh_5f0_1177',['AS2ggH_0',['../classapfel_1_1AS2ggH__0.html#ae6e7932e26837e55588a99a551889fcd',1,'apfel::AS2ggH_0']]], + ['as2ggh_5fl_1178',['AS2ggH_L',['../classapfel_1_1AS2ggH__L.html#a69524933fa812be755ec34d36fd4020d',1,'apfel::AS2ggH_L']]], + ['as2ggh_5fl2_1179',['AS2ggH_L2',['../classapfel_1_1AS2ggH__L2.html#aa718c5aa3ad45bbe2cb414a2e5dd9d2b',1,'apfel::AS2ggH_L2']]], + ['as2gqh_5f0_1180',['AS2gqH_0',['../classapfel_1_1AS2gqH__0.html#a6e431334e4e8855b26596cb1d8ecdefd',1,'apfel::AS2gqH_0']]], + ['as2gqh_5fl_1181',['AS2gqH_L',['../classapfel_1_1AS2gqH__L.html#a75358553ae840621f499f183fa865181',1,'apfel::AS2gqH_L']]], + ['as2gqh_5fl2_1182',['AS2gqH_L2',['../classapfel_1_1AS2gqH__L2.html#a64237ed3809be34db0ba6b3a3c33f2db',1,'apfel::AS2gqH_L2']]], + ['as2hg_5f0_1183',['AS2Hg_0',['../classapfel_1_1AS2Hg__0.html#aa152ce14af12820bba9db799534a4f81',1,'apfel::AS2Hg_0']]], + ['as2hg_5fl_1184',['AS2Hg_L',['../classapfel_1_1AS2Hg__L.html#ad11f30c885b25af81dd5c19c560aeafc',1,'apfel::AS2Hg_L']]], + ['as2hg_5fl2_1185',['AS2Hg_L2',['../classapfel_1_1AS2Hg__L2.html#a721f5cf079401411024f53ba8853a1dc',1,'apfel::AS2Hg_L2']]], + ['at_1186',['at',['../classapfel_1_1Set.html#adc221d1fbd6323776a3c07408db8bd24',1,'apfel::Set']]], + ['ats1ggh_5fl_1187',['ATS1ggH_L',['../classapfel_1_1ATS1ggH__L.html#aba4a13b412096f5373ecfc7458604a0e',1,'apfel::ATS1ggH_L']]], + ['ats1gh_5fl_1188',['ATS1gH_L',['../classapfel_1_1ATS1gH__L.html#ad13b5d5415da6146f84cce8ab2858f21',1,'apfel::ATS1gH_L']]], + ['ats1hg_5f0_1189',['ATS1Hg_0',['../classapfel_1_1ATS1Hg__0.html#af0bc70ef0a38e4987b310cf76168401d',1,'apfel::ATS1Hg_0']]], + ['ats1hg_5fl_1190',['ATS1Hg_L',['../classapfel_1_1ATS1Hg__L.html#a1d77f2b6ec7a295b5cfed2f3e1eeb25c',1,'apfel::ATS1Hg_L']]], + ['ats1hh_5f0_1191',['ATS1HH_0',['../classapfel_1_1ATS1HH__0.html#ab6d383f01e77d294bbcc267c51523181',1,'apfel::ATS1HH_0']]], + ['ats1hh_5fl_1192',['ATS1HH_L',['../classapfel_1_1ATS1HH__L.html#af3fd428cc64c5ef0508119180385bc09',1,'apfel::ATS1HH_L']]] ]; diff --git a/docs/html/search/functions_1.html b/docs/html/search/functions_1.html index b83011856..ef4088b89 100644 --- a/docs/html/search/functions_1.html +++ b/docs/html/search/functions_1.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_1.js b/docs/html/search/functions_1.js index 76b61be1f..2ff8faa51 100644 --- a/docs/html/search/functions_1.js +++ b/docs/html/search/functions_1.js @@ -1,17 +1,17 @@ var searchData= [ - ['banner_1202',['Banner',['../namespaceapfel.html#a4c2d1010b19712c8c950c6aed5db7c98',1,'apfel']]], - ['begin_1203',['begin',['../classapfel_1_1ExtendedVector.html#a782968defec5e1a2281dff12134d0369',1,'apfel::ExtendedVector::begin()'],['../classapfel_1_1ExtendedVector.html#ae570df688c330c6f05b301e424f06b97',1,'apfel::ExtendedVector::begin() const']]], - ['beta0qcd_1204',['beta0qcd',['../namespaceapfel.html#aec59defd4efa5b0cab6b297994a81d13',1,'apfel']]], - ['beta0qed_1205',['beta0qed',['../namespaceapfel.html#ae95ebb55b1718733aa14d879062e362f',1,'apfel']]], - ['beta1qcd_1206',['beta1qcd',['../namespaceapfel.html#a4a86e6e6ee467f4315ec98163bf1c483',1,'apfel']]], - ['beta1qed_1207',['beta1qed',['../namespaceapfel.html#aed080a12594e6a5af37ae5a07912df5e',1,'apfel']]], - ['beta2qcd_1208',['beta2qcd',['../namespaceapfel.html#a246c7375cddb32ed53ee4f1a79836569',1,'apfel']]], - ['beta3qcd_1209',['beta3qcd',['../namespaceapfel.html#a780121c6acabc585bf2f16d992ec6dab',1,'apfel']]], - ['betaqcd_1210',['betaQCD',['../classapfel_1_1AlphaQCD.html#a8399fbe2c22eedd5c27d5c11304ce543',1,'apfel::AlphaQCD']]], - ['betaqed_1211',['betaQED',['../classapfel_1_1AlphaQED.html#a4122cc72eab4a7343e33edbdf45407d9',1,'apfel::AlphaQED']]], - ['builddglap_1212',['BuildDglap',['../namespaceapfel.html#ad66196392cf742bfd93e1faeedaf3e0b',1,'apfel::BuildDglap(std::map< int, DglapObjects > const &DglapObj, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &MuRef, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, int const &nsteps=10)'],['../namespaceapfel.html#ad827529766bae9922f962aadf3c2fc87',1,'apfel::BuildDglap(std::map< int, DglapObjects > const &DglapObj, double const &MuRef, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, int const &nsteps=10)']]], - ['buildstructurefunctions_1213',['BuildStructureFunctions',['../namespaceapfel.html#ae22702976343188c62e6f4091327e4b7',1,'apfel::BuildStructureFunctions(std::function< StructureFunctionObjects(double const &, std::vector< double > const &)> const &FObj, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, std::function< std::vector< double >(double const &)> const &Couplings)'],['../namespaceapfel.html#acedbfdfb70af4a407196fdbde401b1c9',1,'apfel::BuildStructureFunctions(std::function< StructureFunctionObjects(double const &, std::vector< double > const &)> const &FObj, std::function< double(int const &, double const &, double const &)> const &InDistFunc, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, std::function< std::vector< double >(double const &)> const &Couplings)'],['../namespaceapfel.html#a4c9df05ce2e5d1d735ea049ee6a9b86e',1,'apfel::BuildStructureFunctions(StructureFunctionObjects const &FObjQ, std::map< int, Distribution > const &InDistFuncQ, int const &PerturbativeOrder, double const &AlphasQ, int const &k)'],['../namespaceapfel.html#aa924d94953e43a0f48368142e116dc1c',1,'apfel::BuildStructureFunctions(StructureFunctionObjects const &FObjQ, std::map< int, Distribution > const &InDistFuncQ, int const &PerturbativeOrder, double const &AlphasQ)']]], - ['buildtmdffs_1214',['BuildTmdFFs',['../namespaceapfel.html#a195e9f97f0d61dfa5ac32da21c104ffa',1,'apfel']]], - ['buildtmdpdfs_1215',['BuildTmdPDFs',['../namespaceapfel.html#a04a2214395f5d5001f747b8f3ee9d897',1,'apfel']]] + ['banner_1193',['Banner',['../namespaceapfel.html#a4c2d1010b19712c8c950c6aed5db7c98',1,'apfel']]], + ['begin_1194',['begin',['../classapfel_1_1ExtendedVector.html#a782968defec5e1a2281dff12134d0369',1,'apfel::ExtendedVector::begin()'],['../classapfel_1_1ExtendedVector.html#ae570df688c330c6f05b301e424f06b97',1,'apfel::ExtendedVector::begin() const']]], + ['beta0qcd_1195',['beta0qcd',['../namespaceapfel.html#aec59defd4efa5b0cab6b297994a81d13',1,'apfel']]], + ['beta0qed_1196',['beta0qed',['../namespaceapfel.html#ae95ebb55b1718733aa14d879062e362f',1,'apfel']]], + ['beta1qcd_1197',['beta1qcd',['../namespaceapfel.html#a4a86e6e6ee467f4315ec98163bf1c483',1,'apfel']]], + ['beta1qed_1198',['beta1qed',['../namespaceapfel.html#aed080a12594e6a5af37ae5a07912df5e',1,'apfel']]], + ['beta2qcd_1199',['beta2qcd',['../namespaceapfel.html#a246c7375cddb32ed53ee4f1a79836569',1,'apfel']]], + ['beta3qcd_1200',['beta3qcd',['../namespaceapfel.html#a780121c6acabc585bf2f16d992ec6dab',1,'apfel']]], + ['betaqcd_1201',['betaQCD',['../classapfel_1_1AlphaQCD.html#a8399fbe2c22eedd5c27d5c11304ce543',1,'apfel::AlphaQCD']]], + ['betaqed_1202',['betaQED',['../classapfel_1_1AlphaQED.html#a4122cc72eab4a7343e33edbdf45407d9',1,'apfel::AlphaQED']]], + ['builddglap_1203',['BuildDglap',['../namespaceapfel.html#ad66196392cf742bfd93e1faeedaf3e0b',1,'apfel::BuildDglap(std::map< int, DglapObjects > const &DglapObj, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &MuRef, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, int const &nsteps=10)'],['../namespaceapfel.html#ad827529766bae9922f962aadf3c2fc87',1,'apfel::BuildDglap(std::map< int, DglapObjects > const &DglapObj, double const &MuRef, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, int const &nsteps=10)'],['../namespaceapfel.html#a6932c89112eac9fb319fcfdc5c0978a5',1,'apfel::BuildDglap(std::function< DglapObjects(double const &)> const &DglapObj, std::vector< double > const &Thresholds, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &MuRef, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, int const &nsteps=10)']]], + ['buildstructurefunctions_1204',['BuildStructureFunctions',['../namespaceapfel.html#ae22702976343188c62e6f4091327e4b7',1,'apfel::BuildStructureFunctions(std::function< StructureFunctionObjects(double const &, std::vector< double > const &)> const &FObj, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, std::function< std::vector< double >(double const &)> const &Couplings)'],['../namespaceapfel.html#acedbfdfb70af4a407196fdbde401b1c9',1,'apfel::BuildStructureFunctions(std::function< StructureFunctionObjects(double const &, std::vector< double > const &)> const &FObj, std::function< double(int const &, double const &, double const &)> const &InDistFunc, int const &PerturbativeOrder, std::function< double(double const &)> const &Alphas, std::function< std::vector< double >(double const &)> const &Couplings)'],['../namespaceapfel.html#a4c9df05ce2e5d1d735ea049ee6a9b86e',1,'apfel::BuildStructureFunctions(StructureFunctionObjects const &FObjQ, std::map< int, Distribution > const &InDistFuncQ, int const &PerturbativeOrder, double const &AlphasQ, int const &k)'],['../namespaceapfel.html#aa924d94953e43a0f48368142e116dc1c',1,'apfel::BuildStructureFunctions(StructureFunctionObjects const &FObjQ, std::map< int, Distribution > const &InDistFuncQ, int const &PerturbativeOrder, double const &AlphasQ)']]], + ['buildtmdffs_1205',['BuildTmdFFs',['../namespaceapfel.html#a195e9f97f0d61dfa5ac32da21c104ffa',1,'apfel']]], + ['buildtmdpdfs_1206',['BuildTmdPDFs',['../namespaceapfel.html#a04a2214395f5d5001f747b8f3ee9d897',1,'apfel']]] ]; diff --git a/docs/html/search/functions_10.html b/docs/html/search/functions_10.html index 5d4fac13a..1bdc12572 100644 --- a/docs/html/search/functions_10.html +++ b/docs/html/search/functions_10.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_10.js b/docs/html/search/functions_10.js index 06aa2900d..f938260f0 100644 --- a/docs/html/search/functions_10.js +++ b/docs/html/search/functions_10.js @@ -1,8 +1,8 @@ var searchData= [ - ['qcdevtophys_1574',['QCDEvToPhys',['../namespaceapfel.html#ad76927a1e32317b53521d5a23396954d',1,'apfel::QCDEvToPhys(std::map< int, double > const &QCDEvMap)'],['../namespaceapfel.html#a5994d25259a42b0eac53c4785602a7ce',1,'apfel::QCDEvToPhys(std::map< int, Distribution > const &QCDEvMap)'],['../namespaceapfel.html#ae880a5fcf92d056c294f003accfb08ef',1,'apfel::QCDEvToPhys(std::map< int, Operator > const &QCDEvMap)']]], - ['qgrid_1575',['QGrid',['../classapfel_1_1QGrid.html#a29217afc5663b54d611dc307700e32da',1,'apfel::QGrid::QGrid()=delete'],['../classapfel_1_1QGrid.html#a237fbe86ce7780636cdeb60d9f51d5e4',1,'apfel::QGrid::QGrid(int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, std::function< double(double const &)> const &TabFunc, std::function< double(double const &)> const &InvTabFunc)'],['../classapfel_1_1QGrid.html#ad79a908a9bd73bcd0c2cc00a5f47bd7e',1,'apfel::QGrid::QGrid(int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, double const &Lambda=0.25)'],['../classapfel_1_1QGrid.html#aa25abb29b9bc72b7aeb5d6e025a1d9c4',1,'apfel::QGrid::QGrid(std::vector< double > const &Qg, int const &InterDegree)']]], - ['qmax_1576',['QMax',['../classapfel_1_1QGrid.html#acd4156e722cbdc155f32d54ecc7432c0',1,'apfel::QGrid']]], - ['qmin_1577',['QMin',['../classapfel_1_1QGrid.html#a0a1450c5d3c7988817a9302953437aea',1,'apfel::QGrid']]], - ['quarkevolutionfactor_1578',['QuarkEvolutionFactor',['../namespaceapfel.html#ae15bd917c13625f7510f0da9ad232d50',1,'apfel']]] + ['qcdevtophys_1565',['QCDEvToPhys',['../namespaceapfel.html#ad76927a1e32317b53521d5a23396954d',1,'apfel::QCDEvToPhys(std::map< int, double > const &QCDEvMap)'],['../namespaceapfel.html#a5994d25259a42b0eac53c4785602a7ce',1,'apfel::QCDEvToPhys(std::map< int, Distribution > const &QCDEvMap)'],['../namespaceapfel.html#ae880a5fcf92d056c294f003accfb08ef',1,'apfel::QCDEvToPhys(std::map< int, Operator > const &QCDEvMap)']]], + ['qgrid_1566',['QGrid',['../classapfel_1_1QGrid.html#a29217afc5663b54d611dc307700e32da',1,'apfel::QGrid::QGrid()=delete'],['../classapfel_1_1QGrid.html#a237fbe86ce7780636cdeb60d9f51d5e4',1,'apfel::QGrid::QGrid(int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, std::function< double(double const &)> const &TabFunc, std::function< double(double const &)> const &InvTabFunc)'],['../classapfel_1_1QGrid.html#ad79a908a9bd73bcd0c2cc00a5f47bd7e',1,'apfel::QGrid::QGrid(int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, double const &Lambda=0.25)'],['../classapfel_1_1QGrid.html#aa25abb29b9bc72b7aeb5d6e025a1d9c4',1,'apfel::QGrid::QGrid(std::vector< double > const &Qg, int const &InterDegree)']]], + ['qmax_1567',['QMax',['../classapfel_1_1QGrid.html#acd4156e722cbdc155f32d54ecc7432c0',1,'apfel::QGrid']]], + ['qmin_1568',['QMin',['../classapfel_1_1QGrid.html#a0a1450c5d3c7988817a9302953437aea',1,'apfel::QGrid']]], + ['quarkevolutionfactor_1569',['QuarkEvolutionFactor',['../namespaceapfel.html#ae15bd917c13625f7510f0da9ad232d50',1,'apfel']]] ]; diff --git a/docs/html/search/functions_11.html b/docs/html/search/functions_11.html index f9673ae23..188076ef2 100644 --- a/docs/html/search/functions_11.html +++ b/docs/html/search/functions_11.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_11.js b/docs/html/search/functions_11.js index 086ca3b9c..21e7d8123 100644 --- a/docs/html/search/functions_11.js +++ b/docs/html/search/functions_11.js @@ -1,9 +1,9 @@ var searchData= [ - ['regular_1579',['Regular',['../classapfel_1_1Expression.html#aef54ac003702b1cc7d2d573c484d76a1',1,'apfel::Expression::Regular()'],['../classapfel_1_1Pgpd0qgDGLAP.html#ad361e282e94ec9232438f8c3e543b95f',1,'apfel::Pgpd0qgDGLAP::Regular()'],['../classapfel_1_1Pgpd0qgERBL.html#aee038bda2cb795d869b311c0973f6d7d',1,'apfel::Pgpd0qgERBL::Regular()'],['../classapfel_1_1Pgpd0gqDGLAP.html#a5e36e737127c888f88a29d9594cf8004',1,'apfel::Pgpd0gqDGLAP::Regular()'],['../classapfel_1_1Pgpd0gqERBL.html#adbd5103bcb46d769985b872878c20d2c',1,'apfel::Pgpd0gqERBL::Regular()'],['../classapfel_1_1Pgpd0ggDGLAP.html#ab4c6b891d6b861b7a24d28369d1941bc',1,'apfel::Pgpd0ggDGLAP::Regular()'],['../classapfel_1_1Pgpd0ggERBL.html#acea4b1bceaefc1eecd8df6608e5cacb3',1,'apfel::Pgpd0ggERBL::Regular()'],['../classapfel_1_1Cm21gNC.html#af1089a515c17a9ab3c0409da1badd29a',1,'apfel::Cm21gNC::Regular()'],['../classapfel_1_1CmL1gNC.html#a40460ff0bcb6ce902f318544c935ce78',1,'apfel::CmL1gNC::Regular()'],['../classapfel_1_1Cm22nsNC.html#a563415ba4e88c337eac67bd9505df3d6',1,'apfel::Cm22nsNC::Regular()'],['../classapfel_1_1CmL2nsNC.html#a81511e34025125540d747d640fa4d95a',1,'apfel::CmL2nsNC::Regular()'],['../classapfel_1_1Cm22gNC.html#a493870b97bab0ec54db28e0983c0ddda',1,'apfel::Cm22gNC::Regular()'],['../classapfel_1_1CmL2gNC.html#a4d997da52af43515d86ad0d569df09df',1,'apfel::CmL2gNC::Regular()'],['../classapfel_1_1Cm22psNC.html#ad7fcab22c9728be5a012f4027400ee2d',1,'apfel::Cm22psNC::Regular()'],['../classapfel_1_1CmL2psNC.html#a82de2a9fea6e3b46c586b85c0acaadc9',1,'apfel::CmL2psNC::Regular()'],['../classapfel_1_1Cm22bargNC.html#a9e0ec9c378687a501c827d48fe4c62f7',1,'apfel::Cm22bargNC::Regular()'],['../classapfel_1_1CmL2bargNC.html#ab55be2b321344847bec82ba2268d2341',1,'apfel::CmL2bargNC::Regular()'],['../classapfel_1_1Cm22barpsNC.html#a40f01bed4a8866824c55d424cf2727ed',1,'apfel::Cm22barpsNC::Regular()'],['../classapfel_1_1CmL2barpsNC.html#ae3683c2df320c3a50546c8bc3e8ed647',1,'apfel::CmL2barpsNC::Regular()'],['../classapfel_1_1Cm021gNC__c.html#a20166f4edfae9d7c8f0381ee58aabd42',1,'apfel::Cm021gNC_c::Regular()'],['../classapfel_1_1Cm021gNC__l.html#a83f936f0eaec42b585c299b30c973af3',1,'apfel::Cm021gNC_l::Regular()'],['../classapfel_1_1Cm0L1gNC__c.html#a8e796f53c991814fe78d8d4445a74332',1,'apfel::Cm0L1gNC_c::Regular()'],['../classapfel_1_1Cm022nsNC__c.html#a68e3855662f819959672b250d7e62ea0',1,'apfel::Cm022nsNC_c::Regular()'],['../classapfel_1_1Cm022nsNC__l.html#a44ec3f35a014e5f7c7834cddd5ceff70',1,'apfel::Cm022nsNC_l::Regular()'],['../classapfel_1_1Cm022nsNC__l2.html#a6c6064ea2e528320d9ff6bcaa940138f',1,'apfel::Cm022nsNC_l2::Regular()'],['../classapfel_1_1Cm0L2nsNC__c.html#ae2d6495bdddb3f9c2123fe1221375721',1,'apfel::Cm0L2nsNC_c::Regular()'],['../classapfel_1_1Cm0L2nsNC__l.html#ac4e2a74d07f08bf78166accb87adc5be',1,'apfel::Cm0L2nsNC_l::Regular()'],['../classapfel_1_1Cm022psNC__c.html#a90481fa2b6dc8a5922ef35e8a911afdf',1,'apfel::Cm022psNC_c::Regular()'],['../classapfel_1_1Cm022psNC__l.html#aff78e9fbf6d78d216e78c4613f244928',1,'apfel::Cm022psNC_l::Regular()'],['../classapfel_1_1Cm022psNC__l2.html#a76087b54fd1740a128984e136c9219ad',1,'apfel::Cm022psNC_l2::Regular()'],['../classapfel_1_1Cm022psNC__f.html#acda0a11f0005acb85a9c7f9855a8aa02',1,'apfel::Cm022psNC_f::Regular()'],['../classapfel_1_1Cm022psNC__lf.html#a6170b38a7aa3a99854e8c35f6aaf6e7d',1,'apfel::Cm022psNC_lf::Regular()'],['../classapfel_1_1Cm0L2psNC__c.html#a36e2cf1c716e66a05f73817f354516b0',1,'apfel::Cm0L2psNC_c::Regular()'],['../classapfel_1_1Cm0L2psNC__l.html#ab6e259a9396dd72e898b04740d859f60',1,'apfel::Cm0L2psNC_l::Regular()'],['../classapfel_1_1Cm0L2psNC__f.html#a1153459355a62052c892bd8a7e008ca9',1,'apfel::Cm0L2psNC_f::Regular()'],['../classapfel_1_1Cm022gNC__c.html#ad5ff081d52c72160fd3e664a2dbff124',1,'apfel::Cm022gNC_c::Regular()'],['../classapfel_1_1Cm022gNC__l.html#aa0f160281735bc6c7732a9998dff9706',1,'apfel::Cm022gNC_l::Regular()'],['../classapfel_1_1Cm022gNC__l2.html#a602d862ca15c5d3db95ce7ac31c602e5',1,'apfel::Cm022gNC_l2::Regular()'],['../classapfel_1_1Cm022gNC__f.html#a435343b76e3bbe9701e6966a9f1f11a9',1,'apfel::Cm022gNC_f::Regular()'],['../classapfel_1_1Cm022gNC__lf.html#a08e56e55750ceaeced8bc791f62f8670',1,'apfel::Cm022gNC_lf::Regular()'],['../classapfel_1_1Cm0L2gNC__c.html#aa8e5fe220f6a16be0a4411f670fcb236',1,'apfel::Cm0L2gNC_c::Regular()'],['../classapfel_1_1Cm0L2gNC__l.html#a9475691266cdb8215f83edce1154475b',1,'apfel::Cm0L2gNC_l::Regular()'],['../classapfel_1_1Cm0L2gNC__f.html#af146181555af6c0378a5fa81cc8882c9',1,'apfel::Cm0L2gNC_f::Regular()'],['../classapfel_1_1AS1Hg__L.html#a146233bf6f895aa5293dc40442fd291c',1,'apfel::AS1Hg_L::Regular()'],['../classapfel_1_1AS1gH__L.html#a307c253ee6760c5447e2e7c3cca2d5a4',1,'apfel::AS1gH_L::Regular()'],['../classapfel_1_1AS1gH__0.html#aa3ec3b449086ce24bad580a0019f48ce',1,'apfel::AS1gH_0::Regular()'],['../classapfel_1_1APS2Hq__0.html#aea00d098ee9d0168e036f4a2ce90c126',1,'apfel::APS2Hq_0::Regular()'],['../classapfel_1_1APS2Hq__L.html#a253eb9ad026e1cd3c00e05005d933bad',1,'apfel::APS2Hq_L::Regular()'],['../classapfel_1_1APS2Hq__L2.html#aa23cbcdec4abb5990ad79b7bd62cfc84',1,'apfel::APS2Hq_L2::Regular()'],['../classapfel_1_1AS2Hg__0.html#a330d9eb6ccac13eeea38fc37f978771a',1,'apfel::AS2Hg_0::Regular()'],['../classapfel_1_1AS2Hg__L.html#ad0eb3c104148a7cb9a9a71ed28be6632',1,'apfel::AS2Hg_L::Regular()'],['../classapfel_1_1AS2Hg__L2.html#a0eed281ed350b3c76359e1ed6dfa60d3',1,'apfel::AS2Hg_L2::Regular()'],['../classapfel_1_1ANS2qqH__0.html#aa74b903cb7d8e48a264ca62bb2a20aa6',1,'apfel::ANS2qqH_0::Regular()'],['../classapfel_1_1ANS2qqH__L.html#a284efc62e4d2177cb6a38620cb287d9f',1,'apfel::ANS2qqH_L::Regular()'],['../classapfel_1_1ANS2qqH__L2.html#a74b85c3590b7cb899cda66cefd0c8b6c',1,'apfel::ANS2qqH_L2::Regular()'],['../classapfel_1_1AS2gqH__0.html#ae336b9d4b42aa7084f362293476ded60',1,'apfel::AS2gqH_0::Regular()'],['../classapfel_1_1AS2gqH__L.html#a015d7466bf975d004394aeb1c274723e',1,'apfel::AS2gqH_L::Regular()'],['../classapfel_1_1AS2gqH__L2.html#a0a6de24270f302d26348a4de98caffa4',1,'apfel::AS2gqH_L2::Regular()'],['../classapfel_1_1AS2ggH__0.html#abe9a9b1f11712ec5596639102cc73e57',1,'apfel::AS2ggH_0::Regular()'],['../classapfel_1_1AS2ggH__L.html#acafe353dbd659a568c780267a698d33e',1,'apfel::AS2ggH_L::Regular()'],['../classapfel_1_1AS2ggH__L2.html#ab3361d2750ade39332459c5ba727e3f1',1,'apfel::AS2ggH_L2::Regular()'],['../classapfel_1_1ATS1Hg__0.html#a0205a7b90dea0d794ae4da30efb6f59f',1,'apfel::ATS1Hg_0::Regular()'],['../classapfel_1_1ATS1Hg__L.html#a71b8914b8c3921899480716001518a15',1,'apfel::ATS1Hg_L::Regular()'],['../classapfel_1_1ATS1gH__L.html#aca9113e84e98abc8179404f5b0734d26',1,'apfel::ATS1gH_L::Regular()'],['../classapfel_1_1C1nsff.html#a2052aaa7e9554f3a1541df7f29da90c8',1,'apfel::C1nsff::Regular()'],['../classapfel_1_1C1qgff.html#a24c2007129110daf00f4593a004f09fb',1,'apfel::C1qgff::Regular()'],['../classapfel_1_1C1gqff.html#a97401f178314361b0a7737154bbb410a',1,'apfel::C1gqff::Regular()'],['../classapfel_1_1C1ggff.html#abbac3ea5d6f8fb169418474e8fb7d0dc',1,'apfel::C1ggff::Regular()'],['../classapfel_1_1C2Vqqff.html#af7b6ad89eb6058330fc2dd8a666b0a1e',1,'apfel::C2Vqqff::Regular()'],['../classapfel_1_1C2Vqqbff.html#a27570ab98d0dd604464b86044bc6895a',1,'apfel::C2Vqqbff::Regular()'],['../classapfel_1_1C2psff.html#a21654c501c2b756d2df868f3a0c59c4b',1,'apfel::C2psff::Regular()'],['../classapfel_1_1C2qgff.html#ab3294ba741b418bea8a9f5b4344832a5',1,'apfel::C2qgff::Regular()'],['../classapfel_1_1C2gqff.html#a55d22f57c33677ac204fc5e7ff04738f',1,'apfel::C2gqff::Regular()'],['../classapfel_1_1C2ggff.html#a75032213c45256441fc7103a05a7bc1c',1,'apfel::C2ggff::Regular()'],['../classapfel_1_1C1nspdf.html#ab2435839fb2fc9ef114e08ed7769b371',1,'apfel::C1nspdf::Regular()'],['../classapfel_1_1C1qgpdf.html#a4cdf387d77a4d13c6cf6b2aa4c006d55',1,'apfel::C1qgpdf::Regular()'],['../classapfel_1_1C1gqpdf.html#af88e820100a19b4851e39822c6fb1f4d',1,'apfel::C1gqpdf::Regular()'],['../classapfel_1_1C2Vqqpdf.html#ad35c917e519ef49fd0a097a824330030',1,'apfel::C2Vqqpdf::Regular()'],['../classapfel_1_1C2Vqqbpdf.html#aa981baa6264e631f68b5602ac4c078f0',1,'apfel::C2Vqqbpdf::Regular()'],['../classapfel_1_1C2pspdf.html#af4bdbcc4a5adad68549f780a21774d2c',1,'apfel::C2pspdf::Regular()'],['../classapfel_1_1C2qgpdf.html#a848090038e4e7fdfeb5dae8852430fa3',1,'apfel::C2qgpdf::Regular()'],['../classapfel_1_1C2gqpdf.html#ac12449de62ab405582e689ddf7c5f0ae',1,'apfel::C2gqpdf::Regular()'],['../classapfel_1_1C2ggpdf.html#af03da2a0da70dc8852264e403eac5067',1,'apfel::C2ggpdf::Regular()'],['../classapfel_1_1C3Vqqpdf.html#aaee5ceb9798f384324185bf95a0c3688',1,'apfel::C3Vqqpdf::Regular()'],['../classapfel_1_1C3Vqqbpdf.html#aa10dc1081e80c3134d7f8c1572600d34',1,'apfel::C3Vqqbpdf::Regular()'],['../classapfel_1_1C3pvpdf.html#a261607722e05d0bdef9f2ca31d081573',1,'apfel::C3pvpdf::Regular()'],['../classapfel_1_1C3pspdf.html#a9cef8fca7ad22dadebdabfebc64ba431',1,'apfel::C3pspdf::Regular()'],['../classapfel_1_1C3qgpdf.html#aff6274557d32406e22a8ace9a71ba773',1,'apfel::C3qgpdf::Regular()'],['../classapfel_1_1C1gqpdfBM.html#a97dcef3d3a9375adc0d47e1dc9b306b4',1,'apfel::C1gqpdfBM::Regular()'],['../classapfel_1_1C1ggpdfBM.html#ad77fa4fc7fc44a356fd1b67aa4ad7b9b',1,'apfel::C1ggpdfBM::Regular()'],['../classapfel_1_1P0polqg.html#abbad110ecb80c4e62c727e5864b6c834',1,'apfel::P0polqg::Regular()'],['../classapfel_1_1P0polgq.html#aee2c53a6f6f3b166da7a68f6e116b225',1,'apfel::P0polgq::Regular()'],['../classapfel_1_1P0polgg.html#a8a329b3bc7d234a2bf95757e943243ac',1,'apfel::P0polgg::Regular()'],['../classapfel_1_1P1polps.html#a4169e81dc46ef6888e0b22371dc3950b',1,'apfel::P1polps::Regular()'],['../classapfel_1_1P1polqg.html#af6d34179abd8326ad660aabe512e156f',1,'apfel::P1polqg::Regular()'],['../classapfel_1_1P1polgq.html#aed65386672f48b0b24ce9d09e9419d53',1,'apfel::P1polgq::Regular()'],['../classapfel_1_1P1polgg.html#ab8dd57003fc1bba7788bf54e68db876e',1,'apfel::P1polgg::Regular()'],['../classapfel_1_1P2polps.html#a2f4765c570b3b546e84f502f613b72da',1,'apfel::P2polps::Regular()'],['../classapfel_1_1P2polqg.html#acababd93d35ac41971e1d034f21823ff',1,'apfel::P2polqg::Regular()'],['../classapfel_1_1P2polgq.html#a6b7d0cdcb53369e95d40246f0d09a0d8',1,'apfel::P2polgq::Regular()'],['../classapfel_1_1P2polgg.html#a2746e31619d8a956e544447b2c4397c8',1,'apfel::P2polgg::Regular()'],['../classapfel_1_1P0transns.html#a0c9d33a95899864314e9462c9040c55f',1,'apfel::P0transns::Regular()'],['../classapfel_1_1P1transnsp.html#a55ed864a6dbedd0bf1881ba61a522a9f',1,'apfel::P1transnsp::Regular()'],['../classapfel_1_1P1transnsm.html#af99ed14ded1addc2190b6aefa9336e17',1,'apfel::P1transnsm::Regular()'],['../classapfel_1_1P0Ttransns.html#abf87b7d8fc5d95d9fc673b7fefd79f8c',1,'apfel::P0Ttransns::Regular()'],['../classapfel_1_1P1Ttransnsp.html#ae98624fc83558855853373e4feaaad0a',1,'apfel::P1Ttransnsp::Regular()'],['../classapfel_1_1P1Ttransnsm.html#a8ef8439ada90efb3bb945c5f9cef2945',1,'apfel::P1Ttransnsm::Regular()'],['../classapfel_1_1P0ns.html#ab0ec9fc9be825738fd8f8c981dbb689d',1,'apfel::P0ns::Regular()'],['../classapfel_1_1P0qg.html#a1d8603b5f31361248eaa55b821a294ee',1,'apfel::P0qg::Regular()'],['../classapfel_1_1P0gq.html#a6e0b4396abe227802b9b93247aacfe25',1,'apfel::P0gq::Regular()'],['../classapfel_1_1P0gg.html#adcc90f440a539a9b553cbf5c492d7467',1,'apfel::P0gg::Regular()'],['../classapfel_1_1P1nsp.html#aba374b4ab1cfca9136558012aba29220',1,'apfel::P1nsp::Regular()'],['../classapfel_1_1P1nsm.html#abd2a4d790fc5cc70671ee126487ac2dc',1,'apfel::P1nsm::Regular()'],['../classapfel_1_1P1ps.html#aec387e6d11dfc7b7be7f403a446096e7',1,'apfel::P1ps::Regular()'],['../classapfel_1_1P1qg.html#a5af6db455cf21d95dd6917a4083d014a',1,'apfel::P1qg::Regular()'],['../classapfel_1_1P1gq.html#a8e082469bf488a6ce8802c9446504772',1,'apfel::P1gq::Regular()'],['../classapfel_1_1P1gg.html#ab2df484efff81485c420728757ff2e6c',1,'apfel::P1gg::Regular()'],['../classapfel_1_1P2nsp.html#a895df2b9c9e528d27572b4b05c5d7556',1,'apfel::P2nsp::Regular()'],['../classapfel_1_1P2nsm.html#a6ea669d865f6bf3b80df8b3f47c83085',1,'apfel::P2nsm::Regular()'],['../classapfel_1_1P2nss.html#abdebd25c40b21da7e6a189469a265971',1,'apfel::P2nss::Regular()'],['../classapfel_1_1P2ps.html#a427b782fdc4ae9de2d10738442177b08',1,'apfel::P2ps::Regular()'],['../classapfel_1_1P2qg.html#ad6231d8065f79349c5bc7156e902747e',1,'apfel::P2qg::Regular()'],['../classapfel_1_1P2gq.html#ac0a7e7613c4d19f4b0ffb32ce8432ca0',1,'apfel::P2gq::Regular()'],['../classapfel_1_1P2gg.html#a74c5717d6a8498b09d1d94377ce01616',1,'apfel::P2gg::Regular()'],['../classapfel_1_1P3nsp.html#aff3e8f4c6ff0b53bcc4cd585a39b553e',1,'apfel::P3nsp::Regular()'],['../classapfel_1_1P3nsm.html#aa45f5547665d1ae3b24b5e81837e96fe',1,'apfel::P3nsm::Regular()'],['../classapfel_1_1P3nss.html#acc46a5dcce3884f081aa8e9ba21bec2f',1,'apfel::P3nss::Regular()'],['../classapfel_1_1P0Tns.html#ac335f19df482774cf930aa0838296ad3',1,'apfel::P0Tns::Regular()'],['../classapfel_1_1P0Tqg.html#ad27c03c51a0a27e8a83ea956164f0bb0',1,'apfel::P0Tqg::Regular()'],['../classapfel_1_1P0Tgq.html#a7b71414e946601714c9de3730876c33b',1,'apfel::P0Tgq::Regular()'],['../classapfel_1_1P0Tgg.html#a8548ecad9a53da3d69e5e6fb4ade7f95',1,'apfel::P0Tgg::Regular()'],['../classapfel_1_1P1Tnsp.html#a0ff942dc668b9e577bc52e8698a1e3f0',1,'apfel::P1Tnsp::Regular()'],['../classapfel_1_1P1Tnsm.html#afaab740b9333d48d79bba58ec6d6f9f9',1,'apfel::P1Tnsm::Regular()'],['../classapfel_1_1P1Tps.html#a7ad4f2f33cb79eecfb98f41e4deda2ba',1,'apfel::P1Tps::Regular()'],['../classapfel_1_1P1Tqg.html#a4e616f250cfdf0b54ade91991562c158',1,'apfel::P1Tqg::Regular()'],['../classapfel_1_1P1Tgq.html#a8efd97457f356285c5fff3543955731b',1,'apfel::P1Tgq::Regular()'],['../classapfel_1_1P1Tgg.html#af47a0a2ce45ba842c31e3c8cba825c54',1,'apfel::P1Tgg::Regular()'],['../classapfel_1_1P2Tnsp.html#af2e8f411677a664da9697bbb120789b9',1,'apfel::P2Tnsp::Regular()'],['../classapfel_1_1P2Tnsm.html#a40d2d23610ad06fa68d8c2562d13351f',1,'apfel::P2Tnsm::Regular()'],['../classapfel_1_1P2Tnss.html#ab05adbecaeffab08a9628c4040d6ba38',1,'apfel::P2Tnss::Regular()'],['../classapfel_1_1P2Tps.html#a0aa49ae91e421b5a532d31a3c62e1d2b',1,'apfel::P2Tps::Regular()'],['../classapfel_1_1P2Tqg.html#acd2c7172cbf7db56a546838a1a933806',1,'apfel::P2Tqg::Regular()'],['../classapfel_1_1P2Tgq.html#a36790bd28846ef90b4c377a5de35c560',1,'apfel::P2Tgq::Regular()'],['../classapfel_1_1P2Tgg.html#a69f00004dd60c15032a92ffb7d6cd02e',1,'apfel::P2Tgg::Regular()'],['../classapfel_1_1G41ns.html#a4e2d29b2e98cfcb8be33f504f39b2046',1,'apfel::G41ns::Regular()'],['../classapfel_1_1GL1ns.html#a40cfb87f712ec65bd05d7335cfaf4354',1,'apfel::GL1ns::Regular()'],['../classapfel_1_1G11ns.html#adad2abeadda4deac3fd1c2a0c27dcf4f',1,'apfel::G11ns::Regular()'],['../classapfel_1_1G11g.html#acf36dc2f74af755796327f7a12619a86',1,'apfel::G11g::Regular()'],['../classapfel_1_1C21ns.html#a487dd06fc02e69cd3ad58efcfe0b6518',1,'apfel::C21ns::Regular()'],['../classapfel_1_1C21g.html#a14219155cfc53004478c738c73533057',1,'apfel::C21g::Regular()'],['../classapfel_1_1CL1ns.html#a627221728c455c967a1fd1ae324983af',1,'apfel::CL1ns::Regular()'],['../classapfel_1_1CL1g.html#a2352945aae9d96f560e158d83b5ca384',1,'apfel::CL1g::Regular()'],['../classapfel_1_1C31ns.html#afabb31e809a0ab7a66e01ce57c9ed88a',1,'apfel::C31ns::Regular()'],['../classapfel_1_1C22nsp.html#a79d9e88d0d98d62b5f8b567f75513164',1,'apfel::C22nsp::Regular()'],['../classapfel_1_1C22nsm.html#a1f717bffa121131243c0082b2a51e503',1,'apfel::C22nsm::Regular()'],['../classapfel_1_1C22ps.html#a3df65309526ac7287d5881535ecac835',1,'apfel::C22ps::Regular()'],['../classapfel_1_1C22g.html#ac9f08db20fbbce8b32e8345ae8727341',1,'apfel::C22g::Regular()'],['../classapfel_1_1CL2nsp.html#a025da294837617d2a235e9cde50fb38c',1,'apfel::CL2nsp::Regular()'],['../classapfel_1_1CL2nsm.html#a73f29dbaae4da586b8748cd4b9a084d9',1,'apfel::CL2nsm::Regular()'],['../classapfel_1_1CL2ps.html#a78948f29f19b9beed4846376f880b34c',1,'apfel::CL2ps::Regular()'],['../classapfel_1_1CL2g.html#a90425ef800bbcc6ca0b333a2f207059b',1,'apfel::CL2g::Regular()'],['../classapfel_1_1C32nsp.html#a4b00cbe9bd450ede6e2aaa637339e397',1,'apfel::C32nsp::Regular()'],['../classapfel_1_1C32nsm.html#a7e876339f091ed3a32ce34450816fe78',1,'apfel::C32nsm::Regular()'],['../classapfel_1_1C21Tns.html#a4c59417042e02d71488daf3e3eb1054c',1,'apfel::C21Tns::Regular()'],['../classapfel_1_1C21Tg.html#ad9057dcb7180728db20d03615a137eae',1,'apfel::C21Tg::Regular()'],['../classapfel_1_1CL1Tns.html#ad106ca1d155ed6ddef67b6d698eba1de',1,'apfel::CL1Tns::Regular()'],['../classapfel_1_1CL1Tg.html#a5c2cd73004d32d83f6973ed410d0f561',1,'apfel::CL1Tg::Regular()'],['../classapfel_1_1C31Tns.html#a07656fa9aa51b919a85ba2d723eedb52',1,'apfel::C31Tns::Regular()'],['../classapfel_1_1C22Tnsp.html#a0c4f36059fd3bde97ac4a5abc89e452c',1,'apfel::C22Tnsp::Regular()'],['../classapfel_1_1C22Tps.html#a82c63c779efd517d9382a5621055d397',1,'apfel::C22Tps::Regular()'],['../classapfel_1_1C22Tg.html#af3bb6cdaa930c045691a84dbc27583cc',1,'apfel::C22Tg::Regular()'],['../classapfel_1_1CL2Tnsp.html#aae6929ae2c80f7bd056ae041777815be',1,'apfel::CL2Tnsp::Regular()'],['../classapfel_1_1CL2Tps.html#ad6c5a1eca8d0f0a2f6ec6c048525bae5',1,'apfel::CL2Tps::Regular()'],['../classapfel_1_1CL2Tg.html#a4b427dad17d4fd462adc73318e28ec6f',1,'apfel::CL2Tg::Regular()'],['../classapfel_1_1C32Tnsp.html#a3ebd80615d9dd89520aa8b3b1b5c7744',1,'apfel::C32Tnsp::Regular()']]], - ['report_1580',['report',['../namespaceapfel.html#a62f83f74838eef98fea91291a962741d',1,'apfel']]], - ['reportsetup_1581',['ReportSetup',['../classapfel_1_1InitialiseEvolution.html#ae1793ecd0c6157cb55cb9caf2cfe80c2',1,'apfel::InitialiseEvolution']]], - ['resize_1582',['resize',['../classapfel_1_1ExtendedVector.html#a46b0e7e436210c1305319a3e6a5d9156',1,'apfel::ExtendedVector::resize()'],['../classapfel_1_1matrix.html#acdf1bf466b42a73833b71dbabdabeedc',1,'apfel::matrix::resize()']]], - ['rk1_1583',['rk1',['../namespaceapfel.html#a825d60d65a4d5defeaacf6bf0c63aed0',1,'apfel']]], - ['rk4_1584',['rk4',['../namespaceapfel.html#a05570e0782ff69b5ea545dec32e25a79',1,'apfel']]] + ['regular_1570',['Regular',['../classapfel_1_1Expression.html#aef54ac003702b1cc7d2d573c484d76a1',1,'apfel::Expression::Regular()'],['../classapfel_1_1Pgpd0ns.html#af0ba12536e8300f7141badb47376a703',1,'apfel::Pgpd0ns::Regular()'],['../classapfel_1_1Pgpd0qq.html#a2cc6224fb9a76a5b8a3b266bb60133c7',1,'apfel::Pgpd0qq::Regular()'],['../classapfel_1_1Pgpd0qg.html#a8d3a4c254653a3e0634b0330d7ad90cd',1,'apfel::Pgpd0qg::Regular()'],['../classapfel_1_1Pgpd0gq.html#a975466342c980795ea26cda08f8803ec',1,'apfel::Pgpd0gq::Regular()'],['../classapfel_1_1Pgpd0gg.html#a1cc9cc037a7fd9cb9d6398ab95d288d7',1,'apfel::Pgpd0gg::Regular()'],['../classapfel_1_1Cm21gNC.html#af1089a515c17a9ab3c0409da1badd29a',1,'apfel::Cm21gNC::Regular()'],['../classapfel_1_1CmL1gNC.html#a40460ff0bcb6ce902f318544c935ce78',1,'apfel::CmL1gNC::Regular()'],['../classapfel_1_1Cm22nsNC.html#a563415ba4e88c337eac67bd9505df3d6',1,'apfel::Cm22nsNC::Regular()'],['../classapfel_1_1CmL2nsNC.html#a81511e34025125540d747d640fa4d95a',1,'apfel::CmL2nsNC::Regular()'],['../classapfel_1_1Cm22gNC.html#a493870b97bab0ec54db28e0983c0ddda',1,'apfel::Cm22gNC::Regular()'],['../classapfel_1_1CmL2gNC.html#a4d997da52af43515d86ad0d569df09df',1,'apfel::CmL2gNC::Regular()'],['../classapfel_1_1Cm22psNC.html#ad7fcab22c9728be5a012f4027400ee2d',1,'apfel::Cm22psNC::Regular()'],['../classapfel_1_1CmL2psNC.html#a82de2a9fea6e3b46c586b85c0acaadc9',1,'apfel::CmL2psNC::Regular()'],['../classapfel_1_1Cm22bargNC.html#a9e0ec9c378687a501c827d48fe4c62f7',1,'apfel::Cm22bargNC::Regular()'],['../classapfel_1_1CmL2bargNC.html#ab55be2b321344847bec82ba2268d2341',1,'apfel::CmL2bargNC::Regular()'],['../classapfel_1_1Cm22barpsNC.html#a40f01bed4a8866824c55d424cf2727ed',1,'apfel::Cm22barpsNC::Regular()'],['../classapfel_1_1CmL2barpsNC.html#ae3683c2df320c3a50546c8bc3e8ed647',1,'apfel::CmL2barpsNC::Regular()'],['../classapfel_1_1Cm021gNC__c.html#a20166f4edfae9d7c8f0381ee58aabd42',1,'apfel::Cm021gNC_c::Regular()'],['../classapfel_1_1Cm021gNC__l.html#a83f936f0eaec42b585c299b30c973af3',1,'apfel::Cm021gNC_l::Regular()'],['../classapfel_1_1Cm0L1gNC__c.html#a8e796f53c991814fe78d8d4445a74332',1,'apfel::Cm0L1gNC_c::Regular()'],['../classapfel_1_1Cm022nsNC__c.html#a68e3855662f819959672b250d7e62ea0',1,'apfel::Cm022nsNC_c::Regular()'],['../classapfel_1_1Cm022nsNC__l.html#a44ec3f35a014e5f7c7834cddd5ceff70',1,'apfel::Cm022nsNC_l::Regular()'],['../classapfel_1_1Cm022nsNC__l2.html#a6c6064ea2e528320d9ff6bcaa940138f',1,'apfel::Cm022nsNC_l2::Regular()'],['../classapfel_1_1Cm0L2nsNC__c.html#ae2d6495bdddb3f9c2123fe1221375721',1,'apfel::Cm0L2nsNC_c::Regular()'],['../classapfel_1_1Cm0L2nsNC__l.html#ac4e2a74d07f08bf78166accb87adc5be',1,'apfel::Cm0L2nsNC_l::Regular()'],['../classapfel_1_1Cm022psNC__c.html#a90481fa2b6dc8a5922ef35e8a911afdf',1,'apfel::Cm022psNC_c::Regular()'],['../classapfel_1_1Cm022psNC__l.html#aff78e9fbf6d78d216e78c4613f244928',1,'apfel::Cm022psNC_l::Regular()'],['../classapfel_1_1Cm022psNC__l2.html#a76087b54fd1740a128984e136c9219ad',1,'apfel::Cm022psNC_l2::Regular()'],['../classapfel_1_1Cm022psNC__f.html#acda0a11f0005acb85a9c7f9855a8aa02',1,'apfel::Cm022psNC_f::Regular()'],['../classapfel_1_1Cm022psNC__lf.html#a6170b38a7aa3a99854e8c35f6aaf6e7d',1,'apfel::Cm022psNC_lf::Regular()'],['../classapfel_1_1Cm0L2psNC__c.html#a36e2cf1c716e66a05f73817f354516b0',1,'apfel::Cm0L2psNC_c::Regular()'],['../classapfel_1_1Cm0L2psNC__l.html#ab6e259a9396dd72e898b04740d859f60',1,'apfel::Cm0L2psNC_l::Regular()'],['../classapfel_1_1Cm0L2psNC__f.html#a1153459355a62052c892bd8a7e008ca9',1,'apfel::Cm0L2psNC_f::Regular()'],['../classapfel_1_1Cm022gNC__c.html#ad5ff081d52c72160fd3e664a2dbff124',1,'apfel::Cm022gNC_c::Regular()'],['../classapfel_1_1Cm022gNC__l.html#aa0f160281735bc6c7732a9998dff9706',1,'apfel::Cm022gNC_l::Regular()'],['../classapfel_1_1Cm022gNC__l2.html#a602d862ca15c5d3db95ce7ac31c602e5',1,'apfel::Cm022gNC_l2::Regular()'],['../classapfel_1_1Cm022gNC__f.html#a435343b76e3bbe9701e6966a9f1f11a9',1,'apfel::Cm022gNC_f::Regular()'],['../classapfel_1_1Cm022gNC__lf.html#a08e56e55750ceaeced8bc791f62f8670',1,'apfel::Cm022gNC_lf::Regular()'],['../classapfel_1_1Cm0L2gNC__c.html#aa8e5fe220f6a16be0a4411f670fcb236',1,'apfel::Cm0L2gNC_c::Regular()'],['../classapfel_1_1Cm0L2gNC__l.html#a9475691266cdb8215f83edce1154475b',1,'apfel::Cm0L2gNC_l::Regular()'],['../classapfel_1_1Cm0L2gNC__f.html#af146181555af6c0378a5fa81cc8882c9',1,'apfel::Cm0L2gNC_f::Regular()'],['../classapfel_1_1AS1Hg__L.html#a146233bf6f895aa5293dc40442fd291c',1,'apfel::AS1Hg_L::Regular()'],['../classapfel_1_1AS1gH__L.html#a307c253ee6760c5447e2e7c3cca2d5a4',1,'apfel::AS1gH_L::Regular()'],['../classapfel_1_1AS1gH__0.html#aa3ec3b449086ce24bad580a0019f48ce',1,'apfel::AS1gH_0::Regular()'],['../classapfel_1_1APS2Hq__0.html#aea00d098ee9d0168e036f4a2ce90c126',1,'apfel::APS2Hq_0::Regular()'],['../classapfel_1_1APS2Hq__L.html#a253eb9ad026e1cd3c00e05005d933bad',1,'apfel::APS2Hq_L::Regular()'],['../classapfel_1_1APS2Hq__L2.html#aa23cbcdec4abb5990ad79b7bd62cfc84',1,'apfel::APS2Hq_L2::Regular()'],['../classapfel_1_1AS2Hg__0.html#a330d9eb6ccac13eeea38fc37f978771a',1,'apfel::AS2Hg_0::Regular()'],['../classapfel_1_1AS2Hg__L.html#ad0eb3c104148a7cb9a9a71ed28be6632',1,'apfel::AS2Hg_L::Regular()'],['../classapfel_1_1AS2Hg__L2.html#a0eed281ed350b3c76359e1ed6dfa60d3',1,'apfel::AS2Hg_L2::Regular()'],['../classapfel_1_1ANS2qqH__0.html#aa74b903cb7d8e48a264ca62bb2a20aa6',1,'apfel::ANS2qqH_0::Regular()'],['../classapfel_1_1ANS2qqH__L.html#a284efc62e4d2177cb6a38620cb287d9f',1,'apfel::ANS2qqH_L::Regular()'],['../classapfel_1_1ANS2qqH__L2.html#a74b85c3590b7cb899cda66cefd0c8b6c',1,'apfel::ANS2qqH_L2::Regular()'],['../classapfel_1_1AS2gqH__0.html#ae336b9d4b42aa7084f362293476ded60',1,'apfel::AS2gqH_0::Regular()'],['../classapfel_1_1AS2gqH__L.html#a015d7466bf975d004394aeb1c274723e',1,'apfel::AS2gqH_L::Regular()'],['../classapfel_1_1AS2gqH__L2.html#a0a6de24270f302d26348a4de98caffa4',1,'apfel::AS2gqH_L2::Regular()'],['../classapfel_1_1AS2ggH__0.html#abe9a9b1f11712ec5596639102cc73e57',1,'apfel::AS2ggH_0::Regular()'],['../classapfel_1_1AS2ggH__L.html#acafe353dbd659a568c780267a698d33e',1,'apfel::AS2ggH_L::Regular()'],['../classapfel_1_1AS2ggH__L2.html#ab3361d2750ade39332459c5ba727e3f1',1,'apfel::AS2ggH_L2::Regular()'],['../classapfel_1_1ATS1Hg__0.html#a0205a7b90dea0d794ae4da30efb6f59f',1,'apfel::ATS1Hg_0::Regular()'],['../classapfel_1_1ATS1Hg__L.html#a71b8914b8c3921899480716001518a15',1,'apfel::ATS1Hg_L::Regular()'],['../classapfel_1_1ATS1gH__L.html#aca9113e84e98abc8179404f5b0734d26',1,'apfel::ATS1gH_L::Regular()'],['../classapfel_1_1C1nsff.html#a2052aaa7e9554f3a1541df7f29da90c8',1,'apfel::C1nsff::Regular()'],['../classapfel_1_1C1qgff.html#a24c2007129110daf00f4593a004f09fb',1,'apfel::C1qgff::Regular()'],['../classapfel_1_1C1gqff.html#a97401f178314361b0a7737154bbb410a',1,'apfel::C1gqff::Regular()'],['../classapfel_1_1C1ggff.html#abbac3ea5d6f8fb169418474e8fb7d0dc',1,'apfel::C1ggff::Regular()'],['../classapfel_1_1C2Vqqff.html#af7b6ad89eb6058330fc2dd8a666b0a1e',1,'apfel::C2Vqqff::Regular()'],['../classapfel_1_1C2Vqqbff.html#a27570ab98d0dd604464b86044bc6895a',1,'apfel::C2Vqqbff::Regular()'],['../classapfel_1_1C2psff.html#a21654c501c2b756d2df868f3a0c59c4b',1,'apfel::C2psff::Regular()'],['../classapfel_1_1C2qgff.html#ab3294ba741b418bea8a9f5b4344832a5',1,'apfel::C2qgff::Regular()'],['../classapfel_1_1C2gqff.html#a55d22f57c33677ac204fc5e7ff04738f',1,'apfel::C2gqff::Regular()'],['../classapfel_1_1C2ggff.html#a75032213c45256441fc7103a05a7bc1c',1,'apfel::C2ggff::Regular()'],['../classapfel_1_1C1nspdf.html#ab2435839fb2fc9ef114e08ed7769b371',1,'apfel::C1nspdf::Regular()'],['../classapfel_1_1C1qgpdf.html#a4cdf387d77a4d13c6cf6b2aa4c006d55',1,'apfel::C1qgpdf::Regular()'],['../classapfel_1_1C1gqpdf.html#af88e820100a19b4851e39822c6fb1f4d',1,'apfel::C1gqpdf::Regular()'],['../classapfel_1_1C2Vqqpdf.html#ad35c917e519ef49fd0a097a824330030',1,'apfel::C2Vqqpdf::Regular()'],['../classapfel_1_1C2Vqqbpdf.html#aa981baa6264e631f68b5602ac4c078f0',1,'apfel::C2Vqqbpdf::Regular()'],['../classapfel_1_1C2pspdf.html#af4bdbcc4a5adad68549f780a21774d2c',1,'apfel::C2pspdf::Regular()'],['../classapfel_1_1C2qgpdf.html#a848090038e4e7fdfeb5dae8852430fa3',1,'apfel::C2qgpdf::Regular()'],['../classapfel_1_1C2gqpdf.html#ac12449de62ab405582e689ddf7c5f0ae',1,'apfel::C2gqpdf::Regular()'],['../classapfel_1_1C2ggpdf.html#af03da2a0da70dc8852264e403eac5067',1,'apfel::C2ggpdf::Regular()'],['../classapfel_1_1C3Vqqpdf.html#aaee5ceb9798f384324185bf95a0c3688',1,'apfel::C3Vqqpdf::Regular()'],['../classapfel_1_1C3Vqqbpdf.html#aa10dc1081e80c3134d7f8c1572600d34',1,'apfel::C3Vqqbpdf::Regular()'],['../classapfel_1_1C3pvpdf.html#a261607722e05d0bdef9f2ca31d081573',1,'apfel::C3pvpdf::Regular()'],['../classapfel_1_1C3pspdf.html#a9cef8fca7ad22dadebdabfebc64ba431',1,'apfel::C3pspdf::Regular()'],['../classapfel_1_1C3qgpdf.html#aff6274557d32406e22a8ace9a71ba773',1,'apfel::C3qgpdf::Regular()'],['../classapfel_1_1C1gqpdfBM.html#a97dcef3d3a9375adc0d47e1dc9b306b4',1,'apfel::C1gqpdfBM::Regular()'],['../classapfel_1_1C1ggpdfBM.html#ad77fa4fc7fc44a356fd1b67aa4ad7b9b',1,'apfel::C1ggpdfBM::Regular()'],['../classapfel_1_1P0polqg.html#abbad110ecb80c4e62c727e5864b6c834',1,'apfel::P0polqg::Regular()'],['../classapfel_1_1P0polgq.html#aee2c53a6f6f3b166da7a68f6e116b225',1,'apfel::P0polgq::Regular()'],['../classapfel_1_1P0polgg.html#a8a329b3bc7d234a2bf95757e943243ac',1,'apfel::P0polgg::Regular()'],['../classapfel_1_1P1polps.html#a4169e81dc46ef6888e0b22371dc3950b',1,'apfel::P1polps::Regular()'],['../classapfel_1_1P1polqg.html#af6d34179abd8326ad660aabe512e156f',1,'apfel::P1polqg::Regular()'],['../classapfel_1_1P1polgq.html#aed65386672f48b0b24ce9d09e9419d53',1,'apfel::P1polgq::Regular()'],['../classapfel_1_1P1polgg.html#ab8dd57003fc1bba7788bf54e68db876e',1,'apfel::P1polgg::Regular()'],['../classapfel_1_1P2polps.html#a2f4765c570b3b546e84f502f613b72da',1,'apfel::P2polps::Regular()'],['../classapfel_1_1P2polqg.html#acababd93d35ac41971e1d034f21823ff',1,'apfel::P2polqg::Regular()'],['../classapfel_1_1P2polgq.html#a6b7d0cdcb53369e95d40246f0d09a0d8',1,'apfel::P2polgq::Regular()'],['../classapfel_1_1P2polgg.html#a2746e31619d8a956e544447b2c4397c8',1,'apfel::P2polgg::Regular()'],['../classapfel_1_1P0transns.html#a0c9d33a95899864314e9462c9040c55f',1,'apfel::P0transns::Regular()'],['../classapfel_1_1P1transnsp.html#a55ed864a6dbedd0bf1881ba61a522a9f',1,'apfel::P1transnsp::Regular()'],['../classapfel_1_1P1transnsm.html#af99ed14ded1addc2190b6aefa9336e17',1,'apfel::P1transnsm::Regular()'],['../classapfel_1_1P0Ttransns.html#abf87b7d8fc5d95d9fc673b7fefd79f8c',1,'apfel::P0Ttransns::Regular()'],['../classapfel_1_1P1Ttransnsp.html#ae98624fc83558855853373e4feaaad0a',1,'apfel::P1Ttransnsp::Regular()'],['../classapfel_1_1P1Ttransnsm.html#a8ef8439ada90efb3bb945c5f9cef2945',1,'apfel::P1Ttransnsm::Regular()'],['../classapfel_1_1P0ns.html#ab0ec9fc9be825738fd8f8c981dbb689d',1,'apfel::P0ns::Regular()'],['../classapfel_1_1P0qg.html#a1d8603b5f31361248eaa55b821a294ee',1,'apfel::P0qg::Regular()'],['../classapfel_1_1P0gq.html#a6e0b4396abe227802b9b93247aacfe25',1,'apfel::P0gq::Regular()'],['../classapfel_1_1P0gg.html#adcc90f440a539a9b553cbf5c492d7467',1,'apfel::P0gg::Regular()'],['../classapfel_1_1P1nsp.html#aba374b4ab1cfca9136558012aba29220',1,'apfel::P1nsp::Regular()'],['../classapfel_1_1P1nsm.html#abd2a4d790fc5cc70671ee126487ac2dc',1,'apfel::P1nsm::Regular()'],['../classapfel_1_1P1ps.html#aec387e6d11dfc7b7be7f403a446096e7',1,'apfel::P1ps::Regular()'],['../classapfel_1_1P1qg.html#a5af6db455cf21d95dd6917a4083d014a',1,'apfel::P1qg::Regular()'],['../classapfel_1_1P1gq.html#a8e082469bf488a6ce8802c9446504772',1,'apfel::P1gq::Regular()'],['../classapfel_1_1P1gg.html#ab2df484efff81485c420728757ff2e6c',1,'apfel::P1gg::Regular()'],['../classapfel_1_1P2nsp.html#a895df2b9c9e528d27572b4b05c5d7556',1,'apfel::P2nsp::Regular()'],['../classapfel_1_1P2nsm.html#a6ea669d865f6bf3b80df8b3f47c83085',1,'apfel::P2nsm::Regular()'],['../classapfel_1_1P2nss.html#abdebd25c40b21da7e6a189469a265971',1,'apfel::P2nss::Regular()'],['../classapfel_1_1P2ps.html#a427b782fdc4ae9de2d10738442177b08',1,'apfel::P2ps::Regular()'],['../classapfel_1_1P2qg.html#ad6231d8065f79349c5bc7156e902747e',1,'apfel::P2qg::Regular()'],['../classapfel_1_1P2gq.html#ac0a7e7613c4d19f4b0ffb32ce8432ca0',1,'apfel::P2gq::Regular()'],['../classapfel_1_1P2gg.html#a74c5717d6a8498b09d1d94377ce01616',1,'apfel::P2gg::Regular()'],['../classapfel_1_1P3nsp.html#aff3e8f4c6ff0b53bcc4cd585a39b553e',1,'apfel::P3nsp::Regular()'],['../classapfel_1_1P3nsm.html#aa45f5547665d1ae3b24b5e81837e96fe',1,'apfel::P3nsm::Regular()'],['../classapfel_1_1P3nss.html#acc46a5dcce3884f081aa8e9ba21bec2f',1,'apfel::P3nss::Regular()'],['../classapfel_1_1P0Tns.html#ac335f19df482774cf930aa0838296ad3',1,'apfel::P0Tns::Regular()'],['../classapfel_1_1P0Tqg.html#ad27c03c51a0a27e8a83ea956164f0bb0',1,'apfel::P0Tqg::Regular()'],['../classapfel_1_1P0Tgq.html#a7b71414e946601714c9de3730876c33b',1,'apfel::P0Tgq::Regular()'],['../classapfel_1_1P0Tgg.html#a8548ecad9a53da3d69e5e6fb4ade7f95',1,'apfel::P0Tgg::Regular()'],['../classapfel_1_1P1Tnsp.html#a0ff942dc668b9e577bc52e8698a1e3f0',1,'apfel::P1Tnsp::Regular()'],['../classapfel_1_1P1Tnsm.html#afaab740b9333d48d79bba58ec6d6f9f9',1,'apfel::P1Tnsm::Regular()'],['../classapfel_1_1P1Tps.html#a7ad4f2f33cb79eecfb98f41e4deda2ba',1,'apfel::P1Tps::Regular()'],['../classapfel_1_1P1Tqg.html#a4e616f250cfdf0b54ade91991562c158',1,'apfel::P1Tqg::Regular()'],['../classapfel_1_1P1Tgq.html#a8efd97457f356285c5fff3543955731b',1,'apfel::P1Tgq::Regular()'],['../classapfel_1_1P1Tgg.html#af47a0a2ce45ba842c31e3c8cba825c54',1,'apfel::P1Tgg::Regular()'],['../classapfel_1_1P2Tnsp.html#af2e8f411677a664da9697bbb120789b9',1,'apfel::P2Tnsp::Regular()'],['../classapfel_1_1P2Tnsm.html#a40d2d23610ad06fa68d8c2562d13351f',1,'apfel::P2Tnsm::Regular()'],['../classapfel_1_1P2Tnss.html#ab05adbecaeffab08a9628c4040d6ba38',1,'apfel::P2Tnss::Regular()'],['../classapfel_1_1P2Tps.html#a0aa49ae91e421b5a532d31a3c62e1d2b',1,'apfel::P2Tps::Regular()'],['../classapfel_1_1P2Tqg.html#acd2c7172cbf7db56a546838a1a933806',1,'apfel::P2Tqg::Regular()'],['../classapfel_1_1P2Tgq.html#a36790bd28846ef90b4c377a5de35c560',1,'apfel::P2Tgq::Regular()'],['../classapfel_1_1P2Tgg.html#a69f00004dd60c15032a92ffb7d6cd02e',1,'apfel::P2Tgg::Regular()'],['../classapfel_1_1G41ns.html#a4e2d29b2e98cfcb8be33f504f39b2046',1,'apfel::G41ns::Regular()'],['../classapfel_1_1GL1ns.html#a40cfb87f712ec65bd05d7335cfaf4354',1,'apfel::GL1ns::Regular()'],['../classapfel_1_1G11ns.html#adad2abeadda4deac3fd1c2a0c27dcf4f',1,'apfel::G11ns::Regular()'],['../classapfel_1_1G11g.html#acf36dc2f74af755796327f7a12619a86',1,'apfel::G11g::Regular()'],['../classapfel_1_1C21ns.html#a487dd06fc02e69cd3ad58efcfe0b6518',1,'apfel::C21ns::Regular()'],['../classapfel_1_1C21g.html#a14219155cfc53004478c738c73533057',1,'apfel::C21g::Regular()'],['../classapfel_1_1CL1ns.html#a627221728c455c967a1fd1ae324983af',1,'apfel::CL1ns::Regular()'],['../classapfel_1_1CL1g.html#a2352945aae9d96f560e158d83b5ca384',1,'apfel::CL1g::Regular()'],['../classapfel_1_1C31ns.html#afabb31e809a0ab7a66e01ce57c9ed88a',1,'apfel::C31ns::Regular()'],['../classapfel_1_1C22nsp.html#a79d9e88d0d98d62b5f8b567f75513164',1,'apfel::C22nsp::Regular()'],['../classapfel_1_1C22nsm.html#a1f717bffa121131243c0082b2a51e503',1,'apfel::C22nsm::Regular()'],['../classapfel_1_1C22ps.html#a3df65309526ac7287d5881535ecac835',1,'apfel::C22ps::Regular()'],['../classapfel_1_1C22g.html#ac9f08db20fbbce8b32e8345ae8727341',1,'apfel::C22g::Regular()'],['../classapfel_1_1CL2nsp.html#a025da294837617d2a235e9cde50fb38c',1,'apfel::CL2nsp::Regular()'],['../classapfel_1_1CL2nsm.html#a73f29dbaae4da586b8748cd4b9a084d9',1,'apfel::CL2nsm::Regular()'],['../classapfel_1_1CL2ps.html#a78948f29f19b9beed4846376f880b34c',1,'apfel::CL2ps::Regular()'],['../classapfel_1_1CL2g.html#a90425ef800bbcc6ca0b333a2f207059b',1,'apfel::CL2g::Regular()'],['../classapfel_1_1C32nsp.html#a4b00cbe9bd450ede6e2aaa637339e397',1,'apfel::C32nsp::Regular()'],['../classapfel_1_1C32nsm.html#a7e876339f091ed3a32ce34450816fe78',1,'apfel::C32nsm::Regular()'],['../classapfel_1_1C21Tns.html#a4c59417042e02d71488daf3e3eb1054c',1,'apfel::C21Tns::Regular()'],['../classapfel_1_1C21Tg.html#ad9057dcb7180728db20d03615a137eae',1,'apfel::C21Tg::Regular()'],['../classapfel_1_1CL1Tns.html#ad106ca1d155ed6ddef67b6d698eba1de',1,'apfel::CL1Tns::Regular()'],['../classapfel_1_1CL1Tg.html#a5c2cd73004d32d83f6973ed410d0f561',1,'apfel::CL1Tg::Regular()'],['../classapfel_1_1C31Tns.html#a07656fa9aa51b919a85ba2d723eedb52',1,'apfel::C31Tns::Regular()'],['../classapfel_1_1C22Tnsp.html#a0c4f36059fd3bde97ac4a5abc89e452c',1,'apfel::C22Tnsp::Regular()'],['../classapfel_1_1C22Tps.html#a82c63c779efd517d9382a5621055d397',1,'apfel::C22Tps::Regular()'],['../classapfel_1_1C22Tg.html#af3bb6cdaa930c045691a84dbc27583cc',1,'apfel::C22Tg::Regular()'],['../classapfel_1_1CL2Tnsp.html#aae6929ae2c80f7bd056ae041777815be',1,'apfel::CL2Tnsp::Regular()'],['../classapfel_1_1CL2Tps.html#ad6c5a1eca8d0f0a2f6ec6c048525bae5',1,'apfel::CL2Tps::Regular()'],['../classapfel_1_1CL2Tg.html#a4b427dad17d4fd462adc73318e28ec6f',1,'apfel::CL2Tg::Regular()'],['../classapfel_1_1C32Tnsp.html#a3ebd80615d9dd89520aa8b3b1b5c7744',1,'apfel::C32Tnsp::Regular()']]], + ['report_1571',['report',['../namespaceapfel.html#a62f83f74838eef98fea91291a962741d',1,'apfel']]], + ['reportsetup_1572',['ReportSetup',['../classapfel_1_1InitialiseEvolution.html#ae1793ecd0c6157cb55cb9caf2cfe80c2',1,'apfel::InitialiseEvolution']]], + ['resize_1573',['resize',['../classapfel_1_1ExtendedVector.html#a46b0e7e436210c1305319a3e6a5d9156',1,'apfel::ExtendedVector::resize()'],['../classapfel_1_1matrix.html#acdf1bf466b42a73833b71dbabdabeedc',1,'apfel::matrix::resize()']]], + ['rk1_1574',['rk1',['../namespaceapfel.html#a825d60d65a4d5defeaacf6bf0c63aed0',1,'apfel']]], + ['rk4_1575',['rk4',['../namespaceapfel.html#a05570e0782ff69b5ea545dec32e25a79',1,'apfel']]] ]; diff --git a/docs/html/search/functions_12.html b/docs/html/search/functions_12.html index 6fb7c0ff2..eb29d8f9a 100644 --- a/docs/html/search/functions_12.html +++ b/docs/html/search/functions_12.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_12.js b/docs/html/search/functions_12.js index 6b28bba6c..53480252e 100644 --- a/docs/html/search/functions_12.js +++ b/docs/html/search/functions_12.js @@ -1,23 +1,24 @@ var searchData= [ - ['set_1585',['Set',['../classapfel_1_1Set.html#a306c665cf4ed9b77a9633ffd877aeaa3',1,'apfel::Set::Set(ConvolutionMap const &Map=ConvolutionMap{"UNDEFINED"}, std::map< int, T > const &in=std::map< int, T > {})'],['../classapfel_1_1Set.html#a952533c20a412c1946f0e5090f7eccf0',1,'apfel::Set::Set(std::map< int, T > const &in)']]], - ['setexternalvariable_1586',['SetExternalVariable',['../classapfel_1_1Expression.html#af959cfade2e38ffd122112eab748d8ef',1,'apfel::Expression']]], - ['setinitialdistributions_1587',['SetInitialDistributions',['../classapfel_1_1Dglap.html#a19ef0f9a007856ba1bd46f07dea5f93a',1,'apfel::Dglap::SetInitialDistributions(std::function< double(int const &, double const &)> const &InDistFunc)'],['../classapfel_1_1Dglap.html#a04933fdfd995c4c3efd63bd5d18729de',1,'apfel::Dglap::SetInitialDistributions(std::function< std::map< int, double >(double const &)> const &InDistFunc)'],['../classapfel_1_1Dglap.html#a67f9c5ca05164c1ea2804341de2bced8',1,'apfel::Dglap::SetInitialDistributions(std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &mu)']]], - ['setjointgrid_1588',['SetJointGrid',['../classapfel_1_1Distribution.html#a66c033d0c916523ea0f75f16c09985f8',1,'apfel::Distribution']]], - ['setmap_1589',['SetMap',['../classapfel_1_1Set.html#ac2b7cfa13e427b34727d36c9ba28feb1',1,'apfel::Set']]], - ['setmuref_1590',['SetMuRef',['../classapfel_1_1MatchedEvolution.html#ae2bc1b1ea399fbba5009fb720aab159d',1,'apfel::MatchedEvolution']]], - ['setnumberofsteps_1591',['SetNumberOfSteps',['../classapfel_1_1MatchedEvolution.html#ad60d84335c8dc3b8328a4ca4dfc7174d',1,'apfel::MatchedEvolution']]], - ['setobjectref_1592',['SetObjectRef',['../classapfel_1_1MatchedEvolution.html#a4f9d5b0c8947a2aab79ecd3f04495485',1,'apfel::MatchedEvolution']]], - ['setobjects_1593',['SetObjects',['../classapfel_1_1Observable.html#acb35497758b18f38416cfc28be4056ed',1,'apfel::Observable::SetObjects()'],['../classapfel_1_1Set.html#a7b3aa798e80a7b08b52ac7e2fe5e5347',1,'apfel::Set::SetObjects()']]], - ['setrules_1594',['SetRules',['../classapfel_1_1ConvolutionMap.html#af19748a541aed7760c0edf5960ecf172',1,'apfel::ConvolutionMap']]], - ['setsubgrid_1595',['SetSubGrid',['../classapfel_1_1Distribution.html#a3069e9152cabf4d463773b698fd8d323',1,'apfel::Distribution']]], - ['setverbositylevel_1596',['SetVerbosityLevel',['../namespaceapfel.html#a98ed5a19c9415624721b81f46f1f1afa',1,'apfel']]], - ['singular_1597',['Singular',['../classapfel_1_1Expression.html#ac5e2173392700a61ec15959412d1f2f3',1,'apfel::Expression::Singular()'],['../classapfel_1_1Pgpd0nsDGLAP.html#ac9db7c37d7a19aabf689ad42dfca0135',1,'apfel::Pgpd0nsDGLAP::Singular()'],['../classapfel_1_1Pgpd0nsERBL.html#a363d7ca4d9b3f75321381bfd7ff66b64',1,'apfel::Pgpd0nsERBL::Singular()'],['../classapfel_1_1Pgpd0ggDGLAP.html#af809070cfd071eb2dbcf8094fa59b41e',1,'apfel::Pgpd0ggDGLAP::Singular()'],['../classapfel_1_1Pgpd0ggERBL.html#a99b69fcc2d77dbeef1c4190b1732703e',1,'apfel::Pgpd0ggERBL::Singular()'],['../classapfel_1_1Cm022nsNC__c.html#a3e873be6e2d7afb4b8cc3b492f519031',1,'apfel::Cm022nsNC_c::Singular()'],['../classapfel_1_1Cm022nsNC__l.html#a520c9150487ac77e4b670ca896ae9e73',1,'apfel::Cm022nsNC_l::Singular()'],['../classapfel_1_1Cm022nsNC__l2.html#a2e2619874de486b40a1ec77d246de144',1,'apfel::Cm022nsNC_l2::Singular()'],['../classapfel_1_1AS1HH__L.html#a5d315247ee050347c2a7d960a679ec74',1,'apfel::AS1HH_L::Singular()'],['../classapfel_1_1AS1HH__0.html#aad541d4c7b247d4fa092ab57634ece53',1,'apfel::AS1HH_0::Singular()'],['../classapfel_1_1ANS2qqH__0.html#abdc32d30874a312e221f112dac46bde6',1,'apfel::ANS2qqH_0::Singular()'],['../classapfel_1_1ANS2qqH__L.html#a137f3b748379f0141e07c4cf0d9cd853',1,'apfel::ANS2qqH_L::Singular()'],['../classapfel_1_1ANS2qqH__L2.html#a4a6084ce633b83fc4e929483cc16fde1',1,'apfel::ANS2qqH_L2::Singular()'],['../classapfel_1_1AS2ggH__0.html#af98b663312bcb531794b0f301f36fbfa',1,'apfel::AS2ggH_0::Singular()'],['../classapfel_1_1AS2ggH__L.html#ae75b9c06aa92f455755f39957051cf8c',1,'apfel::AS2ggH_L::Singular()'],['../classapfel_1_1AS2ggH__L2.html#a60bb52ed2554c34def32cc45f606ec32',1,'apfel::AS2ggH_L2::Singular()'],['../classapfel_1_1ATS1HH__L.html#a9e4b7050974afaf66de4af8a4c1a32ae',1,'apfel::ATS1HH_L::Singular()'],['../classapfel_1_1ATS1HH__0.html#a159a16a0c2e9ac87f50a03b9df0683c4',1,'apfel::ATS1HH_0::Singular()'],['../classapfel_1_1C2Vqqff.html#aec9a37d161d57460f85bfe78e016e9cc',1,'apfel::C2Vqqff::Singular()'],['../classapfel_1_1C2ggff.html#a8f7fce33a576ac2ad5ebc21fdee9aa41',1,'apfel::C2ggff::Singular()'],['../classapfel_1_1C2Vqqpdf.html#a0d64ec0d5003a83c5b7b8a73e187addf',1,'apfel::C2Vqqpdf::Singular()'],['../classapfel_1_1C2ggpdf.html#a5b6566cf6ecea24d9e8b983b2ace396b',1,'apfel::C2ggpdf::Singular()'],['../classapfel_1_1C3Vqqpdf.html#aa70eaf08d5c1f8d481da115daa2c2043',1,'apfel::C3Vqqpdf::Singular()'],['../classapfel_1_1P0polgg.html#abcc3b74fe0488ad26abcea28747eddd9',1,'apfel::P0polgg::Singular()'],['../classapfel_1_1P1polgg.html#ad9bf0a2704e0c4a00152cc134fc070c2',1,'apfel::P1polgg::Singular()'],['../classapfel_1_1P2polgg.html#a726d481fbc6d5b8ac16a126c69d59464',1,'apfel::P2polgg::Singular()'],['../classapfel_1_1P0transns.html#ae6cccebb30a67f4ac2422570d36cc4f7',1,'apfel::P0transns::Singular()'],['../classapfel_1_1P1transnsp.html#a76e6d3dc06327191b84d57de09e95cdf',1,'apfel::P1transnsp::Singular()'],['../classapfel_1_1P0Ttransns.html#ac73dcf1b6dd0f1b5c4d5c32e22e19994',1,'apfel::P0Ttransns::Singular()'],['../classapfel_1_1P1Ttransnsp.html#af26beed091bb6338625bdf5d44165780',1,'apfel::P1Ttransnsp::Singular()'],['../classapfel_1_1P0ns.html#a10a55082f7e2c05f37d0263a8592b53f',1,'apfel::P0ns::Singular()'],['../classapfel_1_1P0gg.html#afacbd4cbb88144d9bdcf287ff2a0cddd',1,'apfel::P0gg::Singular()'],['../classapfel_1_1P1nsp.html#a9bc7c20cb73a2df73c1181d2b5e2a805',1,'apfel::P1nsp::Singular()'],['../classapfel_1_1P1gg.html#a30729830c8a3f4d41058cfc606fef6bd',1,'apfel::P1gg::Singular()'],['../classapfel_1_1P2nsp.html#a07c0f7f7e6fa28b05ceacfd47771b206',1,'apfel::P2nsp::Singular()'],['../classapfel_1_1P2nsm.html#ac2e1e1740def9fbabb7cec312262d139',1,'apfel::P2nsm::Singular()'],['../classapfel_1_1P2gg.html#aeac1d69fe91f4c64ba0781b3ddec6f0a',1,'apfel::P2gg::Singular()'],['../classapfel_1_1P3nsp.html#a0f1f21eccdc2fb8512a90625b2f7c558',1,'apfel::P3nsp::Singular()'],['../classapfel_1_1P3nsm.html#a387b0453a767dd3c77d625671033c456',1,'apfel::P3nsm::Singular()'],['../classapfel_1_1P0Tns.html#ac42715670ce5a2cc53e046ad0e686279',1,'apfel::P0Tns::Singular()'],['../classapfel_1_1P0Tgg.html#aa35e6ddac1f2a29eadc2c3e03127d27c',1,'apfel::P0Tgg::Singular()'],['../classapfel_1_1P1Tnsp.html#a7b45fc0d747530cce09a2b7a028a6509',1,'apfel::P1Tnsp::Singular()'],['../classapfel_1_1P1Tgg.html#a613e2a95247446ece8a8cabaf6f132d9',1,'apfel::P1Tgg::Singular()'],['../classapfel_1_1P2Tnsp.html#a953d2a527a04f00dd515d59f001b2103',1,'apfel::P2Tnsp::Singular()'],['../classapfel_1_1P2Tnsm.html#a70342037f76cab465d7348e0f2f99727',1,'apfel::P2Tnsm::Singular()'],['../classapfel_1_1P2Tgg.html#a0a92671cec5cfa4ea89615600c955aad',1,'apfel::P2Tgg::Singular()'],['../classapfel_1_1G41ns.html#a7f727665cc6651be14f0dbe9ea8095ea',1,'apfel::G41ns::Singular()'],['../classapfel_1_1G11ns.html#a89943ae6858091c39823bdddead5587d',1,'apfel::G11ns::Singular()'],['../classapfel_1_1C21ns.html#a5645db6b0af751bdd8c401d9b863741b',1,'apfel::C21ns::Singular()'],['../classapfel_1_1C31ns.html#aa3da9cd2be9b0fcec51c154de8971acb',1,'apfel::C31ns::Singular()'],['../classapfel_1_1C22nsp.html#a7fde2309c80ea1d70e9a091ff20cdee7',1,'apfel::C22nsp::Singular()'],['../classapfel_1_1C22nsm.html#a2176e5478d4ab32d20c0a9fde17ea2e4',1,'apfel::C22nsm::Singular()'],['../classapfel_1_1C32nsp.html#a80400f29824a5486a321c8e60de1d385',1,'apfel::C32nsp::Singular()'],['../classapfel_1_1C32nsm.html#a90d590b1561e87cee11be0ffa6b3aa32',1,'apfel::C32nsm::Singular()'],['../classapfel_1_1C21Tns.html#a3704e44dd15bc1782d55eba295391a22',1,'apfel::C21Tns::Singular()'],['../classapfel_1_1C31Tns.html#a7e139244d3d547379b06d63445fded55',1,'apfel::C31Tns::Singular()'],['../classapfel_1_1C22Tnsp.html#aea7d27f58d6f8e3398218bd18c5e9548',1,'apfel::C22Tnsp::Singular()'],['../classapfel_1_1C32Tnsp.html#ac331fc3f7a232eda031d5a5e432f8008',1,'apfel::C32Tnsp::Singular()']]], - ['size_1598',['size',['../classapfel_1_1ExtendedVector.html#af04961758c5e23ae52d956042dde5fa3',1,'apfel::ExtendedVector::size()'],['../classapfel_1_1matrix.html#aa1828d253916d16d8018c2a232db5303',1,'apfel::matrix::size()']]], - ['start_1599',['start',['../classapfel_1_1Timer.html#a8b8ffd3f8ceb45b50ecd2d7b00f84ccb',1,'apfel::Timer']]], - ['step_1600',['Step',['../classapfel_1_1SubGrid.html#a9093ca75b0d5329bb6e561a3e14370ea',1,'apfel::SubGrid']]], - ['stop_1601',['stop',['../classapfel_1_1Timer.html#a015b2c516bb668f392faa6d0a5eae3c1',1,'apfel::Timer']]], - ['subgrid_1602',['SubGrid',['../classapfel_1_1SubGrid.html#aee9d569772596ac57b7d984b7cb9b330',1,'apfel::SubGrid::SubGrid(int const &nx, double const &xMin, int const &InterDegree)'],['../classapfel_1_1SubGrid.html#a5c7fe00b92bc11957caaec41761cb9a9',1,'apfel::SubGrid::SubGrid(std::vector< double > const &xsg, int const &InterDegree)']]], - ['subtojointmap_1603',['SubToJointMap',['../classapfel_1_1Grid.html#afde71f2776250114ea25fafaef1363c0',1,'apfel::Grid']]], - ['sumbounds_1604',['SumBounds',['../classapfel_1_1Interpolator.html#acf4448797b971b6faee8b2eb84d9e910',1,'apfel::Interpolator::SumBounds()'],['../classapfel_1_1LagrangeInterpolator.html#a1937891f73add6ac97b543c4e291308d',1,'apfel::LagrangeInterpolator::SumBounds()'],['../classapfel_1_1QGrid.html#a2991f4e1f5773772f8ccb08c81058db5',1,'apfel::QGrid::SumBounds()']]] + ['set_1576',['set',['../classapfel_1_1matrix.html#ac2473df393b19193fddf91c40bfdfaba',1,'apfel::matrix']]], + ['set_1577',['Set',['../classapfel_1_1Set.html#a306c665cf4ed9b77a9633ffd877aeaa3',1,'apfel::Set::Set(ConvolutionMap const &Map=ConvolutionMap{"UNDEFINED"}, std::map< int, T > const &in=std::map< int, T > {})'],['../classapfel_1_1Set.html#a952533c20a412c1946f0e5090f7eccf0',1,'apfel::Set::Set(std::map< int, T > const &in)']]], + ['setexternalvariable_1578',['SetExternalVariable',['../classapfel_1_1Expression.html#af959cfade2e38ffd122112eab748d8ef',1,'apfel::Expression']]], + ['setinitialdistributions_1579',['SetInitialDistributions',['../classapfel_1_1Dglap.html#a19ef0f9a007856ba1bd46f07dea5f93a',1,'apfel::Dglap::SetInitialDistributions(std::function< double(int const &, double const &)> const &InDistFunc)'],['../classapfel_1_1Dglap.html#a04933fdfd995c4c3efd63bd5d18729de',1,'apfel::Dglap::SetInitialDistributions(std::function< std::map< int, double >(double const &)> const &InDistFunc)'],['../classapfel_1_1Dglap.html#a67f9c5ca05164c1ea2804341de2bced8',1,'apfel::Dglap::SetInitialDistributions(std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &mu)']]], + ['setjointgrid_1580',['SetJointGrid',['../classapfel_1_1Distribution.html#a66c033d0c916523ea0f75f16c09985f8',1,'apfel::Distribution']]], + ['setmap_1581',['SetMap',['../classapfel_1_1Set.html#ac2b7cfa13e427b34727d36c9ba28feb1',1,'apfel::Set']]], + ['setmuref_1582',['SetMuRef',['../classapfel_1_1MatchedEvolution.html#ae2bc1b1ea399fbba5009fb720aab159d',1,'apfel::MatchedEvolution']]], + ['setnumberofsteps_1583',['SetNumberOfSteps',['../classapfel_1_1MatchedEvolution.html#ad60d84335c8dc3b8328a4ca4dfc7174d',1,'apfel::MatchedEvolution']]], + ['setobjectref_1584',['SetObjectRef',['../classapfel_1_1MatchedEvolution.html#a4f9d5b0c8947a2aab79ecd3f04495485',1,'apfel::MatchedEvolution']]], + ['setobjects_1585',['SetObjects',['../classapfel_1_1Observable.html#acb35497758b18f38416cfc28be4056ed',1,'apfel::Observable::SetObjects()'],['../classapfel_1_1Set.html#a7b3aa798e80a7b08b52ac7e2fe5e5347',1,'apfel::Set::SetObjects()']]], + ['setrules_1586',['SetRules',['../classapfel_1_1ConvolutionMap.html#af19748a541aed7760c0edf5960ecf172',1,'apfel::ConvolutionMap']]], + ['setsubgrid_1587',['SetSubGrid',['../classapfel_1_1Distribution.html#a3069e9152cabf4d463773b698fd8d323',1,'apfel::Distribution']]], + ['setverbositylevel_1588',['SetVerbosityLevel',['../namespaceapfel.html#a98ed5a19c9415624721b81f46f1f1afa',1,'apfel']]], + ['singular_1589',['Singular',['../classapfel_1_1Pgpd0ns.html#a8164029387c2956e7a2441a4ee72b7c0',1,'apfel::Pgpd0ns::Singular()'],['../classapfel_1_1Pgpd0qq.html#a6b3515a26e2991841ae8372ada648538',1,'apfel::Pgpd0qq::Singular()'],['../classapfel_1_1Pgpd0gg.html#a5ba16e5d5896504947b61a93f5ba8311',1,'apfel::Pgpd0gg::Singular()'],['../classapfel_1_1Cm022nsNC__c.html#a3e873be6e2d7afb4b8cc3b492f519031',1,'apfel::Cm022nsNC_c::Singular()'],['../classapfel_1_1Cm022nsNC__l.html#a520c9150487ac77e4b670ca896ae9e73',1,'apfel::Cm022nsNC_l::Singular()'],['../classapfel_1_1Cm022nsNC__l2.html#a2e2619874de486b40a1ec77d246de144',1,'apfel::Cm022nsNC_l2::Singular()'],['../classapfel_1_1AS1HH__L.html#a5d315247ee050347c2a7d960a679ec74',1,'apfel::AS1HH_L::Singular()'],['../classapfel_1_1AS1HH__0.html#aad541d4c7b247d4fa092ab57634ece53',1,'apfel::AS1HH_0::Singular()'],['../classapfel_1_1ANS2qqH__0.html#abdc32d30874a312e221f112dac46bde6',1,'apfel::ANS2qqH_0::Singular()'],['../classapfel_1_1ANS2qqH__L.html#a137f3b748379f0141e07c4cf0d9cd853',1,'apfel::ANS2qqH_L::Singular()'],['../classapfel_1_1ANS2qqH__L2.html#a4a6084ce633b83fc4e929483cc16fde1',1,'apfel::ANS2qqH_L2::Singular()'],['../classapfel_1_1AS2ggH__0.html#af98b663312bcb531794b0f301f36fbfa',1,'apfel::AS2ggH_0::Singular()'],['../classapfel_1_1AS2ggH__L.html#ae75b9c06aa92f455755f39957051cf8c',1,'apfel::AS2ggH_L::Singular()'],['../classapfel_1_1AS2ggH__L2.html#a60bb52ed2554c34def32cc45f606ec32',1,'apfel::AS2ggH_L2::Singular()'],['../classapfel_1_1ATS1HH__L.html#a9e4b7050974afaf66de4af8a4c1a32ae',1,'apfel::ATS1HH_L::Singular()'],['../classapfel_1_1ATS1HH__0.html#a159a16a0c2e9ac87f50a03b9df0683c4',1,'apfel::ATS1HH_0::Singular()'],['../classapfel_1_1C2Vqqff.html#aec9a37d161d57460f85bfe78e016e9cc',1,'apfel::C2Vqqff::Singular()'],['../classapfel_1_1C2ggff.html#a8f7fce33a576ac2ad5ebc21fdee9aa41',1,'apfel::C2ggff::Singular()'],['../classapfel_1_1C2Vqqpdf.html#a0d64ec0d5003a83c5b7b8a73e187addf',1,'apfel::C2Vqqpdf::Singular()'],['../classapfel_1_1C2ggpdf.html#a5b6566cf6ecea24d9e8b983b2ace396b',1,'apfel::C2ggpdf::Singular()'],['../classapfel_1_1C3Vqqpdf.html#aa70eaf08d5c1f8d481da115daa2c2043',1,'apfel::C3Vqqpdf::Singular()'],['../classapfel_1_1P0polgg.html#abcc3b74fe0488ad26abcea28747eddd9',1,'apfel::P0polgg::Singular()'],['../classapfel_1_1P1polgg.html#ad9bf0a2704e0c4a00152cc134fc070c2',1,'apfel::P1polgg::Singular()'],['../classapfel_1_1P2polgg.html#a726d481fbc6d5b8ac16a126c69d59464',1,'apfel::P2polgg::Singular()'],['../classapfel_1_1P0transns.html#ae6cccebb30a67f4ac2422570d36cc4f7',1,'apfel::P0transns::Singular()'],['../classapfel_1_1Expression.html#ac5e2173392700a61ec15959412d1f2f3',1,'apfel::Expression::Singular()'],['../classapfel_1_1P0Ttransns.html#ac73dcf1b6dd0f1b5c4d5c32e22e19994',1,'apfel::P0Ttransns::Singular()'],['../classapfel_1_1P1Ttransnsp.html#af26beed091bb6338625bdf5d44165780',1,'apfel::P1Ttransnsp::Singular()'],['../classapfel_1_1P0ns.html#a10a55082f7e2c05f37d0263a8592b53f',1,'apfel::P0ns::Singular()'],['../classapfel_1_1P0gg.html#afacbd4cbb88144d9bdcf287ff2a0cddd',1,'apfel::P0gg::Singular()'],['../classapfel_1_1P1nsp.html#a9bc7c20cb73a2df73c1181d2b5e2a805',1,'apfel::P1nsp::Singular()'],['../classapfel_1_1P1gg.html#a30729830c8a3f4d41058cfc606fef6bd',1,'apfel::P1gg::Singular()'],['../classapfel_1_1P2nsp.html#a07c0f7f7e6fa28b05ceacfd47771b206',1,'apfel::P2nsp::Singular()'],['../classapfel_1_1P2nsm.html#ac2e1e1740def9fbabb7cec312262d139',1,'apfel::P2nsm::Singular()'],['../classapfel_1_1P2gg.html#aeac1d69fe91f4c64ba0781b3ddec6f0a',1,'apfel::P2gg::Singular()'],['../classapfel_1_1P3nsp.html#a0f1f21eccdc2fb8512a90625b2f7c558',1,'apfel::P3nsp::Singular()'],['../classapfel_1_1P3nsm.html#a387b0453a767dd3c77d625671033c456',1,'apfel::P3nsm::Singular()'],['../classapfel_1_1P0Tns.html#ac42715670ce5a2cc53e046ad0e686279',1,'apfel::P0Tns::Singular()'],['../classapfel_1_1P0Tgg.html#aa35e6ddac1f2a29eadc2c3e03127d27c',1,'apfel::P0Tgg::Singular()'],['../classapfel_1_1P1Tnsp.html#a7b45fc0d747530cce09a2b7a028a6509',1,'apfel::P1Tnsp::Singular()'],['../classapfel_1_1P1Tgg.html#a613e2a95247446ece8a8cabaf6f132d9',1,'apfel::P1Tgg::Singular()'],['../classapfel_1_1P2Tnsp.html#a953d2a527a04f00dd515d59f001b2103',1,'apfel::P2Tnsp::Singular()'],['../classapfel_1_1P2Tnsm.html#a70342037f76cab465d7348e0f2f99727',1,'apfel::P2Tnsm::Singular()'],['../classapfel_1_1P2Tgg.html#a0a92671cec5cfa4ea89615600c955aad',1,'apfel::P2Tgg::Singular()'],['../classapfel_1_1G41ns.html#a7f727665cc6651be14f0dbe9ea8095ea',1,'apfel::G41ns::Singular()'],['../classapfel_1_1G11ns.html#a89943ae6858091c39823bdddead5587d',1,'apfel::G11ns::Singular()'],['../classapfel_1_1C21ns.html#a5645db6b0af751bdd8c401d9b863741b',1,'apfel::C21ns::Singular()'],['../classapfel_1_1C31ns.html#aa3da9cd2be9b0fcec51c154de8971acb',1,'apfel::C31ns::Singular()'],['../classapfel_1_1C22nsp.html#a7fde2309c80ea1d70e9a091ff20cdee7',1,'apfel::C22nsp::Singular()'],['../classapfel_1_1C22nsm.html#a2176e5478d4ab32d20c0a9fde17ea2e4',1,'apfel::C22nsm::Singular()'],['../classapfel_1_1C32nsp.html#a80400f29824a5486a321c8e60de1d385',1,'apfel::C32nsp::Singular()'],['../classapfel_1_1C32nsm.html#a90d590b1561e87cee11be0ffa6b3aa32',1,'apfel::C32nsm::Singular()'],['../classapfel_1_1C21Tns.html#a3704e44dd15bc1782d55eba295391a22',1,'apfel::C21Tns::Singular()'],['../classapfel_1_1C31Tns.html#a7e139244d3d547379b06d63445fded55',1,'apfel::C31Tns::Singular()'],['../classapfel_1_1C22Tnsp.html#aea7d27f58d6f8e3398218bd18c5e9548',1,'apfel::C22Tnsp::Singular()'],['../classapfel_1_1C32Tnsp.html#ac331fc3f7a232eda031d5a5e432f8008',1,'apfel::C32Tnsp::Singular()'],['../classapfel_1_1P1transnsp.html#a76e6d3dc06327191b84d57de09e95cdf',1,'apfel::P1transnsp::Singular()']]], + ['size_1590',['size',['../classapfel_1_1matrix.html#aa1828d253916d16d8018c2a232db5303',1,'apfel::matrix::size()'],['../classapfel_1_1ExtendedVector.html#af04961758c5e23ae52d956042dde5fa3',1,'apfel::ExtendedVector::size()']]], + ['start_1591',['start',['../classapfel_1_1Timer.html#a8b8ffd3f8ceb45b50ecd2d7b00f84ccb',1,'apfel::Timer']]], + ['step_1592',['Step',['../classapfel_1_1SubGrid.html#a9093ca75b0d5329bb6e561a3e14370ea',1,'apfel::SubGrid']]], + ['stop_1593',['stop',['../classapfel_1_1Timer.html#a015b2c516bb668f392faa6d0a5eae3c1',1,'apfel::Timer']]], + ['subgrid_1594',['SubGrid',['../classapfel_1_1SubGrid.html#aee9d569772596ac57b7d984b7cb9b330',1,'apfel::SubGrid::SubGrid(int const &nx, double const &xMin, int const &InterDegree)'],['../classapfel_1_1SubGrid.html#a5c7fe00b92bc11957caaec41761cb9a9',1,'apfel::SubGrid::SubGrid(std::vector< double > const &xsg, int const &InterDegree)']]], + ['subtojointmap_1595',['SubToJointMap',['../classapfel_1_1Grid.html#afde71f2776250114ea25fafaef1363c0',1,'apfel::Grid']]], + ['sumbounds_1596',['SumBounds',['../classapfel_1_1Interpolator.html#acf4448797b971b6faee8b2eb84d9e910',1,'apfel::Interpolator::SumBounds()'],['../classapfel_1_1LagrangeInterpolator.html#a1937891f73add6ac97b543c4e291308d',1,'apfel::LagrangeInterpolator::SumBounds()'],['../classapfel_1_1QGrid.html#a2991f4e1f5773772f8ccb08c81058db5',1,'apfel::QGrid::SumBounds()']]] ]; diff --git a/docs/html/search/functions_13.html b/docs/html/search/functions_13.html index d5908fbc7..3da2ea69c 100644 --- a/docs/html/search/functions_13.html +++ b/docs/html/search/functions_13.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_13.js b/docs/html/search/functions_13.js index bdf5a6c29..8ddd9505f 100644 --- a/docs/html/search/functions_13.js +++ b/docs/html/search/functions_13.js @@ -1,9 +1,10 @@ var searchData= [ - ['tabfunc_1605',['TabFunc',['../classapfel_1_1QGrid.html#a69f28b6c7da9dbf3a6e48953ce15c172',1,'apfel::QGrid']]], - ['tabulateevolution_1606',['TabulateEvolution',['../classapfel_1_1InitialiseEvolution.html#a8bc3bbe0441a3b4feded357b2946131d',1,'apfel::InitialiseEvolution']]], - ['tabulateobject_1607',['TabulateObject',['../classapfel_1_1TabulateObject.html#aae6bb3a4886b480727716a8be06b7f6f',1,'apfel::TabulateObject::TabulateObject(MatchedEvolution< T > &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, double const &Lambda=0.25)'],['../classapfel_1_1TabulateObject.html#a5338ef7f98041dbf7b2d35dcdcab5cfb',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, double const &Lambda=0.25)'],['../classapfel_1_1TabulateObject.html#a03bff5c0560780d99cd9ab985492c734',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, std::function< double(double const &)> const &TabFunc, std::function< double(double const &)> const &InvTabFunc)'],['../classapfel_1_1TabulateObject.html#aeefc9819847c847794cf60d8a29a0044',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, std::vector< double > const &Qg, int const &InterDegree)']]], - ['timer_1608',['Timer',['../classapfel_1_1Timer.html#a4f3105d4294bfd96952d01e79c5bf63f',1,'apfel::Timer']]], - ['transform_1609',['transform',['../classapfel_1_1DoubleExponentialQuadrature.html#af9c3896a4859bc74803ad537113585a8',1,'apfel::DoubleExponentialQuadrature::transform()'],['../classapfel_1_1OgataQuadrature.html#a08492fa34b921c4eb8354d905601ac26',1,'apfel::OgataQuadrature::transform()']]], - ['twobodyphasespace_1610',['TwoBodyPhaseSpace',['../classapfel_1_1TwoBodyPhaseSpace.html#aafe154d0e5c45fe56ec5112529d2b25d',1,'apfel::TwoBodyPhaseSpace']]] + ['tabfunc_1597',['TabFunc',['../classapfel_1_1QGrid.html#a69f28b6c7da9dbf3a6e48953ce15c172',1,'apfel::QGrid']]], + ['tabulateevolution_1598',['TabulateEvolution',['../classapfel_1_1InitialiseEvolution.html#a8bc3bbe0441a3b4feded357b2946131d',1,'apfel::InitialiseEvolution']]], + ['tabulateobject_1599',['TabulateObject',['../classapfel_1_1TabulateObject.html#aae6bb3a4886b480727716a8be06b7f6f',1,'apfel::TabulateObject::TabulateObject(MatchedEvolution< T > &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, double const &Lambda=0.25)'],['../classapfel_1_1TabulateObject.html#a5338ef7f98041dbf7b2d35dcdcab5cfb',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, double const &Lambda=0.25)'],['../classapfel_1_1TabulateObject.html#a03bff5c0560780d99cd9ab985492c734',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, std::function< double(double const &)> const &TabFunc, std::function< double(double const &)> const &InvTabFunc)'],['../classapfel_1_1TabulateObject.html#aeefc9819847c847794cf60d8a29a0044',1,'apfel::TabulateObject::TabulateObject(std::function< T(double const &)> const &Object, std::vector< double > const &Qg, int const &InterDegree)']]], + ['timer_1600',['Timer',['../classapfel_1_1Timer.html#a4f3105d4294bfd96952d01e79c5bf63f',1,'apfel::Timer']]], + ['transform_1601',['transform',['../classapfel_1_1DoubleExponentialQuadrature.html#af9c3896a4859bc74803ad537113585a8',1,'apfel::DoubleExponentialQuadrature::transform()'],['../classapfel_1_1OgataQuadrature.html#a08492fa34b921c4eb8354d905601ac26',1,'apfel::OgataQuadrature::transform()']]], + ['transitionpoints_1602',['TransitionPoints',['../classapfel_1_1Grid.html#a4ab3beb050ef97b91675eeabbd54d381',1,'apfel::Grid']]], + ['twobodyphasespace_1603',['TwoBodyPhaseSpace',['../classapfel_1_1TwoBodyPhaseSpace.html#aafe154d0e5c45fe56ec5112529d2b25d',1,'apfel::TwoBodyPhaseSpace']]] ]; diff --git a/docs/html/search/functions_14.html b/docs/html/search/functions_14.html index 856115922..29237b44c 100644 --- a/docs/html/search/functions_14.html +++ b/docs/html/search/functions_14.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_14.js b/docs/html/search/functions_14.js index ca782fced..f96dd7b67 100644 --- a/docs/html/search/functions_14.js +++ b/docs/html/search/functions_14.js @@ -1,4 +1,4 @@ var searchData= [ - ['unpackweights_1611',['UnpackWeights',['../namespaceapfel.html#ad33ee04bf2cf8dd901e69d0a94ab533f',1,'apfel']]] + ['unpackweights_1604',['UnpackWeights',['../namespaceapfel.html#ad33ee04bf2cf8dd901e69d0a94ab533f',1,'apfel']]] ]; diff --git a/docs/html/search/functions_15.html b/docs/html/search/functions_15.html index 1e56bcdce..6d5decd70 100644 --- a/docs/html/search/functions_15.html +++ b/docs/html/search/functions_15.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_15.js b/docs/html/search/functions_15.js index 19c8cd8f1..a1c201b5f 100644 --- a/docs/html/search/functions_15.js +++ b/docs/html/search/functions_15.js @@ -1,7 +1,7 @@ var searchData= [ - ['warning_1612',['warning',['../namespaceapfel.html#a8957d7723906083aa7e5a3a3483e443c',1,'apfel']]], - ['wgplg_1613',['wgplg',['../namespaceapfel.html#ae07fc6dc7c2b19aaeae0957f7afa9ccc',1,'apfel']]], - ['writegrid_1614',['WriteGrid',['../classapfel_1_1InitialiseEvolution.html#a17d43a477175f4c4fd84bd659d6b5fa9',1,'apfel::InitialiseEvolution']]], - ['writegridinfo_1615',['WriteGridInfo',['../classapfel_1_1InitialiseEvolution.html#ace5cfdb335ee53b22dbdadade1a36bc1',1,'apfel::InitialiseEvolution']]] + ['warning_1605',['warning',['../namespaceapfel.html#a8957d7723906083aa7e5a3a3483e443c',1,'apfel']]], + ['wgplg_1606',['wgplg',['../namespaceapfel.html#ae07fc6dc7c2b19aaeae0957f7afa9ccc',1,'apfel']]], + ['writegrid_1607',['WriteGrid',['../classapfel_1_1InitialiseEvolution.html#a17d43a477175f4c4fd84bd659d6b5fa9',1,'apfel::InitialiseEvolution']]], + ['writegridinfo_1608',['WriteGridInfo',['../classapfel_1_1InitialiseEvolution.html#ace5cfdb335ee53b22dbdadade1a36bc1',1,'apfel::InitialiseEvolution']]] ]; diff --git a/docs/html/search/functions_16.html b/docs/html/search/functions_16.html index 8f9cf8073..5aed7d093 100644 --- a/docs/html/search/functions_16.html +++ b/docs/html/search/functions_16.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_16.js b/docs/html/search/functions_16.js index f02b9f46d..8dcf5c380 100644 --- a/docs/html/search/functions_16.js +++ b/docs/html/search/functions_16.js @@ -1,5 +1,5 @@ var searchData= [ - ['xmax_1616',['xMax',['../classapfel_1_1SubGrid.html#a6af420df896db5753024435df1af48ba',1,'apfel::SubGrid']]], - ['xmin_1617',['xMin',['../classapfel_1_1SubGrid.html#a706414872d99bf4b1cc846df7b1edbeb',1,'apfel::SubGrid']]] + ['xmax_1609',['xMax',['../classapfel_1_1SubGrid.html#a6af420df896db5753024435df1af48ba',1,'apfel::SubGrid']]], + ['xmin_1610',['xMin',['../classapfel_1_1SubGrid.html#a706414872d99bf4b1cc846df7b1edbeb',1,'apfel::SubGrid']]] ]; diff --git a/docs/html/search/functions_17.html b/docs/html/search/functions_17.html index 762946856..ad6d5a7af 100644 --- a/docs/html/search/functions_17.html +++ b/docs/html/search/functions_17.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_17.js b/docs/html/search/functions_17.js index db97bee30..49045d886 100644 --- a/docs/html/search/functions_17.js +++ b/docs/html/search/functions_17.js @@ -1,5 +1,6 @@ var searchData= [ - ['_7einterpolator_1618',['~Interpolator',['../classapfel_1_1Interpolator.html#abcf14478694c9385f568a4fd69a0fe67',1,'apfel::Interpolator']]], - ['_7ematchedevolution_1619',['~MatchedEvolution',['../classapfel_1_1MatchedEvolution.html#a0934c99a428f260789e7b78d4f784a80',1,'apfel::MatchedEvolution']]] + ['_7einterpolator_1611',['~Interpolator',['../classapfel_1_1Interpolator.html#abcf14478694c9385f568a4fd69a0fe67',1,'apfel::Interpolator']]], + ['_7ematchedevolution_1612',['~MatchedEvolution',['../classapfel_1_1MatchedEvolution.html#a0934c99a428f260789e7b78d4f784a80',1,'apfel::MatchedEvolution']]], + ['_7eoperator_1613',['~Operator',['../classapfel_1_1Operator.html#a33282323f21457b098ee90b2356af978',1,'apfel::Operator']]] ]; diff --git a/docs/html/search/functions_2.html b/docs/html/search/functions_2.html index aa8640419..ca5aa10e6 100644 --- a/docs/html/search/functions_2.html +++ b/docs/html/search/functions_2.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_2.js b/docs/html/search/functions_2.js index e80533e7a..cc5fc2edc 100644 --- a/docs/html/search/functions_2.js +++ b/docs/html/search/functions_2.js @@ -1,100 +1,100 @@ var searchData= [ - ['c1ggff_1216',['C1ggff',['../classapfel_1_1C1ggff.html#ae26c6dc5fceaccb5950e340db6977562',1,'apfel::C1ggff']]], - ['c1ggpdf_1217',['C1ggpdf',['../classapfel_1_1C1ggpdf.html#a7dcaea8750a29da318481d9b94d0a8ae',1,'apfel::C1ggpdf']]], - ['c1ggpdfbm_1218',['C1ggpdfBM',['../classapfel_1_1C1ggpdfBM.html#a9a2e53433038eb4c8684753828e1f9e4',1,'apfel::C1ggpdfBM']]], - ['c1gqff_1219',['C1gqff',['../classapfel_1_1C1gqff.html#a45364e96a8d9549add0bf426bb511ade',1,'apfel::C1gqff']]], - ['c1gqpdf_1220',['C1gqpdf',['../classapfel_1_1C1gqpdf.html#a40e3bc2fd2c97f07e13e065927a3ce13',1,'apfel::C1gqpdf']]], - ['c1gqpdfbm_1221',['C1gqpdfBM',['../classapfel_1_1C1gqpdfBM.html#ab10582f904dea3312f264af14ad8dee9',1,'apfel::C1gqpdfBM']]], - ['c1nsff_1222',['C1nsff',['../classapfel_1_1C1nsff.html#aa3fd3127859c93a35701721a761c0bfc',1,'apfel::C1nsff']]], - ['c1nspdf_1223',['C1nspdf',['../classapfel_1_1C1nspdf.html#a7ae6fdaff3f63230924d6191fe721af7',1,'apfel::C1nspdf']]], - ['c1qgff_1224',['C1qgff',['../classapfel_1_1C1qgff.html#ac228ffa2c2be504f566c548f71c8ad57',1,'apfel::C1qgff']]], - ['c1qgpdf_1225',['C1qgpdf',['../classapfel_1_1C1qgpdf.html#abe78e4592dbb5e7e7211dc1545935204',1,'apfel::C1qgpdf']]], - ['c21g_1226',['C21g',['../classapfel_1_1C21g.html#a1347131e6465c86c4ccca70a45ef58a0',1,'apfel::C21g']]], - ['c21ns_1227',['C21ns',['../classapfel_1_1C21ns.html#a7c9849e8a526c015216337032622309d',1,'apfel::C21ns']]], - ['c21tg_1228',['C21Tg',['../classapfel_1_1C21Tg.html#a2dbe91276211ebc8d168dc430a65beba',1,'apfel::C21Tg']]], - ['c21tns_1229',['C21Tns',['../classapfel_1_1C21Tns.html#a44722d240575674da6b24091039dd2b7',1,'apfel::C21Tns']]], - ['c22g_1230',['C22g',['../classapfel_1_1C22g.html#aedff7ae288816623fe64ced2d04f73a2',1,'apfel::C22g']]], - ['c22nsm_1231',['C22nsm',['../classapfel_1_1C22nsm.html#a680d21c03f356e12165aea424a07c199',1,'apfel::C22nsm']]], - ['c22nsp_1232',['C22nsp',['../classapfel_1_1C22nsp.html#a540d792b9ff89ea5d74947e12649113f',1,'apfel::C22nsp']]], - ['c22ps_1233',['C22ps',['../classapfel_1_1C22ps.html#a2704e96e79aec0a9df03ea50391a0f12',1,'apfel::C22ps']]], - ['c22tg_1234',['C22Tg',['../classapfel_1_1C22Tg.html#a640a8aa3b788f1cfdba1018d35bc16fa',1,'apfel::C22Tg']]], - ['c22tnsp_1235',['C22Tnsp',['../classapfel_1_1C22Tnsp.html#a9cf72fefff751ad3267dfb7ca27757bb',1,'apfel::C22Tnsp']]], - ['c22tps_1236',['C22Tps',['../classapfel_1_1C22Tps.html#a3fcf87930739d69f774afa7ced5298ad',1,'apfel::C22Tps']]], - ['c2ggff_1237',['C2ggff',['../classapfel_1_1C2ggff.html#a46b114894da2dcb127b3b7455df98816',1,'apfel::C2ggff']]], - ['c2ggpdf_1238',['C2ggpdf',['../classapfel_1_1C2ggpdf.html#a7453071fe66f1dfe4202cfcd805c759a',1,'apfel::C2ggpdf']]], - ['c2gqff_1239',['C2gqff',['../classapfel_1_1C2gqff.html#a35917cc3b90efdc1cedb7477a7d63f3f',1,'apfel::C2gqff']]], - ['c2gqpdf_1240',['C2gqpdf',['../classapfel_1_1C2gqpdf.html#a6c59735ddb413d95f15e9f5ee5068932',1,'apfel::C2gqpdf']]], - ['c2psff_1241',['C2psff',['../classapfel_1_1C2psff.html#a5e8fa2fc8b2d471ad7385a0fb0907bae',1,'apfel::C2psff']]], - ['c2pspdf_1242',['C2pspdf',['../classapfel_1_1C2pspdf.html#a966928424adb9401a63253f4135e25dd',1,'apfel::C2pspdf']]], - ['c2qgff_1243',['C2qgff',['../classapfel_1_1C2qgff.html#aa5ed70fd4de118f2e502baa2dacda49b',1,'apfel::C2qgff']]], - ['c2qgpdf_1244',['C2qgpdf',['../classapfel_1_1C2qgpdf.html#afb0b7b2c67c0b919ec993f4079f2385a',1,'apfel::C2qgpdf']]], - ['c2vqqbff_1245',['C2Vqqbff',['../classapfel_1_1C2Vqqbff.html#a0a18d31dead5cf91e8fc0827ca6e53ea',1,'apfel::C2Vqqbff']]], - ['c2vqqbpdf_1246',['C2Vqqbpdf',['../classapfel_1_1C2Vqqbpdf.html#a0f69871d1194dd6cba024597fdf0966b',1,'apfel::C2Vqqbpdf']]], - ['c2vqqff_1247',['C2Vqqff',['../classapfel_1_1C2Vqqff.html#a5e3e8a51fff5cc158de412ec18c0ba5b',1,'apfel::C2Vqqff']]], - ['c2vqqpdf_1248',['C2Vqqpdf',['../classapfel_1_1C2Vqqpdf.html#a2827e044a00973028ce803b9d53403a5',1,'apfel::C2Vqqpdf']]], - ['c31ns_1249',['C31ns',['../classapfel_1_1C31ns.html#aaabb6222672a77a03ea2dc157216295f',1,'apfel::C31ns']]], - ['c31tns_1250',['C31Tns',['../classapfel_1_1C31Tns.html#a0eeb184f6d653587980cfcfd6a4cc251',1,'apfel::C31Tns']]], - ['c32nsm_1251',['C32nsm',['../classapfel_1_1C32nsm.html#a19e4643fdd32d9c5d8be1d39d5c82e99',1,'apfel::C32nsm']]], - ['c32nsp_1252',['C32nsp',['../classapfel_1_1C32nsp.html#aaa57d46c39fa85deb69e8d5137dbfd27',1,'apfel::C32nsp']]], - ['c32tnsp_1253',['C32Tnsp',['../classapfel_1_1C32Tnsp.html#a5c45e0e60a790c2b28577bc85cbd3da7',1,'apfel::C32Tnsp']]], - ['c3ggpdf_1254',['C3ggpdf',['../classapfel_1_1C3ggpdf.html#a8eaecaa7dbd2242b83cdc26cdf9c1005',1,'apfel::C3ggpdf']]], - ['c3gqpdf_1255',['C3gqpdf',['../classapfel_1_1C3gqpdf.html#a38d71f87bf7f345789e0f346a87eb450',1,'apfel::C3gqpdf']]], - ['c3pspdf_1256',['C3pspdf',['../classapfel_1_1C3pspdf.html#a0911482f9a877431830214aa406e74e2',1,'apfel::C3pspdf']]], - ['c3pvpdf_1257',['C3pvpdf',['../classapfel_1_1C3pvpdf.html#a6a3b2b4ed4ae73770325c4780311cb8f',1,'apfel::C3pvpdf']]], - ['c3qgpdf_1258',['C3qgpdf',['../classapfel_1_1C3qgpdf.html#ad274c36f84f6bc63c7fc459e8bde47f8',1,'apfel::C3qgpdf']]], - ['c3vqqbpdf_1259',['C3Vqqbpdf',['../classapfel_1_1C3Vqqbpdf.html#aa64994615bd8c0c326475ce6db5ef97d',1,'apfel::C3Vqqbpdf']]], - ['c3vqqpdf_1260',['C3Vqqpdf',['../classapfel_1_1C3Vqqpdf.html#acaacdb63f416e9104a1833f86bb645fc',1,'apfel::C3Vqqpdf']]], - ['checksetup_1261',['CheckSetup',['../classapfel_1_1InitialiseEvolution.html#aa470bf0c32f9b33dd4781844665528b0',1,'apfel::InitialiseEvolution']]], - ['cl1g_1262',['CL1g',['../classapfel_1_1CL1g.html#af33b99e2988bcda3666e63fc260d8d51',1,'apfel::CL1g']]], - ['cl1ns_1263',['CL1ns',['../classapfel_1_1CL1ns.html#ad963cab1dad8b3d3bd179898f9b3d87e',1,'apfel::CL1ns']]], - ['cl1tg_1264',['CL1Tg',['../classapfel_1_1CL1Tg.html#a5d30233bc99892c1851b1361b2f34934',1,'apfel::CL1Tg']]], - ['cl1tns_1265',['CL1Tns',['../classapfel_1_1CL1Tns.html#a33bda9679dca90573d89f18b22bf8e4e',1,'apfel::CL1Tns']]], - ['cl2g_1266',['CL2g',['../classapfel_1_1CL2g.html#a3a10365b635c96c3d992e577850c1e65',1,'apfel::CL2g']]], - ['cl2nsm_1267',['CL2nsm',['../classapfel_1_1CL2nsm.html#afb8cf303a97ecc0aac4e6e9bed3adcdb',1,'apfel::CL2nsm']]], - ['cl2nsp_1268',['CL2nsp',['../classapfel_1_1CL2nsp.html#abf8488e412b046ed3de2f34b9b66da0d',1,'apfel::CL2nsp']]], - ['cl2ps_1269',['CL2ps',['../classapfel_1_1CL2ps.html#a8eeec77af51884cd0b9be3492d25f532',1,'apfel::CL2ps']]], - ['cl2tg_1270',['CL2Tg',['../classapfel_1_1CL2Tg.html#a32960b7536a97615c839be812e8c08a9',1,'apfel::CL2Tg']]], - ['cl2tnsp_1271',['CL2Tnsp',['../classapfel_1_1CL2Tnsp.html#ac7795aa608c14cff29cd00c5b92cd589',1,'apfel::CL2Tnsp']]], - ['cl2tps_1272',['CL2Tps',['../classapfel_1_1CL2Tps.html#a65af76d077851d16bbec97336c0c1eaa',1,'apfel::CL2Tps']]], - ['cm021gnc_5fc_1273',['Cm021gNC_c',['../classapfel_1_1Cm021gNC__c.html#af104757d61a78dc9662cb5798a9a2f93',1,'apfel::Cm021gNC_c']]], - ['cm021gnc_5fl_1274',['Cm021gNC_l',['../classapfel_1_1Cm021gNC__l.html#af665b8051d2a36ba4512e707110006f6',1,'apfel::Cm021gNC_l']]], - ['cm022gnc_5fc_1275',['Cm022gNC_c',['../classapfel_1_1Cm022gNC__c.html#a2f29b7bfdffa81f10816c5b832bf4868',1,'apfel::Cm022gNC_c']]], - ['cm022gnc_5ff_1276',['Cm022gNC_f',['../classapfel_1_1Cm022gNC__f.html#a1e8f6656a28aca6dc3bc2744a6ebaf06',1,'apfel::Cm022gNC_f']]], - ['cm022gnc_5fl_1277',['Cm022gNC_l',['../classapfel_1_1Cm022gNC__l.html#a465c92c51e8d054e223832e07a2d66b2',1,'apfel::Cm022gNC_l']]], - ['cm022gnc_5fl2_1278',['Cm022gNC_l2',['../classapfel_1_1Cm022gNC__l2.html#a90a57f017fa7374155ee9336bb1755cc',1,'apfel::Cm022gNC_l2']]], - ['cm022gnc_5flf_1279',['Cm022gNC_lf',['../classapfel_1_1Cm022gNC__lf.html#af9260fe16c51c54144af8d7345c098a0',1,'apfel::Cm022gNC_lf']]], - ['cm022nsnc_5fc_1280',['Cm022nsNC_c',['../classapfel_1_1Cm022nsNC__c.html#a6360c48a9b7327a22253f36def12eded',1,'apfel::Cm022nsNC_c']]], - ['cm022nsnc_5fl_1281',['Cm022nsNC_l',['../classapfel_1_1Cm022nsNC__l.html#a3a41399c32a78f98cdaeac17c8d8717e',1,'apfel::Cm022nsNC_l']]], - ['cm022nsnc_5fl2_1282',['Cm022nsNC_l2',['../classapfel_1_1Cm022nsNC__l2.html#ae28d882f6b07118457141265b3f1e5fe',1,'apfel::Cm022nsNC_l2']]], - ['cm022psnc_5fc_1283',['Cm022psNC_c',['../classapfel_1_1Cm022psNC__c.html#aa1b0dd906c929e3471ab84433279cc18',1,'apfel::Cm022psNC_c']]], - ['cm022psnc_5ff_1284',['Cm022psNC_f',['../classapfel_1_1Cm022psNC__f.html#a60679258bf688559ccb0ef27e9f247a4',1,'apfel::Cm022psNC_f']]], - ['cm022psnc_5fl_1285',['Cm022psNC_l',['../classapfel_1_1Cm022psNC__l.html#a2c95f21cf2710e0c021fd5fd9688784b',1,'apfel::Cm022psNC_l']]], - ['cm022psnc_5fl2_1286',['Cm022psNC_l2',['../classapfel_1_1Cm022psNC__l2.html#a1ed013db237fc63334a8496fb4db5677',1,'apfel::Cm022psNC_l2']]], - ['cm022psnc_5flf_1287',['Cm022psNC_lf',['../classapfel_1_1Cm022psNC__lf.html#acda501f3efd1664396fd17eb51be1b99',1,'apfel::Cm022psNC_lf']]], - ['cm0l1gnc_5fc_1288',['Cm0L1gNC_c',['../classapfel_1_1Cm0L1gNC__c.html#a47c372c483ce410ad1d8f2e4cd18db60',1,'apfel::Cm0L1gNC_c']]], - ['cm0l2gnc_5fc_1289',['Cm0L2gNC_c',['../classapfel_1_1Cm0L2gNC__c.html#acebd8a8dd4d93ca44299d8ec2b6995d3',1,'apfel::Cm0L2gNC_c']]], - ['cm0l2gnc_5ff_1290',['Cm0L2gNC_f',['../classapfel_1_1Cm0L2gNC__f.html#a8934b78888d16d134cddff6d62d927d2',1,'apfel::Cm0L2gNC_f']]], - ['cm0l2gnc_5fl_1291',['Cm0L2gNC_l',['../classapfel_1_1Cm0L2gNC__l.html#afa49fbcd2c07f7e99b5a978b83a25ea6',1,'apfel::Cm0L2gNC_l']]], - ['cm0l2nsnc_5fc_1292',['Cm0L2nsNC_c',['../classapfel_1_1Cm0L2nsNC__c.html#a04acb89b44f67bb53c89e88ec4369699',1,'apfel::Cm0L2nsNC_c']]], - ['cm0l2nsnc_5fl_1293',['Cm0L2nsNC_l',['../classapfel_1_1Cm0L2nsNC__l.html#a9ae8da841622b31a871ebbf564069d8b',1,'apfel::Cm0L2nsNC_l']]], - ['cm0l2psnc_5fc_1294',['Cm0L2psNC_c',['../classapfel_1_1Cm0L2psNC__c.html#ae97eb17c2033423967e53522dccd7a35',1,'apfel::Cm0L2psNC_c']]], - ['cm0l2psnc_5ff_1295',['Cm0L2psNC_f',['../classapfel_1_1Cm0L2psNC__f.html#a380bf25477da4c01065c8454c7235667',1,'apfel::Cm0L2psNC_f']]], - ['cm0l2psnc_5fl_1296',['Cm0L2psNC_l',['../classapfel_1_1Cm0L2psNC__l.html#a97214a0402d8f04d25d6b7aa6f46cc22',1,'apfel::Cm0L2psNC_l']]], - ['cm21gnc_1297',['Cm21gNC',['../classapfel_1_1Cm21gNC.html#ad217431b7155beaa02efdc3644feec50',1,'apfel::Cm21gNC']]], - ['cm22bargnc_1298',['Cm22bargNC',['../classapfel_1_1Cm22bargNC.html#abb02a01598fe3daa13f8815e3a698b8d',1,'apfel::Cm22bargNC']]], - ['cm22barpsnc_1299',['Cm22barpsNC',['../classapfel_1_1Cm22barpsNC.html#ad5eddfada503128515dc630d97ebfc15',1,'apfel::Cm22barpsNC']]], - ['cm22gnc_1300',['Cm22gNC',['../classapfel_1_1Cm22gNC.html#aeba398c2284e2aadc7e5e81a6ebe13b8',1,'apfel::Cm22gNC']]], - ['cm22nsnc_1301',['Cm22nsNC',['../classapfel_1_1Cm22nsNC.html#ab53c24a81fec5e80d8c16b13a14044e7',1,'apfel::Cm22nsNC']]], - ['cm22psnc_1302',['Cm22psNC',['../classapfel_1_1Cm22psNC.html#a47c268a928db088e380cdad4f71f59b1',1,'apfel::Cm22psNC']]], - ['cml1gnc_1303',['CmL1gNC',['../classapfel_1_1CmL1gNC.html#a94b2b78960165492bf0b1946c71fc148',1,'apfel::CmL1gNC']]], - ['cml2bargnc_1304',['CmL2bargNC',['../classapfel_1_1CmL2bargNC.html#a2d227771d8f7fb94922f53c98169371f',1,'apfel::CmL2bargNC']]], - ['cml2barpsnc_1305',['CmL2barpsNC',['../classapfel_1_1CmL2barpsNC.html#a9c94a32a58a732cc7d2f1a2c6ad2f2e2',1,'apfel::CmL2barpsNC']]], - ['cml2gnc_1306',['CmL2gNC',['../classapfel_1_1CmL2gNC.html#a6f15a9aee0ac52ff97e94687b9b289b8',1,'apfel::CmL2gNC']]], - ['cml2nsnc_1307',['CmL2nsNC',['../classapfel_1_1CmL2nsNC.html#aacf89402670035155e057c6ad3a03e68',1,'apfel::CmL2nsNC']]], - ['cml2psnc_1308',['CmL2psNC',['../classapfel_1_1CmL2psNC.html#a0f5fbe503c96570e8af5e5b96e26c283',1,'apfel::CmL2psNC']]], - ['combine_1309',['Combine',['../classapfel_1_1Set.html#a7065697bdd240416184fee23592c77fa',1,'apfel::Set::Combine() const'],['../classapfel_1_1Set.html#a339d0b1d03e094ec494f1c06b7dacde2',1,'apfel::Set::Combine(std::vector< double > const &weigths) const']]], - ['concatenateandsortvectors_1310',['ConcatenateAndSortVectors',['../namespaceapfel.html#aee89f2fd03ee7b3c45e39162322a2850',1,'apfel']]], - ['convolutionmap_1311',['ConvolutionMap',['../classapfel_1_1ConvolutionMap.html#a0f602872988c9ec3286bd30c66a92cf7',1,'apfel::ConvolutionMap']]], - ['createjointgrid_1312',['CreateJointGrid',['../classapfel_1_1Grid.html#a8a12837ed78aa281b3cbba10be175092',1,'apfel::Grid']]] + ['c1ggff_1207',['C1ggff',['../classapfel_1_1C1ggff.html#ae26c6dc5fceaccb5950e340db6977562',1,'apfel::C1ggff']]], + ['c1ggpdf_1208',['C1ggpdf',['../classapfel_1_1C1ggpdf.html#a7dcaea8750a29da318481d9b94d0a8ae',1,'apfel::C1ggpdf']]], + ['c1ggpdfbm_1209',['C1ggpdfBM',['../classapfel_1_1C1ggpdfBM.html#a9a2e53433038eb4c8684753828e1f9e4',1,'apfel::C1ggpdfBM']]], + ['c1gqff_1210',['C1gqff',['../classapfel_1_1C1gqff.html#a45364e96a8d9549add0bf426bb511ade',1,'apfel::C1gqff']]], + ['c1gqpdf_1211',['C1gqpdf',['../classapfel_1_1C1gqpdf.html#a40e3bc2fd2c97f07e13e065927a3ce13',1,'apfel::C1gqpdf']]], + ['c1gqpdfbm_1212',['C1gqpdfBM',['../classapfel_1_1C1gqpdfBM.html#ab10582f904dea3312f264af14ad8dee9',1,'apfel::C1gqpdfBM']]], + ['c1nsff_1213',['C1nsff',['../classapfel_1_1C1nsff.html#aa3fd3127859c93a35701721a761c0bfc',1,'apfel::C1nsff']]], + ['c1nspdf_1214',['C1nspdf',['../classapfel_1_1C1nspdf.html#a7ae6fdaff3f63230924d6191fe721af7',1,'apfel::C1nspdf']]], + ['c1qgff_1215',['C1qgff',['../classapfel_1_1C1qgff.html#ac228ffa2c2be504f566c548f71c8ad57',1,'apfel::C1qgff']]], + ['c1qgpdf_1216',['C1qgpdf',['../classapfel_1_1C1qgpdf.html#abe78e4592dbb5e7e7211dc1545935204',1,'apfel::C1qgpdf']]], + ['c21g_1217',['C21g',['../classapfel_1_1C21g.html#a1347131e6465c86c4ccca70a45ef58a0',1,'apfel::C21g']]], + ['c21ns_1218',['C21ns',['../classapfel_1_1C21ns.html#a7c9849e8a526c015216337032622309d',1,'apfel::C21ns']]], + ['c21tg_1219',['C21Tg',['../classapfel_1_1C21Tg.html#a2dbe91276211ebc8d168dc430a65beba',1,'apfel::C21Tg']]], + ['c21tns_1220',['C21Tns',['../classapfel_1_1C21Tns.html#a44722d240575674da6b24091039dd2b7',1,'apfel::C21Tns']]], + ['c22g_1221',['C22g',['../classapfel_1_1C22g.html#aedff7ae288816623fe64ced2d04f73a2',1,'apfel::C22g']]], + ['c22nsm_1222',['C22nsm',['../classapfel_1_1C22nsm.html#a680d21c03f356e12165aea424a07c199',1,'apfel::C22nsm']]], + ['c22nsp_1223',['C22nsp',['../classapfel_1_1C22nsp.html#a540d792b9ff89ea5d74947e12649113f',1,'apfel::C22nsp']]], + ['c22ps_1224',['C22ps',['../classapfel_1_1C22ps.html#a2704e96e79aec0a9df03ea50391a0f12',1,'apfel::C22ps']]], + ['c22tg_1225',['C22Tg',['../classapfel_1_1C22Tg.html#a640a8aa3b788f1cfdba1018d35bc16fa',1,'apfel::C22Tg']]], + ['c22tnsp_1226',['C22Tnsp',['../classapfel_1_1C22Tnsp.html#a9cf72fefff751ad3267dfb7ca27757bb',1,'apfel::C22Tnsp']]], + ['c22tps_1227',['C22Tps',['../classapfel_1_1C22Tps.html#a3fcf87930739d69f774afa7ced5298ad',1,'apfel::C22Tps']]], + ['c2ggff_1228',['C2ggff',['../classapfel_1_1C2ggff.html#a46b114894da2dcb127b3b7455df98816',1,'apfel::C2ggff']]], + ['c2ggpdf_1229',['C2ggpdf',['../classapfel_1_1C2ggpdf.html#a7453071fe66f1dfe4202cfcd805c759a',1,'apfel::C2ggpdf']]], + ['c2gqff_1230',['C2gqff',['../classapfel_1_1C2gqff.html#a35917cc3b90efdc1cedb7477a7d63f3f',1,'apfel::C2gqff']]], + ['c2gqpdf_1231',['C2gqpdf',['../classapfel_1_1C2gqpdf.html#a6c59735ddb413d95f15e9f5ee5068932',1,'apfel::C2gqpdf']]], + ['c2psff_1232',['C2psff',['../classapfel_1_1C2psff.html#a5e8fa2fc8b2d471ad7385a0fb0907bae',1,'apfel::C2psff']]], + ['c2pspdf_1233',['C2pspdf',['../classapfel_1_1C2pspdf.html#a966928424adb9401a63253f4135e25dd',1,'apfel::C2pspdf']]], + ['c2qgff_1234',['C2qgff',['../classapfel_1_1C2qgff.html#aa5ed70fd4de118f2e502baa2dacda49b',1,'apfel::C2qgff']]], + ['c2qgpdf_1235',['C2qgpdf',['../classapfel_1_1C2qgpdf.html#afb0b7b2c67c0b919ec993f4079f2385a',1,'apfel::C2qgpdf']]], + ['c2vqqbff_1236',['C2Vqqbff',['../classapfel_1_1C2Vqqbff.html#a0a18d31dead5cf91e8fc0827ca6e53ea',1,'apfel::C2Vqqbff']]], + ['c2vqqbpdf_1237',['C2Vqqbpdf',['../classapfel_1_1C2Vqqbpdf.html#a0f69871d1194dd6cba024597fdf0966b',1,'apfel::C2Vqqbpdf']]], + ['c2vqqff_1238',['C2Vqqff',['../classapfel_1_1C2Vqqff.html#a5e3e8a51fff5cc158de412ec18c0ba5b',1,'apfel::C2Vqqff']]], + ['c2vqqpdf_1239',['C2Vqqpdf',['../classapfel_1_1C2Vqqpdf.html#a2827e044a00973028ce803b9d53403a5',1,'apfel::C2Vqqpdf']]], + ['c31ns_1240',['C31ns',['../classapfel_1_1C31ns.html#aaabb6222672a77a03ea2dc157216295f',1,'apfel::C31ns']]], + ['c31tns_1241',['C31Tns',['../classapfel_1_1C31Tns.html#a0eeb184f6d653587980cfcfd6a4cc251',1,'apfel::C31Tns']]], + ['c32nsm_1242',['C32nsm',['../classapfel_1_1C32nsm.html#a19e4643fdd32d9c5d8be1d39d5c82e99',1,'apfel::C32nsm']]], + ['c32nsp_1243',['C32nsp',['../classapfel_1_1C32nsp.html#aaa57d46c39fa85deb69e8d5137dbfd27',1,'apfel::C32nsp']]], + ['c32tnsp_1244',['C32Tnsp',['../classapfel_1_1C32Tnsp.html#a5c45e0e60a790c2b28577bc85cbd3da7',1,'apfel::C32Tnsp']]], + ['c3ggpdf_1245',['C3ggpdf',['../classapfel_1_1C3ggpdf.html#a8eaecaa7dbd2242b83cdc26cdf9c1005',1,'apfel::C3ggpdf']]], + ['c3gqpdf_1246',['C3gqpdf',['../classapfel_1_1C3gqpdf.html#a38d71f87bf7f345789e0f346a87eb450',1,'apfel::C3gqpdf']]], + ['c3pspdf_1247',['C3pspdf',['../classapfel_1_1C3pspdf.html#a0911482f9a877431830214aa406e74e2',1,'apfel::C3pspdf']]], + ['c3pvpdf_1248',['C3pvpdf',['../classapfel_1_1C3pvpdf.html#a6a3b2b4ed4ae73770325c4780311cb8f',1,'apfel::C3pvpdf']]], + ['c3qgpdf_1249',['C3qgpdf',['../classapfel_1_1C3qgpdf.html#ad274c36f84f6bc63c7fc459e8bde47f8',1,'apfel::C3qgpdf']]], + ['c3vqqbpdf_1250',['C3Vqqbpdf',['../classapfel_1_1C3Vqqbpdf.html#aa64994615bd8c0c326475ce6db5ef97d',1,'apfel::C3Vqqbpdf']]], + ['c3vqqpdf_1251',['C3Vqqpdf',['../classapfel_1_1C3Vqqpdf.html#acaacdb63f416e9104a1833f86bb645fc',1,'apfel::C3Vqqpdf']]], + ['checksetup_1252',['CheckSetup',['../classapfel_1_1InitialiseEvolution.html#aa470bf0c32f9b33dd4781844665528b0',1,'apfel::InitialiseEvolution']]], + ['cl1g_1253',['CL1g',['../classapfel_1_1CL1g.html#af33b99e2988bcda3666e63fc260d8d51',1,'apfel::CL1g']]], + ['cl1ns_1254',['CL1ns',['../classapfel_1_1CL1ns.html#ad963cab1dad8b3d3bd179898f9b3d87e',1,'apfel::CL1ns']]], + ['cl1tg_1255',['CL1Tg',['../classapfel_1_1CL1Tg.html#a5d30233bc99892c1851b1361b2f34934',1,'apfel::CL1Tg']]], + ['cl1tns_1256',['CL1Tns',['../classapfel_1_1CL1Tns.html#a33bda9679dca90573d89f18b22bf8e4e',1,'apfel::CL1Tns']]], + ['cl2g_1257',['CL2g',['../classapfel_1_1CL2g.html#a3a10365b635c96c3d992e577850c1e65',1,'apfel::CL2g']]], + ['cl2nsm_1258',['CL2nsm',['../classapfel_1_1CL2nsm.html#afb8cf303a97ecc0aac4e6e9bed3adcdb',1,'apfel::CL2nsm']]], + ['cl2nsp_1259',['CL2nsp',['../classapfel_1_1CL2nsp.html#abf8488e412b046ed3de2f34b9b66da0d',1,'apfel::CL2nsp']]], + ['cl2ps_1260',['CL2ps',['../classapfel_1_1CL2ps.html#a8eeec77af51884cd0b9be3492d25f532',1,'apfel::CL2ps']]], + ['cl2tg_1261',['CL2Tg',['../classapfel_1_1CL2Tg.html#a32960b7536a97615c839be812e8c08a9',1,'apfel::CL2Tg']]], + ['cl2tnsp_1262',['CL2Tnsp',['../classapfel_1_1CL2Tnsp.html#ac7795aa608c14cff29cd00c5b92cd589',1,'apfel::CL2Tnsp']]], + ['cl2tps_1263',['CL2Tps',['../classapfel_1_1CL2Tps.html#a65af76d077851d16bbec97336c0c1eaa',1,'apfel::CL2Tps']]], + ['cm021gnc_5fc_1264',['Cm021gNC_c',['../classapfel_1_1Cm021gNC__c.html#af104757d61a78dc9662cb5798a9a2f93',1,'apfel::Cm021gNC_c']]], + ['cm021gnc_5fl_1265',['Cm021gNC_l',['../classapfel_1_1Cm021gNC__l.html#af665b8051d2a36ba4512e707110006f6',1,'apfel::Cm021gNC_l']]], + ['cm022gnc_5fc_1266',['Cm022gNC_c',['../classapfel_1_1Cm022gNC__c.html#a2f29b7bfdffa81f10816c5b832bf4868',1,'apfel::Cm022gNC_c']]], + ['cm022gnc_5ff_1267',['Cm022gNC_f',['../classapfel_1_1Cm022gNC__f.html#a1e8f6656a28aca6dc3bc2744a6ebaf06',1,'apfel::Cm022gNC_f']]], + ['cm022gnc_5fl_1268',['Cm022gNC_l',['../classapfel_1_1Cm022gNC__l.html#a465c92c51e8d054e223832e07a2d66b2',1,'apfel::Cm022gNC_l']]], + ['cm022gnc_5fl2_1269',['Cm022gNC_l2',['../classapfel_1_1Cm022gNC__l2.html#a90a57f017fa7374155ee9336bb1755cc',1,'apfel::Cm022gNC_l2']]], + ['cm022gnc_5flf_1270',['Cm022gNC_lf',['../classapfel_1_1Cm022gNC__lf.html#af9260fe16c51c54144af8d7345c098a0',1,'apfel::Cm022gNC_lf']]], + ['cm022nsnc_5fc_1271',['Cm022nsNC_c',['../classapfel_1_1Cm022nsNC__c.html#a6360c48a9b7327a22253f36def12eded',1,'apfel::Cm022nsNC_c']]], + ['cm022nsnc_5fl_1272',['Cm022nsNC_l',['../classapfel_1_1Cm022nsNC__l.html#a3a41399c32a78f98cdaeac17c8d8717e',1,'apfel::Cm022nsNC_l']]], + ['cm022nsnc_5fl2_1273',['Cm022nsNC_l2',['../classapfel_1_1Cm022nsNC__l2.html#ae28d882f6b07118457141265b3f1e5fe',1,'apfel::Cm022nsNC_l2']]], + ['cm022psnc_5fc_1274',['Cm022psNC_c',['../classapfel_1_1Cm022psNC__c.html#aa1b0dd906c929e3471ab84433279cc18',1,'apfel::Cm022psNC_c']]], + ['cm022psnc_5ff_1275',['Cm022psNC_f',['../classapfel_1_1Cm022psNC__f.html#a60679258bf688559ccb0ef27e9f247a4',1,'apfel::Cm022psNC_f']]], + ['cm022psnc_5fl_1276',['Cm022psNC_l',['../classapfel_1_1Cm022psNC__l.html#a2c95f21cf2710e0c021fd5fd9688784b',1,'apfel::Cm022psNC_l']]], + ['cm022psnc_5fl2_1277',['Cm022psNC_l2',['../classapfel_1_1Cm022psNC__l2.html#a1ed013db237fc63334a8496fb4db5677',1,'apfel::Cm022psNC_l2']]], + ['cm022psnc_5flf_1278',['Cm022psNC_lf',['../classapfel_1_1Cm022psNC__lf.html#acda501f3efd1664396fd17eb51be1b99',1,'apfel::Cm022psNC_lf']]], + ['cm0l1gnc_5fc_1279',['Cm0L1gNC_c',['../classapfel_1_1Cm0L1gNC__c.html#a47c372c483ce410ad1d8f2e4cd18db60',1,'apfel::Cm0L1gNC_c']]], + ['cm0l2gnc_5fc_1280',['Cm0L2gNC_c',['../classapfel_1_1Cm0L2gNC__c.html#acebd8a8dd4d93ca44299d8ec2b6995d3',1,'apfel::Cm0L2gNC_c']]], + ['cm0l2gnc_5ff_1281',['Cm0L2gNC_f',['../classapfel_1_1Cm0L2gNC__f.html#a8934b78888d16d134cddff6d62d927d2',1,'apfel::Cm0L2gNC_f']]], + ['cm0l2gnc_5fl_1282',['Cm0L2gNC_l',['../classapfel_1_1Cm0L2gNC__l.html#afa49fbcd2c07f7e99b5a978b83a25ea6',1,'apfel::Cm0L2gNC_l']]], + ['cm0l2nsnc_5fc_1283',['Cm0L2nsNC_c',['../classapfel_1_1Cm0L2nsNC__c.html#a04acb89b44f67bb53c89e88ec4369699',1,'apfel::Cm0L2nsNC_c']]], + ['cm0l2nsnc_5fl_1284',['Cm0L2nsNC_l',['../classapfel_1_1Cm0L2nsNC__l.html#a9ae8da841622b31a871ebbf564069d8b',1,'apfel::Cm0L2nsNC_l']]], + ['cm0l2psnc_5fc_1285',['Cm0L2psNC_c',['../classapfel_1_1Cm0L2psNC__c.html#ae97eb17c2033423967e53522dccd7a35',1,'apfel::Cm0L2psNC_c']]], + ['cm0l2psnc_5ff_1286',['Cm0L2psNC_f',['../classapfel_1_1Cm0L2psNC__f.html#a380bf25477da4c01065c8454c7235667',1,'apfel::Cm0L2psNC_f']]], + ['cm0l2psnc_5fl_1287',['Cm0L2psNC_l',['../classapfel_1_1Cm0L2psNC__l.html#a97214a0402d8f04d25d6b7aa6f46cc22',1,'apfel::Cm0L2psNC_l']]], + ['cm21gnc_1288',['Cm21gNC',['../classapfel_1_1Cm21gNC.html#ad217431b7155beaa02efdc3644feec50',1,'apfel::Cm21gNC']]], + ['cm22bargnc_1289',['Cm22bargNC',['../classapfel_1_1Cm22bargNC.html#abb02a01598fe3daa13f8815e3a698b8d',1,'apfel::Cm22bargNC']]], + ['cm22barpsnc_1290',['Cm22barpsNC',['../classapfel_1_1Cm22barpsNC.html#ad5eddfada503128515dc630d97ebfc15',1,'apfel::Cm22barpsNC']]], + ['cm22gnc_1291',['Cm22gNC',['../classapfel_1_1Cm22gNC.html#aeba398c2284e2aadc7e5e81a6ebe13b8',1,'apfel::Cm22gNC']]], + ['cm22nsnc_1292',['Cm22nsNC',['../classapfel_1_1Cm22nsNC.html#ab53c24a81fec5e80d8c16b13a14044e7',1,'apfel::Cm22nsNC']]], + ['cm22psnc_1293',['Cm22psNC',['../classapfel_1_1Cm22psNC.html#a47c268a928db088e380cdad4f71f59b1',1,'apfel::Cm22psNC']]], + ['cml1gnc_1294',['CmL1gNC',['../classapfel_1_1CmL1gNC.html#a94b2b78960165492bf0b1946c71fc148',1,'apfel::CmL1gNC']]], + ['cml2bargnc_1295',['CmL2bargNC',['../classapfel_1_1CmL2bargNC.html#a2d227771d8f7fb94922f53c98169371f',1,'apfel::CmL2bargNC']]], + ['cml2barpsnc_1296',['CmL2barpsNC',['../classapfel_1_1CmL2barpsNC.html#a9c94a32a58a732cc7d2f1a2c6ad2f2e2',1,'apfel::CmL2barpsNC']]], + ['cml2gnc_1297',['CmL2gNC',['../classapfel_1_1CmL2gNC.html#a6f15a9aee0ac52ff97e94687b9b289b8',1,'apfel::CmL2gNC']]], + ['cml2nsnc_1298',['CmL2nsNC',['../classapfel_1_1CmL2nsNC.html#aacf89402670035155e057c6ad3a03e68',1,'apfel::CmL2nsNC']]], + ['cml2psnc_1299',['CmL2psNC',['../classapfel_1_1CmL2psNC.html#a0f5fbe503c96570e8af5e5b96e26c283',1,'apfel::CmL2psNC']]], + ['combine_1300',['Combine',['../classapfel_1_1Set.html#a7065697bdd240416184fee23592c77fa',1,'apfel::Set::Combine() const'],['../classapfel_1_1Set.html#a339d0b1d03e094ec494f1c06b7dacde2',1,'apfel::Set::Combine(std::vector< double > const &weigths) const']]], + ['concatenateandsortvectors_1301',['ConcatenateAndSortVectors',['../namespaceapfel.html#aee89f2fd03ee7b3c45e39162322a2850',1,'apfel']]], + ['convolutionmap_1302',['ConvolutionMap',['../classapfel_1_1ConvolutionMap.html#a0f602872988c9ec3286bd30c66a92cf7',1,'apfel::ConvolutionMap']]], + ['createjointgrid_1303',['CreateJointGrid',['../classapfel_1_1Grid.html#a8a12837ed78aa281b3cbba10be175092',1,'apfel::Grid']]] ]; diff --git a/docs/html/search/functions_3.html b/docs/html/search/functions_3.html index 66b9fc301..d79f55b8e 100644 --- a/docs/html/search/functions_3.html +++ b/docs/html/search/functions_3.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_3.js b/docs/html/search/functions_3.js index 6b7a15068..e24ca7427 100644 --- a/docs/html/search/functions_3.js +++ b/docs/html/search/functions_3.js @@ -1,20 +1,20 @@ var searchData= [ - ['dabs_1313',['dabs',['../namespaceapfel.html#a36d6703cec0e54d3abeed1f96adb0c27',1,'apfel']]], - ['deltafun_1314',['DeltaFun',['../namespaceapfel.html#a60e7f076062aec09d1944e468f292571',1,'apfel']]], - ['derinterpolant_1315',['DerInterpolant',['../classapfel_1_1Interpolator.html#af14311bdfd1757d16844ae4e39d54240',1,'apfel::Interpolator::DerInterpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ad829c2abc855b9dc2b72f7ceaf5cf564',1,'apfel::LagrangeInterpolator::DerInterpolant()'],['../classapfel_1_1QGrid.html#ad99c1934a66fb7481f8a79eac77e53d3',1,'apfel::QGrid::DerInterpolant()']]], - ['derivative_1316',['Derivative',['../classapfel_1_1AlphaQCD.html#a5a56117bc1bab61551e3c827aeb97ae6',1,'apfel::AlphaQCD::Derivative()'],['../classapfel_1_1AlphaQED.html#a39e338c0f98a592016d166e04784ffe8',1,'apfel::AlphaQED::Derivative()'],['../classapfel_1_1Dglap.html#a46be4761a1ba49003c8e93b32a842231',1,'apfel::Dglap::Derivative()'],['../classapfel_1_1Distribution.html#a6157460d3b27acf31c28d289a9e0d55b',1,'apfel::Distribution::Derivative()'],['../classapfel_1_1MatchedEvolution.html#ae71ea51bdbbad54dad165eec66d4c49a',1,'apfel::MatchedEvolution::Derivative()']]], - ['derive_1317',['Derive',['../classapfel_1_1DoubleObject.html#a351a88c557fe07ea52c55f10a8144938',1,'apfel::DoubleObject::Derive()'],['../classapfel_1_1Interpolator.html#a4089ff67183effbcecf877e898dde0bd',1,'apfel::Interpolator::Derive()'],['../classapfel_1_1QGrid.html#abf5b77dfd5305988e216b798312228a3',1,'apfel::QGrid::Derive()']]], - ['derive1_1318',['Derive1',['../classapfel_1_1DoubleObject.html#ae151e6eb6e52197beadc9c9f07ef671c',1,'apfel::DoubleObject']]], - ['derive2_1319',['Derive2',['../classapfel_1_1DoubleObject.html#a5e061ccb6c56a9da00ed02ac81baa638',1,'apfel::DoubleObject']]], - ['derivephasespacereduction_1320',['DerivePhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#a9757c946c2c9889e078dc0372edc4c2b',1,'apfel::TwoBodyPhaseSpace']]], - ['dglap_1321',['Dglap',['../classapfel_1_1Dglap.html#a4abb8353b7d12194adbb327f7b11a560',1,'apfel::Dglap::Dglap()=delete'],['../classapfel_1_1Dglap.html#ab35d51b5e877e37714377404b9dca5b7',1,'apfel::Dglap::Dglap(std::function< Set< Operator >(int const &, double const &)> const &SplittingFunctions, std::function< Set< Operator >(bool const &, int const &)> const &MatchingConditions, Set< T > const &ObjRef, double const &MuRef, std::vector< double > const &Thresholds, int const &nsteps=10)']]], - ['diagonalbasis_1322',['DiagonalBasis',['../classapfel_1_1DiagonalBasis.html#aa56c37d18fd7a3c8f02c77a267759333',1,'apfel::DiagonalBasis']]], - ['dilog_1323',['dilog',['../namespaceapfel.html#a892a0ab473cc1c2933458ae7b02909f4',1,'apfel']]], - ['disccbasis_1324',['DISCCBasis',['../classapfel_1_1DISCCBasis.html#afb27ed666c9eaeb96a9f08015cc9514c',1,'apfel::DISCCBasis::DISCCBasis(int const &l, bool const &Is3, double const &fact=1)'],['../classapfel_1_1DISCCBasis.html#a429254ee06c6758a7898c371f9121acd',1,'apfel::DISCCBasis::DISCCBasis(std::vector< double > const &CKM, bool const &Is3)']]], - ['disncbasis_1325',['DISNCBasis',['../classapfel_1_1DISNCBasis.html#adb173c7f44caa2e6f62fa75f1ce93d22',1,'apfel::DISNCBasis::DISNCBasis(int const &k, double const &fact=1)'],['../classapfel_1_1DISNCBasis.html#a2361c9a87bc1278ceff741356e8821b9',1,'apfel::DISNCBasis::DISNCBasis(std::vector< double > const &Ch)']]], - ['distribution_1326',['Distribution',['../classapfel_1_1Distribution.html#af477a2ffcc422a241a5860ea2caf3949',1,'apfel::Distribution::Distribution()=delete'],['../classapfel_1_1Distribution.html#a6eb5114b3ddb2cf00222226108c04d07',1,'apfel::Distribution::Distribution(Grid const &g)'],['../classapfel_1_1Distribution.html#ae7861e19dabd709fc1be93903d8aca44',1,'apfel::Distribution::Distribution(Distribution const &obj)'],['../classapfel_1_1Distribution.html#a09dae2441c6fd217136fb988f102681e',1,'apfel::Distribution::Distribution(Distribution const &obj, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)'],['../classapfel_1_1Distribution.html#a1bfcf24a76574d88fcd53bf699403fa5',1,'apfel::Distribution::Distribution(Grid const &g, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)'],['../classapfel_1_1Distribution.html#a6ac74270d05fc0abce79222c8ebde08d',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(double const &)> const &InDistFunc)'],['../classapfel_1_1Distribution.html#ae658dd249c93fabd3a98f631d90f1b61',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(double const &, double const &)> const &InDistFunc, double const &Q)'],['../classapfel_1_1Distribution.html#a139249bbd4e1fcadb4da31b97deb64f6',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(int const &, double const &)> const &InDistFunc, int const &ipdf)'],['../classapfel_1_1Distribution.html#a3ca72558f6ecae515ae8e1b7552392b3',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(int const &, double const &, double const &)> const &InDistFunc, int const &ipdf, double const &Q)']]], - ['distributionmap_1327',['DistributionMap',['../namespaceapfel.html#a3b75bf7eb5dca3f9b3c0319dfcf01d9d',1,'apfel::DistributionMap(Grid const &g, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &Q, std::vector< int > const &skip={})'],['../namespaceapfel.html#a03f4ce93e1b5a8ac5330dac29af2faaf',1,'apfel::DistributionMap(Grid const &g, std::function< std::map< int, double >(double const &)> const &InDistFunc, std::vector< int > const &skip={})'],['../namespaceapfel.html#a8aa716012587c9b6591f2b08ef43ad3b',1,'apfel::DistributionMap(Grid const &g, std::function< std::vector< double >(double const &)> const &InDistFunc, int const &NOutputs=0)']]], - ['doubleexponentialquadrature_1328',['DoubleExponentialQuadrature',['../classapfel_1_1DoubleExponentialQuadrature.html#aa866b56a2a78b8cc7ce8e3eab0615ff7',1,'apfel::DoubleExponentialQuadrature']]], - ['doubleobject_1329',['DoubleObject',['../classapfel_1_1DoubleObject.html#a4c9d9da30a05a5b7f088718a23605529',1,'apfel::DoubleObject::DoubleObject()'],['../classapfel_1_1DoubleObject.html#a5b1b76382255f0ee40ff525bbf2fe6db',1,'apfel::DoubleObject::DoubleObject(std::vector< term< T, U >> const &terms)']]] + ['dabs_1304',['dabs',['../namespaceapfel.html#a36d6703cec0e54d3abeed1f96adb0c27',1,'apfel']]], + ['deltafun_1305',['DeltaFun',['../namespaceapfel.html#a60e7f076062aec09d1944e468f292571',1,'apfel']]], + ['derinterpolant_1306',['DerInterpolant',['../classapfel_1_1Interpolator.html#af14311bdfd1757d16844ae4e39d54240',1,'apfel::Interpolator::DerInterpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ad829c2abc855b9dc2b72f7ceaf5cf564',1,'apfel::LagrangeInterpolator::DerInterpolant()'],['../classapfel_1_1QGrid.html#ad99c1934a66fb7481f8a79eac77e53d3',1,'apfel::QGrid::DerInterpolant()']]], + ['derivative_1307',['Derivative',['../classapfel_1_1AlphaQCD.html#a5a56117bc1bab61551e3c827aeb97ae6',1,'apfel::AlphaQCD::Derivative()'],['../classapfel_1_1AlphaQED.html#a39e338c0f98a592016d166e04784ffe8',1,'apfel::AlphaQED::Derivative()'],['../classapfel_1_1Dglap.html#a46be4761a1ba49003c8e93b32a842231',1,'apfel::Dglap::Derivative()'],['../classapfel_1_1Distribution.html#a6157460d3b27acf31c28d289a9e0d55b',1,'apfel::Distribution::Derivative()'],['../classapfel_1_1MatchedEvolution.html#ae71ea51bdbbad54dad165eec66d4c49a',1,'apfel::MatchedEvolution::Derivative()']]], + ['derive_1308',['Derive',['../classapfel_1_1DoubleObject.html#a351a88c557fe07ea52c55f10a8144938',1,'apfel::DoubleObject::Derive()'],['../classapfel_1_1Interpolator.html#a4089ff67183effbcecf877e898dde0bd',1,'apfel::Interpolator::Derive()'],['../classapfel_1_1QGrid.html#abf5b77dfd5305988e216b798312228a3',1,'apfel::QGrid::Derive()']]], + ['derive1_1309',['Derive1',['../classapfel_1_1DoubleObject.html#ae151e6eb6e52197beadc9c9f07ef671c',1,'apfel::DoubleObject']]], + ['derive2_1310',['Derive2',['../classapfel_1_1DoubleObject.html#a5e061ccb6c56a9da00ed02ac81baa638',1,'apfel::DoubleObject']]], + ['derivephasespacereduction_1311',['DerivePhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#a9757c946c2c9889e078dc0372edc4c2b',1,'apfel::TwoBodyPhaseSpace']]], + ['dglap_1312',['Dglap',['../classapfel_1_1Dglap.html#a4abb8353b7d12194adbb327f7b11a560',1,'apfel::Dglap::Dglap()=delete'],['../classapfel_1_1Dglap.html#ab35d51b5e877e37714377404b9dca5b7',1,'apfel::Dglap::Dglap(std::function< Set< Operator >(int const &, double const &)> const &SplittingFunctions, std::function< Set< Operator >(bool const &, int const &)> const &MatchingConditions, Set< T > const &ObjRef, double const &MuRef, std::vector< double > const &Thresholds, int const &nsteps=10)']]], + ['diagonalbasis_1313',['DiagonalBasis',['../classapfel_1_1DiagonalBasis.html#aa56c37d18fd7a3c8f02c77a267759333',1,'apfel::DiagonalBasis']]], + ['dilog_1314',['dilog',['../namespaceapfel.html#a892a0ab473cc1c2933458ae7b02909f4',1,'apfel']]], + ['disccbasis_1315',['DISCCBasis',['../classapfel_1_1DISCCBasis.html#afb27ed666c9eaeb96a9f08015cc9514c',1,'apfel::DISCCBasis::DISCCBasis(int const &l, bool const &Is3, double const &fact=1)'],['../classapfel_1_1DISCCBasis.html#a429254ee06c6758a7898c371f9121acd',1,'apfel::DISCCBasis::DISCCBasis(std::vector< double > const &CKM, bool const &Is3)']]], + ['disncbasis_1316',['DISNCBasis',['../classapfel_1_1DISNCBasis.html#adb173c7f44caa2e6f62fa75f1ce93d22',1,'apfel::DISNCBasis::DISNCBasis(int const &k, double const &fact=1)'],['../classapfel_1_1DISNCBasis.html#a2361c9a87bc1278ceff741356e8821b9',1,'apfel::DISNCBasis::DISNCBasis(std::vector< double > const &Ch)']]], + ['distribution_1317',['Distribution',['../classapfel_1_1Distribution.html#ae7861e19dabd709fc1be93903d8aca44',1,'apfel::Distribution::Distribution(Distribution const &obj)'],['../classapfel_1_1Distribution.html#a09dae2441c6fd217136fb988f102681e',1,'apfel::Distribution::Distribution(Distribution const &obj, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)'],['../classapfel_1_1Distribution.html#a1bfcf24a76574d88fcd53bf699403fa5',1,'apfel::Distribution::Distribution(Grid const &g, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)'],['../classapfel_1_1Distribution.html#a6ac74270d05fc0abce79222c8ebde08d',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(double const &)> const &InDistFunc)'],['../classapfel_1_1Distribution.html#ae658dd249c93fabd3a98f631d90f1b61',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(double const &, double const &)> const &InDistFunc, double const &Q)'],['../classapfel_1_1Distribution.html#a139249bbd4e1fcadb4da31b97deb64f6',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(int const &, double const &)> const &InDistFunc, int const &ipdf)'],['../classapfel_1_1Distribution.html#a3ca72558f6ecae515ae8e1b7552392b3',1,'apfel::Distribution::Distribution(Grid const &g, std::function< double(int const &, double const &, double const &)> const &InDistFunc, int const &ipdf, double const &Q)'],['../classapfel_1_1Distribution.html#af477a2ffcc422a241a5860ea2caf3949',1,'apfel::Distribution::Distribution()=delete'],['../classapfel_1_1Distribution.html#a6eb5114b3ddb2cf00222226108c04d07',1,'apfel::Distribution::Distribution(Grid const &g)']]], + ['distributionmap_1318',['DistributionMap',['../namespaceapfel.html#a3b75bf7eb5dca3f9b3c0319dfcf01d9d',1,'apfel::DistributionMap(Grid const &g, std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &Q, std::vector< int > const &skip={})'],['../namespaceapfel.html#a03f4ce93e1b5a8ac5330dac29af2faaf',1,'apfel::DistributionMap(Grid const &g, std::function< std::map< int, double >(double const &)> const &InDistFunc, std::vector< int > const &skip={})'],['../namespaceapfel.html#a8aa716012587c9b6591f2b08ef43ad3b',1,'apfel::DistributionMap(Grid const &g, std::function< std::vector< double >(double const &)> const &InDistFunc, int const &NOutputs=0)']]], + ['doubleexponentialquadrature_1319',['DoubleExponentialQuadrature',['../classapfel_1_1DoubleExponentialQuadrature.html#aa866b56a2a78b8cc7ce8e3eab0615ff7',1,'apfel::DoubleExponentialQuadrature']]], + ['doubleobject_1320',['DoubleObject',['../classapfel_1_1DoubleObject.html#a4c9d9da30a05a5b7f088718a23605529',1,'apfel::DoubleObject::DoubleObject()'],['../classapfel_1_1DoubleObject.html#a5b1b76382255f0ee40ff525bbf2fe6db',1,'apfel::DoubleObject::DoubleObject(std::vector< term< T, U >> const &terms)']]] ]; diff --git a/docs/html/search/functions_4.html b/docs/html/search/functions_4.html index e5370bf3a..1657cad0d 100644 --- a/docs/html/search/functions_4.html +++ b/docs/html/search/functions_4.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_4.js b/docs/html/search/functions_4.js index b568040e6..4ab8c8b57 100644 --- a/docs/html/search/functions_4.js +++ b/docs/html/search/functions_4.js @@ -1,22 +1,22 @@ var searchData= [ - ['electroweakcharges_1330',['ElectroWeakCharges',['../namespaceapfel.html#a8bd3d59827ddd11636064f2e7e4f1172',1,'apfel']]], - ['electroweakchargesnwa_1331',['ElectroWeakChargesNWA',['../namespaceapfel.html#a3092c2f6ab9d47c5ffe964f2e124c2e8',1,'apfel']]], - ['end_1332',['end',['../classapfel_1_1ExtendedVector.html#a74359af2d54dcc59c3ea95744ab007d0',1,'apfel::ExtendedVector::end()'],['../classapfel_1_1ExtendedVector.html#a340a4a74aeeb28e702b3171050255f0d',1,'apfel::ExtendedVector::end() const']]], - ['error_1333',['error',['../namespaceapfel.html#a82544bb00b63654826d2fa658d052414',1,'apfel']]], - ['eta_1334',['eta',['../classapfel_1_1Expression.html#a8f6586afbb64fa96a47fdadf29daf994',1,'apfel::Expression']]], - ['evaluate_1335',['Evaluate',['../classapfel_1_1DoubleObject.html#aff9c2b964272553047699555b47e1e2c',1,'apfel::DoubleObject::Evaluate()'],['../classapfel_1_1Interpolator.html#aaa04fd13b61de9eca4bce12c4afd8e97',1,'apfel::Interpolator::Evaluate(double const &x) const'],['../classapfel_1_1Interpolator.html#a0a02b02f3a9b75647af7b64da7057c4a',1,'apfel::Interpolator::Evaluate(double const &x, int const &ig) const'],['../classapfel_1_1MatchedEvolution.html#ab20faeee4e277e3835bd9b7c35f8bb23',1,'apfel::MatchedEvolution::Evaluate()'],['../classapfel_1_1Observable.html#a8fe77b5f778b6dbdaf0883f1f83d7ff5',1,'apfel::Observable::Evaluate(double const &Q) const'],['../classapfel_1_1Observable.html#a80a53ffb175af2a1517c91601f1c1b20',1,'apfel::Observable::Evaluate(double const &x, double const &Q) const'],['../classapfel_1_1QGrid.html#ac2e13c956b563254deb9d6c677feff9d',1,'apfel::QGrid::Evaluate()']]], - ['evaluate1_1336',['Evaluate1',['../classapfel_1_1DoubleObject.html#af7977c051d6c6d9ae4d8833831d15eec',1,'apfel::DoubleObject']]], - ['evaluate2_1337',['Evaluate2',['../classapfel_1_1DoubleObject.html#a10ba72a6ef22b07339b14e86f2f4d0d6',1,'apfel::DoubleObject']]], - ['evaluatemapxq_1338',['EvaluateMapxQ',['../classapfel_1_1TabulateObject.html#a99925f98da88730c529fb4554a27fb79',1,'apfel::TabulateObject']]], - ['evaluatexq_1339',['EvaluatexQ',['../classapfel_1_1TabulateObject.html#a1206af95488cd367d86f9eefd51ff96e',1,'apfel::TabulateObject::EvaluatexQ(double const &x, double const &Q) const'],['../classapfel_1_1TabulateObject.html#a80973ee290e2b80c9234244a14460259',1,'apfel::TabulateObject::EvaluatexQ(int const &i, double const &x, double const &Q) const']]], - ['evaluatexzq_1340',['EvaluatexzQ',['../classapfel_1_1TabulateObject.html#a9cab3e4da901b4632acb487dcda17b01',1,'apfel::TabulateObject']]], - ['evolutionbasisqcd_1341',['EvolutionBasisQCD',['../classapfel_1_1EvolutionBasisQCD.html#a6610cdd3d123e1e9320adb77cc35ff06',1,'apfel::EvolutionBasisQCD']]], - ['evolutionfactors_1342',['EvolutionFactors',['../namespaceapfel.html#a5a6b07969c354af2015c2dc9b3766c35',1,'apfel']]], - ['evolutionoperatorbasisqcd_1343',['EvolutionOperatorBasisQCD',['../classapfel_1_1EvolutionOperatorBasisQCD.html#a17e140926c702ba46ee21c7d160d646b',1,'apfel::EvolutionOperatorBasisQCD']]], - ['evolutionsetup_1344',['EvolutionSetup',['../structapfel_1_1EvolutionSetup.html#a049f456def46728364a5cf98944b81d1',1,'apfel::EvolutionSetup']]], - ['evolvedistributionsbasisqcd_1345',['EvolveDistributionsBasisQCD',['../classapfel_1_1EvolveDistributionsBasisQCD.html#a6de1aa97bb9782c5f514799808c44900',1,'apfel::EvolveDistributionsBasisQCD']]], - ['evolveobject_1346',['EvolveObject',['../classapfel_1_1MatchedEvolution.html#af1c4e4e48f86ea639b21258a8abb996a',1,'apfel::MatchedEvolution']]], - ['expression_1347',['Expression',['../classapfel_1_1Expression.html#a49727bdb8ac6d6d68854e61a9a262e3d',1,'apfel::Expression']]], - ['extendedvector_1348',['ExtendedVector',['../classapfel_1_1ExtendedVector.html#a955b49148c3429162501c86df6e9a7eb',1,'apfel::ExtendedVector']]] + ['electroweakcharges_1321',['ElectroWeakCharges',['../namespaceapfel.html#a8bd3d59827ddd11636064f2e7e4f1172',1,'apfel']]], + ['electroweakchargesnwa_1322',['ElectroWeakChargesNWA',['../namespaceapfel.html#a3092c2f6ab9d47c5ffe964f2e124c2e8',1,'apfel']]], + ['end_1323',['end',['../classapfel_1_1ExtendedVector.html#a74359af2d54dcc59c3ea95744ab007d0',1,'apfel::ExtendedVector::end()'],['../classapfel_1_1ExtendedVector.html#a340a4a74aeeb28e702b3171050255f0d',1,'apfel::ExtendedVector::end() const']]], + ['error_1324',['error',['../namespaceapfel.html#a82544bb00b63654826d2fa658d052414',1,'apfel']]], + ['eta_1325',['eta',['../classapfel_1_1Expression.html#a8f6586afbb64fa96a47fdadf29daf994',1,'apfel::Expression']]], + ['evaluate_1326',['Evaluate',['../classapfel_1_1DoubleObject.html#aff9c2b964272553047699555b47e1e2c',1,'apfel::DoubleObject::Evaluate()'],['../classapfel_1_1Interpolator.html#aaa04fd13b61de9eca4bce12c4afd8e97',1,'apfel::Interpolator::Evaluate(double const &x) const'],['../classapfel_1_1Interpolator.html#a0a02b02f3a9b75647af7b64da7057c4a',1,'apfel::Interpolator::Evaluate(double const &x, int const &ig) const'],['../classapfel_1_1MatchedEvolution.html#ab20faeee4e277e3835bd9b7c35f8bb23',1,'apfel::MatchedEvolution::Evaluate()'],['../classapfel_1_1Observable.html#a8fe77b5f778b6dbdaf0883f1f83d7ff5',1,'apfel::Observable::Evaluate(double const &Q) const'],['../classapfel_1_1Observable.html#a80a53ffb175af2a1517c91601f1c1b20',1,'apfel::Observable::Evaluate(double const &x, double const &Q) const'],['../classapfel_1_1QGrid.html#ac2e13c956b563254deb9d6c677feff9d',1,'apfel::QGrid::Evaluate()']]], + ['evaluate1_1327',['Evaluate1',['../classapfel_1_1DoubleObject.html#af7977c051d6c6d9ae4d8833831d15eec',1,'apfel::DoubleObject']]], + ['evaluate2_1328',['Evaluate2',['../classapfel_1_1DoubleObject.html#a10ba72a6ef22b07339b14e86f2f4d0d6',1,'apfel::DoubleObject']]], + ['evaluatemapxq_1329',['EvaluateMapxQ',['../classapfel_1_1TabulateObject.html#a99925f98da88730c529fb4554a27fb79',1,'apfel::TabulateObject']]], + ['evaluatexq_1330',['EvaluatexQ',['../classapfel_1_1TabulateObject.html#a1206af95488cd367d86f9eefd51ff96e',1,'apfel::TabulateObject::EvaluatexQ(double const &x, double const &Q) const'],['../classapfel_1_1TabulateObject.html#a80973ee290e2b80c9234244a14460259',1,'apfel::TabulateObject::EvaluatexQ(int const &i, double const &x, double const &Q) const']]], + ['evaluatexzq_1331',['EvaluatexzQ',['../classapfel_1_1TabulateObject.html#a9cab3e4da901b4632acb487dcda17b01',1,'apfel::TabulateObject']]], + ['evolutionbasisqcd_1332',['EvolutionBasisQCD',['../classapfel_1_1EvolutionBasisQCD.html#a6610cdd3d123e1e9320adb77cc35ff06',1,'apfel::EvolutionBasisQCD']]], + ['evolutionfactors_1333',['EvolutionFactors',['../namespaceapfel.html#a5a6b07969c354af2015c2dc9b3766c35',1,'apfel']]], + ['evolutionoperatorbasisqcd_1334',['EvolutionOperatorBasisQCD',['../classapfel_1_1EvolutionOperatorBasisQCD.html#a17e140926c702ba46ee21c7d160d646b',1,'apfel::EvolutionOperatorBasisQCD']]], + ['evolutionsetup_1335',['EvolutionSetup',['../structapfel_1_1EvolutionSetup.html#a049f456def46728364a5cf98944b81d1',1,'apfel::EvolutionSetup']]], + ['evolvedistributionsbasisqcd_1336',['EvolveDistributionsBasisQCD',['../classapfel_1_1EvolveDistributionsBasisQCD.html#a6de1aa97bb9782c5f514799808c44900',1,'apfel::EvolveDistributionsBasisQCD']]], + ['evolveobject_1337',['EvolveObject',['../classapfel_1_1MatchedEvolution.html#af1c4e4e48f86ea639b21258a8abb996a',1,'apfel::MatchedEvolution']]], + ['expression_1338',['Expression',['../classapfel_1_1Expression.html#a49727bdb8ac6d6d68854e61a9a262e3d',1,'apfel::Expression']]], + ['extendedvector_1339',['ExtendedVector',['../classapfel_1_1ExtendedVector.html#a955b49148c3429162501c86df6e9a7eb',1,'apfel::ExtendedVector']]] ]; diff --git a/docs/html/search/functions_5.html b/docs/html/search/functions_5.html index 52c6e184d..9301d6b9c 100644 --- a/docs/html/search/functions_5.html +++ b/docs/html/search/functions_5.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_5.js b/docs/html/search/functions_5.js index 05cf3151d..a8e22fafc 100644 --- a/docs/html/search/functions_5.js +++ b/docs/html/search/functions_5.js @@ -1,4 +1,4 @@ var searchData= [ - ['factorial_1349',['factorial',['../namespaceapfel.html#a0fe368880404ba6484e6af19d23695ae',1,'apfel']]] + ['factorial_1340',['factorial',['../namespaceapfel.html#a0fe368880404ba6484e6af19d23695ae',1,'apfel']]] ]; diff --git a/docs/html/search/functions_6.html b/docs/html/search/functions_6.html index 743ec26da..9c4f5fc65 100644 --- a/docs/html/search/functions_6.html +++ b/docs/html/search/functions_6.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_6.js b/docs/html/search/functions_6.js index a1ca8f2d8..90f255db2 100644 --- a/docs/html/search/functions_6.js +++ b/docs/html/search/functions_6.js @@ -1,48 +1,48 @@ var searchData= [ - ['g11g_1350',['G11g',['../classapfel_1_1G11g.html#ab26e54acc451f7f621c579468f6898ea',1,'apfel::G11g']]], - ['g11ns_1351',['G11ns',['../classapfel_1_1G11ns.html#abaf457d7dafe629bd70509d036de7fef',1,'apfel::G11ns']]], - ['g41ns_1352',['G41ns',['../classapfel_1_1G41ns.html#af17269e10a2e86ab6c5e3cd49544f7bb',1,'apfel::G41ns']]], - ['gammafg0_1353',['gammaFg0',['../namespaceapfel.html#a98d13eb1ba7bdb98857f4080621cbc2d',1,'apfel']]], - ['gammafg1_1354',['gammaFg1',['../namespaceapfel.html#afd3c1001719a8ea7eaba6a954579acc8',1,'apfel']]], - ['gammafg2_1355',['gammaFg2',['../namespaceapfel.html#a00605d6700f9a0c44475b47ffaafce5e',1,'apfel']]], - ['gammafq0_1356',['gammaFq0',['../namespaceapfel.html#a3b34f280328f0b4de2d2f13852e0cc4d',1,'apfel']]], - ['gammafq1_1357',['gammaFq1',['../namespaceapfel.html#a656c0d0288ca35f9dee7209ec6983120',1,'apfel']]], - ['gammafq2_1358',['gammaFq2',['../namespaceapfel.html#ab6ebafaf0ca47b4f60e880b3abd10982',1,'apfel']]], - ['gammak0_1359',['gammaK0',['../namespaceapfel.html#adb04f9a6878a8c5240845052c62173fb',1,'apfel']]], - ['gammak1_1360',['gammaK1',['../namespaceapfel.html#a1d71ed0c9af587ce2347ad0ec798d64c',1,'apfel']]], - ['gammak2_1361',['gammaK2',['../namespaceapfel.html#af871c9acc1435c63dd8ca7c6f5e19a69',1,'apfel']]], - ['gammak3_1362',['gammaK3',['../namespaceapfel.html#ab31f2c0a87feb4000e21747196348c85',1,'apfel']]], - ['gammak3gmq_1363',['gammaK3gmq',['../namespaceapfel.html#ad5e5001f329b08d4beee52ad6e438574',1,'apfel']]], - ['getcoefficientfunctions_1364',['GetCoefficientFunctions',['../classapfel_1_1Observable.html#aa991bce4f0294b874220ab39621bf620',1,'apfel::Observable']]], - ['getcoordinates_1365',['GetCoordinates',['../classapfel_1_1OgataQuadrature.html#aa00505afbdc2dbcdfb3b72dd921e01d9',1,'apfel::OgataQuadrature']]], - ['getdistributionjointgrid_1366',['GetDistributionJointGrid',['../classapfel_1_1Interpolator.html#af7486f60789a0135fe4e2107ce0221dd',1,'apfel::Interpolator']]], - ['getdistributionsubgrid_1367',['GetDistributionSubGrid',['../classapfel_1_1Interpolator.html#ad9b3ce90a94c82a043362b0c68bee398',1,'apfel::Interpolator']]], - ['getfqgrid_1368',['GetFQGrid',['../classapfel_1_1QGrid.html#a5988daad45edcd80bd39b2e6f88be606',1,'apfel::QGrid']]], - ['getgrid_1369',['GetGrid',['../classapfel_1_1Interpolator.html#a9a2ca32b709976d46aadcff895ec1be8',1,'apfel::Interpolator::GetGrid()'],['../classapfel_1_1Operator.html#adaff7602598e18c5af64be8111fb6151',1,'apfel::Operator::GetGrid()'],['../classapfel_1_1SubGrid.html#a93779b8b5a61f42cc6bd2bda138eefd5',1,'apfel::SubGrid::GetGrid()']]], - ['getjointgrid_1370',['GetJointGrid',['../classapfel_1_1Grid.html#abecc758efa56ba7d5cc4fa1fce2c57c8',1,'apfel::Grid']]], - ['getloggrid_1371',['GetLogGrid',['../classapfel_1_1SubGrid.html#a39bdf80760a66b2c9b6a2bb468deef7f',1,'apfel::SubGrid']]], - ['getmap_1372',['GetMap',['../classapfel_1_1Set.html#afc73d4b081d55684b256e840b73d151d',1,'apfel::Set']]], - ['getmuref_1373',['GetMuRef',['../classapfel_1_1MatchedEvolution.html#a7f5ec01ccecc6d10729deae416fbf252',1,'apfel::MatchedEvolution']]], - ['getname_1374',['GetName',['../classapfel_1_1ConvolutionMap.html#a4b38dc94dfe93316bdcc966dc9bd9039',1,'apfel::ConvolutionMap']]], - ['getnumberofsteps_1375',['GetNumberOfSteps',['../classapfel_1_1MatchedEvolution.html#ae76089a986554c934ba693d54b6c9749',1,'apfel::MatchedEvolution']]], - ['getobjectref_1376',['GetObjectRef',['../classapfel_1_1MatchedEvolution.html#a07c814f74b2409272e157dc7f84c694a',1,'apfel::MatchedEvolution']]], - ['getobjects_1377',['GetObjects',['../classapfel_1_1Set.html#a38e7fdcce8429e6f6066c9b0af60cc08',1,'apfel::Set']]], - ['getoperator_1378',['GetOperator',['../classapfel_1_1Operator.html#aaaa1e7b38859872935b13d5b3e324b47',1,'apfel::Operator']]], - ['getqgrid_1379',['GetQGrid',['../classapfel_1_1QGrid.html#a61e70065647ccbc8388bac2227071594',1,'apfel::QGrid']]], - ['getqgridvalues_1380',['GetQGridValues',['../classapfel_1_1QGrid.html#aeb9849e0409b64e6718154d1bc815beb',1,'apfel::QGrid']]], - ['getruleindices_1381',['GetRuleIndices',['../classapfel_1_1ConvolutionMap.html#ae7d6672bb6ff5c242227570bac638fb9',1,'apfel::ConvolutionMap']]], - ['getrulematrix_1382',['GetRuleMatrix',['../classapfel_1_1ConvolutionMap.html#aa74a4ecc6ecf40f75f04239aaa819666',1,'apfel::ConvolutionMap']]], - ['getrules_1383',['GetRules',['../classapfel_1_1ConvolutionMap.html#a5bd9105aadb8c0d8cbf19e712e31bb57',1,'apfel::ConvolutionMap']]], - ['getsiatotalcrosssection_1384',['GetSIATotalCrossSection',['../namespaceapfel.html#a19f6f1aae3aaf0db2bf9a1301ac52033',1,'apfel']]], - ['getsubgrid_1385',['GetSubGrid',['../classapfel_1_1Grid.html#a5d2c4011b5ba8c1e752229b558793fee',1,'apfel::Grid']]], - ['getsubgrids_1386',['GetSubGrids',['../classapfel_1_1Grid.html#abc12ef7438d51b5e125ac6f80fda5a50',1,'apfel::Grid']]], - ['getterms_1387',['GetTerms',['../classapfel_1_1DoubleObject.html#a24434583404d26bea5ac39460ff9e6b5',1,'apfel::DoubleObject']]], - ['getthesholdindices_1388',['GetThesholdIndices',['../classapfel_1_1QGrid.html#aeea1ac5fbc6d8f0dddb5015c0f310bf3',1,'apfel::QGrid']]], - ['getthresholds_1389',['GetThresholds',['../classapfel_1_1MatchedEvolution.html#aa110a35a3e5403a30f58ae59b6caa3d8',1,'apfel::MatchedEvolution::GetThresholds()'],['../classapfel_1_1QGrid.html#aecee5c415c15fa8b837fd1bffa4cd2d3',1,'apfel::QGrid::GetThresholds()']]], - ['getverbositylevel_1390',['GetVerbosityLevel',['../namespaceapfel.html#a72b6a7944341cd1a463f55c3330eeb82',1,'apfel']]], - ['getweights_1391',['GetWeights',['../classapfel_1_1OgataQuadrature.html#a63db171294fff49a80e09e4ce52e3264',1,'apfel::OgataQuadrature']]], - ['gl1ns_1392',['GL1ns',['../classapfel_1_1GL1ns.html#ab7e667c605f79b7483d5798811392e5a',1,'apfel::GL1ns']]], - ['gluonevolutionfactor_1393',['GluonEvolutionFactor',['../namespaceapfel.html#ac70bcb95392db2f7350f089a2f1777b1',1,'apfel']]], - ['grid_1394',['Grid',['../classapfel_1_1Grid.html#a8d0a7149e5dda7870cc7a7a9f312ef61',1,'apfel::Grid']]] + ['g11g_1341',['G11g',['../classapfel_1_1G11g.html#ab26e54acc451f7f621c579468f6898ea',1,'apfel::G11g']]], + ['g11ns_1342',['G11ns',['../classapfel_1_1G11ns.html#abaf457d7dafe629bd70509d036de7fef',1,'apfel::G11ns']]], + ['g41ns_1343',['G41ns',['../classapfel_1_1G41ns.html#af17269e10a2e86ab6c5e3cd49544f7bb',1,'apfel::G41ns']]], + ['gammafg0_1344',['gammaFg0',['../namespaceapfel.html#a98d13eb1ba7bdb98857f4080621cbc2d',1,'apfel']]], + ['gammafg1_1345',['gammaFg1',['../namespaceapfel.html#afd3c1001719a8ea7eaba6a954579acc8',1,'apfel']]], + ['gammafg2_1346',['gammaFg2',['../namespaceapfel.html#a00605d6700f9a0c44475b47ffaafce5e',1,'apfel']]], + ['gammafq0_1347',['gammaFq0',['../namespaceapfel.html#a3b34f280328f0b4de2d2f13852e0cc4d',1,'apfel']]], + ['gammafq1_1348',['gammaFq1',['../namespaceapfel.html#a656c0d0288ca35f9dee7209ec6983120',1,'apfel']]], + ['gammafq2_1349',['gammaFq2',['../namespaceapfel.html#ab6ebafaf0ca47b4f60e880b3abd10982',1,'apfel']]], + ['gammak0_1350',['gammaK0',['../namespaceapfel.html#adb04f9a6878a8c5240845052c62173fb',1,'apfel']]], + ['gammak1_1351',['gammaK1',['../namespaceapfel.html#a1d71ed0c9af587ce2347ad0ec798d64c',1,'apfel']]], + ['gammak2_1352',['gammaK2',['../namespaceapfel.html#af871c9acc1435c63dd8ca7c6f5e19a69',1,'apfel']]], + ['gammak3_1353',['gammaK3',['../namespaceapfel.html#ab31f2c0a87feb4000e21747196348c85',1,'apfel']]], + ['gammak3gmq_1354',['gammaK3gmq',['../namespaceapfel.html#ad5e5001f329b08d4beee52ad6e438574',1,'apfel']]], + ['getcoefficientfunctions_1355',['GetCoefficientFunctions',['../classapfel_1_1Observable.html#aa991bce4f0294b874220ab39621bf620',1,'apfel::Observable']]], + ['getcoordinates_1356',['GetCoordinates',['../classapfel_1_1OgataQuadrature.html#aa00505afbdc2dbcdfb3b72dd921e01d9',1,'apfel::OgataQuadrature']]], + ['getdistributionjointgrid_1357',['GetDistributionJointGrid',['../classapfel_1_1Interpolator.html#af7486f60789a0135fe4e2107ce0221dd',1,'apfel::Interpolator']]], + ['getdistributionsubgrid_1358',['GetDistributionSubGrid',['../classapfel_1_1Interpolator.html#ad9b3ce90a94c82a043362b0c68bee398',1,'apfel::Interpolator']]], + ['getfqgrid_1359',['GetFQGrid',['../classapfel_1_1QGrid.html#a5988daad45edcd80bd39b2e6f88be606',1,'apfel::QGrid']]], + ['getgrid_1360',['GetGrid',['../classapfel_1_1Interpolator.html#a9a2ca32b709976d46aadcff895ec1be8',1,'apfel::Interpolator::GetGrid()'],['../classapfel_1_1Operator.html#adaff7602598e18c5af64be8111fb6151',1,'apfel::Operator::GetGrid()'],['../classapfel_1_1SubGrid.html#a93779b8b5a61f42cc6bd2bda138eefd5',1,'apfel::SubGrid::GetGrid()']]], + ['getjointgrid_1361',['GetJointGrid',['../classapfel_1_1Grid.html#abecc758efa56ba7d5cc4fa1fce2c57c8',1,'apfel::Grid']]], + ['getloggrid_1362',['GetLogGrid',['../classapfel_1_1SubGrid.html#a39bdf80760a66b2c9b6a2bb468deef7f',1,'apfel::SubGrid']]], + ['getmap_1363',['GetMap',['../classapfel_1_1Set.html#afc73d4b081d55684b256e840b73d151d',1,'apfel::Set']]], + ['getmuref_1364',['GetMuRef',['../classapfel_1_1MatchedEvolution.html#a7f5ec01ccecc6d10729deae416fbf252',1,'apfel::MatchedEvolution']]], + ['getname_1365',['GetName',['../classapfel_1_1ConvolutionMap.html#a4b38dc94dfe93316bdcc966dc9bd9039',1,'apfel::ConvolutionMap']]], + ['getnumberofsteps_1366',['GetNumberOfSteps',['../classapfel_1_1MatchedEvolution.html#ae76089a986554c934ba693d54b6c9749',1,'apfel::MatchedEvolution']]], + ['getobjectref_1367',['GetObjectRef',['../classapfel_1_1MatchedEvolution.html#a07c814f74b2409272e157dc7f84c694a',1,'apfel::MatchedEvolution']]], + ['getobjects_1368',['GetObjects',['../classapfel_1_1Set.html#a38e7fdcce8429e6f6066c9b0af60cc08',1,'apfel::Set']]], + ['getoperator_1369',['GetOperator',['../classapfel_1_1Operator.html#a73a7bcc854b04cfb5ee96b1bf6330f05',1,'apfel::Operator']]], + ['getqgrid_1370',['GetQGrid',['../classapfel_1_1QGrid.html#a61e70065647ccbc8388bac2227071594',1,'apfel::QGrid']]], + ['getqgridvalues_1371',['GetQGridValues',['../classapfel_1_1QGrid.html#aeb9849e0409b64e6718154d1bc815beb',1,'apfel::QGrid']]], + ['getruleindices_1372',['GetRuleIndices',['../classapfel_1_1ConvolutionMap.html#ae7d6672bb6ff5c242227570bac638fb9',1,'apfel::ConvolutionMap']]], + ['getrulematrix_1373',['GetRuleMatrix',['../classapfel_1_1ConvolutionMap.html#aa74a4ecc6ecf40f75f04239aaa819666',1,'apfel::ConvolutionMap']]], + ['getrules_1374',['GetRules',['../classapfel_1_1ConvolutionMap.html#a5bd9105aadb8c0d8cbf19e712e31bb57',1,'apfel::ConvolutionMap']]], + ['getsiatotalcrosssection_1375',['GetSIATotalCrossSection',['../namespaceapfel.html#a19f6f1aae3aaf0db2bf9a1301ac52033',1,'apfel']]], + ['getsubgrid_1376',['GetSubGrid',['../classapfel_1_1Grid.html#a5d2c4011b5ba8c1e752229b558793fee',1,'apfel::Grid']]], + ['getsubgrids_1377',['GetSubGrids',['../classapfel_1_1Grid.html#abc12ef7438d51b5e125ac6f80fda5a50',1,'apfel::Grid']]], + ['getterms_1378',['GetTerms',['../classapfel_1_1DoubleObject.html#a24434583404d26bea5ac39460ff9e6b5',1,'apfel::DoubleObject']]], + ['getthesholdindices_1379',['GetThesholdIndices',['../classapfel_1_1QGrid.html#aeea1ac5fbc6d8f0dddb5015c0f310bf3',1,'apfel::QGrid']]], + ['getthresholds_1380',['GetThresholds',['../classapfel_1_1QGrid.html#aecee5c415c15fa8b837fd1bffa4cd2d3',1,'apfel::QGrid::GetThresholds()'],['../classapfel_1_1MatchedEvolution.html#aa110a35a3e5403a30f58ae59b6caa3d8',1,'apfel::MatchedEvolution::GetThresholds()']]], + ['getverbositylevel_1381',['GetVerbosityLevel',['../namespaceapfel.html#a72b6a7944341cd1a463f55c3330eeb82',1,'apfel']]], + ['getweights_1382',['GetWeights',['../classapfel_1_1OgataQuadrature.html#a63db171294fff49a80e09e4ce52e3264',1,'apfel::OgataQuadrature']]], + ['gl1ns_1383',['GL1ns',['../classapfel_1_1GL1ns.html#ab7e667c605f79b7483d5798811392e5a',1,'apfel::GL1ns']]], + ['gluonevolutionfactor_1384',['GluonEvolutionFactor',['../namespaceapfel.html#ac70bcb95392db2f7350f089a2f1777b1',1,'apfel']]], + ['grid_1385',['Grid',['../classapfel_1_1Grid.html#a8d0a7149e5dda7870cc7a7a9f312ef61',1,'apfel::Grid']]] ]; diff --git a/docs/html/search/functions_7.html b/docs/html/search/functions_7.html index 437a6040d..46b5c0f61 100644 --- a/docs/html/search/functions_7.html +++ b/docs/html/search/functions_7.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_7.js b/docs/html/search/functions_7.js index ffa07f095..c234e46a0 100644 --- a/docs/html/search/functions_7.js +++ b/docs/html/search/functions_7.js @@ -1,16 +1,16 @@ var searchData= [ - ['h1dy_1395',['H1DY',['../namespaceapfel.html#a9a04135ceacbd54a578adafe245f346f',1,'apfel']]], - ['h1ggh_1396',['H1ggH',['../namespaceapfel.html#a1d2ec0b3c77c30064a3ecbaa0b6e3b94',1,'apfel']]], - ['h1sidis_1397',['H1SIDIS',['../namespaceapfel.html#ae14fed926a905ea5896014d56257d1ef',1,'apfel']]], - ['h2dy_1398',['H2DY',['../namespaceapfel.html#a735ee3570bf541e4402305dc6e297fbd',1,'apfel']]], - ['h2ggh_1399',['H2ggH',['../namespaceapfel.html#a2d1795db1ecea6725ce2ce9b9ed6b147',1,'apfel']]], - ['h2sidis_1400',['H2SIDIS',['../namespaceapfel.html#a40189f00a10d6748899ca8abdfda1048',1,'apfel']]], - ['h3ch_1401',['H3Ch',['../namespaceapfel.html#acda6cf198bb399584e341771f1882837',1,'apfel']]], - ['h3dy_1402',['H3DY',['../namespaceapfel.html#acf86254c2695c9c2d47fefb21fcb266a',1,'apfel']]], - ['h3sidis_1403',['H3SIDIS',['../namespaceapfel.html#a36ed35bdf1b3a33dfc55585e7b86c21b',1,'apfel']]], - ['hardfactor_1404',['HardFactor',['../namespaceapfel.html#aed9d19998f4be65505846a0f89619187',1,'apfel']]], - ['hardfactordy_1405',['HardFactorDY',['../namespaceapfel.html#abb62dde36bf4a2ba35bf7dead959b504',1,'apfel']]], - ['hplogmap_1406',['HPLogMap',['../namespaceapfel.html#a4952d6daa86b59a050d8cdc3b49eb59b',1,'apfel']]], - ['hpoly_1407',['hpoly',['../namespaceapfel.html#abde00ad78affecc4bbe4e4e5996b820a',1,'apfel']]] + ['h1dy_1386',['H1DY',['../namespaceapfel.html#a9a04135ceacbd54a578adafe245f346f',1,'apfel']]], + ['h1ggh_1387',['H1ggH',['../namespaceapfel.html#a1d2ec0b3c77c30064a3ecbaa0b6e3b94',1,'apfel']]], + ['h1sidis_1388',['H1SIDIS',['../namespaceapfel.html#ae14fed926a905ea5896014d56257d1ef',1,'apfel']]], + ['h2dy_1389',['H2DY',['../namespaceapfel.html#a735ee3570bf541e4402305dc6e297fbd',1,'apfel']]], + ['h2ggh_1390',['H2ggH',['../namespaceapfel.html#a2d1795db1ecea6725ce2ce9b9ed6b147',1,'apfel']]], + ['h2sidis_1391',['H2SIDIS',['../namespaceapfel.html#a40189f00a10d6748899ca8abdfda1048',1,'apfel']]], + ['h3ch_1392',['H3Ch',['../namespaceapfel.html#acda6cf198bb399584e341771f1882837',1,'apfel']]], + ['h3dy_1393',['H3DY',['../namespaceapfel.html#acf86254c2695c9c2d47fefb21fcb266a',1,'apfel']]], + ['h3sidis_1394',['H3SIDIS',['../namespaceapfel.html#a36ed35bdf1b3a33dfc55585e7b86c21b',1,'apfel']]], + ['hardfactor_1395',['HardFactor',['../namespaceapfel.html#aed9d19998f4be65505846a0f89619187',1,'apfel']]], + ['hardfactordy_1396',['HardFactorDY',['../namespaceapfel.html#abb62dde36bf4a2ba35bf7dead959b504',1,'apfel']]], + ['hplogmap_1397',['HPLogMap',['../namespaceapfel.html#a4952d6daa86b59a050d8cdc3b49eb59b',1,'apfel']]], + ['hpoly_1398',['hpoly',['../namespaceapfel.html#abde00ad78affecc4bbe4e4e5996b820a',1,'apfel']]] ]; diff --git a/docs/html/search/functions_8.html b/docs/html/search/functions_8.html index 38ecf563a..31a1d9503 100644 --- a/docs/html/search/functions_8.html +++ b/docs/html/search/functions_8.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_8.js b/docs/html/search/functions_8.js index 0ab0b1d74..9a804e4a2 100644 --- a/docs/html/search/functions_8.js +++ b/docs/html/search/functions_8.js @@ -1,49 +1,50 @@ var searchData= [ - ['identity_1408',['Identity',['../classapfel_1_1Identity.html#a65f59f6156ae3385ae3e1ea61944aea1',1,'apfel::Identity']]], - ['info_1409',['info',['../namespaceapfel.html#aee87ffcb49965c229fbf10c0c5f83ddf',1,'apfel']]], - ['initialisecouplings_1410',['InitialiseCouplings',['../classapfel_1_1InitialiseEvolution.html#a304ac2f18767d9299788a276ae81d0fb',1,'apfel::InitialiseEvolution']]], - ['initialisedglapobject_1411',['InitialiseDglapObject',['../classapfel_1_1InitialiseEvolution.html#a28be23c78fce194fa8d065f12bc4b3e4',1,'apfel::InitialiseEvolution']]], - ['initialiseevolution_1412',['InitialiseEvolution',['../classapfel_1_1InitialiseEvolution.html#a47852ad46b4f788ff26304050d647baa',1,'apfel::InitialiseEvolution']]], - ['initializedglapobjectsqcd_1413',['InitializeDglapObjectsQCD',['../namespaceapfel.html#aaf2c9fc21fdc63421663a7859bc97e1e',1,'apfel::InitializeDglapObjectsQCD(Grid const &g, std::vector< double > const &Masses, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)'],['../namespaceapfel.html#a29107415091e14216f967d053d4127e7',1,'apfel::InitializeDglapObjectsQCD(Grid const &g, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)']]], - ['initializedglapobjectsqcdpol_1414',['InitializeDglapObjectsQCDpol',['../namespaceapfel.html#a7119fe155c51785e257daf30599abe50',1,'apfel::InitializeDglapObjectsQCDpol(Grid const &g, std::vector< double > const &Masses, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)'],['../namespaceapfel.html#a0d66e26d88d049c5311b348e6a3733b0',1,'apfel::InitializeDglapObjectsQCDpol(Grid const &g, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)']]], - ['initializedglapobjectsqcdt_1415',['InitializeDglapObjectsQCDT',['../namespaceapfel.html#a2cec7ad81a677c20e8321a0549d70c7d',1,'apfel::InitializeDglapObjectsQCDT(Grid const &g, std::vector< double > const &Masses, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)'],['../namespaceapfel.html#ad9cf8bd24ce79901ded4d8731dc6ddc3',1,'apfel::InitializeDglapObjectsQCDT(Grid const &g, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)']]], - ['initializedglapobjectsqcdtrans_1416',['InitializeDglapObjectsQCDtrans',['../namespaceapfel.html#a7a873005f11ff94f6164872c0c6d5580',1,'apfel::InitializeDglapObjectsQCDtrans(Grid const &g, std::vector< double > const &Masses, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)'],['../namespaceapfel.html#a345517446a415a9f76b30cb76591617b',1,'apfel::InitializeDglapObjectsQCDtrans(Grid const &g, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)']]], - ['initializedglapobjectsqcdttrans_1417',['InitializeDglapObjectsQCDTtrans',['../namespaceapfel.html#ab27caac59a543edbe2ce3553a66831ce',1,'apfel::InitializeDglapObjectsQCDTtrans(Grid const &g, std::vector< double > const &Masses, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)'],['../namespaceapfel.html#a8c14015eb7e81df14c516efc3fcf87d7',1,'apfel::InitializeDglapObjectsQCDTtrans(Grid const &g, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)']]], - ['initializef2ccminusobjectszm_1418',['InitializeF2CCMinusObjectsZM',['../namespaceapfel.html#ace57bb10aac2e353accc2790a053d12a',1,'apfel']]], - ['initializef2ccplusobjectszm_1419',['InitializeF2CCPlusObjectsZM',['../namespaceapfel.html#aeba8c44495e37abd657fc925042da7a5',1,'apfel']]], - ['initializef2ncobjectsmassive_1420',['InitializeF2NCObjectsMassive',['../namespaceapfel.html#ac1204473402b48b386481f0189651b75',1,'apfel']]], - ['initializef2ncobjectsmassivezero_1421',['InitializeF2NCObjectsMassiveZero',['../namespaceapfel.html#a7cc40593ef9cc157ed107cebcb4bbe47',1,'apfel']]], - ['initializef2ncobjectszm_1422',['InitializeF2NCObjectsZM',['../namespaceapfel.html#a6cdbaf2a572767fc8d2901b20f03e7c1',1,'apfel']]], - ['initializef2ncobjectszmt_1423',['InitializeF2NCObjectsZMT',['../namespaceapfel.html#a1f790d661b4e302eaa42784fbf147e19',1,'apfel']]], - ['initializef3ccminusobjectszm_1424',['InitializeF3CCMinusObjectsZM',['../namespaceapfel.html#a95eb0fbc9ef5188897b97b3257f5c9f2',1,'apfel']]], - ['initializef3ccplusobjectszm_1425',['InitializeF3CCPlusObjectsZM',['../namespaceapfel.html#a83f1992cb3edf56399fbf900cea753c3',1,'apfel']]], - ['initializef3ncobjectszm_1426',['InitializeF3NCObjectsZM',['../namespaceapfel.html#a76042a24523c60d7e5367f48984a8a7f',1,'apfel']]], - ['initializef3ncobjectszmt_1427',['InitializeF3NCObjectsZMT',['../namespaceapfel.html#a0f8ea454aa738b08d2a3489e46059b18',1,'apfel']]], - ['initializeflccminusobjectszm_1428',['InitializeFLCCMinusObjectsZM',['../namespaceapfel.html#a609f39b82b52a5e038525d6fd1bdc7ea',1,'apfel']]], - ['initializeflccplusobjectszm_1429',['InitializeFLCCPlusObjectsZM',['../namespaceapfel.html#a0c39e7e50c1d77027e58def618311d88',1,'apfel']]], - ['initializeflncobjectsmassive_1430',['InitializeFLNCObjectsMassive',['../namespaceapfel.html#a584eb3a644598895a1f1cef25f279358',1,'apfel']]], - ['initializeflncobjectsmassivezero_1431',['InitializeFLNCObjectsMassiveZero',['../namespaceapfel.html#a66ca8833b7ba563e3c75ad7fdafc1e3e',1,'apfel']]], - ['initializeflncobjectszm_1432',['InitializeFLNCObjectsZM',['../namespaceapfel.html#a0dd97cfdfd06c2fefd02bc64a8aa6cb5',1,'apfel']]], - ['initializeflncobjectszmt_1433',['InitializeFLNCObjectsZMT',['../namespaceapfel.html#ac7feefb5721f2bd2332b52472457107c',1,'apfel']]], - ['initializeg1ncobjectszm_1434',['Initializeg1NCObjectsZM',['../namespaceapfel.html#a468703c397a976d3597bf2e70f3464bd',1,'apfel']]], - ['initializeg4ncobjectszm_1435',['Initializeg4NCObjectsZM',['../namespaceapfel.html#a9aa5b2c5d7f42f1ee2a96eef471fc1fe',1,'apfel']]], - ['initializeglncobjectszm_1436',['InitializegLNCObjectsZM',['../namespaceapfel.html#a35408802d7c91de98c2f1a28b3ff1c73',1,'apfel']]], - ['initializegpdobjects_1437',['InitializeGpdObjects',['../namespaceapfel.html#a17981c015f455d5bfa6908a08d5698d0',1,'apfel']]], - ['initializetmdobjects_1438',['InitializeTmdObjects',['../namespaceapfel.html#af80acd1be427af3562f7fbc9144191c9',1,'apfel']]], - ['initializetmdobjectslite_1439',['InitializeTmdObjectsLite',['../namespaceapfel.html#a12b3240e347e6184717a0fa752a19a0d',1,'apfel']]], - ['integrand_1440',['integrand',['../classapfel_1_1Integrator.html#a3f8eb6c449fca9e2891295277fae8b12',1,'apfel::Integrator::integrand()'],['../classapfel_1_1Integrator2D.html#a33f6a54adde07f08f1ccce222a0ed644',1,'apfel::Integrator2D::integrand()']]], - ['integrate_1441',['Integrate',['../classapfel_1_1DoubleObject.html#a6f172200f714a48916001c9d0181437c',1,'apfel::DoubleObject::Integrate(double const &xl, double const &xu, double const &zl, double const &zu) const'],['../classapfel_1_1DoubleObject.html#aa0085e8a1d36b479d9475ace4583ad24',1,'apfel::DoubleObject::Integrate(double const &xl, double const &xu, std::function< double(double const &)> zlx, std::function< double(double const &)> zux) const'],['../classapfel_1_1DoubleObject.html#a5cfcb9f79cdf1dc942c1f2378a8879a2',1,'apfel::DoubleObject::Integrate(std::function< double(double const &)> xlz, std::function< double(double const &)> xuz, double const &zl, double const &zu) const'],['../classapfel_1_1Interpolator.html#afabd876ece0e971616bbc0f950419156',1,'apfel::Interpolator::Integrate()'],['../classapfel_1_1QGrid.html#a6d31f3adb8c00a927dd9cbcd515d071b',1,'apfel::QGrid::Integrate()'],['../classapfel_1_1Integrator.html#add54e5b8b4534d491e42eb3d56e322a9',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, double const &eps) const'],['../classapfel_1_1Integrator.html#a5c9d50d435897936339e1b9ec6ff609a',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, double const &eps) const'],['../classapfel_1_1Integrator.html#a716c4e3a48163b5936e1c97969a120c0',1,'apfel::Integrator::integrate(std::vector< double > const &FixPts, double const &eps) const'],['../classapfel_1_1Integrator.html#acdbfe2969f82ea82a88af895402b7596',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, int const &n=1) const'],['../classapfel_1_1Integrator.html#a26081034b492eab38467f1b2c893d603',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, int const &n=1) const'],['../classapfel_1_1Integrator.html#a8f77ff7b86d9bd45ac435dbd0e403ffa',1,'apfel::Integrator::integrate(std::vector< double > const &FixPts, int const &n=1) const'],['../classapfel_1_1Integrator2D.html#a65fc3806bfdb653cacc37659b42a2e93',1,'apfel::Integrator2D::integrate()']]], - ['integrate1_1442',['Integrate1',['../classapfel_1_1DoubleObject.html#adcf75d9c79a4d6458c5672094220b501',1,'apfel::DoubleObject']]], - ['integrate2_1443',['Integrate2',['../classapfel_1_1DoubleObject.html#a5647585eef952847e24e1c850abcf013',1,'apfel::DoubleObject']]], - ['integrategk_1444',['integrateGK',['../classapfel_1_1Integrator.html#a758dac85111c6563e77dae89c5fed7e6',1,'apfel::Integrator::integrateGK(double const &xmin, double const &xmax) const'],['../classapfel_1_1Integrator.html#a6da10caf505adc3ba17b530c028a59b7',1,'apfel::Integrator::integrateGK(double const &xmin, double const &xmax, int const &n) const'],['../classapfel_1_1Integrator2D.html#abc6ba63202a47dd7ba8483afcbaee37d',1,'apfel::Integrator2D::integrateGK()']]], - ['integrategl_1445',['integrateGL',['../classapfel_1_1Integrator.html#af93ed704782238fb59e0e74a3f7515b5',1,'apfel::Integrator::integrateGL(double const &xmin, double const &xmax) const'],['../classapfel_1_1Integrator.html#a0bc9a8f98d08aed50e22df156e58320f',1,'apfel::Integrator::integrateGL(double const &xmin, double const &xmax, int const &n) const'],['../classapfel_1_1Integrator2D.html#a1467ec7ddf06381ef3b5d645ce53fd8b',1,'apfel::Integrator2D::integrateGL()']]], - ['integrator_1446',['Integrator',['../classapfel_1_1Integrator.html#a9c2d7c58d24e0d7a0bbbd95f01a1d0c9',1,'apfel::Integrator']]], - ['integrator2d_1447',['Integrator2D',['../classapfel_1_1Integrator2D.html#ac79b13895a5300f31b11d561d003a540',1,'apfel::Integrator2D']]], - ['interdegree_1448',['InterDegree',['../classapfel_1_1QGrid.html#a58fbd0d8210e5d469bcaabd5fce5b7fb',1,'apfel::QGrid::InterDegree()'],['../classapfel_1_1SubGrid.html#a034b0650bce863ed305f4aaa188f1d8c',1,'apfel::SubGrid::InterDegree()']]], - ['interpolant_1449',['Interpolant',['../classapfel_1_1Interpolator.html#aa467e93e85271414cca20d2aa4f05f75',1,'apfel::Interpolator::Interpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ab5f774f33176ece373a77a814c914b73',1,'apfel::LagrangeInterpolator::Interpolant()'],['../classapfel_1_1QGrid.html#a73418aed8752703995851675372a47aa',1,'apfel::QGrid::Interpolant()']]], - ['interpolantlog_1450',['InterpolantLog',['../classapfel_1_1Interpolator.html#a9c58121f234604b9845942f38961f45c',1,'apfel::Interpolator::InterpolantLog()'],['../classapfel_1_1LagrangeInterpolator.html#aa27376e2b20c645a57df5e808270bd13',1,'apfel::LagrangeInterpolator::InterpolantLog()']]], - ['interpolator_1451',['Interpolator',['../classapfel_1_1Interpolator.html#a829c8b174a5e9a12b20b927bb46a7279',1,'apfel::Interpolator::Interpolator(Grid const &gr)'],['../classapfel_1_1Interpolator.html#a1fadb1d59ddfd5f4166c0ebde878ae99',1,'apfel::Interpolator::Interpolator(Grid const &gr, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)']]], - ['intinterpolant_1452',['IntInterpolant',['../classapfel_1_1Interpolator.html#a3d294de2c1bd8df09e3420a529a0beb9',1,'apfel::Interpolator::IntInterpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ac685eca21fc99696b8fb8dee1f5248c5',1,'apfel::LagrangeInterpolator::IntInterpolant()'],['../classapfel_1_1QGrid.html#a9ba5658b710808b1eeaef1dbb784b848',1,'apfel::QGrid::IntInterpolant()']]], - ['iserbl_1453',['IsERBL',['../classapfel_1_1Operator.html#a4168d067d2954d59b9e2a9657935ea90',1,'apfel::Operator']]] + ['identity_1399',['Identity',['../classapfel_1_1Identity.html#a65f59f6156ae3385ae3e1ea61944aea1',1,'apfel::Identity']]], + ['info_1400',['info',['../namespaceapfel.html#aee87ffcb49965c229fbf10c0c5f83ddf',1,'apfel']]], + ['initialisecouplings_1401',['InitialiseCouplings',['../classapfel_1_1InitialiseEvolution.html#a304ac2f18767d9299788a276ae81d0fb',1,'apfel::InitialiseEvolution']]], + ['initialisedglapobject_1402',['InitialiseDglapObject',['../classapfel_1_1InitialiseEvolution.html#a28be23c78fce194fa8d065f12bc4b3e4',1,'apfel::InitialiseEvolution']]], + ['initialiseevolution_1403',['InitialiseEvolution',['../classapfel_1_1InitialiseEvolution.html#a47852ad46b4f788ff26304050d647baa',1,'apfel::InitialiseEvolution']]], + ['initializedglapobjectsqcd_1404',['InitializeDglapObjectsQCD',['../namespaceapfel.html#aaf2c9fc21fdc63421663a7859bc97e1e',1,'apfel::InitializeDglapObjectsQCD(Grid const &g, std::vector< double > const &Masses, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)'],['../namespaceapfel.html#a29107415091e14216f967d053d4127e7',1,'apfel::InitializeDglapObjectsQCD(Grid const &g, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)']]], + ['initializedglapobjectsqcdpol_1405',['InitializeDglapObjectsQCDpol',['../namespaceapfel.html#a7119fe155c51785e257daf30599abe50',1,'apfel::InitializeDglapObjectsQCDpol(Grid const &g, std::vector< double > const &Masses, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)'],['../namespaceapfel.html#a0d66e26d88d049c5311b348e6a3733b0',1,'apfel::InitializeDglapObjectsQCDpol(Grid const &g, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)']]], + ['initializedglapobjectsqcdt_1406',['InitializeDglapObjectsQCDT',['../namespaceapfel.html#a2cec7ad81a677c20e8321a0549d70c7d',1,'apfel::InitializeDglapObjectsQCDT(Grid const &g, std::vector< double > const &Masses, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)'],['../namespaceapfel.html#ad9cf8bd24ce79901ded4d8731dc6ddc3',1,'apfel::InitializeDglapObjectsQCDT(Grid const &g, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)']]], + ['initializedglapobjectsqcdtrans_1407',['InitializeDglapObjectsQCDtrans',['../namespaceapfel.html#a7a873005f11ff94f6164872c0c6d5580',1,'apfel::InitializeDglapObjectsQCDtrans(Grid const &g, std::vector< double > const &Masses, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)'],['../namespaceapfel.html#a345517446a415a9f76b30cb76591617b',1,'apfel::InitializeDglapObjectsQCDtrans(Grid const &g, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)']]], + ['initializedglapobjectsqcdttrans_1408',['InitializeDglapObjectsQCDTtrans',['../namespaceapfel.html#ab27caac59a543edbe2ce3553a66831ce',1,'apfel::InitializeDglapObjectsQCDTtrans(Grid const &g, std::vector< double > const &Masses, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)'],['../namespaceapfel.html#a8c14015eb7e81df14c516efc3fcf87d7',1,'apfel::InitializeDglapObjectsQCDTtrans(Grid const &g, std::vector< double > const &Thresholds, bool const &OpEvol=false, double const &IntEps=1e-5)']]], + ['initializef2ccminusobjectszm_1409',['InitializeF2CCMinusObjectsZM',['../namespaceapfel.html#ace57bb10aac2e353accc2790a053d12a',1,'apfel']]], + ['initializef2ccplusobjectszm_1410',['InitializeF2CCPlusObjectsZM',['../namespaceapfel.html#aeba8c44495e37abd657fc925042da7a5',1,'apfel']]], + ['initializef2ncobjectsmassive_1411',['InitializeF2NCObjectsMassive',['../namespaceapfel.html#ac1204473402b48b386481f0189651b75',1,'apfel']]], + ['initializef2ncobjectsmassivezero_1412',['InitializeF2NCObjectsMassiveZero',['../namespaceapfel.html#a7cc40593ef9cc157ed107cebcb4bbe47',1,'apfel']]], + ['initializef2ncobjectszm_1413',['InitializeF2NCObjectsZM',['../namespaceapfel.html#a6cdbaf2a572767fc8d2901b20f03e7c1',1,'apfel']]], + ['initializef2ncobjectszmt_1414',['InitializeF2NCObjectsZMT',['../namespaceapfel.html#a1f790d661b4e302eaa42784fbf147e19',1,'apfel']]], + ['initializef3ccminusobjectszm_1415',['InitializeF3CCMinusObjectsZM',['../namespaceapfel.html#a95eb0fbc9ef5188897b97b3257f5c9f2',1,'apfel']]], + ['initializef3ccplusobjectszm_1416',['InitializeF3CCPlusObjectsZM',['../namespaceapfel.html#a83f1992cb3edf56399fbf900cea753c3',1,'apfel']]], + ['initializef3ncobjectszm_1417',['InitializeF3NCObjectsZM',['../namespaceapfel.html#a76042a24523c60d7e5367f48984a8a7f',1,'apfel']]], + ['initializef3ncobjectszmt_1418',['InitializeF3NCObjectsZMT',['../namespaceapfel.html#a0f8ea454aa738b08d2a3489e46059b18',1,'apfel']]], + ['initializeflccminusobjectszm_1419',['InitializeFLCCMinusObjectsZM',['../namespaceapfel.html#a609f39b82b52a5e038525d6fd1bdc7ea',1,'apfel']]], + ['initializeflccplusobjectszm_1420',['InitializeFLCCPlusObjectsZM',['../namespaceapfel.html#a0c39e7e50c1d77027e58def618311d88',1,'apfel']]], + ['initializeflncobjectsmassive_1421',['InitializeFLNCObjectsMassive',['../namespaceapfel.html#a584eb3a644598895a1f1cef25f279358',1,'apfel']]], + ['initializeflncobjectsmassivezero_1422',['InitializeFLNCObjectsMassiveZero',['../namespaceapfel.html#a66ca8833b7ba563e3c75ad7fdafc1e3e',1,'apfel']]], + ['initializeflncobjectszm_1423',['InitializeFLNCObjectsZM',['../namespaceapfel.html#a0dd97cfdfd06c2fefd02bc64a8aa6cb5',1,'apfel']]], + ['initializeflncobjectszmt_1424',['InitializeFLNCObjectsZMT',['../namespaceapfel.html#ac7feefb5721f2bd2332b52472457107c',1,'apfel']]], + ['initializeg1ncobjectszm_1425',['Initializeg1NCObjectsZM',['../namespaceapfel.html#a468703c397a976d3597bf2e70f3464bd',1,'apfel']]], + ['initializeg4ncobjectszm_1426',['Initializeg4NCObjectsZM',['../namespaceapfel.html#a9aa5b2c5d7f42f1ee2a96eef471fc1fe',1,'apfel']]], + ['initializeglncobjectszm_1427',['InitializegLNCObjectsZM',['../namespaceapfel.html#a35408802d7c91de98c2f1a28b3ff1c73',1,'apfel']]], + ['initializegpdobjects_1428',['InitializeGpdObjects',['../namespaceapfel.html#a17981c015f455d5bfa6908a08d5698d0',1,'apfel']]], + ['initializetmdobjects_1429',['InitializeTmdObjects',['../namespaceapfel.html#af80acd1be427af3562f7fbc9144191c9',1,'apfel']]], + ['initializetmdobjectslite_1430',['InitializeTmdObjectsLite',['../namespaceapfel.html#a12b3240e347e6184717a0fa752a19a0d',1,'apfel']]], + ['integrand_1431',['integrand',['../classapfel_1_1Integrator.html#a3f8eb6c449fca9e2891295277fae8b12',1,'apfel::Integrator::integrand()'],['../classapfel_1_1Integrator2D.html#a33f6a54adde07f08f1ccce222a0ed644',1,'apfel::Integrator2D::integrand()']]], + ['integrate_1432',['integrate',['../classapfel_1_1Integrator.html#a716c4e3a48163b5936e1c97969a120c0',1,'apfel::Integrator::integrate(std::vector< double > const &FixPts, double const &eps) const'],['../classapfel_1_1Integrator.html#add54e5b8b4534d491e42eb3d56e322a9',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, double const &eps) const'],['../classapfel_1_1Integrator.html#acdbfe2969f82ea82a88af895402b7596',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, int const &n=1) const'],['../classapfel_1_1Integrator.html#a26081034b492eab38467f1b2c893d603',1,'apfel::Integrator::integrate(double const &xmin, double const &xmax, std::vector< double > const &FixPts, int const &n=1) const'],['../classapfel_1_1Integrator.html#a8f77ff7b86d9bd45ac435dbd0e403ffa',1,'apfel::Integrator::integrate(std::vector< double > const &FixPts, int const &n=1) const'],['../classapfel_1_1Integrator2D.html#a65fc3806bfdb653cacc37659b42a2e93',1,'apfel::Integrator2D::integrate()']]], + ['integrate_1433',['Integrate',['../classapfel_1_1DoubleObject.html#a6f172200f714a48916001c9d0181437c',1,'apfel::DoubleObject::Integrate(double const &xl, double const &xu, double const &zl, double const &zu) const'],['../classapfel_1_1DoubleObject.html#aa0085e8a1d36b479d9475ace4583ad24',1,'apfel::DoubleObject::Integrate(double const &xl, double const &xu, std::function< double(double const &)> zlx, std::function< double(double const &)> zux) const'],['../classapfel_1_1DoubleObject.html#a5cfcb9f79cdf1dc942c1f2378a8879a2',1,'apfel::DoubleObject::Integrate(std::function< double(double const &)> xlz, std::function< double(double const &)> xuz, double const &zl, double const &zu) const'],['../classapfel_1_1Interpolator.html#afabd876ece0e971616bbc0f950419156',1,'apfel::Interpolator::Integrate()'],['../classapfel_1_1QGrid.html#a6d31f3adb8c00a927dd9cbcd515d071b',1,'apfel::QGrid::Integrate()']]], + ['integrate_1434',['integrate',['../classapfel_1_1Integrator.html#a5c9d50d435897936339e1b9ec6ff609a',1,'apfel::Integrator']]], + ['integrate1_1435',['Integrate1',['../classapfel_1_1DoubleObject.html#adcf75d9c79a4d6458c5672094220b501',1,'apfel::DoubleObject']]], + ['integrate2_1436',['Integrate2',['../classapfel_1_1DoubleObject.html#a5647585eef952847e24e1c850abcf013',1,'apfel::DoubleObject']]], + ['integrategk_1437',['integrateGK',['../classapfel_1_1Integrator2D.html#abc6ba63202a47dd7ba8483afcbaee37d',1,'apfel::Integrator2D::integrateGK()'],['../classapfel_1_1Integrator.html#a6da10caf505adc3ba17b530c028a59b7',1,'apfel::Integrator::integrateGK(double const &xmin, double const &xmax, int const &n) const'],['../classapfel_1_1Integrator.html#a758dac85111c6563e77dae89c5fed7e6',1,'apfel::Integrator::integrateGK(double const &xmin, double const &xmax) const']]], + ['integrategl_1438',['integrateGL',['../classapfel_1_1Integrator.html#a0bc9a8f98d08aed50e22df156e58320f',1,'apfel::Integrator::integrateGL()'],['../classapfel_1_1Integrator2D.html#a1467ec7ddf06381ef3b5d645ce53fd8b',1,'apfel::Integrator2D::integrateGL()'],['../classapfel_1_1Integrator.html#af93ed704782238fb59e0e74a3f7515b5',1,'apfel::Integrator::integrateGL(double const &xmin, double const &xmax) const']]], + ['integrator_1439',['Integrator',['../classapfel_1_1Integrator.html#a9c2d7c58d24e0d7a0bbbd95f01a1d0c9',1,'apfel::Integrator']]], + ['integrator2d_1440',['Integrator2D',['../classapfel_1_1Integrator2D.html#ac79b13895a5300f31b11d561d003a540',1,'apfel::Integrator2D']]], + ['interdegree_1441',['InterDegree',['../classapfel_1_1QGrid.html#a58fbd0d8210e5d469bcaabd5fce5b7fb',1,'apfel::QGrid::InterDegree()'],['../classapfel_1_1SubGrid.html#a034b0650bce863ed305f4aaa188f1d8c',1,'apfel::SubGrid::InterDegree()']]], + ['interpolant_1442',['Interpolant',['../classapfel_1_1Interpolator.html#aa467e93e85271414cca20d2aa4f05f75',1,'apfel::Interpolator::Interpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ab5f774f33176ece373a77a814c914b73',1,'apfel::LagrangeInterpolator::Interpolant()'],['../classapfel_1_1QGrid.html#a73418aed8752703995851675372a47aa',1,'apfel::QGrid::Interpolant()']]], + ['interpolantlog_1443',['InterpolantLog',['../classapfel_1_1Interpolator.html#a9c58121f234604b9845942f38961f45c',1,'apfel::Interpolator::InterpolantLog()'],['../classapfel_1_1LagrangeInterpolator.html#aa27376e2b20c645a57df5e808270bd13',1,'apfel::LagrangeInterpolator::InterpolantLog()']]], + ['interpolator_1444',['Interpolator',['../classapfel_1_1Interpolator.html#a1fadb1d59ddfd5f4166c0ebde878ae99',1,'apfel::Interpolator::Interpolator(Grid const &gr, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)'],['../classapfel_1_1Interpolator.html#a829c8b174a5e9a12b20b927bb46a7279',1,'apfel::Interpolator::Interpolator(Grid const &gr)']]], + ['intinterpolant_1445',['IntInterpolant',['../classapfel_1_1QGrid.html#a9ba5658b710808b1eeaef1dbb784b848',1,'apfel::QGrid::IntInterpolant()'],['../classapfel_1_1LagrangeInterpolator.html#ac685eca21fc99696b8fb8dee1f5248c5',1,'apfel::LagrangeInterpolator::IntInterpolant()'],['../classapfel_1_1Interpolator.html#a3d294de2c1bd8df09e3420a529a0beb9',1,'apfel::Interpolator::IntInterpolant()']]] ]; diff --git a/docs/html/search/functions_9.html b/docs/html/search/functions_9.html index 5c952f054..9a8e4290c 100644 --- a/docs/html/search/functions_9.html +++ b/docs/html/search/functions_9.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_9.js b/docs/html/search/functions_9.js index 0cfd0c206..323f3087c 100644 --- a/docs/html/search/functions_9.js +++ b/docs/html/search/functions_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['jnuzerosgenerator_1454',['JnuZerosGenerator',['../classapfel_1_1OgataQuadrature.html#aff76a036a1e96d5587b173e3710912bf',1,'apfel::OgataQuadrature']]], - ['jointtosubmap_1455',['JointToSubMap',['../classapfel_1_1Grid.html#accb9c73af4dde4166cef009d331935e3',1,'apfel::Grid']]] + ['jnuzerosgenerator_1446',['JnuZerosGenerator',['../classapfel_1_1OgataQuadrature.html#aff76a036a1e96d5587b173e3710912bf',1,'apfel::OgataQuadrature']]], + ['jointtosubmap_1447',['JointToSubMap',['../classapfel_1_1Grid.html#accb9c73af4dde4166cef009d331935e3',1,'apfel::Grid']]] ]; diff --git a/docs/html/search/functions_a.html b/docs/html/search/functions_a.html index c6fdd86d8..5ecc152ca 100644 --- a/docs/html/search/functions_a.html +++ b/docs/html/search/functions_a.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_a.js b/docs/html/search/functions_a.js index 48325b394..2625a9c6b 100644 --- a/docs/html/search/functions_a.js +++ b/docs/html/search/functions_a.js @@ -1,13 +1,13 @@ var searchData= [ - ['kcs00_1456',['KCS00',['../namespaceapfel.html#a4163b1f2131459b6f398b36786544129',1,'apfel']]], - ['kcs01_1457',['KCS01',['../namespaceapfel.html#aa5dc72368719279cdcf958ad4d63d89c',1,'apfel']]], - ['kcs10_1458',['KCS10',['../namespaceapfel.html#aa96a9256f2cc5b776b7ad4f42791ae82',1,'apfel']]], - ['kcs11_1459',['KCS11',['../namespaceapfel.html#a52090d3daac7a0c649763fc3dcdb0634',1,'apfel']]], - ['kcs12_1460',['KCS12',['../namespaceapfel.html#afd12d30f059ee82e1be4dea16dd5eb9f',1,'apfel']]], - ['kcs20_1461',['KCS20',['../namespaceapfel.html#a5052d0b2c2bbf27a0e92a9c3afff6656',1,'apfel']]], - ['kcs21_1462',['KCS21',['../namespaceapfel.html#aebb53a96d45ff6f3856b8cc7742e4415',1,'apfel']]], - ['kcs22_1463',['KCS22',['../namespaceapfel.html#a61458485ca8daf8dffe8c29b5eb09445',1,'apfel']]], - ['kcs23_1464',['KCS23',['../namespaceapfel.html#ae49419a976e5af333b7a77d98e7ecb67',1,'apfel']]], - ['knotarray_1465',['KnotArray',['../classapfel_1_1InitialiseEvolution.html#a40303a91c0842fa878959cd230d6ed0f',1,'apfel::InitialiseEvolution']]] + ['kcs00_1448',['KCS00',['../namespaceapfel.html#a4163b1f2131459b6f398b36786544129',1,'apfel']]], + ['kcs01_1449',['KCS01',['../namespaceapfel.html#aa5dc72368719279cdcf958ad4d63d89c',1,'apfel']]], + ['kcs10_1450',['KCS10',['../namespaceapfel.html#aa96a9256f2cc5b776b7ad4f42791ae82',1,'apfel']]], + ['kcs11_1451',['KCS11',['../namespaceapfel.html#a52090d3daac7a0c649763fc3dcdb0634',1,'apfel']]], + ['kcs12_1452',['KCS12',['../namespaceapfel.html#afd12d30f059ee82e1be4dea16dd5eb9f',1,'apfel']]], + ['kcs20_1453',['KCS20',['../namespaceapfel.html#a5052d0b2c2bbf27a0e92a9c3afff6656',1,'apfel']]], + ['kcs21_1454',['KCS21',['../namespaceapfel.html#aebb53a96d45ff6f3856b8cc7742e4415',1,'apfel']]], + ['kcs22_1455',['KCS22',['../namespaceapfel.html#a61458485ca8daf8dffe8c29b5eb09445',1,'apfel']]], + ['kcs23_1456',['KCS23',['../namespaceapfel.html#ae49419a976e5af333b7a77d98e7ecb67',1,'apfel']]], + ['knotarray_1457',['KnotArray',['../classapfel_1_1InitialiseEvolution.html#a40303a91c0842fa878959cd230d6ed0f',1,'apfel::InitialiseEvolution']]] ]; diff --git a/docs/html/search/functions_b.html b/docs/html/search/functions_b.html index 52a6a34cb..e301fedd7 100644 --- a/docs/html/search/functions_b.html +++ b/docs/html/search/functions_b.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_b.js b/docs/html/search/functions_b.js index 18889fd75..4cf8d77ef 100644 --- a/docs/html/search/functions_b.js +++ b/docs/html/search/functions_b.js @@ -1,5 +1,6 @@ var searchData= [ - ['lagrangeinterpolator_1466',['LagrangeInterpolator',['../classapfel_1_1LagrangeInterpolator.html#a4a76db9cfe06212cbd316b42f8d9091e',1,'apfel::LagrangeInterpolator::LagrangeInterpolator(Grid const &gr)'],['../classapfel_1_1LagrangeInterpolator.html#adf969215fdb539554f677a92e83519db',1,'apfel::LagrangeInterpolator::LagrangeInterpolator(Grid const &gr, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)']]], - ['local_1467',['Local',['../classapfel_1_1Expression.html#a235668b9dd1d209ce756f1c250e7da3b',1,'apfel::Expression::Local()'],['../classapfel_1_1Identity.html#a6e64cb15c44d275de47381ffb9d91064',1,'apfel::Identity::Local()'],['../classapfel_1_1Pgpd0nsDGLAP.html#a3c3593e425a1ef6d2ecb6c2e57fc8146',1,'apfel::Pgpd0nsDGLAP::Local()'],['../classapfel_1_1Pgpd0ggDGLAP.html#ae1a970e182efdbdbd2681cbcefa32531',1,'apfel::Pgpd0ggDGLAP::Local()'],['../classapfel_1_1Pgpd0ggERBL.html#ad10a9aa5b4b1328751c09c10b5edf8ad',1,'apfel::Pgpd0ggERBL::Local()'],['../classapfel_1_1Cm22nsNC.html#ae15c4720cb387be88b4c570ef49a05ef',1,'apfel::Cm22nsNC::Local()'],['../classapfel_1_1Cm022nsNC__c.html#a8f4092f32b4bb0d8b0c4d88d5ca75ebc',1,'apfel::Cm022nsNC_c::Local()'],['../classapfel_1_1Cm022nsNC__l.html#a5b33dab89179a4f2b9657fb35ade43e6',1,'apfel::Cm022nsNC_l::Local()'],['../classapfel_1_1Cm022nsNC__l2.html#a1f949a236d94d890d0d4667c3591a0b9',1,'apfel::Cm022nsNC_l2::Local()'],['../classapfel_1_1AS1ggH__L.html#a9b2bd41046353ff7d78945a191359f6c',1,'apfel::AS1ggH_L::Local()'],['../classapfel_1_1ANS2qqH__0.html#aa9f5805ca3f785d26736155b793c1d89',1,'apfel::ANS2qqH_0::Local()'],['../classapfel_1_1ANS2qqH__L.html#a56c1ac93ebac885dbcd2272c2d41e9bd',1,'apfel::ANS2qqH_L::Local()'],['../classapfel_1_1ANS2qqH__L2.html#acf180ee6797bc4469aff234868450fba',1,'apfel::ANS2qqH_L2::Local()'],['../classapfel_1_1AS2ggH__0.html#a3c39f6cdea8f49bf6b9c3099bed393f2',1,'apfel::AS2ggH_0::Local()'],['../classapfel_1_1AS2ggH__L.html#a663cc2cb55530cf3ef2c7d3daf98c6bf',1,'apfel::AS2ggH_L::Local()'],['../classapfel_1_1AS2ggH__L2.html#a2ed4b272372e93ecf0b06450316092fc',1,'apfel::AS2ggH_L2::Local()'],['../classapfel_1_1ATS1ggH__L.html#a4c1542417f129598b0ec024f21655094',1,'apfel::ATS1ggH_L::Local()'],['../classapfel_1_1C1nsff.html#afadc61bdda92006f73981b69488de75a',1,'apfel::C1nsff::Local()'],['../classapfel_1_1C1ggff.html#a77cf846778248916fd26a24f278aeaab',1,'apfel::C1ggff::Local()'],['../classapfel_1_1C2Vqqff.html#a6e864022b18296b7af96942ebfa521d3',1,'apfel::C2Vqqff::Local()'],['../classapfel_1_1C2ggff.html#a497e90a2b1e971343d969a5c521dbcc8',1,'apfel::C2ggff::Local()'],['../classapfel_1_1C1nspdf.html#aba8a776d5efbadac0bba5830df1e7586',1,'apfel::C1nspdf::Local()'],['../classapfel_1_1C1ggpdf.html#a737ed35e2ce99857a8750822b3091031',1,'apfel::C1ggpdf::Local()'],['../classapfel_1_1C2Vqqpdf.html#a1860d29977964da7c83a8e2a52e52e99',1,'apfel::C2Vqqpdf::Local()'],['../classapfel_1_1C2ggpdf.html#aa479e4021c2d824d8bd1be8c3d96538d',1,'apfel::C2ggpdf::Local()'],['../classapfel_1_1C3Vqqpdf.html#a83bcf2dfa39d0b6c99ef2c690c7c5122',1,'apfel::C3Vqqpdf::Local()'],['../classapfel_1_1P0polgg.html#a73e152a8b4f67e8265552db0a78c600c',1,'apfel::P0polgg::Local()'],['../classapfel_1_1P1polgg.html#a2b33912648fe753e5c1557ccc1447a7b',1,'apfel::P1polgg::Local()'],['../classapfel_1_1P2polgg.html#af5a1bd59a88caffbb00c01af5b3cbe3b',1,'apfel::P2polgg::Local()'],['../classapfel_1_1P0transns.html#a6301fb45a7844ad8354cb855d1f23d5e',1,'apfel::P0transns::Local()'],['../classapfel_1_1P1transnsp.html#ac8b486794b444943fea3ed45c1dabd98',1,'apfel::P1transnsp::Local()'],['../classapfel_1_1P0Ttransns.html#ae3c2ed45a2b379d8e735b2f6ac085699',1,'apfel::P0Ttransns::Local()'],['../classapfel_1_1P1Ttransnsp.html#ab96d6048b470a005ed3bc903b32f7a2d',1,'apfel::P1Ttransnsp::Local()'],['../classapfel_1_1P0ns.html#a5324746e2b9c751cb08212a215520adc',1,'apfel::P0ns::Local()'],['../classapfel_1_1P0gg.html#ab8c371efdfab9da5964e63ec25242400',1,'apfel::P0gg::Local()'],['../classapfel_1_1P1nsp.html#ad37f02f2e9389d4bb87a2e905ec17979',1,'apfel::P1nsp::Local()'],['../classapfel_1_1P1gg.html#a716efe07f7c4ce29491cf01068932696',1,'apfel::P1gg::Local()'],['../classapfel_1_1P2nsp.html#af5659f7111b488353b4db1b710bc6f79',1,'apfel::P2nsp::Local()'],['../classapfel_1_1P2nsm.html#acbfce8912ebc59471ddfbbb3c16ea629',1,'apfel::P2nsm::Local()'],['../classapfel_1_1P2gg.html#a4afca1c278f92fe20683322a7f1bff80',1,'apfel::P2gg::Local()'],['../classapfel_1_1P3nsp.html#ac85081e58c8cf0e514b385f40eac6a0a',1,'apfel::P3nsp::Local()'],['../classapfel_1_1P3nsm.html#aaf9d46c0ebe41317cdf6c16cea3a0176',1,'apfel::P3nsm::Local()'],['../classapfel_1_1P0Tns.html#abe0d213234bacf98df9f500794ad87d1',1,'apfel::P0Tns::Local()'],['../classapfel_1_1P0Tgg.html#a0c5c45c9e8a93a3e9e2488568c4458dc',1,'apfel::P0Tgg::Local()'],['../classapfel_1_1P1Tnsp.html#a0d80849b02ca5248aaefa3904f075a77',1,'apfel::P1Tnsp::Local()'],['../classapfel_1_1P1Tgg.html#af6871d92589d6b8c7800b229ed31856f',1,'apfel::P1Tgg::Local()'],['../classapfel_1_1P2Tnsp.html#a63c7584a7bacd84b59d8dd2f0f871325',1,'apfel::P2Tnsp::Local()'],['../classapfel_1_1P2Tnsm.html#a592fcbd570777bb7acb58e7aead11d84',1,'apfel::P2Tnsm::Local()'],['../classapfel_1_1P2Tgg.html#ad5f41cc68e129578799ce6ac0297771c',1,'apfel::P2Tgg::Local()'],['../classapfel_1_1G41ns.html#a0e5fe03fbe3ad0dfa575a35b387a1a50',1,'apfel::G41ns::Local()'],['../classapfel_1_1G11ns.html#a361b4ae560dfa6fce6992ee7ba300195',1,'apfel::G11ns::Local()'],['../classapfel_1_1C21ns.html#a88379495d3f8358606b8f56c902895d4',1,'apfel::C21ns::Local()'],['../classapfel_1_1C31ns.html#adad13807f240056497a5ffcd1ffc46d1',1,'apfel::C31ns::Local()'],['../classapfel_1_1C22nsp.html#a69e27d8c0f0432a22a8d9a906383b2ba',1,'apfel::C22nsp::Local()'],['../classapfel_1_1C22nsm.html#a3f89f83ae6b1f21cec78a73592d3268b',1,'apfel::C22nsm::Local()'],['../classapfel_1_1C22g.html#aec4e8d9bcddd7cd1fbf1bca1cc13c9ec',1,'apfel::C22g::Local()'],['../classapfel_1_1CL2nsp.html#a28a3ee333736f0f7e61b2515c0cdbbb5',1,'apfel::CL2nsp::Local()'],['../classapfel_1_1CL2nsm.html#a569987b83153eaa9489886499201099d',1,'apfel::CL2nsm::Local()'],['../classapfel_1_1C32nsp.html#a57254d9cedd428c85d901593a25ad2d4',1,'apfel::C32nsp::Local()'],['../classapfel_1_1C32nsm.html#a61566bbfa41a66d9cca444b3c26cae30',1,'apfel::C32nsm::Local()'],['../classapfel_1_1C21Tns.html#afbbd09081d0faa95e0e8010ec536b0e7',1,'apfel::C21Tns::Local()'],['../classapfel_1_1C31Tns.html#a1a851278d976ce1b48a096612730e2d7',1,'apfel::C31Tns::Local()'],['../classapfel_1_1C22Tnsp.html#aa44fca018b973436f11b944397c6df2a',1,'apfel::C22Tnsp::Local()'],['../classapfel_1_1C32Tnsp.html#a4ee22eedcc1607c359281e52de42fd3b',1,'apfel::C32Tnsp::Local()']]] + ['lagrangeinterpolator_1458',['LagrangeInterpolator',['../classapfel_1_1LagrangeInterpolator.html#a4a76db9cfe06212cbd316b42f8d9091e',1,'apfel::LagrangeInterpolator::LagrangeInterpolator(Grid const &gr)'],['../classapfel_1_1LagrangeInterpolator.html#adf969215fdb539554f677a92e83519db',1,'apfel::LagrangeInterpolator::LagrangeInterpolator(Grid const &gr, std::vector< std::vector< double >> const &distsubgrid, std::vector< double > const &distjointgrid)']]], + ['local_1459',['Local',['../classapfel_1_1Expression.html#a235668b9dd1d209ce756f1c250e7da3b',1,'apfel::Expression::Local()'],['../classapfel_1_1Identity.html#a6e64cb15c44d275de47381ffb9d91064',1,'apfel::Identity::Local()'],['../classapfel_1_1Pgpd0ns.html#a87cd83ea500f07f1571c48547fa1da91',1,'apfel::Pgpd0ns::Local()'],['../classapfel_1_1Pgpd0qq.html#a7307950f835a4abfebb00752bcbbe933',1,'apfel::Pgpd0qq::Local()'],['../classapfel_1_1Pgpd0gg.html#ae71e39628c0cc7daf8c5d3b8520b4f1f',1,'apfel::Pgpd0gg::Local()'],['../classapfel_1_1Cm22nsNC.html#ae15c4720cb387be88b4c570ef49a05ef',1,'apfel::Cm22nsNC::Local()'],['../classapfel_1_1Cm022nsNC__c.html#a8f4092f32b4bb0d8b0c4d88d5ca75ebc',1,'apfel::Cm022nsNC_c::Local()'],['../classapfel_1_1Cm022nsNC__l.html#a5b33dab89179a4f2b9657fb35ade43e6',1,'apfel::Cm022nsNC_l::Local()'],['../classapfel_1_1Cm022nsNC__l2.html#a1f949a236d94d890d0d4667c3591a0b9',1,'apfel::Cm022nsNC_l2::Local()'],['../classapfel_1_1AS1ggH__L.html#a9b2bd41046353ff7d78945a191359f6c',1,'apfel::AS1ggH_L::Local()'],['../classapfel_1_1ANS2qqH__0.html#aa9f5805ca3f785d26736155b793c1d89',1,'apfel::ANS2qqH_0::Local()'],['../classapfel_1_1ANS2qqH__L.html#a56c1ac93ebac885dbcd2272c2d41e9bd',1,'apfel::ANS2qqH_L::Local()'],['../classapfel_1_1ANS2qqH__L2.html#acf180ee6797bc4469aff234868450fba',1,'apfel::ANS2qqH_L2::Local()'],['../classapfel_1_1AS2ggH__0.html#a3c39f6cdea8f49bf6b9c3099bed393f2',1,'apfel::AS2ggH_0::Local()'],['../classapfel_1_1AS2ggH__L.html#a663cc2cb55530cf3ef2c7d3daf98c6bf',1,'apfel::AS2ggH_L::Local()'],['../classapfel_1_1AS2ggH__L2.html#a2ed4b272372e93ecf0b06450316092fc',1,'apfel::AS2ggH_L2::Local()'],['../classapfel_1_1ATS1ggH__L.html#a4c1542417f129598b0ec024f21655094',1,'apfel::ATS1ggH_L::Local()'],['../classapfel_1_1C1nsff.html#afadc61bdda92006f73981b69488de75a',1,'apfel::C1nsff::Local()'],['../classapfel_1_1C1ggff.html#a77cf846778248916fd26a24f278aeaab',1,'apfel::C1ggff::Local()'],['../classapfel_1_1C2Vqqff.html#a6e864022b18296b7af96942ebfa521d3',1,'apfel::C2Vqqff::Local()'],['../classapfel_1_1C2ggff.html#a497e90a2b1e971343d969a5c521dbcc8',1,'apfel::C2ggff::Local()'],['../classapfel_1_1C1nspdf.html#aba8a776d5efbadac0bba5830df1e7586',1,'apfel::C1nspdf::Local()'],['../classapfel_1_1C1ggpdf.html#a737ed35e2ce99857a8750822b3091031',1,'apfel::C1ggpdf::Local()'],['../classapfel_1_1C2Vqqpdf.html#a1860d29977964da7c83a8e2a52e52e99',1,'apfel::C2Vqqpdf::Local()'],['../classapfel_1_1C2ggpdf.html#aa479e4021c2d824d8bd1be8c3d96538d',1,'apfel::C2ggpdf::Local()'],['../classapfel_1_1C3Vqqpdf.html#a83bcf2dfa39d0b6c99ef2c690c7c5122',1,'apfel::C3Vqqpdf::Local()'],['../classapfel_1_1P0polgg.html#a73e152a8b4f67e8265552db0a78c600c',1,'apfel::P0polgg::Local()'],['../classapfel_1_1P1polgg.html#a2b33912648fe753e5c1557ccc1447a7b',1,'apfel::P1polgg::Local()'],['../classapfel_1_1P2polgg.html#af5a1bd59a88caffbb00c01af5b3cbe3b',1,'apfel::P2polgg::Local()'],['../classapfel_1_1P0transns.html#a6301fb45a7844ad8354cb855d1f23d5e',1,'apfel::P0transns::Local()'],['../classapfel_1_1P1transnsp.html#ac8b486794b444943fea3ed45c1dabd98',1,'apfel::P1transnsp::Local()'],['../classapfel_1_1P0Ttransns.html#ae3c2ed45a2b379d8e735b2f6ac085699',1,'apfel::P0Ttransns::Local()'],['../classapfel_1_1P1Ttransnsp.html#ab96d6048b470a005ed3bc903b32f7a2d',1,'apfel::P1Ttransnsp::Local()'],['../classapfel_1_1P0ns.html#a5324746e2b9c751cb08212a215520adc',1,'apfel::P0ns::Local()'],['../classapfel_1_1P0gg.html#ab8c371efdfab9da5964e63ec25242400',1,'apfel::P0gg::Local()'],['../classapfel_1_1P1nsp.html#ad37f02f2e9389d4bb87a2e905ec17979',1,'apfel::P1nsp::Local()'],['../classapfel_1_1P1gg.html#a716efe07f7c4ce29491cf01068932696',1,'apfel::P1gg::Local()'],['../classapfel_1_1P2nsp.html#af5659f7111b488353b4db1b710bc6f79',1,'apfel::P2nsp::Local()'],['../classapfel_1_1P2nsm.html#acbfce8912ebc59471ddfbbb3c16ea629',1,'apfel::P2nsm::Local()'],['../classapfel_1_1P2gg.html#a4afca1c278f92fe20683322a7f1bff80',1,'apfel::P2gg::Local()'],['../classapfel_1_1P3nsp.html#ac85081e58c8cf0e514b385f40eac6a0a',1,'apfel::P3nsp::Local()'],['../classapfel_1_1P3nsm.html#aaf9d46c0ebe41317cdf6c16cea3a0176',1,'apfel::P3nsm::Local()'],['../classapfel_1_1P0Tns.html#abe0d213234bacf98df9f500794ad87d1',1,'apfel::P0Tns::Local()'],['../classapfel_1_1P0Tgg.html#a0c5c45c9e8a93a3e9e2488568c4458dc',1,'apfel::P0Tgg::Local()'],['../classapfel_1_1P1Tnsp.html#a0d80849b02ca5248aaefa3904f075a77',1,'apfel::P1Tnsp::Local()'],['../classapfel_1_1P1Tgg.html#af6871d92589d6b8c7800b229ed31856f',1,'apfel::P1Tgg::Local()'],['../classapfel_1_1P2Tnsp.html#a63c7584a7bacd84b59d8dd2f0f871325',1,'apfel::P2Tnsp::Local()'],['../classapfel_1_1P2Tnsm.html#a592fcbd570777bb7acb58e7aead11d84',1,'apfel::P2Tnsm::Local()'],['../classapfel_1_1P2Tgg.html#ad5f41cc68e129578799ce6ac0297771c',1,'apfel::P2Tgg::Local()'],['../classapfel_1_1G41ns.html#a0e5fe03fbe3ad0dfa575a35b387a1a50',1,'apfel::G41ns::Local()'],['../classapfel_1_1G11ns.html#a361b4ae560dfa6fce6992ee7ba300195',1,'apfel::G11ns::Local()'],['../classapfel_1_1C21ns.html#a88379495d3f8358606b8f56c902895d4',1,'apfel::C21ns::Local()'],['../classapfel_1_1C31ns.html#adad13807f240056497a5ffcd1ffc46d1',1,'apfel::C31ns::Local()'],['../classapfel_1_1C22nsp.html#a69e27d8c0f0432a22a8d9a906383b2ba',1,'apfel::C22nsp::Local()'],['../classapfel_1_1C22nsm.html#a3f89f83ae6b1f21cec78a73592d3268b',1,'apfel::C22nsm::Local()'],['../classapfel_1_1C22g.html#aec4e8d9bcddd7cd1fbf1bca1cc13c9ec',1,'apfel::C22g::Local()'],['../classapfel_1_1CL2nsp.html#a28a3ee333736f0f7e61b2515c0cdbbb5',1,'apfel::CL2nsp::Local()'],['../classapfel_1_1CL2nsm.html#a569987b83153eaa9489886499201099d',1,'apfel::CL2nsm::Local()'],['../classapfel_1_1C32nsp.html#a57254d9cedd428c85d901593a25ad2d4',1,'apfel::C32nsp::Local()'],['../classapfel_1_1C32nsm.html#a61566bbfa41a66d9cca444b3c26cae30',1,'apfel::C32nsm::Local()'],['../classapfel_1_1C21Tns.html#afbbd09081d0faa95e0e8010ec536b0e7',1,'apfel::C21Tns::Local()'],['../classapfel_1_1C31Tns.html#a1a851278d976ce1b48a096612730e2d7',1,'apfel::C31Tns::Local()'],['../classapfel_1_1C22Tnsp.html#aa44fca018b973436f11b944397c6df2a',1,'apfel::C22Tnsp::Local()'],['../classapfel_1_1C32Tnsp.html#a4ee22eedcc1607c359281e52de42fd3b',1,'apfel::C32Tnsp::Local()']]], + ['localpv_1460',['LocalPV',['../classapfel_1_1Expression.html#a024a43e696e61cd5901479de82d2f173',1,'apfel::Expression::LocalPV()'],['../classapfel_1_1Pgpd0ns.html#a8121aa07e01776a83f17f6e36d45c5e9',1,'apfel::Pgpd0ns::LocalPV()'],['../classapfel_1_1Pgpd0qq.html#a141c0e8ee148647d04579137c4e747bb',1,'apfel::Pgpd0qq::LocalPV()'],['../classapfel_1_1Pgpd0gg.html#a848c663a16227bcb90862f3f552b27df',1,'apfel::Pgpd0gg::LocalPV()']]] ]; diff --git a/docs/html/search/functions_c.html b/docs/html/search/functions_c.html index e88e96c51..c4f326877 100644 --- a/docs/html/search/functions_c.html +++ b/docs/html/search/functions_c.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_c.js b/docs/html/search/functions_c.js index 5b5e42f32..51c9afdc2 100644 --- a/docs/html/search/functions_c.js +++ b/docs/html/search/functions_c.js @@ -1,14 +1,14 @@ var searchData= [ - ['matchedevolution_1468',['MatchedEvolution',['../classapfel_1_1MatchedEvolution.html#adb2660fb7842ff7cfd1babfcdb2b0a05',1,'apfel::MatchedEvolution::MatchedEvolution()=delete'],['../classapfel_1_1MatchedEvolution.html#aebbd27d9fa7dc916378a4b4d726b5d26',1,'apfel::MatchedEvolution::MatchedEvolution(T const &ObjRef, double const &MuRef, std::vector< double > const &Thresholds, int const &nsteps=10)']]], - ['matchingbasisqcd_1469',['MatchingBasisQCD',['../classapfel_1_1MatchingBasisQCD.html#a9dc8f980a586c204b52dfff6626b78ae',1,'apfel::MatchingBasisQCD']]], - ['matchingoperatorbasisqcd_1470',['MatchingOperatorBasisQCD',['../classapfel_1_1MatchingOperatorBasisQCD.html#a891d84b83ee0ecc589a5f3833e54852f',1,'apfel::MatchingOperatorBasisQCD']]], - ['matchobject_1471',['MatchObject',['../classapfel_1_1AlphaQCD.html#a2d1c556fa5a4173f3577234e4615192e',1,'apfel::AlphaQCD::MatchObject()'],['../classapfel_1_1AlphaQED.html#a27224bd5df84b04b6334e61b6a370133',1,'apfel::AlphaQED::MatchObject()'],['../classapfel_1_1Dglap.html#ac9f37328fb2680f5b1be74a279428972',1,'apfel::Dglap::MatchObject()'],['../classapfel_1_1MatchedEvolution.html#a82f4e0ff82cd9b5f1e393625b4d81bc4',1,'apfel::MatchedEvolution::MatchObject()']]], - ['matchtmdffs_1472',['MatchTmdFFs',['../namespaceapfel.html#aff384553d8392f5819f06bf369b71033',1,'apfel']]], - ['matchtmdpdfs_1473',['MatchTmdPDFs',['../namespaceapfel.html#a63b0f529e5b4b400c2d7906acc82bf58',1,'apfel']]], - ['matrix_1474',['matrix',['../classapfel_1_1matrix.html#ad233ffd5afb1d9ec9ba46a39202338b1',1,'apfel::matrix']]], - ['max_1475',['max',['../classapfel_1_1ExtendedVector.html#a3535622f96f490c0192557945e02daf6',1,'apfel::ExtendedVector']]], - ['method_1476',['Method',['../classapfel_1_1Integrator.html#ad43e4272eef0c1dbdac807aee547ec17',1,'apfel::Integrator']]], - ['min_1477',['min',['../classapfel_1_1ExtendedVector.html#af591d865e71439884f65bf0b13007dce',1,'apfel::ExtendedVector']]], - ['multiplyby_1478',['MultiplyBy',['../classapfel_1_1DoubleObject.html#ac1b631d17da1e7845ccc99b318e810b1',1,'apfel::DoubleObject']]] + ['matchedevolution_1461',['MatchedEvolution',['../classapfel_1_1MatchedEvolution.html#adb2660fb7842ff7cfd1babfcdb2b0a05',1,'apfel::MatchedEvolution::MatchedEvolution()=delete'],['../classapfel_1_1MatchedEvolution.html#aebbd27d9fa7dc916378a4b4d726b5d26',1,'apfel::MatchedEvolution::MatchedEvolution(T const &ObjRef, double const &MuRef, std::vector< double > const &Thresholds, int const &nsteps=10)']]], + ['matchingbasisqcd_1462',['MatchingBasisQCD',['../classapfel_1_1MatchingBasisQCD.html#a9dc8f980a586c204b52dfff6626b78ae',1,'apfel::MatchingBasisQCD']]], + ['matchingoperatorbasisqcd_1463',['MatchingOperatorBasisQCD',['../classapfel_1_1MatchingOperatorBasisQCD.html#a891d84b83ee0ecc589a5f3833e54852f',1,'apfel::MatchingOperatorBasisQCD']]], + ['matchobject_1464',['MatchObject',['../classapfel_1_1AlphaQCD.html#a2d1c556fa5a4173f3577234e4615192e',1,'apfel::AlphaQCD::MatchObject()'],['../classapfel_1_1AlphaQED.html#a27224bd5df84b04b6334e61b6a370133',1,'apfel::AlphaQED::MatchObject()'],['../classapfel_1_1Dglap.html#ac9f37328fb2680f5b1be74a279428972',1,'apfel::Dglap::MatchObject()'],['../classapfel_1_1MatchedEvolution.html#a82f4e0ff82cd9b5f1e393625b4d81bc4',1,'apfel::MatchedEvolution::MatchObject()']]], + ['matchtmdffs_1465',['MatchTmdFFs',['../namespaceapfel.html#aff384553d8392f5819f06bf369b71033',1,'apfel']]], + ['matchtmdpdfs_1466',['MatchTmdPDFs',['../namespaceapfel.html#a63b0f529e5b4b400c2d7906acc82bf58',1,'apfel']]], + ['matrix_1467',['matrix',['../classapfel_1_1matrix.html#ad233ffd5afb1d9ec9ba46a39202338b1',1,'apfel::matrix']]], + ['max_1468',['max',['../classapfel_1_1ExtendedVector.html#a3535622f96f490c0192557945e02daf6',1,'apfel::ExtendedVector']]], + ['method_1469',['Method',['../classapfel_1_1Integrator.html#ad43e4272eef0c1dbdac807aee547ec17',1,'apfel::Integrator']]], + ['min_1470',['min',['../classapfel_1_1ExtendedVector.html#af591d865e71439884f65bf0b13007dce',1,'apfel::ExtendedVector']]], + ['multiplyby_1471',['MultiplyBy',['../classapfel_1_1DoubleObject.html#ac1b631d17da1e7845ccc99b318e810b1',1,'apfel::DoubleObject']]] ]; diff --git a/docs/html/search/functions_d.html b/docs/html/search/functions_d.html index a47af2d42..7a1ed065d 100644 --- a/docs/html/search/functions_d.html +++ b/docs/html/search/functions_d.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_d.js b/docs/html/search/functions_d.js index f60ff09e6..147bec5c6 100644 --- a/docs/html/search/functions_d.js +++ b/docs/html/search/functions_d.js @@ -1,8 +1,8 @@ var searchData= [ - ['nf_1479',['NF',['../namespaceapfel.html#a5ae0b26dd9a59ac71e0c8820ada8c433',1,'apfel']]], - ['ngrids_1480',['nGrids',['../classapfel_1_1Grid.html#a633e5058782ac5f774fba183606fa478',1,'apfel::Grid']]], - ['nq_1481',['nQ',['../classapfel_1_1QGrid.html#a545c18a37669f843ea7874c5e9e8d23c',1,'apfel::QGrid']]], - ['null_1482',['Null',['../classapfel_1_1Null.html#a0f74dde5cc4f104049878d17bd639248',1,'apfel::Null']]], - ['nx_1483',['nx',['../classapfel_1_1SubGrid.html#ac9c8d18ab6868c90679a2b66f5616c81',1,'apfel::SubGrid']]] + ['nf_1472',['NF',['../namespaceapfel.html#a5ae0b26dd9a59ac71e0c8820ada8c433',1,'apfel']]], + ['ngrids_1473',['nGrids',['../classapfel_1_1Grid.html#a633e5058782ac5f774fba183606fa478',1,'apfel::Grid']]], + ['nq_1474',['nQ',['../classapfel_1_1QGrid.html#a545c18a37669f843ea7874c5e9e8d23c',1,'apfel::QGrid']]], + ['null_1475',['Null',['../classapfel_1_1Null.html#a0f74dde5cc4f104049878d17bd639248',1,'apfel::Null']]], + ['nx_1476',['nx',['../classapfel_1_1SubGrid.html#ac9c8d18ab6868c90679a2b66f5616c81',1,'apfel::SubGrid']]] ]; diff --git a/docs/html/search/functions_e.html b/docs/html/search/functions_e.html index 2c24e2e4d..22d2a6bf5 100644 --- a/docs/html/search/functions_e.html +++ b/docs/html/search/functions_e.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_e.js b/docs/html/search/functions_e.js index 53d85a52f..322daa486 100644 --- a/docs/html/search/functions_e.js +++ b/docs/html/search/functions_e.js @@ -1,20 +1,21 @@ var searchData= [ - ['observable_1484',['Observable',['../classapfel_1_1Observable.html#a25afa815010dd18f8b1ab5f47a4d9180',1,'apfel::Observable::Observable()=delete'],['../classapfel_1_1Observable.html#af9a5530cd96a831386509d4e9a7e51fe',1,'apfel::Observable::Observable(std::function< Set< Operator >(double const &)> const &CoefficientFunctions, std::function< Set< T >(double const &)> const &Objects)']]], - ['ogataquadrature_1485',['OgataQuadrature',['../classapfel_1_1OgataQuadrature.html#a7c7d0b8434eb62771399493890ccdeec',1,'apfel::OgataQuadrature']]], - ['operator_1486',['Operator',['../classapfel_1_1Operator.html#abed3b7be91a5e75cea637a87fb4fa5d0',1,'apfel::Operator::Operator()=delete'],['../classapfel_1_1Operator.html#a73a58960bf7ada6b45205a653494d23c',1,'apfel::Operator::Operator(Grid const &gr, Expression const &expr, double const &eps=1e-5, bool const &erbl=false)'],['../classapfel_1_1Operator.html#aba4d731f588dc546d932bd0def8a179e',1,'apfel::Operator::Operator(Grid const &gr, Expression const &expr, bool const &erbl, double const &eps=1e-5)']]], - ['operator_21_3d_1487',['operator!=',['../classapfel_1_1Grid.html#a6b7746f3e57aa280d49279660eacee77',1,'apfel::Grid::operator!=()'],['../classapfel_1_1QGrid.html#a785ad2d1e9680eaefc6f225c788e25b2',1,'apfel::QGrid::operator!=()'],['../classapfel_1_1SubGrid.html#afb724de1eda74f4c92a748782e75343a',1,'apfel::SubGrid::operator!=()']]], - ['operator_28_29_1488',['operator()',['../classapfel_1_1matrix.html#a22df71a8d28f953db35ac01b895a085d',1,'apfel::matrix::operator()(size_t const &i, size_t const &j)'],['../classapfel_1_1matrix.html#a33b9a0ccda47540f96c875c0e174a5a5',1,'apfel::matrix::operator()(size_t const &i, size_t const &j) const']]], - ['operator_2a_1489',['operator*',['../namespaceapfel.html#a3dd7edc0a38d72a704e8c1910e741ac8',1,'apfel::operator*(double const &s, Distribution rhs)'],['../namespaceapfel.html#aaa500facbcf4c0f7fe308ff744e9c51a',1,'apfel::operator*(Distribution lhs, double const &s)'],['../namespaceapfel.html#ac755f8ac8b722fa814e5bfbc276a6fa1',1,'apfel::operator*(std::function< double(double const &)> const &f, Distribution rhs)'],['../namespaceapfel.html#a2b56802c59b0b6a8622f1823bc38a2f6',1,'apfel::operator*(Distribution lhs, std::function< double(double const &)> const &f)'],['../namespaceapfel.html#a9b893308c29f61b885c87f924e0d4005',1,'apfel::operator*(Distribution lhs, Distribution const &rhs)'],['../namespaceapfel.html#a931a7b06b66dd3eb35b9adb2bf6f19dd',1,'apfel::operator*(DoubleObject< A > lhs, DoubleObject< B > const &rhs)'],['../namespaceapfel.html#a72528179cc378499781ad08e2f41c54b',1,'apfel::operator*(double const &s, DoubleObject< T, U > rhs)'],['../namespaceapfel.html#a6d7372c6adb5b9a4a057114b255d79b6',1,'apfel::operator*(DoubleObject< T, U > lhs, double const &s)'],['../namespaceapfel.html#abf22ee199cb9b4e9546230c294dad09c',1,'apfel::operator*(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#aaa133b64918aa6b61b5ca8ae3ee9342d',1,'apfel::operator*(Operator lhs, Distribution const &rhs)'],['../namespaceapfel.html#a746fded2cc1fe941688f62fb393d7759',1,'apfel::operator*(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#a04160710a953a30dfc9d57a635d3c9cc',1,'apfel::operator*(double const &s, Operator rhs)'],['../namespaceapfel.html#a9a184f1614f9dfa311709c8a16424a4b',1,'apfel::operator*(Operator lhs, double const &s)'],['../namespaceapfel.html#ab2251569bc64fc3f0cbae3e2afc30fe7',1,'apfel::operator*(std::function< double(double const &)> f, Operator rhs)'],['../namespaceapfel.html#a79463c9d0e87f822a0f23e095cac4887',1,'apfel::operator*(Operator lhs, std::function< double(double const &)> f)'],['../namespaceapfel.html#ac4678009f9bc339fac183ae0d1305592',1,'apfel::operator*(Set< A > lhs, Set< B > const &rhs)'],['../namespaceapfel.html#a54ef3d05e48e8fff9d1f29fda45fb83d',1,'apfel::operator*(double const &s, Set< T > rhs)'],['../namespaceapfel.html#a1695def4d1704d10cd610dc4a5273ad5',1,'apfel::operator*(Set< T > lhs, double const &s)'],['../namespaceapfel.html#a00a5e53507e021fb22e90ea947457d68',1,'apfel::operator*(std::function< double(double const &)> f, Set< T > rhs)'],['../namespaceapfel.html#aa39278b3b9c24b7c2891f901d157e8c3',1,'apfel::operator*(Set< T > lhs, std::function< double(double const &)> f)'],['../namespaceapfel.html#a9260615e73a7f384a5f908dd15ed4e99',1,'apfel::operator*(std::vector< double > const &v, Set< T > rhs)'],['../namespaceapfel.html#ad5af21baa4f1a74e4b854116da5af295',1,'apfel::operator*(Set< T > lhs, std::vector< double > const &v)'],['../namespaceapfel.html#a46429d51f423e2dc69b6075cfa6de504',1,'apfel::operator*(std::map< int, double > const &v, Set< T > rhs)'],['../namespaceapfel.html#ae9d57b3913ed4be1bb66488d23f733ea',1,'apfel::operator*(Set< T > lhs, std::map< int, double > const &v)'],['../namespaceapfel.html#a00f6252bd7dec0d77b15daa584374390',1,'apfel::operator*(Set< T > lhs, Set< T > const &rhs)']]], - ['operator_2a_3d_1490',['operator*=',['../classapfel_1_1Distribution.html#a32966406545ec7468a61919de32e6618',1,'apfel::Distribution::operator*=(double const &s)'],['../classapfel_1_1Distribution.html#a6ecc6a91181e175a68563b1e6735afbb',1,'apfel::Distribution::operator*=(std::function< double(double const &)> const &f)'],['../classapfel_1_1Distribution.html#a7e24a592d0165d66299538afe5da8e2a',1,'apfel::Distribution::operator*=(Distribution const &d)'],['../classapfel_1_1DoubleObject.html#ab98ea4019275fa0f1d9e8f7ba5b717be',1,'apfel::DoubleObject::operator*=(DoubleObject< V > const &o) const'],['../classapfel_1_1DoubleObject.html#ad25cd6936c6f372b3e196bb339ba111b',1,'apfel::DoubleObject::operator*=(double const &s)'],['../classapfel_1_1DoubleObject.html#a4cf203771751bfa6e06f3c71418b6d35',1,'apfel::DoubleObject::operator*=(DoubleObject< T, U > const &o)'],['../classapfel_1_1DoubleObject.html#a61f805ff8dc6fe2a9b9cf3a75792bab5',1,'apfel::DoubleObject::operator*=(std::function< double(double const &)> const &f)'],['../classapfel_1_1Operator.html#ac1cb0fe68195da6906fda8962c7b6b30',1,'apfel::Operator::operator*=(Distribution const &d) const'],['../classapfel_1_1Operator.html#ae1793de9758e1ff471d49d2146065cc5',1,'apfel::Operator::operator*=(Operator const &o)'],['../classapfel_1_1Operator.html#abc9ccd77eb726d02531f93b646253657',1,'apfel::Operator::operator*=(double const &s)'],['../classapfel_1_1Operator.html#ae16f653163d430acf44939e88ac34e2e',1,'apfel::Operator::operator*=(std::function< double(double const &)> f)'],['../classapfel_1_1Set.html#a7b755b9fba673874d326b15a561194d7',1,'apfel::Set::operator*=(Set< V > const &d) const'],['../classapfel_1_1Set.html#aad80840ee491a1fe71888446cf2b965d',1,'apfel::Set::operator*=(double const &s)'],['../classapfel_1_1Set.html#a248c92f1611b23cd613af23f0f4c7131',1,'apfel::Set::operator*=(std::function< double(double const &)> f)'],['../classapfel_1_1Set.html#a7fdd7c169f643636748d44c832c0481b',1,'apfel::Set::operator*=(std::vector< double > const &v)'],['../classapfel_1_1Set.html#a3e7117202453ea33ce2d52e3df023777',1,'apfel::Set::operator*=(std::map< int, double > const &v)']]], - ['operator_2b_1491',['operator+',['../namespaceapfel.html#a598f0ef11a4768ba38533461ac080365',1,'apfel::operator+(Distribution lhs, Distribution const &rhs)'],['../namespaceapfel.html#aa8d25b4da3db7ec3b1d0ec41b4acc2e9',1,'apfel::operator+(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#a5bbdbe0ac80a96715c2c5394fb5e1b1d',1,'apfel::operator+(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#a490a24b997e4b3645c30a3f21cdff233',1,'apfel::operator+(Set< T > lhs, Set< T > const &rhs)']]], - ['operator_2b_3d_1492',['operator+=',['../classapfel_1_1Distribution.html#a13119190ad7f2fcca1d7f1f3e3517421',1,'apfel::Distribution::operator+=()'],['../classapfel_1_1DoubleObject.html#a4a615fe9eef8b5b910863cefded8a0fc',1,'apfel::DoubleObject::operator+=()'],['../classapfel_1_1Operator.html#ac4c1a7c55a744ee999a9b3ece470f586',1,'apfel::Operator::operator+=()'],['../classapfel_1_1Set.html#aee784b4f58bfc1815ce2f26f1879654d',1,'apfel::Set::operator+=()']]], - ['operator_2d_1493',['operator-',['../namespaceapfel.html#a7efb1151ea93c4823ca264ce9c5775fc',1,'apfel::operator-(Distribution lhs, Distribution const &rhs)'],['../namespaceapfel.html#a7c28dc83bab70838e12f9eff8d67fe62',1,'apfel::operator-(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#aed03bbeb18ed44d1f8b38f91bdf5a4f1',1,'apfel::operator-(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#ac01196144b9b856067ed2c14f359a194',1,'apfel::operator-(Set< T > lhs, Set< T > const &rhs)']]], - ['operator_2d_3d_1494',['operator-=',['../classapfel_1_1Distribution.html#a91eff7090551a78e47bbaf69a4277540',1,'apfel::Distribution::operator-=()'],['../classapfel_1_1DoubleObject.html#a4e5959b87a3d4d9bad46651252da5643',1,'apfel::DoubleObject::operator-=()'],['../classapfel_1_1Operator.html#a78a08b999e345ec9904591b45d32b793',1,'apfel::Operator::operator-=()'],['../classapfel_1_1Set.html#af6ff99865195bca63bbee4ef08b7be74',1,'apfel::Set::operator-=()']]], - ['operator_2f_1495',['operator/',['../namespaceapfel.html#a051ae35acb69e292c5a13a2067f2df3f',1,'apfel::operator/(Distribution lhs, double const &s)'],['../namespaceapfel.html#aea32789bbe340a77e4460e3b125d005c',1,'apfel::operator/(double const &s, DoubleObject< T, U > rhs)'],['../namespaceapfel.html#aa8fe1803b1d37ae4868cdf6f48044a55',1,'apfel::operator/(DoubleObject< T, U > lhs, double const &s)'],['../namespaceapfel.html#ad848161c563c61abf9ac02bd925e946b',1,'apfel::operator/(Operator lhs, double const &s)'],['../namespaceapfel.html#a1ed6d849655a39798f90edc6353e043e',1,'apfel::operator/(int const &s, Set< T > rhs)'],['../namespaceapfel.html#a863e15eb66bde6adedbd1f9ef4221a9b',1,'apfel::operator/(Set< T > lhs, double const &s)']]], - ['operator_2f_3d_1496',['operator/=',['../classapfel_1_1Distribution.html#a9c8f28c2f1e380d5b644e42fc2f92d8b',1,'apfel::Distribution::operator/=()'],['../classapfel_1_1DoubleObject.html#ac8eff1924af8d12aae30c69d5ca9f699',1,'apfel::DoubleObject::operator/=()'],['../classapfel_1_1Operator.html#a1172c12a1f531590b87c9cf3cb13c1ef',1,'apfel::Operator::operator/=()'],['../classapfel_1_1Set.html#a7309377f46892a67744d42c8c971287c',1,'apfel::Set::operator/=()']]], - ['operator_3c_3c_1497',['operator<<',['../namespaceapfel.html#aad760dd7b28bd075301f12e8c0908d31',1,'apfel::operator<<(std::ostream &os, ConvolutionMap const &cm)'],['../namespaceapfel.html#af5c8d51c790c9acc2a34ce8ee6a38b21',1,'apfel::operator<<(std::ostream &os, DoubleObject< T, U > const &dob)'],['../namespaceapfel.html#abc23ca5eae2ff193a815b82a1a3777f2',1,'apfel::operator<<(std::ostream &os, Grid const &gr)'],['../namespaceapfel.html#a52b394247fa88646587804bc567db5e5',1,'apfel::operator<<(std::ostream &os, Interpolator const &in)'],['../namespaceapfel.html#a7d16267aa20a28acf4eac8962bfc9838',1,'apfel::operator<<(std::ostream &os, Operator const &op)'],['../namespaceapfel.html#ad17e52cbe3d5c7dcd1e51b6bb5532e13',1,'apfel::operator<<(std::ostream &os, QGrid< T > const &Qg)'],['../namespaceapfel.html#a53e7dc45312417de294b6dfdf530cc84',1,'apfel::operator<<(std::ostream &os, SubGrid const &sg)']]], - ['operator_3d_1498',['operator=',['../classapfel_1_1Distribution.html#afc3f3a79d7a62b78f771f2da1c40d895',1,'apfel::Distribution::operator=()'],['../classapfel_1_1Operator.html#a742e56ade4ec8477ea8612e2e06ad733',1,'apfel::Operator::operator=()']]], - ['operator_3d_3d_1499',['operator==',['../structapfel_1_1ConvolutionMap_1_1rule.html#a40629e23258f2a83fdf569a275708895',1,'apfel::ConvolutionMap::rule::operator==()'],['../classapfel_1_1Grid.html#ad46611474e00985adaf48899ae4089f2',1,'apfel::Grid::operator==()'],['../classapfel_1_1QGrid.html#a3c1e36b8b96e4019777b2e07d7b07edc',1,'apfel::QGrid::operator==()'],['../classapfel_1_1SubGrid.html#a64eeaa0d9731a1ea70b9dafb07cc83bf',1,'apfel::SubGrid::operator==()']]], - ['operator_5b_5d_1500',['operator[]',['../classapfel_1_1ExtendedVector.html#aacb1552cf37e2ef58b1ec4b7b1d28d4b',1,'apfel::ExtendedVector::operator[](int const &index)'],['../classapfel_1_1ExtendedVector.html#afa78bcd801a2b6a1e79a4a1d8ae0713a',1,'apfel::ExtendedVector::operator[](int const &index) const']]] + ['observable_1477',['Observable',['../classapfel_1_1Observable.html#a25afa815010dd18f8b1ab5f47a4d9180',1,'apfel::Observable::Observable()=delete'],['../classapfel_1_1Observable.html#af9a5530cd96a831386509d4e9a7e51fe',1,'apfel::Observable::Observable(std::function< Set< Operator >(double const &)> const &CoefficientFunctions, std::function< Set< T >(double const &)> const &Objects)']]], + ['ogataquadrature_1478',['OgataQuadrature',['../classapfel_1_1OgataQuadrature.html#a7c7d0b8434eb62771399493890ccdeec',1,'apfel::OgataQuadrature']]], + ['operator_1479',['Operator',['../classapfel_1_1Operator.html#abed3b7be91a5e75cea637a87fb4fa5d0',1,'apfel::Operator::Operator()=delete'],['../classapfel_1_1Operator.html#a6f7959f42dce774aa9991c2fe562b9f3',1,'apfel::Operator::Operator(Grid const &gr)'],['../classapfel_1_1Operator.html#af92165933d07e889f047c69064f70566',1,'apfel::Operator::Operator(Grid const &gr, Expression const &expr, double const &eps=1e-5)']]], + ['operator_21_3d_1480',['operator!=',['../classapfel_1_1Grid.html#a6b7746f3e57aa280d49279660eacee77',1,'apfel::Grid::operator!=()'],['../classapfel_1_1QGrid.html#a785ad2d1e9680eaefc6f225c788e25b2',1,'apfel::QGrid::operator!=()'],['../classapfel_1_1SubGrid.html#afb724de1eda74f4c92a748782e75343a',1,'apfel::SubGrid::operator!=()']]], + ['operator_28_29_1481',['operator()',['../classapfel_1_1matrix.html#a22df71a8d28f953db35ac01b895a085d',1,'apfel::matrix::operator()(size_t const &i, size_t const &j)'],['../classapfel_1_1matrix.html#a33b9a0ccda47540f96c875c0e174a5a5',1,'apfel::matrix::operator()(size_t const &i, size_t const &j) const']]], + ['operator_2a_1482',['operator*',['../namespaceapfel.html#a04160710a953a30dfc9d57a635d3c9cc',1,'apfel::operator*(double const &s, Operator rhs)'],['../namespaceapfel.html#ae9d57b3913ed4be1bb66488d23f733ea',1,'apfel::operator*(Set< T > lhs, std::map< int, double > const &v)'],['../namespaceapfel.html#a746fded2cc1fe941688f62fb393d7759',1,'apfel::operator*(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#aaa133b64918aa6b61b5ca8ae3ee9342d',1,'apfel::operator*(Operator lhs, Distribution const &rhs)'],['../namespaceapfel.html#abf22ee199cb9b4e9546230c294dad09c',1,'apfel::operator*(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#a6d7372c6adb5b9a4a057114b255d79b6',1,'apfel::operator*(DoubleObject< T, U > lhs, double const &s)'],['../namespaceapfel.html#a72528179cc378499781ad08e2f41c54b',1,'apfel::operator*(double const &s, DoubleObject< T, U > rhs)'],['../namespaceapfel.html#a931a7b06b66dd3eb35b9adb2bf6f19dd',1,'apfel::operator*(DoubleObject< A > lhs, DoubleObject< B > const &rhs)'],['../namespaceapfel.html#a9b893308c29f61b885c87f924e0d4005',1,'apfel::operator*(Distribution lhs, Distribution const &rhs)'],['../namespaceapfel.html#a2b56802c59b0b6a8622f1823bc38a2f6',1,'apfel::operator*(Distribution lhs, std::function< double(double const &)> const &f)'],['../namespaceapfel.html#ac755f8ac8b722fa814e5bfbc276a6fa1',1,'apfel::operator*(std::function< double(double const &)> const &f, Distribution rhs)'],['../namespaceapfel.html#aaa500facbcf4c0f7fe308ff744e9c51a',1,'apfel::operator*(Distribution lhs, double const &s)'],['../namespaceapfel.html#a3dd7edc0a38d72a704e8c1910e741ac8',1,'apfel::operator*(double const &s, Distribution rhs)'],['../namespaceapfel.html#a9a184f1614f9dfa311709c8a16424a4b',1,'apfel::operator*(Operator lhs, double const &s)'],['../namespaceapfel.html#ab2251569bc64fc3f0cbae3e2afc30fe7',1,'apfel::operator*(std::function< double(double const &)> f, Operator rhs)'],['../namespaceapfel.html#a79463c9d0e87f822a0f23e095cac4887',1,'apfel::operator*(Operator lhs, std::function< double(double const &)> f)'],['../namespaceapfel.html#ac4678009f9bc339fac183ae0d1305592',1,'apfel::operator*(Set< A > lhs, Set< B > const &rhs)'],['../namespaceapfel.html#a54ef3d05e48e8fff9d1f29fda45fb83d',1,'apfel::operator*(double const &s, Set< T > rhs)'],['../namespaceapfel.html#a1695def4d1704d10cd610dc4a5273ad5',1,'apfel::operator*(Set< T > lhs, double const &s)'],['../namespaceapfel.html#a00a5e53507e021fb22e90ea947457d68',1,'apfel::operator*(std::function< double(double const &)> f, Set< T > rhs)'],['../namespaceapfel.html#aa39278b3b9c24b7c2891f901d157e8c3',1,'apfel::operator*(Set< T > lhs, std::function< double(double const &)> f)'],['../namespaceapfel.html#a9260615e73a7f384a5f908dd15ed4e99',1,'apfel::operator*(std::vector< double > const &v, Set< T > rhs)'],['../namespaceapfel.html#ad5af21baa4f1a74e4b854116da5af295',1,'apfel::operator*(Set< T > lhs, std::vector< double > const &v)'],['../namespaceapfel.html#a46429d51f423e2dc69b6075cfa6de504',1,'apfel::operator*(std::map< int, double > const &v, Set< T > rhs)'],['../namespaceapfel.html#a00f6252bd7dec0d77b15daa584374390',1,'apfel::operator*(Set< T > lhs, Set< T > const &rhs)']]], + ['operator_2a_3d_1483',['operator*=',['../classapfel_1_1Distribution.html#a6ecc6a91181e175a68563b1e6735afbb',1,'apfel::Distribution::operator*=(std::function< double(double const &)> const &f)'],['../classapfel_1_1Distribution.html#a32966406545ec7468a61919de32e6618',1,'apfel::Distribution::operator*=(double const &s)'],['../classapfel_1_1Set.html#a3e7117202453ea33ce2d52e3df023777',1,'apfel::Set::operator*=(std::map< int, double > const &v)'],['../classapfel_1_1Set.html#a7fdd7c169f643636748d44c832c0481b',1,'apfel::Set::operator*=(std::vector< double > const &v)'],['../classapfel_1_1Set.html#a248c92f1611b23cd613af23f0f4c7131',1,'apfel::Set::operator*=(std::function< double(double const &)> f)'],['../classapfel_1_1Set.html#aad80840ee491a1fe71888446cf2b965d',1,'apfel::Set::operator*=(double const &s)'],['../classapfel_1_1Set.html#a7b755b9fba673874d326b15a561194d7',1,'apfel::Set::operator*=(Set< V > const &d) const'],['../classapfel_1_1Operator.html#ae16f653163d430acf44939e88ac34e2e',1,'apfel::Operator::operator*=(std::function< double(double const &)> f)'],['../classapfel_1_1Operator.html#abc9ccd77eb726d02531f93b646253657',1,'apfel::Operator::operator*=(double const &s)'],['../classapfel_1_1Operator.html#ae1793de9758e1ff471d49d2146065cc5',1,'apfel::Operator::operator*=(Operator const &o)'],['../classapfel_1_1Operator.html#ac1cb0fe68195da6906fda8962c7b6b30',1,'apfel::Operator::operator*=(Distribution const &d) const'],['../classapfel_1_1DoubleObject.html#a61f805ff8dc6fe2a9b9cf3a75792bab5',1,'apfel::DoubleObject::operator*=(std::function< double(double const &)> const &f)'],['../classapfel_1_1DoubleObject.html#a4cf203771751bfa6e06f3c71418b6d35',1,'apfel::DoubleObject::operator*=(DoubleObject< T, U > const &o)'],['../classapfel_1_1DoubleObject.html#ad25cd6936c6f372b3e196bb339ba111b',1,'apfel::DoubleObject::operator*=(double const &s)'],['../classapfel_1_1DoubleObject.html#ab98ea4019275fa0f1d9e8f7ba5b717be',1,'apfel::DoubleObject::operator*=(DoubleObject< V > const &o) const'],['../classapfel_1_1Distribution.html#a7e24a592d0165d66299538afe5da8e2a',1,'apfel::Distribution::operator*=()']]], + ['operator_2b_1484',['operator+',['../namespaceapfel.html#a598f0ef11a4768ba38533461ac080365',1,'apfel::operator+(Distribution lhs, Distribution const &rhs)'],['../namespaceapfel.html#aa8d25b4da3db7ec3b1d0ec41b4acc2e9',1,'apfel::operator+(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#a5bbdbe0ac80a96715c2c5394fb5e1b1d',1,'apfel::operator+(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#a490a24b997e4b3645c30a3f21cdff233',1,'apfel::operator+(Set< T > lhs, Set< T > const &rhs)']]], + ['operator_2b_3d_1485',['operator+=',['../classapfel_1_1Operator.html#ac4c1a7c55a744ee999a9b3ece470f586',1,'apfel::Operator::operator+=()'],['../classapfel_1_1DoubleObject.html#a4a615fe9eef8b5b910863cefded8a0fc',1,'apfel::DoubleObject::operator+=()'],['../classapfel_1_1Distribution.html#a13119190ad7f2fcca1d7f1f3e3517421',1,'apfel::Distribution::operator+=()'],['../classapfel_1_1Set.html#aee784b4f58bfc1815ce2f26f1879654d',1,'apfel::Set::operator+=()']]], + ['operator_2d_1486',['operator-',['../namespaceapfel.html#a7c28dc83bab70838e12f9eff8d67fe62',1,'apfel::operator-(DoubleObject< T, U > lhs, DoubleObject< T, U > const &rhs)'],['../namespaceapfel.html#aed03bbeb18ed44d1f8b38f91bdf5a4f1',1,'apfel::operator-(Operator lhs, Operator const &rhs)'],['../namespaceapfel.html#ac01196144b9b856067ed2c14f359a194',1,'apfel::operator-(Set< T > lhs, Set< T > const &rhs)'],['../namespaceapfel.html#a7efb1151ea93c4823ca264ce9c5775fc',1,'apfel::operator-(Distribution lhs, Distribution const &rhs)']]], + ['operator_2d_3d_1487',['operator-=',['../classapfel_1_1Set.html#af6ff99865195bca63bbee4ef08b7be74',1,'apfel::Set::operator-=()'],['../classapfel_1_1Operator.html#a78a08b999e345ec9904591b45d32b793',1,'apfel::Operator::operator-=()'],['../classapfel_1_1DoubleObject.html#a4e5959b87a3d4d9bad46651252da5643',1,'apfel::DoubleObject::operator-=()'],['../classapfel_1_1Distribution.html#a91eff7090551a78e47bbaf69a4277540',1,'apfel::Distribution::operator-=()']]], + ['operator_2f_1488',['operator/',['../namespaceapfel.html#a051ae35acb69e292c5a13a2067f2df3f',1,'apfel::operator/(Distribution lhs, double const &s)'],['../namespaceapfel.html#aea32789bbe340a77e4460e3b125d005c',1,'apfel::operator/(double const &s, DoubleObject< T, U > rhs)'],['../namespaceapfel.html#aa8fe1803b1d37ae4868cdf6f48044a55',1,'apfel::operator/(DoubleObject< T, U > lhs, double const &s)'],['../namespaceapfel.html#ad848161c563c61abf9ac02bd925e946b',1,'apfel::operator/(Operator lhs, double const &s)'],['../namespaceapfel.html#a1ed6d849655a39798f90edc6353e043e',1,'apfel::operator/(int const &s, Set< T > rhs)'],['../namespaceapfel.html#a863e15eb66bde6adedbd1f9ef4221a9b',1,'apfel::operator/(Set< T > lhs, double const &s)']]], + ['operator_2f_3d_1489',['operator/=',['../classapfel_1_1Set.html#a7309377f46892a67744d42c8c971287c',1,'apfel::Set::operator/=()'],['../classapfel_1_1Operator.html#a1172c12a1f531590b87c9cf3cb13c1ef',1,'apfel::Operator::operator/=()'],['../classapfel_1_1DoubleObject.html#ac8eff1924af8d12aae30c69d5ca9f699',1,'apfel::DoubleObject::operator/=()'],['../classapfel_1_1Distribution.html#a9c8f28c2f1e380d5b644e42fc2f92d8b',1,'apfel::Distribution::operator/=()']]], + ['operator_3c_3c_1490',['operator<<',['../namespaceapfel.html#a53e7dc45312417de294b6dfdf530cc84',1,'apfel::operator<<(std::ostream &os, SubGrid const &sg)'],['../namespaceapfel.html#aad760dd7b28bd075301f12e8c0908d31',1,'apfel::operator<<(std::ostream &os, ConvolutionMap const &cm)'],['../namespaceapfel.html#af5c8d51c790c9acc2a34ce8ee6a38b21',1,'apfel::operator<<(std::ostream &os, DoubleObject< T, U > const &dob)'],['../namespaceapfel.html#abc23ca5eae2ff193a815b82a1a3777f2',1,'apfel::operator<<(std::ostream &os, Grid const &gr)'],['../namespaceapfel.html#a52b394247fa88646587804bc567db5e5',1,'apfel::operator<<(std::ostream &os, Interpolator const &in)'],['../namespaceapfel.html#a7d16267aa20a28acf4eac8962bfc9838',1,'apfel::operator<<(std::ostream &os, Operator const &op)'],['../namespaceapfel.html#ad17e52cbe3d5c7dcd1e51b6bb5532e13',1,'apfel::operator<<(std::ostream &os, QGrid< T > const &Qg)']]], + ['operator_3d_1491',['operator=',['../classapfel_1_1Operator.html#a742e56ade4ec8477ea8612e2e06ad733',1,'apfel::Operator::operator=()'],['../classapfel_1_1Distribution.html#afc3f3a79d7a62b78f771f2da1c40d895',1,'apfel::Distribution::operator=()']]], + ['operator_3d_3d_1492',['operator==',['../classapfel_1_1SubGrid.html#a64eeaa0d9731a1ea70b9dafb07cc83bf',1,'apfel::SubGrid::operator==()'],['../classapfel_1_1QGrid.html#a3c1e36b8b96e4019777b2e07d7b07edc',1,'apfel::QGrid::operator==()'],['../classapfel_1_1Grid.html#ad46611474e00985adaf48899ae4089f2',1,'apfel::Grid::operator==()'],['../structapfel_1_1ConvolutionMap_1_1rule.html#a40629e23258f2a83fdf569a275708895',1,'apfel::ConvolutionMap::rule::operator==()']]], + ['operator_5b_5d_1493',['operator[]',['../classapfel_1_1ExtendedVector.html#afa78bcd801a2b6a1e79a4a1d8ae0713a',1,'apfel::ExtendedVector::operator[](int const &index) const'],['../classapfel_1_1ExtendedVector.html#aacb1552cf37e2ef58b1ec4b7b1d28d4b',1,'apfel::ExtendedVector::operator[](int const &index)']]], + ['operatorgpd_1494',['OperatorGPD',['../classapfel_1_1OperatorGPD.html#ac7bb16aa3455c708bbf6d3eae261cf38',1,'apfel::OperatorGPD']]] ]; diff --git a/docs/html/search/functions_f.html b/docs/html/search/functions_f.html index 79f068d89..54b7dee08 100644 --- a/docs/html/search/functions_f.html +++ b/docs/html/search/functions_f.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/functions_f.js b/docs/html/search/functions_f.js index 62e796b28..a682989c7 100644 --- a/docs/html/search/functions_f.js +++ b/docs/html/search/functions_f.js @@ -1,76 +1,73 @@ var searchData= [ - ['p0gg_1501',['P0gg',['../classapfel_1_1P0gg.html#a8581acbe657b5185498b45652028096b',1,'apfel::P0gg']]], - ['p0gq_1502',['P0gq',['../classapfel_1_1P0gq.html#a992fa894f1af83fbdf4316435568dc1e',1,'apfel::P0gq']]], - ['p0ns_1503',['P0ns',['../classapfel_1_1P0ns.html#af1a0879c7b5020ced1ae6ef2a155718c',1,'apfel::P0ns']]], - ['p0polgg_1504',['P0polgg',['../classapfel_1_1P0polgg.html#a31fbc3a43bc886400f32d767eb53294f',1,'apfel::P0polgg']]], - ['p0polgq_1505',['P0polgq',['../classapfel_1_1P0polgq.html#ac95f037be1f70eda2ae95de70707739f',1,'apfel::P0polgq']]], - ['p0polns_1506',['P0polns',['../classapfel_1_1P0polns.html#a74d0a0eb8fbdfd92aa5188302e3ced6c',1,'apfel::P0polns']]], - ['p0polqg_1507',['P0polqg',['../classapfel_1_1P0polqg.html#a2a0353c0baa0a3e8be7df09eff2d728d',1,'apfel::P0polqg']]], - ['p0qg_1508',['P0qg',['../classapfel_1_1P0qg.html#a306a9c3c9efafaeb063e7ca5d117c1a0',1,'apfel::P0qg']]], - ['p0tgg_1509',['P0Tgg',['../classapfel_1_1P0Tgg.html#ac5a017eaae96766ee2846a9ad9564a7e',1,'apfel::P0Tgg']]], - ['p0tgq_1510',['P0Tgq',['../classapfel_1_1P0Tgq.html#ab29b69d4dd8db963029a81ec50b05535',1,'apfel::P0Tgq']]], - ['p0tns_1511',['P0Tns',['../classapfel_1_1P0Tns.html#af43ab93760c100728a34763d043a8dbb',1,'apfel::P0Tns']]], - ['p0tqg_1512',['P0Tqg',['../classapfel_1_1P0Tqg.html#a2125eec1277027173b35bad1416c41a2',1,'apfel::P0Tqg']]], - ['p0transns_1513',['P0transns',['../classapfel_1_1P0transns.html#a32df6c509426e3adea722e65ba538bcb',1,'apfel::P0transns']]], - ['p0ttransns_1514',['P0Ttransns',['../classapfel_1_1P0Ttransns.html#ad7e186711fb4b766f17d0ff9c936bf59',1,'apfel::P0Ttransns']]], - ['p1gg_1515',['P1gg',['../classapfel_1_1P1gg.html#a8f3fe270dfc472727a64bb9de2213d7f',1,'apfel::P1gg']]], - ['p1gq_1516',['P1gq',['../classapfel_1_1P1gq.html#aa55e18b2f3f72e5d66b2378e82f17c3e',1,'apfel::P1gq']]], - ['p1nsm_1517',['P1nsm',['../classapfel_1_1P1nsm.html#a36a12101bab17fc4170e0cef8c42ae75',1,'apfel::P1nsm']]], - ['p1nsp_1518',['P1nsp',['../classapfel_1_1P1nsp.html#ae2391b1f1bbf3702e01c32d054acc09e',1,'apfel::P1nsp']]], - ['p1polgg_1519',['P1polgg',['../classapfel_1_1P1polgg.html#a317150315573686523e06e3873722468',1,'apfel::P1polgg']]], - ['p1polgq_1520',['P1polgq',['../classapfel_1_1P1polgq.html#a4e04eae7ea3f0d1f452d6f3a4ab34490',1,'apfel::P1polgq']]], - ['p1polnsm_1521',['P1polnsm',['../classapfel_1_1P1polnsm.html#a7a680604d0060a04e7662a2358dc00c9',1,'apfel::P1polnsm']]], - ['p1polnsp_1522',['P1polnsp',['../classapfel_1_1P1polnsp.html#af6a4c011fedefcb89fc80b86c17055f9',1,'apfel::P1polnsp']]], - ['p1polps_1523',['P1polps',['../classapfel_1_1P1polps.html#a67323a2eea61115fde9c5a1be8fe9c7a',1,'apfel::P1polps']]], - ['p1polqg_1524',['P1polqg',['../classapfel_1_1P1polqg.html#a8a119cfe0a6d6b0bf097ffd184273954',1,'apfel::P1polqg']]], - ['p1ps_1525',['P1ps',['../classapfel_1_1P1ps.html#a4896a435315a6bf205fa6b4554801845',1,'apfel::P1ps']]], - ['p1qg_1526',['P1qg',['../classapfel_1_1P1qg.html#a6fa3ee60e392f89b854a24c175ed5f68',1,'apfel::P1qg']]], - ['p1tgg_1527',['P1Tgg',['../classapfel_1_1P1Tgg.html#a2b272646cb6e82ccbbfb917eb9ad5fbe',1,'apfel::P1Tgg']]], - ['p1tgq_1528',['P1Tgq',['../classapfel_1_1P1Tgq.html#a37cde4fd33aa62847e18d40ad4a6225d',1,'apfel::P1Tgq']]], - ['p1tnsm_1529',['P1Tnsm',['../classapfel_1_1P1Tnsm.html#a91a949f7f064cf13e4c3eb6f29209520',1,'apfel::P1Tnsm']]], - ['p1tnsp_1530',['P1Tnsp',['../classapfel_1_1P1Tnsp.html#afd2583070e94b55e1bfb0c6c4d8cc77d',1,'apfel::P1Tnsp']]], - ['p1tps_1531',['P1Tps',['../classapfel_1_1P1Tps.html#accf64d4b2fce9c50990b66772c31f4b8',1,'apfel::P1Tps']]], - ['p1tqg_1532',['P1Tqg',['../classapfel_1_1P1Tqg.html#a20134e43d7a2431b88516cc1362ae553',1,'apfel::P1Tqg']]], - ['p1transnsm_1533',['P1transnsm',['../classapfel_1_1P1transnsm.html#a01f6a14095d324775718f30db85997b7',1,'apfel::P1transnsm']]], - ['p1transnsp_1534',['P1transnsp',['../classapfel_1_1P1transnsp.html#a059e8222e055c5d747fb8917edd284cf',1,'apfel::P1transnsp']]], - ['p1ttransnsm_1535',['P1Ttransnsm',['../classapfel_1_1P1Ttransnsm.html#a498da79a511d89d9da172e45b2197176',1,'apfel::P1Ttransnsm']]], - ['p1ttransnsp_1536',['P1Ttransnsp',['../classapfel_1_1P1Ttransnsp.html#a4d281e0f55448051626f35a0aa9c981e',1,'apfel::P1Ttransnsp']]], - ['p2gg_1537',['P2gg',['../classapfel_1_1P2gg.html#a7105fee70d3fb183b0d591c4bbd73b55',1,'apfel::P2gg']]], - ['p2gq_1538',['P2gq',['../classapfel_1_1P2gq.html#ae9571e0d510a3d8a19f90ea471b24830',1,'apfel::P2gq']]], - ['p2nsm_1539',['P2nsm',['../classapfel_1_1P2nsm.html#a745ed7edabc95bec12a56048d0948d32',1,'apfel::P2nsm']]], - ['p2nsp_1540',['P2nsp',['../classapfel_1_1P2nsp.html#aab33ec996a2eddc39478cb24518b0a39',1,'apfel::P2nsp']]], - ['p2nss_1541',['P2nss',['../classapfel_1_1P2nss.html#a4bed473909707970f320c7b7a69a7af9',1,'apfel::P2nss']]], - ['p2polgg_1542',['P2polgg',['../classapfel_1_1P2polgg.html#aef16f05838885f3bff211d9871e453d6',1,'apfel::P2polgg']]], - ['p2polgq_1543',['P2polgq',['../classapfel_1_1P2polgq.html#af0b8e143368e59005ef1b8f5e752c6ff',1,'apfel::P2polgq']]], - ['p2polnsm_1544',['P2polnsm',['../classapfel_1_1P2polnsm.html#a16365514dd1868da7fc3bcc7a8cf5f0b',1,'apfel::P2polnsm']]], - ['p2polnsp_1545',['P2polnsp',['../classapfel_1_1P2polnsp.html#a3c0c3ddb3deabcfcfd727f9a8ebb0261',1,'apfel::P2polnsp']]], - ['p2polnss_1546',['P2polnss',['../classapfel_1_1P2polnss.html#a762f1d7fe896c8f1d350a7c485d03167',1,'apfel::P2polnss']]], - ['p2polps_1547',['P2polps',['../classapfel_1_1P2polps.html#a5aee2adaf3f1de59e924e548a1d6004c',1,'apfel::P2polps']]], - ['p2polqg_1548',['P2polqg',['../classapfel_1_1P2polqg.html#aae1bfe6e146d0789fec2b0c787b3838b',1,'apfel::P2polqg']]], - ['p2ps_1549',['P2ps',['../classapfel_1_1P2ps.html#ad72b60e4113a4149cdd9a35d6df9fdb3',1,'apfel::P2ps']]], - ['p2qg_1550',['P2qg',['../classapfel_1_1P2qg.html#af70c6881d1a2ebe3fcfebe748d9ee92b',1,'apfel::P2qg']]], - ['p2tgg_1551',['P2Tgg',['../classapfel_1_1P2Tgg.html#a03eae7eb281402955ba2fc565143389b',1,'apfel::P2Tgg']]], - ['p2tgq_1552',['P2Tgq',['../classapfel_1_1P2Tgq.html#a98c209edbcdcea19f45929ef7c6a6a30',1,'apfel::P2Tgq']]], - ['p2tnsm_1553',['P2Tnsm',['../classapfel_1_1P2Tnsm.html#aff9ecf8e53a718f84c20f2b7fe805c8e',1,'apfel::P2Tnsm']]], - ['p2tnsp_1554',['P2Tnsp',['../classapfel_1_1P2Tnsp.html#a90647eb987cca2fb5d84fff249fa1121',1,'apfel::P2Tnsp']]], - ['p2tnss_1555',['P2Tnss',['../classapfel_1_1P2Tnss.html#a5c3c57f869d1f5672901226b65e506f1',1,'apfel::P2Tnss']]], - ['p2tps_1556',['P2Tps',['../classapfel_1_1P2Tps.html#a6c896cc3b24879e24336cabfc756ab89',1,'apfel::P2Tps']]], - ['p2tqg_1557',['P2Tqg',['../classapfel_1_1P2Tqg.html#aedf6298686689d11da9d93f79dcf140a',1,'apfel::P2Tqg']]], - ['p3nsm_1558',['P3nsm',['../classapfel_1_1P3nsm.html#a30e20e0359da04cab09cdda71b3e4b1f',1,'apfel::P3nsm']]], - ['p3nsp_1559',['P3nsp',['../classapfel_1_1P3nsp.html#a2cf0ffd5f4cc161ad3205a63db86b4b1',1,'apfel::P3nsp']]], - ['p3nss_1560',['P3nss',['../classapfel_1_1P3nss.html#a804ddf218d7c39e94003b2261616e520',1,'apfel::P3nss']]], - ['parityviolatingelectroweakcharges_1561',['ParityViolatingElectroWeakCharges',['../namespaceapfel.html#a85e557258b50c7d35cda6ad59e0551fb',1,'apfel']]], - ['parityviolatingphasespacereduction_1562',['ParityViolatingPhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#ab3a1801dc0a92a41acd815fd948337b9',1,'apfel::TwoBodyPhaseSpace']]], - ['pgpd0ggdglap_1563',['Pgpd0ggDGLAP',['../classapfel_1_1Pgpd0ggDGLAP.html#aa6d4d1735ef48ad3ac16d7bd261f6b2d',1,'apfel::Pgpd0ggDGLAP']]], - ['pgpd0ggerbl_1564',['Pgpd0ggERBL',['../classapfel_1_1Pgpd0ggERBL.html#a041655f5d233af6583c5cf769f3570c8',1,'apfel::Pgpd0ggERBL']]], - ['pgpd0gqdglap_1565',['Pgpd0gqDGLAP',['../classapfel_1_1Pgpd0gqDGLAP.html#aea973a930dd6ffad5becc5da6560f8db',1,'apfel::Pgpd0gqDGLAP']]], - ['pgpd0gqerbl_1566',['Pgpd0gqERBL',['../classapfel_1_1Pgpd0gqERBL.html#ac9f07594ea7d5db433f81d50a36a072c',1,'apfel::Pgpd0gqERBL']]], - ['pgpd0nsdglap_1567',['Pgpd0nsDGLAP',['../classapfel_1_1Pgpd0nsDGLAP.html#aadf12ee5ec39166706db70133af082aa',1,'apfel::Pgpd0nsDGLAP']]], - ['pgpd0nserbl_1568',['Pgpd0nsERBL',['../classapfel_1_1Pgpd0nsERBL.html#aeb8268ae538cd73fc0cc8d385da7bec2',1,'apfel::Pgpd0nsERBL']]], - ['pgpd0qgdglap_1569',['Pgpd0qgDGLAP',['../classapfel_1_1Pgpd0qgDGLAP.html#a6ad722ebd70a2f8a2343f5b685eba99d',1,'apfel::Pgpd0qgDGLAP']]], - ['pgpd0qgerbl_1570',['Pgpd0qgERBL',['../classapfel_1_1Pgpd0qgERBL.html#ae1f3336e540bd8211c98bdbf12e9b9ff',1,'apfel::Pgpd0qgERBL']]], - ['phasespacereduction_1571',['PhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#a74b4564799813f7e9c9a6dc6fb2e71ce',1,'apfel::TwoBodyPhaseSpace']]], - ['phystoqcdev_1572',['PhysToQCDEv',['../namespaceapfel.html#a9cbdcadbb5a4c8c58f99aa17c7f2b3a6',1,'apfel']]], - ['productexpansion_1573',['ProductExpansion',['../namespaceapfel.html#a6de7bb0661f079c85b439a896151dc6f',1,'apfel']]] + ['p0gg_1495',['P0gg',['../classapfel_1_1P0gg.html#a8581acbe657b5185498b45652028096b',1,'apfel::P0gg']]], + ['p0gq_1496',['P0gq',['../classapfel_1_1P0gq.html#a992fa894f1af83fbdf4316435568dc1e',1,'apfel::P0gq']]], + ['p0ns_1497',['P0ns',['../classapfel_1_1P0ns.html#af1a0879c7b5020ced1ae6ef2a155718c',1,'apfel::P0ns']]], + ['p0polgg_1498',['P0polgg',['../classapfel_1_1P0polgg.html#a31fbc3a43bc886400f32d767eb53294f',1,'apfel::P0polgg']]], + ['p0polgq_1499',['P0polgq',['../classapfel_1_1P0polgq.html#ac95f037be1f70eda2ae95de70707739f',1,'apfel::P0polgq']]], + ['p0polns_1500',['P0polns',['../classapfel_1_1P0polns.html#a74d0a0eb8fbdfd92aa5188302e3ced6c',1,'apfel::P0polns']]], + ['p0polqg_1501',['P0polqg',['../classapfel_1_1P0polqg.html#a2a0353c0baa0a3e8be7df09eff2d728d',1,'apfel::P0polqg']]], + ['p0qg_1502',['P0qg',['../classapfel_1_1P0qg.html#a306a9c3c9efafaeb063e7ca5d117c1a0',1,'apfel::P0qg']]], + ['p0tgg_1503',['P0Tgg',['../classapfel_1_1P0Tgg.html#ac5a017eaae96766ee2846a9ad9564a7e',1,'apfel::P0Tgg']]], + ['p0tgq_1504',['P0Tgq',['../classapfel_1_1P0Tgq.html#ab29b69d4dd8db963029a81ec50b05535',1,'apfel::P0Tgq']]], + ['p0tns_1505',['P0Tns',['../classapfel_1_1P0Tns.html#af43ab93760c100728a34763d043a8dbb',1,'apfel::P0Tns']]], + ['p0tqg_1506',['P0Tqg',['../classapfel_1_1P0Tqg.html#a2125eec1277027173b35bad1416c41a2',1,'apfel::P0Tqg']]], + ['p0transns_1507',['P0transns',['../classapfel_1_1P0transns.html#a32df6c509426e3adea722e65ba538bcb',1,'apfel::P0transns']]], + ['p0ttransns_1508',['P0Ttransns',['../classapfel_1_1P0Ttransns.html#ad7e186711fb4b766f17d0ff9c936bf59',1,'apfel::P0Ttransns']]], + ['p1gg_1509',['P1gg',['../classapfel_1_1P1gg.html#a8f3fe270dfc472727a64bb9de2213d7f',1,'apfel::P1gg']]], + ['p1gq_1510',['P1gq',['../classapfel_1_1P1gq.html#aa55e18b2f3f72e5d66b2378e82f17c3e',1,'apfel::P1gq']]], + ['p1nsm_1511',['P1nsm',['../classapfel_1_1P1nsm.html#a36a12101bab17fc4170e0cef8c42ae75',1,'apfel::P1nsm']]], + ['p1nsp_1512',['P1nsp',['../classapfel_1_1P1nsp.html#ae2391b1f1bbf3702e01c32d054acc09e',1,'apfel::P1nsp']]], + ['p1polgg_1513',['P1polgg',['../classapfel_1_1P1polgg.html#a317150315573686523e06e3873722468',1,'apfel::P1polgg']]], + ['p1polgq_1514',['P1polgq',['../classapfel_1_1P1polgq.html#a4e04eae7ea3f0d1f452d6f3a4ab34490',1,'apfel::P1polgq']]], + ['p1polnsm_1515',['P1polnsm',['../classapfel_1_1P1polnsm.html#a7a680604d0060a04e7662a2358dc00c9',1,'apfel::P1polnsm']]], + ['p1polnsp_1516',['P1polnsp',['../classapfel_1_1P1polnsp.html#af6a4c011fedefcb89fc80b86c17055f9',1,'apfel::P1polnsp']]], + ['p1polps_1517',['P1polps',['../classapfel_1_1P1polps.html#a67323a2eea61115fde9c5a1be8fe9c7a',1,'apfel::P1polps']]], + ['p1polqg_1518',['P1polqg',['../classapfel_1_1P1polqg.html#a8a119cfe0a6d6b0bf097ffd184273954',1,'apfel::P1polqg']]], + ['p1ps_1519',['P1ps',['../classapfel_1_1P1ps.html#a4896a435315a6bf205fa6b4554801845',1,'apfel::P1ps']]], + ['p1qg_1520',['P1qg',['../classapfel_1_1P1qg.html#a6fa3ee60e392f89b854a24c175ed5f68',1,'apfel::P1qg']]], + ['p1tgg_1521',['P1Tgg',['../classapfel_1_1P1Tgg.html#a2b272646cb6e82ccbbfb917eb9ad5fbe',1,'apfel::P1Tgg']]], + ['p1tgq_1522',['P1Tgq',['../classapfel_1_1P1Tgq.html#a37cde4fd33aa62847e18d40ad4a6225d',1,'apfel::P1Tgq']]], + ['p1tnsm_1523',['P1Tnsm',['../classapfel_1_1P1Tnsm.html#a91a949f7f064cf13e4c3eb6f29209520',1,'apfel::P1Tnsm']]], + ['p1tnsp_1524',['P1Tnsp',['../classapfel_1_1P1Tnsp.html#afd2583070e94b55e1bfb0c6c4d8cc77d',1,'apfel::P1Tnsp']]], + ['p1tps_1525',['P1Tps',['../classapfel_1_1P1Tps.html#accf64d4b2fce9c50990b66772c31f4b8',1,'apfel::P1Tps']]], + ['p1tqg_1526',['P1Tqg',['../classapfel_1_1P1Tqg.html#a20134e43d7a2431b88516cc1362ae553',1,'apfel::P1Tqg']]], + ['p1transnsm_1527',['P1transnsm',['../classapfel_1_1P1transnsm.html#a01f6a14095d324775718f30db85997b7',1,'apfel::P1transnsm']]], + ['p1transnsp_1528',['P1transnsp',['../classapfel_1_1P1transnsp.html#a059e8222e055c5d747fb8917edd284cf',1,'apfel::P1transnsp']]], + ['p1ttransnsm_1529',['P1Ttransnsm',['../classapfel_1_1P1Ttransnsm.html#a498da79a511d89d9da172e45b2197176',1,'apfel::P1Ttransnsm']]], + ['p1ttransnsp_1530',['P1Ttransnsp',['../classapfel_1_1P1Ttransnsp.html#a4d281e0f55448051626f35a0aa9c981e',1,'apfel::P1Ttransnsp']]], + ['p2gg_1531',['P2gg',['../classapfel_1_1P2gg.html#a7105fee70d3fb183b0d591c4bbd73b55',1,'apfel::P2gg']]], + ['p2gq_1532',['P2gq',['../classapfel_1_1P2gq.html#ae9571e0d510a3d8a19f90ea471b24830',1,'apfel::P2gq']]], + ['p2nsm_1533',['P2nsm',['../classapfel_1_1P2nsm.html#a745ed7edabc95bec12a56048d0948d32',1,'apfel::P2nsm']]], + ['p2nsp_1534',['P2nsp',['../classapfel_1_1P2nsp.html#aab33ec996a2eddc39478cb24518b0a39',1,'apfel::P2nsp']]], + ['p2nss_1535',['P2nss',['../classapfel_1_1P2nss.html#a4bed473909707970f320c7b7a69a7af9',1,'apfel::P2nss']]], + ['p2polgg_1536',['P2polgg',['../classapfel_1_1P2polgg.html#aef16f05838885f3bff211d9871e453d6',1,'apfel::P2polgg']]], + ['p2polgq_1537',['P2polgq',['../classapfel_1_1P2polgq.html#af0b8e143368e59005ef1b8f5e752c6ff',1,'apfel::P2polgq']]], + ['p2polnsm_1538',['P2polnsm',['../classapfel_1_1P2polnsm.html#a16365514dd1868da7fc3bcc7a8cf5f0b',1,'apfel::P2polnsm']]], + ['p2polnsp_1539',['P2polnsp',['../classapfel_1_1P2polnsp.html#a3c0c3ddb3deabcfcfd727f9a8ebb0261',1,'apfel::P2polnsp']]], + ['p2polnss_1540',['P2polnss',['../classapfel_1_1P2polnss.html#a762f1d7fe896c8f1d350a7c485d03167',1,'apfel::P2polnss']]], + ['p2polps_1541',['P2polps',['../classapfel_1_1P2polps.html#a5aee2adaf3f1de59e924e548a1d6004c',1,'apfel::P2polps']]], + ['p2polqg_1542',['P2polqg',['../classapfel_1_1P2polqg.html#aae1bfe6e146d0789fec2b0c787b3838b',1,'apfel::P2polqg']]], + ['p2ps_1543',['P2ps',['../classapfel_1_1P2ps.html#ad72b60e4113a4149cdd9a35d6df9fdb3',1,'apfel::P2ps']]], + ['p2qg_1544',['P2qg',['../classapfel_1_1P2qg.html#af70c6881d1a2ebe3fcfebe748d9ee92b',1,'apfel::P2qg']]], + ['p2tgg_1545',['P2Tgg',['../classapfel_1_1P2Tgg.html#a03eae7eb281402955ba2fc565143389b',1,'apfel::P2Tgg']]], + ['p2tgq_1546',['P2Tgq',['../classapfel_1_1P2Tgq.html#a98c209edbcdcea19f45929ef7c6a6a30',1,'apfel::P2Tgq']]], + ['p2tnsm_1547',['P2Tnsm',['../classapfel_1_1P2Tnsm.html#aff9ecf8e53a718f84c20f2b7fe805c8e',1,'apfel::P2Tnsm']]], + ['p2tnsp_1548',['P2Tnsp',['../classapfel_1_1P2Tnsp.html#a90647eb987cca2fb5d84fff249fa1121',1,'apfel::P2Tnsp']]], + ['p2tnss_1549',['P2Tnss',['../classapfel_1_1P2Tnss.html#a5c3c57f869d1f5672901226b65e506f1',1,'apfel::P2Tnss']]], + ['p2tps_1550',['P2Tps',['../classapfel_1_1P2Tps.html#a6c896cc3b24879e24336cabfc756ab89',1,'apfel::P2Tps']]], + ['p2tqg_1551',['P2Tqg',['../classapfel_1_1P2Tqg.html#aedf6298686689d11da9d93f79dcf140a',1,'apfel::P2Tqg']]], + ['p3nsm_1552',['P3nsm',['../classapfel_1_1P3nsm.html#a30e20e0359da04cab09cdda71b3e4b1f',1,'apfel::P3nsm']]], + ['p3nsp_1553',['P3nsp',['../classapfel_1_1P3nsp.html#a2cf0ffd5f4cc161ad3205a63db86b4b1',1,'apfel::P3nsp']]], + ['p3nss_1554',['P3nss',['../classapfel_1_1P3nss.html#a804ddf218d7c39e94003b2261616e520',1,'apfel::P3nss']]], + ['parityviolatingelectroweakcharges_1555',['ParityViolatingElectroWeakCharges',['../namespaceapfel.html#a85e557258b50c7d35cda6ad59e0551fb',1,'apfel']]], + ['parityviolatingphasespacereduction_1556',['ParityViolatingPhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#ab3a1801dc0a92a41acd815fd948337b9',1,'apfel::TwoBodyPhaseSpace']]], + ['pgpd0gg_1557',['Pgpd0gg',['../classapfel_1_1Pgpd0gg.html#a28badf23c2725e5554bc34a3b631bc2e',1,'apfel::Pgpd0gg']]], + ['pgpd0gq_1558',['Pgpd0gq',['../classapfel_1_1Pgpd0gq.html#a7f8eb675c314a8381b866f55f4e8b65e',1,'apfel::Pgpd0gq']]], + ['pgpd0ns_1559',['Pgpd0ns',['../classapfel_1_1Pgpd0ns.html#a97e85aaee6b3aafa12b09fc273dab02e',1,'apfel::Pgpd0ns']]], + ['pgpd0qg_1560',['Pgpd0qg',['../classapfel_1_1Pgpd0qg.html#ad5d62f92b7dc2c4268375c933b1b5d10',1,'apfel::Pgpd0qg']]], + ['pgpd0qq_1561',['Pgpd0qq',['../classapfel_1_1Pgpd0qq.html#ab2a22f8b5b92d7dc2e7c6acb0a82f460',1,'apfel::Pgpd0qq']]], + ['phasespacereduction_1562',['PhaseSpaceReduction',['../classapfel_1_1TwoBodyPhaseSpace.html#a74b4564799813f7e9c9a6dc6fb2e71ce',1,'apfel::TwoBodyPhaseSpace']]], + ['phystoqcdev_1563',['PhysToQCDEv',['../namespaceapfel.html#a9cbdcadbb5a4c8c58f99aa17c7f2b3a6',1,'apfel']]], + ['productexpansion_1564',['ProductExpansion',['../namespaceapfel.html#a6de7bb0661f079c85b439a896151dc6f',1,'apfel']]] ]; diff --git a/docs/html/search/groups_0.html b/docs/html/search/groups_0.html index c6b437202..c600b4970 100644 --- a/docs/html/search/groups_0.html +++ b/docs/html/search/groups_0.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_0.js b/docs/html/search/groups_0.js index 7cdb0f43f..400fed6be 100644 --- a/docs/html/search/groups_0.js +++ b/docs/html/search/groups_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['convolution_20maps_1899',['Convolution maps',['../group__ConvMap.html',1,'']]] + ['convolution_20maps_1896',['Convolution maps',['../group__ConvMap.html',1,'']]] ]; diff --git a/docs/html/search/groups_1.html b/docs/html/search/groups_1.html index ee916b9b6..2eb3550dc 100644 --- a/docs/html/search/groups_1.html +++ b/docs/html/search/groups_1.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_1.js b/docs/html/search/groups_1.js index 1f4ff6a51..a5291b909 100644 --- a/docs/html/search/groups_1.js +++ b/docs/html/search/groups_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['dis_20convolution_20maps_1900',['DIS convolution maps',['../group__DISBases.html',1,'']]] + ['dis_20convolution_20maps_1897',['DIS convolution maps',['../group__DISBases.html',1,'']]] ]; diff --git a/docs/html/search/groups_2.html b/docs/html/search/groups_2.html index cf1104369..12f4af7a0 100644 --- a/docs/html/search/groups_2.html +++ b/docs/html/search/groups_2.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_2.js b/docs/html/search/groups_2.js index b5caf69f4..51a19879e 100644 --- a/docs/html/search/groups_2.js +++ b/docs/html/search/groups_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['evolution_20convolution_20maps_1901',['Evolution convolution maps',['../group__EvolBases.html',1,'']]] + ['evolution_20convolution_20maps_1898',['Evolution convolution maps',['../group__EvolBases.html',1,'']]] ]; diff --git a/docs/html/search/groups_3.html b/docs/html/search/groups_3.html index 55d9b9cf7..5e235b53c 100644 --- a/docs/html/search/groups_3.html +++ b/docs/html/search/groups_3.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_3.js b/docs/html/search/groups_3.js index abf55fd91..be632e124 100644 --- a/docs/html/search/groups_3.js +++ b/docs/html/search/groups_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['gpd_20evolution_20kernels_1902',['GPD evolution kernels',['../group__GPDEvKernels.html',1,'']]] + ['gpd_20evolution_20kernels_1899',['GPD evolution kernels',['../group__GPDEvKernels.html',1,'']]] ]; diff --git a/docs/html/search/groups_4.html b/docs/html/search/groups_4.html index 8306ad0e4..99405e159 100644 --- a/docs/html/search/groups_4.html +++ b/docs/html/search/groups_4.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_4.js b/docs/html/search/groups_4.js index b86d9f838..670d2b440 100644 --- a/docs/html/search/groups_4.js +++ b/docs/html/search/groups_4.js @@ -1,11 +1,8 @@ var searchData= [ - ['lo_20massive_20coefficient_20functions_1903',['LO massive coefficient functions',['../group__LO.html',1,'']]], - ['lo_20splitting_20functions_1904',['LO splitting functions',['../group__LOpolsf.html',1,'']]], - ['lo_20splitting_20functions_1905',['LO splitting functions',['../group__LOtranssf.html',1,'']]], - ['lo_20evolution_20kernels_1906',['LO evolution kernels',['../group__LOunpevk.html',1,'']]], - ['lo_20splitting_20functions_1907',['LO splitting functions',['../group__LOunpsf.html',1,'']]], - ['lo_20splitting_20functions_1908',['LO splitting functions',['../group__LOunpsftl.html',1,'']]], - ['lo_20massive_2dzero_20coefficient_20functions_1909',['LO massive-zero coefficient functions',['../group__LOZero.html',1,'']]], - ['longitudinally_20polarised_20splitting_20functions_1910',['Longitudinally polarised splitting functions',['../group__PolSF.html',1,'']]] + ['lo_20evolution_20kernels_1900',['LO evolution kernels',['../group__LOunpevk.html',1,'']]], + ['lo_20massive_20coefficient_20functions_1901',['LO massive coefficient functions',['../group__LO.html',1,'']]], + ['lo_20massive_2dzero_20coefficient_20functions_1902',['LO massive-zero coefficient functions',['../group__LOZero.html',1,'']]], + ['lo_20splitting_20functions_1903',['LO splitting functions',['../group__LOpolsf.html',1,'(Global Namespace)'],['../group__LOtranssf.html',1,'(Global Namespace)'],['../group__LOunpsf.html',1,'(Global Namespace)'],['../group__LOunpsftl.html',1,'(Global Namespace)']]], + ['longitudinally_20polarised_20splitting_20functions_1904',['Longitudinally polarised splitting functions',['../group__PolSF.html',1,'']]] ]; diff --git a/docs/html/search/groups_5.html b/docs/html/search/groups_5.html index ce14b79dc..583f5f58a 100644 --- a/docs/html/search/groups_5.html +++ b/docs/html/search/groups_5.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_5.js b/docs/html/search/groups_5.js index 7731550b8..b3a74f4f0 100644 --- a/docs/html/search/groups_5.js +++ b/docs/html/search/groups_5.js @@ -1,7 +1,7 @@ var searchData= [ - ['matching_20convolution_20maps_1911',['Matching convolution maps',['../group__MatchBases.html',1,'']]], - ['mathematical_20constants_1912',['Mathematical constants',['../group__MathConstants.html',1,'']]], - ['massive_20neutral_20current_20coefficient_20functions_1913',['Massive neutral current coefficient functions',['../group__NCMassive.html',1,'']]], - ['massless_20limit_20of_20the_20massive_20neutral_20current_20coefficient_20functions_1914',['Massless limit of the massive neutral current coefficient functions',['../group__NCMassiveZero.html',1,'']]] + ['massive_20neutral_20current_20coefficient_20functions_1905',['Massive neutral current coefficient functions',['../group__NCMassive.html',1,'']]], + ['massless_20limit_20of_20the_20massive_20neutral_20current_20coefficient_20functions_1906',['Massless limit of the massive neutral current coefficient functions',['../group__NCMassiveZero.html',1,'']]], + ['matching_20convolution_20maps_1907',['Matching convolution maps',['../group__MatchBases.html',1,'']]], + ['mathematical_20constants_1908',['Mathematical constants',['../group__MathConstants.html',1,'']]] ]; diff --git a/docs/html/search/groups_6.html b/docs/html/search/groups_6.html index 7920c858b..df6a310f8 100644 --- a/docs/html/search/groups_6.html +++ b/docs/html/search/groups_6.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_6.js b/docs/html/search/groups_6.js index 64495cedd..d7eba4c63 100644 --- a/docs/html/search/groups_6.js +++ b/docs/html/search/groups_6.js @@ -1,27 +1,19 @@ var searchData= [ - ['nlo_20massive_20coefficient_20functions_1915',['NLO massive coefficient functions',['../group__NLO.html',1,'']]], - ['nlo_20matching_20functions_20for_20boer_2dmulders_20pdfs_1916',['NLO matching functions for Boer-Mulders PDFs',['../group__NLOBM.html',1,'']]], - ['nlo_20matching_20functions_20for_20ffs_1917',['NLO matching functions for FFs',['../group__NLOff.html',1,'']]], - ['nlo_20matching_20functions_20for_20pdfs_1918',['NLO matching functions for PDFs',['../group__NLOmatch.html',1,'']]], - ['nlo_20matching_20conditions_1919',['NLO matching conditions',['../group__NLOMC.html',1,'']]], - ['nlo_20splitting_20functions_1920',['NLO splitting functions',['../group__NLOpolsf.html',1,'']]], - ['nlo_20splitting_20functions_1921',['NLO splitting functions',['../group__NLOtranssf.html',1,'']]], - ['nlo_20splitting_20functions_1922',['NLO splitting functions',['../group__NLOunpsf.html',1,'']]], - ['nlo_20splitting_20functions_1923',['NLO splitting functions',['../group__NLOunpsftl.html',1,'']]], - ['nlo_20massive_2dzero_20coefficient_20functions_1924',['NLO massive-zero coefficient functions',['../group__NLOZero.html',1,'']]], - ['nlo_20zero_2dmass_20coefficient_20functions_1925',['NLO zero-mass coefficient functions',['../group__NLOzm.html',1,'']]], - ['nlo_20zero_2dmass_20coefficient_20functions_1926',['NLO zero-mass coefficient functions',['../group__NLOzmpol.html',1,'']]], - ['nlo_20zero_2dmass_20coefficient_20functions_1927',['NLO zero-mass coefficient functions',['../group__NLOzmSIA.html',1,'']]], - ['nnlo_20matching_20functions_20for_20ffs_1928',['NNLO matching functions for FFs',['../group__NNLOff.html',1,'']]], - ['nnlo_20matching_20functions_20for_20pdfs_1929',['NNLO matching functions for PDFs',['../group__NNLOmatch.html',1,'']]], - ['nnlo_20matching_20conditions_1930',['NNLO matching conditions',['../group__NNLOMC.html',1,'']]], - ['nnlo_20splitting_20functions_1931',['NNLO splitting functions',['../group__NNLOpolsf.html',1,'']]], - ['nnlo_20splitting_20functions_1932',['NNLO splitting functions',['../group__NNLOunpsf.html',1,'']]], - ['nnlo_20splitting_20functions_1933',['NNLO splitting functions',['../group__NNLOunpsftl.html',1,'']]], - ['nnlo_20zero_2dmass_20coefficient_20functions_1934',['NNLO zero-mass coefficient functions',['../group__NNLOzm.html',1,'']]], - ['nnlo_20zero_2dmass_20coefficient_20functions_1935',['NNLO zero-mass coefficient functions',['../group__NNLOzmSIA.html',1,'']]], - ['nnnlo_20matching_20functions_20for_20pdfs_1936',['NNNLO matching functions for PDFs',['../group__NNNLOmatch.html',1,'']]], - ['nnnlo_20splitting_20functions_1937',['NNNLO splitting functions',['../group__NNNLOunpsf.html',1,'']]], - ['numerical_20constants_1938',['Numerical constants',['../group__NumericalConstants.html',1,'']]] + ['nlo_20massive_20coefficient_20functions_1909',['NLO massive coefficient functions',['../group__NLO.html',1,'']]], + ['nlo_20massive_2dzero_20coefficient_20functions_1910',['NLO massive-zero coefficient functions',['../group__NLOZero.html',1,'']]], + ['nlo_20matching_20conditions_1911',['NLO matching conditions',['../group__NLOMC.html',1,'']]], + ['nlo_20matching_20functions_20for_20boer_2dmulders_20pdfs_1912',['NLO matching functions for Boer-Mulders PDFs',['../group__NLOBM.html',1,'']]], + ['nlo_20matching_20functions_20for_20ffs_1913',['NLO matching functions for FFs',['../group__NLOff.html',1,'']]], + ['nlo_20matching_20functions_20for_20pdfs_1914',['NLO matching functions for PDFs',['../group__NLOmatch.html',1,'']]], + ['nlo_20splitting_20functions_1915',['NLO splitting functions',['../group__NLOpolsf.html',1,'(Global Namespace)'],['../group__NLOtranssf.html',1,'(Global Namespace)'],['../group__NLOunpsf.html',1,'(Global Namespace)'],['../group__NLOunpsftl.html',1,'(Global Namespace)']]], + ['nlo_20zero_2dmass_20coefficient_20functions_1916',['NLO zero-mass coefficient functions',['../group__NLOzm.html',1,'(Global Namespace)'],['../group__NLOzmpol.html',1,'(Global Namespace)'],['../group__NLOzmSIA.html',1,'(Global Namespace)']]], + ['nnlo_20matching_20conditions_1917',['NNLO matching conditions',['../group__NNLOMC.html',1,'']]], + ['nnlo_20matching_20functions_20for_20ffs_1918',['NNLO matching functions for FFs',['../group__NNLOff.html',1,'']]], + ['nnlo_20matching_20functions_20for_20pdfs_1919',['NNLO matching functions for PDFs',['../group__NNLOmatch.html',1,'']]], + ['nnlo_20splitting_20functions_1920',['NNLO splitting functions',['../group__NNLOpolsf.html',1,'(Global Namespace)'],['../group__NNLOunpsf.html',1,'(Global Namespace)'],['../group__NNLOunpsftl.html',1,'(Global Namespace)']]], + ['nnlo_20zero_2dmass_20coefficient_20functions_1921',['NNLO zero-mass coefficient functions',['../group__NNLOzm.html',1,'(Global Namespace)'],['../group__NNLOzmSIA.html',1,'(Global Namespace)']]], + ['nnnlo_20matching_20functions_20for_20pdfs_1922',['NNNLO matching functions for PDFs',['../group__NNNLOmatch.html',1,'']]], + ['nnnlo_20splitting_20functions_1923',['NNNLO splitting functions',['../group__NNNLOunpsf.html',1,'']]], + ['numerical_20constants_1924',['Numerical constants',['../group__NumericalConstants.html',1,'']]] ]; diff --git a/docs/html/search/groups_7.html b/docs/html/search/groups_7.html index a699831a8..8964e0508 100644 --- a/docs/html/search/groups_7.html +++ b/docs/html/search/groups_7.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_7.js b/docs/html/search/groups_7.js index d5fb515bc..a4e9fa8b4 100644 --- a/docs/html/search/groups_7.js +++ b/docs/html/search/groups_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['physical_20constants_1939',['Physical constants',['../group__PhysConstants.html',1,'']]] + ['physical_20constants_1925',['Physical constants',['../group__PhysConstants.html',1,'']]] ]; diff --git a/docs/html/search/groups_8.html b/docs/html/search/groups_8.html index 4a33fa396..7987ca395 100644 --- a/docs/html/search/groups_8.html +++ b/docs/html/search/groups_8.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_8.js b/docs/html/search/groups_8.js index 66c77db66..fda035c1e 100644 --- a/docs/html/search/groups_8.js +++ b/docs/html/search/groups_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['recurrent_20expressions_1940',['Recurrent expressions',['../group__RecExprs.html',1,'']]] + ['recurrent_20expressions_1926',['Recurrent expressions',['../group__RecExprs.html',1,'']]] ]; diff --git a/docs/html/search/groups_9.html b/docs/html/search/groups_9.html index 06416d8b9..4567ddf21 100644 --- a/docs/html/search/groups_9.html +++ b/docs/html/search/groups_9.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_9.js b/docs/html/search/groups_9.js index 3c3b5fc96..bb14edf44 100644 --- a/docs/html/search/groups_9.js +++ b/docs/html/search/groups_9.js @@ -1,6 +1,6 @@ var searchData= [ - ['space_2dlike_20matching_20conditions_1941',['Space-like matching conditions',['../group__MatchCond.html',1,'']]], - ['space_2dlike_20matching_20functions_1942',['Space-like matching functions',['../group__SLMatchFunc.html',1,'']]], - ['space_2dlike_20splitting_20functions_1943',['Space-like splitting functions',['../group__SLSplittings.html',1,'']]] + ['space_2dlike_20matching_20conditions_1927',['Space-like matching conditions',['../group__MatchCond.html',1,'']]], + ['space_2dlike_20matching_20functions_1928',['Space-like matching functions',['../group__SLMatchFunc.html',1,'']]], + ['space_2dlike_20splitting_20functions_1929',['Space-like splitting functions',['../group__SLSplittings.html',1,'']]] ]; diff --git a/docs/html/search/groups_a.html b/docs/html/search/groups_a.html index e7338e0b4..31f0da4df 100644 --- a/docs/html/search/groups_a.html +++ b/docs/html/search/groups_a.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_a.js b/docs/html/search/groups_a.js index a5e21d24f..3a513d91b 100644 --- a/docs/html/search/groups_a.js +++ b/docs/html/search/groups_a.js @@ -1,9 +1,8 @@ var searchData= [ - ['time_2dlike_20matching_20conditions_1944',['Time-like matching conditions',['../group__MatchCondTL.html',1,'']]], - ['time_2dlike_20matching_20functions_1945',['Time-like matching functions',['../group__TLMatchFunc.html',1,'']]], - ['time_2dlike_20splitting_20functions_1946',['Time-like splitting functions',['../group__TLSplittings.html',1,'']]], - ['tmd_20matching_20functions_1947',['TMD matching functions',['../group__TMDMatchingFunctions.html',1,'']]], - ['transversely_20polarised_20splitting_20functions_1948',['Transversely polarised splitting functions',['../group__TransSF.html',1,'']]], - ['transversely_20polarised_20splitting_20functions_1949',['Transversely polarised splitting functions',['../group__TransSFtl.html',1,'']]] + ['time_2dlike_20matching_20conditions_1930',['Time-like matching conditions',['../group__MatchCondTL.html',1,'']]], + ['time_2dlike_20matching_20functions_1931',['Time-like matching functions',['../group__TLMatchFunc.html',1,'']]], + ['time_2dlike_20splitting_20functions_1932',['Time-like splitting functions',['../group__TLSplittings.html',1,'']]], + ['tmd_20matching_20functions_1933',['TMD matching functions',['../group__TMDMatchingFunctions.html',1,'']]], + ['transversely_20polarised_20splitting_20functions_1934',['Transversely polarised splitting functions',['../group__TransSF.html',1,'(Global Namespace)'],['../group__TransSFtl.html',1,'(Global Namespace)']]] ]; diff --git a/docs/html/search/groups_b.html b/docs/html/search/groups_b.html index f53f42c13..8f9334792 100644 --- a/docs/html/search/groups_b.html +++ b/docs/html/search/groups_b.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_b.js b/docs/html/search/groups_b.js index c78c16c8a..a6d459abf 100644 --- a/docs/html/search/groups_b.js +++ b/docs/html/search/groups_b.js @@ -1,6 +1,5 @@ var searchData= [ - ['unpolarised_20evolution_20kernels_1950',['Unpolarised evolution kernels',['../group__GPDUnpSF.html',1,'']]], - ['unpolarised_20splitting_20functions_1951',['Unpolarised splitting functions',['../group__UnpSF.html',1,'']]], - ['unpolarised_20splitting_20functions_1952',['Unpolarised splitting functions',['../group__UnpSFtl.html',1,'']]] + ['unpolarised_20evolution_20kernels_1935',['Unpolarised evolution kernels',['../group__GPDUnpSF.html',1,'']]], + ['unpolarised_20splitting_20functions_1936',['Unpolarised splitting functions',['../group__UnpSF.html',1,'(Global Namespace)'],['../group__UnpSFtl.html',1,'(Global Namespace)']]] ]; diff --git a/docs/html/search/groups_c.html b/docs/html/search/groups_c.html index 017492019..158308793 100644 --- a/docs/html/search/groups_c.html +++ b/docs/html/search/groups_c.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/groups_c.js b/docs/html/search/groups_c.js index e2908909a..4ca3cc989 100644 --- a/docs/html/search/groups_c.js +++ b/docs/html/search/groups_c.js @@ -1,6 +1,6 @@ var searchData= [ - ['zero_2dmass_20coefficient_20functions_20for_20unpolarised_20dis_1953',['Zero-mass coefficient functions for unpolarised DIS',['../group__NCMassless.html',1,'']]], - ['zero_2dmass_20coefficient_20functions_20for_20longitudinally_20polarised_20dis_1954',['Zero-mass coefficient functions for longitudinally polarised DIS',['../group__NCMasslesspol.html',1,'']]], - ['zero_2dmass_20coefficient_20functions_20for_20unpolarised_20sia_1955',['Zero-mass coefficient functions for unpolarised SIA',['../group__NCMasslessSIA.html',1,'']]] + ['zero_2dmass_20coefficient_20functions_20for_20longitudinally_20polarised_20dis_1937',['Zero-mass coefficient functions for longitudinally polarised DIS',['../group__NCMasslesspol.html',1,'']]], + ['zero_2dmass_20coefficient_20functions_20for_20unpolarised_20dis_1938',['Zero-mass coefficient functions for unpolarised DIS',['../group__NCMassless.html',1,'']]], + ['zero_2dmass_20coefficient_20functions_20for_20unpolarised_20sia_1939',['Zero-mass coefficient functions for unpolarised SIA',['../group__NCMasslessSIA.html',1,'']]] ]; diff --git a/docs/html/search/namespaces_0.html b/docs/html/search/namespaces_0.html index da23b1f39..21db2c3a5 100644 --- a/docs/html/search/namespaces_0.html +++ b/docs/html/search/namespaces_0.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/namespaces_0.js b/docs/html/search/namespaces_0.js index 9188d9007..fb996bd0a 100644 --- a/docs/html/search/namespaces_0.js +++ b/docs/html/search/namespaces_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['apfel_1101',['apfel',['../namespaceapfel.html',1,'']]] + ['apfel_1091',['apfel',['../namespaceapfel.html',1,'']]] ]; diff --git a/docs/html/search/related_0.html b/docs/html/search/related_0.html index 0ae9256b3..506aaecc0 100644 --- a/docs/html/search/related_0.html +++ b/docs/html/search/related_0.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/related_0.js b/docs/html/search/related_0.js index 4c664866a..51dc06beb 100644 --- a/docs/html/search/related_0.js +++ b/docs/html/search/related_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['operator_3c_3c_1897',['operator<<',['../classapfel_1_1ConvolutionMap.html#ab4f76d761fe6b85809ec7d72f3b291b3',1,'apfel::ConvolutionMap::operator<<()'],['../classapfel_1_1DoubleObject.html#a36846289c26aa522f5be42a698e04e36',1,'apfel::DoubleObject::operator<<()'],['../classapfel_1_1Grid.html#aa4b2c002d87b2a20957f2832e312b39f',1,'apfel::Grid::operator<<()'],['../classapfel_1_1Interpolator.html#a5092e68e38f4e04ce411ba3ac92c3ac9',1,'apfel::Interpolator::operator<<()'],['../classapfel_1_1Operator.html#ad85b02048b86d0d76b64faed45ffed47',1,'apfel::Operator::operator<<()'],['../classapfel_1_1QGrid.html#a674a5b9752cf04cea100fcb1485811d2',1,'apfel::QGrid::operator<<()'],['../classapfel_1_1Set.html#ae2cb3103d4459526d6812a5666485441',1,'apfel::Set::operator<<()'],['../classapfel_1_1SubGrid.html#a92e19b1139623f0899b8ef1532a72061',1,'apfel::SubGrid::operator<<()']]] + ['operator_3c_3c_1894',['operator<<',['../classapfel_1_1ConvolutionMap.html#ab4f76d761fe6b85809ec7d72f3b291b3',1,'apfel::ConvolutionMap::operator<<()'],['../classapfel_1_1DoubleObject.html#a36846289c26aa522f5be42a698e04e36',1,'apfel::DoubleObject::operator<<()'],['../classapfel_1_1Grid.html#aa4b2c002d87b2a20957f2832e312b39f',1,'apfel::Grid::operator<<()'],['../classapfel_1_1Interpolator.html#a5092e68e38f4e04ce411ba3ac92c3ac9',1,'apfel::Interpolator::operator<<()'],['../classapfel_1_1Operator.html#ad85b02048b86d0d76b64faed45ffed47',1,'apfel::Operator::operator<<()'],['../classapfel_1_1QGrid.html#a674a5b9752cf04cea100fcb1485811d2',1,'apfel::QGrid::operator<<()'],['../classapfel_1_1Set.html#ae2cb3103d4459526d6812a5666485441',1,'apfel::Set::operator<<()'],['../classapfel_1_1SubGrid.html#a92e19b1139623f0899b8ef1532a72061',1,'apfel::SubGrid::operator<<()']]] ]; diff --git a/docs/html/search/search.css b/docs/html/search/search.css index 0e696e42e..ac679a898 100644 --- a/docs/html/search/search.css +++ b/docs/html/search/search.css @@ -204,12 +204,14 @@ a.SRScope:focus, a.SRScope:active { span.SRScope { padding-left: 4px; + font-family: Arial, Verdana, sans-serif; } .SRPage .SRStatus { padding: 2px 5px; font-size: 8pt; font-style: italic; + font-family: Arial, Verdana, sans-serif; } .SRResult { diff --git a/docs/html/search/variables_0.html b/docs/html/search/variables_0.html index 2c09f3141..1e477c08c 100644 --- a/docs/html/search/variables_0.html +++ b/docs/html/search/variables_0.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_0.js b/docs/html/search/variables_0.js index 2f21fe6a4..7aa1ade83 100644 --- a/docs/html/search/variables_0.js +++ b/docs/html/search/variables_0.js @@ -1,79 +1,82 @@ var searchData= [ - ['_5fa0_1620',['_a0',['../classapfel_1_1C22Tnsp.html#a73ebc7a932d14ff8928492d90e4b0af7',1,'apfel::C22Tnsp::_a0()'],['../classapfel_1_1C32Tnsp.html#a7e2c47979a861831c562976ebce9790d',1,'apfel::C32Tnsp::_a0()']]], - ['_5fa1_1621',['_a1',['../classapfel_1_1C22Tnsp.html#a992740274dece709315cb1f899560f4e',1,'apfel::C22Tnsp::_a1()'],['../classapfel_1_1C32Tnsp.html#ac0778ce4c9c3742b4d0f2196f770a0e6',1,'apfel::C32Tnsp::_a1()']]], - ['_5fa2_1622',['_A2',['../classapfel_1_1C2Vqqff.html#a10cd4c3fbb4b96a1e0c549e6bf2fb956',1,'apfel::C2Vqqff::_A2()'],['../classapfel_1_1C2ggff.html#ac27f4e1179adb2e0cf4693965522b558',1,'apfel::C2ggff::_A2()'],['../classapfel_1_1C2Vqqpdf.html#ae9daf0659fc5f2ad0fdc146452d32ec3',1,'apfel::C2Vqqpdf::_A2()'],['../classapfel_1_1C2ggpdf.html#addb57d6ccaaa2735d559aca22d758256',1,'apfel::C2ggpdf::_A2()'],['../classapfel_1_1C3Vqqpdf.html#a00df3ac109404511533a2fae80bebc57',1,'apfel::C3Vqqpdf::_A2()'],['../classapfel_1_1P1transnsp.html#aaf85b5327035ed14653978da017f4d5b',1,'apfel::P1transnsp::_a2()'],['../classapfel_1_1P1Ttransnsp.html#a0d53c572b00b5f2a51423f182bf58515',1,'apfel::P1Ttransnsp::_a2()'],['../classapfel_1_1P1nsp.html#ad0eb872f324f49a5b374b08bd5c56c45',1,'apfel::P1nsp::_a2()'],['../classapfel_1_1P1Tnsp.html#a87c6861edb396be5ac97c39071a9d3ac',1,'apfel::P1Tnsp::_a2()'],['../classapfel_1_1C22Tnsp.html#aad2be65826d6a28ad59494e9608a48f8',1,'apfel::C22Tnsp::_a2()'],['../classapfel_1_1C32Tnsp.html#a7975a44d565dd9d671ed890c69c61b41',1,'apfel::C32Tnsp::_a2()']]], - ['_5fa2g_1623',['_a2g',['../classapfel_1_1P1polgg.html#a732ad91451bc495449596f1a45425183',1,'apfel::P1polgg::_a2g()'],['../classapfel_1_1P1gg.html#a45d5effc66a5da6b0dc796c808bc68f7',1,'apfel::P1gg::_a2g()'],['../classapfel_1_1P1Tgg.html#abd1fedd16be272106f1caafdf6fc81ef',1,'apfel::P1Tgg::_a2g()']]], - ['_5fa3_1624',['_A3',['../classapfel_1_1C2Vqqff.html#ac8d5c7bdf5cfc88cc0c3125e9e3ed11a',1,'apfel::C2Vqqff::_A3()'],['../classapfel_1_1C2ggff.html#a65b1003771799d6fadcaa4946dbf0c9c',1,'apfel::C2ggff::_A3()'],['../classapfel_1_1C22Tnsp.html#a18bc5a77b46ae852f3a8db853fce201e',1,'apfel::C22Tnsp::_a3()'],['../classapfel_1_1C32Tnsp.html#aa5314ddddadf6162801f8645caf61135',1,'apfel::C32Tnsp::_a3()']]], - ['_5fadler_1625',['_adler',['../classapfel_1_1Cm22nsNC.html#af45adc4ce044a41c6ea0867b8e69ef89',1,'apfel::Cm22nsNC']]], - ['_5fas_1626',['_as',['../classapfel_1_1InitialiseEvolution.html#adbd791ac90d75b3656c13b3e34c8841c',1,'apfel::InitialiseEvolution']]], - ['_5faw_1627',['_aw',['../classapfel_1_1DoubleExponentialQuadrature.html#a48457b7ce7e2f58cc7a4289c8de5ba00',1,'apfel::DoubleExponentialQuadrature']]], - ['_5fbetafunction_1628',['_BetaFunction',['../classapfel_1_1AlphaQCD.html#a0d12827e7aad49126d2ea80cf4c645cd',1,'apfel::AlphaQCD::_BetaFunction()'],['../classapfel_1_1AlphaQED.html#a669e2d5791dc458e93b9402d4f121750',1,'apfel::AlphaQED::_BetaFunction()']]], - ['_5fcoefficientfunctions_1629',['_CoefficientFunctions',['../classapfel_1_1Observable.html#a34a42b06ee3c68e7af33218e0d827c86',1,'apfel::Observable']]], - ['_5fcutoff_1630',['_CutOff',['../classapfel_1_1OgataQuadrature.html#afb16092a8e7aa5da16e073181246b24a',1,'apfel::OgataQuadrature']]], - ['_5fdata_1631',['_data',['../classapfel_1_1matrix.html#aed7eab675e9de58009dec113fef48dc1',1,'apfel::matrix']]], - ['_5fdglapobj_1632',['_DglapObj',['../classapfel_1_1InitialiseEvolution.html#ab62e99d9183dfb26361bd197cf2f6d2c',1,'apfel::InitialiseEvolution']]], - ['_5fdistributionjointgrid_1633',['_distributionJointGrid',['../classapfel_1_1Interpolator.html#a9054c97a66105a3af624834ea49ab3d5',1,'apfel::Interpolator']]], - ['_5fdistributionsubgrid_1634',['_distributionSubGrid',['../classapfel_1_1Interpolator.html#a08d213653646c8598d07aae2ae6afcff',1,'apfel::Interpolator']]], - ['_5feps_1635',['_eps',['../classapfel_1_1TwoBodyPhaseSpace.html#a28960c52ccea4f0f2422da7b1b921262',1,'apfel::TwoBodyPhaseSpace']]], - ['_5ferbl_1636',['_erbl',['../classapfel_1_1Operator.html#ae6c0584d4cb48d760cbed8ed838177df',1,'apfel::Operator']]], - ['_5feta_1637',['_eta',['../classapfel_1_1Expression.html#ac64c55986740b395e3bfe85a78d980e9',1,'apfel::Expression']]], - ['_5fetamax_1638',['_etamax',['../classapfel_1_1TwoBodyPhaseSpace.html#ab1a069eec6f14454431279d3dab77cd2',1,'apfel::TwoBodyPhaseSpace']]], - ['_5fetamin_1639',['_etamin',['../classapfel_1_1TwoBodyPhaseSpace.html#afaa61809c14d94e3c3a31c328c42b0a6',1,'apfel::TwoBodyPhaseSpace']]], - ['_5fextvar_1640',['_extvar',['../classapfel_1_1Expression.html#a11a7ff9afcac4667b3b3c3b6118dc9f3',1,'apfel::Expression']]], - ['_5ffqg_1641',['_fQg',['../classapfel_1_1QGrid.html#af11497a9f67e8e10192e5ee1d816dade',1,'apfel::QGrid']]], - ['_5ffunc_1642',['_func',['../classapfel_1_1Integrator.html#a16b1d48903d15ec270a1d516d2d0d032',1,'apfel::Integrator::_func()'],['../classapfel_1_1Integrator2D.html#a0afc8a76986c0b099bdb41340b3b8141',1,'apfel::Integrator2D::_func()']]], - ['_5fg_1643',['_g',['../classapfel_1_1InitialiseEvolution.html#a223f7ec4987e8439ce7c0cc89bcfd360',1,'apfel::InitialiseEvolution']]], - ['_5fglobalgrid_1644',['_GlobalGrid',['../classapfel_1_1Grid.html#ae21efbaa383663c4459f40d42f505daf',1,'apfel::Grid']]], - ['_5fgrid_1645',['_grid',['../classapfel_1_1Interpolator.html#a6a98ca87f7d781661a98038e753c1c27',1,'apfel::Interpolator::_grid()'],['../classapfel_1_1Operator.html#a07ea5d7c9382f4566be27fd651bfb600',1,'apfel::Operator::_grid()']]], - ['_5fgridvalues_1646',['_GridValues',['../classapfel_1_1QGrid.html#adfd57f2e4dee56d62a86e45d5185b2b3',1,'apfel::QGrid']]], - ['_5fh_1647',['_h',['../classapfel_1_1OgataQuadrature.html#ac91cacd8c36474c92961ec6009acc686',1,'apfel::OgataQuadrature']]], - ['_5fimin_1648',['_imin',['../classapfel_1_1ExtendedVector.html#a4d0a33f69ec57a5dc76545768d910404',1,'apfel::ExtendedVector']]], - ['_5fimod_1649',['_imod',['../classapfel_1_1P3nsp.html#ac37cab2ef8fec09b53e08c76f6e03c8d',1,'apfel::P3nsp::_imod()'],['../classapfel_1_1P3nsm.html#a0893397159130e15bfaa9ea357a71577',1,'apfel::P3nsm::_imod()'],['../classapfel_1_1P3nss.html#a60f23c4949e69fab7a491d028fcffa76',1,'apfel::P3nss::_imod()']]], - ['_5finterdegree_1650',['_InterDegree',['../classapfel_1_1QGrid.html#acff3cc7b2a176990a937c6d25b84ff24',1,'apfel::QGrid::_InterDegree()'],['../classapfel_1_1SubGrid.html#aa4519b25fee1c9b8f975e46791aff4fc',1,'apfel::SubGrid::_InterDegree()']]], - ['_5fjointgrid_1651',['_JointGrid',['../classapfel_1_1Grid.html#a9144e68087d69ad9239f76093b63a772',1,'apfel::Grid']]], - ['_5fjointtosubmap_1652',['_JointToSubMap',['../classapfel_1_1Grid.html#ad15501a23ccbfc0ce20dfacfee308188',1,'apfel::Grid']]], - ['_5fknotarray_1653',['_KnotArray',['../classapfel_1_1InitialiseEvolution.html#afc88a52384035b9a18fb4a6bb7e30aee',1,'apfel::InitialiseEvolution']]], - ['_5flogmuref2_1654',['_LogMuRef2',['../classapfel_1_1MatchedEvolution.html#a81fdc990b6c6c1fba5d4d424dbe12947',1,'apfel::MatchedEvolution']]], - ['_5flogthresholds2_1655',['_LogThresholds2',['../classapfel_1_1MatchedEvolution.html#a83d38d00b2c4f62c1ea196febcc0a533',1,'apfel::MatchedEvolution']]], - ['_5flxsg_1656',['_lxsg',['../classapfel_1_1SubGrid.html#ae531f074711c454f6e28b9212fa730be',1,'apfel::SubGrid']]], - ['_5fmap_1657',['_map',['../classapfel_1_1Set.html#a271510f77a70002dc352648a41867307',1,'apfel::Set']]], - ['_5fmatchingconditions_1658',['_MatchingConditions',['../classapfel_1_1AlphaQCD.html#a0cb6b7c81c6bfa688b3790140c73e4f0',1,'apfel::AlphaQCD::_MatchingConditions()'],['../classapfel_1_1Dglap.html#a8934eb2e07103d88fd051610b5631f31',1,'apfel::Dglap::_MatchingConditions()']]], - ['_5fmethod_1659',['_method',['../classapfel_1_1Integrator.html#a665992f89a03680e76d9f42da9cd4c3c',1,'apfel::Integrator::_method()'],['../classapfel_1_1Integrator2D.html#a815894f51ecff94df61ec253430c3ba6',1,'apfel::Integrator2D::_method()']]], - ['_5fmuref_1660',['_MuRef',['../classapfel_1_1MatchedEvolution.html#af599dcd5f9f52f0d271aa15497c680d7',1,'apfel::MatchedEvolution']]], - ['_5fmuref2_1661',['_MuRef2',['../classapfel_1_1MatchedEvolution.html#aca6a5231a81ee5e40ba29f185d4c7890',1,'apfel::MatchedEvolution']]], - ['_5fname_1662',['_name',['../classapfel_1_1ConvolutionMap.html#a291fc7fd16bb766e49cb0f6064040100',1,'apfel::ConvolutionMap']]], - ['_5fnf_1663',['_nf',['../classapfel_1_1Pgpd0ggDGLAP.html#ad24e8c30462e0b07fb55fc5bfe75e202',1,'apfel::Pgpd0ggDGLAP::_nf()'],['../classapfel_1_1Pgpd0ggERBL.html#a28d5e4d3b4f7d8642922f51a86909834',1,'apfel::Pgpd0ggERBL::_nf()'],['../classapfel_1_1C2Vqqff.html#a58802f8768e4c2df7c4f81c669b9d1db',1,'apfel::C2Vqqff::_nf()'],['../classapfel_1_1C2gqff.html#aacbdb3bdb7878e4e47319e0d2a6e10cf',1,'apfel::C2gqff::_nf()'],['../classapfel_1_1C2ggff.html#acab017eecd987a1241c0ec72a6507e3e',1,'apfel::C2ggff::_nf()'],['../classapfel_1_1C2Vqqpdf.html#a0db2d4bdd2b6f1693c50f253903fdee6',1,'apfel::C2Vqqpdf::_nf()'],['../classapfel_1_1C2gqpdf.html#aa4f6e42226984ddf4bcc8ddc3da4c143',1,'apfel::C2gqpdf::_nf()'],['../classapfel_1_1C2ggpdf.html#ab0a31aa367ed8689eaf140c9eb7a94e2',1,'apfel::C2ggpdf::_nf()'],['../classapfel_1_1C3Vqqpdf.html#a25198f3499e92443ed713e236496894a',1,'apfel::C3Vqqpdf::_nf()'],['../classapfel_1_1C3Vqqbpdf.html#a353b2f56ec123b93c7454dfbdcc7272a',1,'apfel::C3Vqqbpdf::_nf()'],['../classapfel_1_1C3pspdf.html#afe5d4bc1ecd917c9813ec147f87eda86',1,'apfel::C3pspdf::_nf()'],['../classapfel_1_1C3qgpdf.html#a1903c92b59cba16e998114c39c8819a8',1,'apfel::C3qgpdf::_nf()'],['../classapfel_1_1P0polqg.html#ae02196846e4ef8cdc7bb059dd40d7069',1,'apfel::P0polqg::_nf()'],['../classapfel_1_1P0polgg.html#a011665cda94f16c533580e96cfd2ec5e',1,'apfel::P0polgg::_nf()'],['../classapfel_1_1P1polps.html#a883b17a2c76f5f03761bae1de94eb2d5',1,'apfel::P1polps::_nf()'],['../classapfel_1_1P1polqg.html#a6fe92568a29c92e422d6d7d5fd2deb35',1,'apfel::P1polqg::_nf()'],['../classapfel_1_1P1polgq.html#a47a164498fd0bb0739ea5d731de7017b',1,'apfel::P1polgq::_nf()'],['../classapfel_1_1P1polgg.html#a75d82bae9f6737572d0f8ffff56b39ff',1,'apfel::P1polgg::_nf()'],['../classapfel_1_1P2polps.html#a893159e1c46815c0b1cf5b48ab9b4ec2',1,'apfel::P2polps::_nf()'],['../classapfel_1_1P2polqg.html#a2fa30886da0bc2109456630de41be30a',1,'apfel::P2polqg::_nf()'],['../classapfel_1_1P2polgq.html#a84379216aa1ddabcf6a6069127f935dc',1,'apfel::P2polgq::_nf()'],['../classapfel_1_1P2polgg.html#abfad3b98a6383fd525e3ec4f973d9a73',1,'apfel::P2polgg::_nf()'],['../classapfel_1_1P1transnsp.html#a267a2f26afb65af38a85d44fef5f6650',1,'apfel::P1transnsp::_nf()'],['../classapfel_1_1P1Ttransnsp.html#a4157b36f7a0488b4f5c649abf4def7dc',1,'apfel::P1Ttransnsp::_nf()'],['../classapfel_1_1P0qg.html#ab958b1f5d68a9df92501d46022726c40',1,'apfel::P0qg::_nf()'],['../classapfel_1_1P0gg.html#accb2403a7f7c0ca90e809934baac0096',1,'apfel::P0gg::_nf()'],['../classapfel_1_1P1nsp.html#ae8ec64d60ce93d626ed82652a494fd34',1,'apfel::P1nsp::_nf()'],['../classapfel_1_1P1ps.html#aa104e518f3eacaeafa70e4ffa786e7b2',1,'apfel::P1ps::_nf()'],['../classapfel_1_1P1qg.html#ade04669d62a65c9f45084c92f9e723b5',1,'apfel::P1qg::_nf()'],['../classapfel_1_1P1gq.html#a0887338a2267b4b86672bc1711bf9b1b',1,'apfel::P1gq::_nf()'],['../classapfel_1_1P1gg.html#a9c805f20663c3d072ac9a53d84343b28',1,'apfel::P1gg::_nf()'],['../classapfel_1_1P2nsp.html#a5345a9441af76cd70cc1e0f7a90a1dfb',1,'apfel::P2nsp::_nf()'],['../classapfel_1_1P2nsm.html#ad4f62818aef1d8409f674a379a33476d',1,'apfel::P2nsm::_nf()'],['../classapfel_1_1P2nss.html#a2f953a8140e86060f8a76b20ec256fef',1,'apfel::P2nss::_nf()'],['../classapfel_1_1P2ps.html#ac8054d704e6a2cb3ad54f937db6dbc11',1,'apfel::P2ps::_nf()'],['../classapfel_1_1P2qg.html#af40286b7ecabe9eb73b16d1aaa41acfc',1,'apfel::P2qg::_nf()'],['../classapfel_1_1P2gq.html#a4cdbfe952a50e54463c159470186895e',1,'apfel::P2gq::_nf()'],['../classapfel_1_1P2gg.html#a622f320f0d0eb19238456f693dc2852b',1,'apfel::P2gg::_nf()'],['../classapfel_1_1P3nsp.html#a2da0c8dfe5472c0da0987f9cdee81867',1,'apfel::P3nsp::_nf()'],['../classapfel_1_1P3nsm.html#a1614231a78411d6dd73826e9c4c73d3e',1,'apfel::P3nsm::_nf()'],['../classapfel_1_1P3nss.html#abeb8598de81bd8740903512916fe7af8',1,'apfel::P3nss::_nf()'],['../classapfel_1_1P0Tqg.html#abe0b0c13d868c70b3a6354e38a0849f3',1,'apfel::P0Tqg::_nf()'],['../classapfel_1_1P0Tgg.html#a6930cbd825dfdd60381327bc9b9b8b5d',1,'apfel::P0Tgg::_nf()'],['../classapfel_1_1P1Tnsp.html#a34c05f0161269adf8cb2a27ecad1644a',1,'apfel::P1Tnsp::_nf()'],['../classapfel_1_1P1Tps.html#adc8c70afaeeae0c5d165a7c911b77b9b',1,'apfel::P1Tps::_nf()'],['../classapfel_1_1P1Tqg.html#a73c0877842d3fbaee9961f2de593f3ba',1,'apfel::P1Tqg::_nf()'],['../classapfel_1_1P1Tgq.html#aea1369faa1fa424081d6ec115cab2efd',1,'apfel::P1Tgq::_nf()'],['../classapfel_1_1P1Tgg.html#ab8fec384164e349b7b5e878ec8879b53',1,'apfel::P1Tgg::_nf()'],['../classapfel_1_1P2Tnsp.html#a3a1b828d5485d97875c9790a09256150',1,'apfel::P2Tnsp::_nf()'],['../classapfel_1_1P2Tnsm.html#a04424dca7e30c3ca3034e95688ff179c',1,'apfel::P2Tnsm::_nf()'],['../classapfel_1_1P2Tnss.html#ab05d2b37dd47ba451f0806184978cea8',1,'apfel::P2Tnss::_nf()'],['../classapfel_1_1P2Tps.html#ac6c27fca0680c269ea5f707a10bf83d9',1,'apfel::P2Tps::_nf()'],['../classapfel_1_1P2Tqg.html#a7d1f3fe85360a567125046e188dae494',1,'apfel::P2Tqg::_nf()'],['../classapfel_1_1P2Tgq.html#a05d904ad920093d68a4e35f25ce56547',1,'apfel::P2Tgq::_nf()'],['../classapfel_1_1P2Tgg.html#aa36cd7b206edcf51dec2f51eb32cd5ee',1,'apfel::P2Tgg::_nf()'],['../classapfel_1_1C22nsp.html#aa551cc387ab4287f6cb3c51839609627',1,'apfel::C22nsp::_nf()'],['../classapfel_1_1C22nsm.html#a9ff56fbcb47abfd5879c26069a7f5c90',1,'apfel::C22nsm::_nf()'],['../classapfel_1_1CL2nsp.html#abda36d1a04f2f56e4e75d6cce1d1778c',1,'apfel::CL2nsp::_nf()'],['../classapfel_1_1CL2nsm.html#a984a05b906a4bd4353627e753d42f8e9',1,'apfel::CL2nsm::_nf()'],['../classapfel_1_1C32nsp.html#a91c65b957056bba7fdb2c419d78728a1',1,'apfel::C32nsp::_nf()'],['../classapfel_1_1C32nsm.html#aac3205351d39a97902474aab9313ce70',1,'apfel::C32nsm::_nf()'],['../classapfel_1_1C22Tnsp.html#ad4c22c28c9eb4334e3a2c3f36566cd8b',1,'apfel::C22Tnsp::_nf()'],['../classapfel_1_1CL2Tnsp.html#a8b2cbae2c0d3ee9be1329510e898a58c',1,'apfel::CL2Tnsp::_nf()'],['../classapfel_1_1C32Tnsp.html#a3ceb8c2368aa3c263771082c00db5498',1,'apfel::C32Tnsp::_nf()']]], - ['_5fnq_1664',['_nQ',['../classapfel_1_1QGrid.html#aa4b3a59aea70c79d260592cbfdb316a3',1,'apfel::QGrid']]], - ['_5fnqg_1665',['_nQg',['../classapfel_1_1QGrid.html#a5ce1374dcd1a206c86b6bc1a80aadf57',1,'apfel::QGrid']]], - ['_5fnsteps_1666',['_nsteps',['../classapfel_1_1MatchedEvolution.html#a016c0e4076ad1f37e41eb2b6e4772cc1',1,'apfel::MatchedEvolution']]], - ['_5fnu_1667',['_nu',['../classapfel_1_1DoubleExponentialQuadrature.html#a4e34f614fe31b2b1d722cccbd0528a22',1,'apfel::DoubleExponentialQuadrature']]], - ['_5fnx_1668',['_nx',['../classapfel_1_1SubGrid.html#a661733d2dc527c9ebcc8c70662e3589a',1,'apfel::SubGrid']]], - ['_5fobjects_1669',['_Objects',['../classapfel_1_1Observable.html#ae246a1c57ff8c621fc0cec85a3da7c2e',1,'apfel::Observable::_Objects()'],['../classapfel_1_1Set.html#ac26612986822c3154a3e39dd487f5d40',1,'apfel::Set::_objects()']]], - ['_5fobjref_1670',['_ObjRef',['../classapfel_1_1MatchedEvolution.html#af2162e911beb35f80578121db1b84d97',1,'apfel::MatchedEvolution']]], - ['_5foperator_1671',['_Operator',['../classapfel_1_1Operator.html#a07e107c11a823ef3565e825f172d1d0e',1,'apfel::Operator']]], - ['_5fpt_1672',['_pt',['../classapfel_1_1AlphaQCD.html#aec137161168c29252dcd74d7565f5355',1,'apfel::AlphaQCD::_pt()'],['../classapfel_1_1AlphaQED.html#aa14d686efe7c0db6812d2a57dd6d0fb0',1,'apfel::AlphaQED::_pt()']]], - ['_5fptmin_1673',['_pTmin',['../classapfel_1_1TwoBodyPhaseSpace.html#a4616f8922d3efd925e333eb620d75d46',1,'apfel::TwoBodyPhaseSpace']]], - ['_5fqg_1674',['_Qg',['../classapfel_1_1QGrid.html#ac50acb129168150b4c201835217e19ac',1,'apfel::QGrid']]], - ['_5fqmax_1675',['_QMax',['../classapfel_1_1QGrid.html#acceeb20586bb7797a442185d32b9bbae',1,'apfel::QGrid']]], - ['_5fqmin_1676',['_QMin',['../classapfel_1_1QGrid.html#a4f7c4faa8b1e9ba80331661994123089',1,'apfel::QGrid']]], - ['_5frules_1677',['_rules',['../classapfel_1_1ConvolutionMap.html#af09aefa369acec757323cb45493d5aeb',1,'apfel::ConvolutionMap']]], - ['_5fsetup_1678',['_setup',['../classapfel_1_1InitialiseEvolution.html#aff56e8f30c1ace113fa62309c411221c',1,'apfel::InitialiseEvolution']]], - ['_5fsize_1679',['_size',['../classapfel_1_1matrix.html#a1a09298fa1219f356b2329914ff1b01c',1,'apfel::matrix']]], - ['_5fsplittingfunctions_1680',['_SplittingFunctions',['../classapfel_1_1Dglap.html#af722ff596c7beaaf23506d9983f4d52d',1,'apfel::Dglap']]], - ['_5fstarttime_1681',['_startTime',['../classapfel_1_1Timer.html#a142b7ba0ababdbb97cc16431753951f9',1,'apfel::Timer']]], - ['_5fstep_1682',['_Step',['../classapfel_1_1SubGrid.html#ae34adf9e8480d0218ea472dbed0cb2ac',1,'apfel::SubGrid']]], - ['_5fsubtojointmap_1683',['_SubToJointMap',['../classapfel_1_1Grid.html#a33e3f6558476bc799789c4e7a092cb78',1,'apfel::Grid']]], - ['_5ftabfunc_1684',['_TabFunc',['../classapfel_1_1QGrid.html#a7d7765d66bbd218ed474d2aaf859cb88',1,'apfel::QGrid']]], - ['_5fterms_1685',['_terms',['../classapfel_1_1DoubleObject.html#a296c6957fd6bfdef3a1024b54c0c04b8',1,'apfel::DoubleObject']]], - ['_5fthresholds_1686',['_Thresholds',['../classapfel_1_1MatchedEvolution.html#a345fedfefe33962f4f7ceb9b2f8638e8',1,'apfel::MatchedEvolution::_Thresholds()'],['../classapfel_1_1QGrid.html#af4d8ebad864790a72b74f5532bee6919',1,'apfel::QGrid::_Thresholds()']]], - ['_5fthresholds2_1687',['_Thresholds2',['../classapfel_1_1MatchedEvolution.html#af026d0e84560490983f5db02c6f55507',1,'apfel::MatchedEvolution']]], - ['_5fvector_1688',['_vector',['../classapfel_1_1ExtendedVector.html#a70d60d49ab620b00fe79bd6eae6957c9',1,'apfel::ExtendedVector']]], - ['_5fweights_1689',['_weights',['../classapfel_1_1OgataQuadrature.html#a63c4c4ee1b8d499b9879db182e7b321c',1,'apfel::OgataQuadrature']]], - ['_5fwritegrid_1690',['_WriteGrid',['../classapfel_1_1InitialiseEvolution.html#ace788f48892622cbaecb335eb28edc01',1,'apfel::InitialiseEvolution']]], - ['_5fxf_1691',['_xf',['../classapfel_1_1OgataQuadrature.html#a2ab434d5db17239eda81a4895e56f3f7',1,'apfel::OgataQuadrature']]], - ['_5fxi_1692',['_xi',['../classapfel_1_1Pgpd0nsDGLAP.html#a925d36fc0ac4e6a90bc6e67935b00315',1,'apfel::Pgpd0nsDGLAP::_xi()'],['../classapfel_1_1Pgpd0nsERBL.html#aae7799204834f74bd2399bfd314a4677',1,'apfel::Pgpd0nsERBL::_xi()'],['../classapfel_1_1Pgpd0qgDGLAP.html#a6ae8c09ff6139e91b1e76136d9b87c0d',1,'apfel::Pgpd0qgDGLAP::_xi()'],['../classapfel_1_1Pgpd0qgERBL.html#a28f37ee861199761b568be0dd77e4be7',1,'apfel::Pgpd0qgERBL::_xi()'],['../classapfel_1_1Pgpd0gqDGLAP.html#a4b293d897ee5ba15763d3e74fd726172',1,'apfel::Pgpd0gqDGLAP::_xi()'],['../classapfel_1_1Pgpd0gqERBL.html#a3f843344bcf4082a191ac51863ae9955',1,'apfel::Pgpd0gqERBL::_xi()'],['../classapfel_1_1Pgpd0ggDGLAP.html#a3b910aa34dcb42f8827e5525a702d465',1,'apfel::Pgpd0ggDGLAP::_xi()'],['../classapfel_1_1Pgpd0ggERBL.html#afc06f667834dda265e35be739413f99b',1,'apfel::Pgpd0ggERBL::_xi()']]], - ['_5fxmax_1693',['_xMax',['../classapfel_1_1SubGrid.html#ab73f59f5d7f8284a86150f813902d924',1,'apfel::SubGrid']]], - ['_5fxmin_1694',['_xMin',['../classapfel_1_1SubGrid.html#aa7c7452cc704137c2cf6722e0ca38c31',1,'apfel::SubGrid']]], - ['_5fxsg_1695',['_xsg',['../classapfel_1_1SubGrid.html#a1d51d2837145e52e3e64d8666c522b77',1,'apfel::SubGrid']]] + ['_5fa0_1614',['_a0',['../classapfel_1_1C22Tnsp.html#a73ebc7a932d14ff8928492d90e4b0af7',1,'apfel::C22Tnsp::_a0()'],['../classapfel_1_1C32Tnsp.html#a7e2c47979a861831c562976ebce9790d',1,'apfel::C32Tnsp::_a0()']]], + ['_5fa1_1615',['_a1',['../classapfel_1_1C22Tnsp.html#a992740274dece709315cb1f899560f4e',1,'apfel::C22Tnsp::_a1()'],['../classapfel_1_1C32Tnsp.html#ac0778ce4c9c3742b4d0f2196f770a0e6',1,'apfel::C32Tnsp::_a1()']]], + ['_5fa2_1616',['_a2',['../classapfel_1_1P1transnsp.html#aaf85b5327035ed14653978da017f4d5b',1,'apfel::P1transnsp::_a2()'],['../classapfel_1_1P1Ttransnsp.html#a0d53c572b00b5f2a51423f182bf58515',1,'apfel::P1Ttransnsp::_a2()'],['../classapfel_1_1P1nsp.html#ad0eb872f324f49a5b374b08bd5c56c45',1,'apfel::P1nsp::_a2()'],['../classapfel_1_1P1Tnsp.html#a87c6861edb396be5ac97c39071a9d3ac',1,'apfel::P1Tnsp::_a2()'],['../classapfel_1_1C22Tnsp.html#aad2be65826d6a28ad59494e9608a48f8',1,'apfel::C22Tnsp::_a2()'],['../classapfel_1_1C32Tnsp.html#a7975a44d565dd9d671ed890c69c61b41',1,'apfel::C32Tnsp::_a2()']]], + ['_5fa2_1617',['_A2',['../classapfel_1_1C2Vqqff.html#a10cd4c3fbb4b96a1e0c549e6bf2fb956',1,'apfel::C2Vqqff::_A2()'],['../classapfel_1_1C2ggff.html#ac27f4e1179adb2e0cf4693965522b558',1,'apfel::C2ggff::_A2()'],['../classapfel_1_1C2Vqqpdf.html#ae9daf0659fc5f2ad0fdc146452d32ec3',1,'apfel::C2Vqqpdf::_A2()'],['../classapfel_1_1C2ggpdf.html#addb57d6ccaaa2735d559aca22d758256',1,'apfel::C2ggpdf::_A2()'],['../classapfel_1_1C3Vqqpdf.html#a00df3ac109404511533a2fae80bebc57',1,'apfel::C3Vqqpdf::_A2()']]], + ['_5fa2g_1618',['_a2g',['../classapfel_1_1P1polgg.html#a732ad91451bc495449596f1a45425183',1,'apfel::P1polgg::_a2g()'],['../classapfel_1_1P1gg.html#a45d5effc66a5da6b0dc796c808bc68f7',1,'apfel::P1gg::_a2g()'],['../classapfel_1_1P1Tgg.html#abd1fedd16be272106f1caafdf6fc81ef',1,'apfel::P1Tgg::_a2g()']]], + ['_5fa3_1619',['_a3',['../classapfel_1_1C22Tnsp.html#a18bc5a77b46ae852f3a8db853fce201e',1,'apfel::C22Tnsp::_a3()'],['../classapfel_1_1C32Tnsp.html#aa5314ddddadf6162801f8645caf61135',1,'apfel::C32Tnsp::_a3()']]], + ['_5fa3_1620',['_A3',['../classapfel_1_1C2Vqqff.html#ac8d5c7bdf5cfc88cc0c3125e9e3ed11a',1,'apfel::C2Vqqff::_A3()'],['../classapfel_1_1C2ggff.html#a65b1003771799d6fadcaa4946dbf0c9c',1,'apfel::C2ggff::_A3()']]], + ['_5fadler_1621',['_adler',['../classapfel_1_1Cm22nsNC.html#af45adc4ce044a41c6ea0867b8e69ef89',1,'apfel::Cm22nsNC']]], + ['_5fas_1622',['_as',['../classapfel_1_1InitialiseEvolution.html#adbd791ac90d75b3656c13b3e34c8841c',1,'apfel::InitialiseEvolution']]], + ['_5faw_1623',['_aw',['../classapfel_1_1DoubleExponentialQuadrature.html#a48457b7ce7e2f58cc7a4289c8de5ba00',1,'apfel::DoubleExponentialQuadrature']]], + ['_5fbetafunction_1624',['_BetaFunction',['../classapfel_1_1AlphaQCD.html#a0d12827e7aad49126d2ea80cf4c645cd',1,'apfel::AlphaQCD::_BetaFunction()'],['../classapfel_1_1AlphaQED.html#a669e2d5791dc458e93b9402d4f121750',1,'apfel::AlphaQED::_BetaFunction()']]], + ['_5fcoefficientfunctions_1625',['_CoefficientFunctions',['../classapfel_1_1Observable.html#a34a42b06ee3c68e7af33218e0d827c86',1,'apfel::Observable']]], + ['_5fcutoff_1626',['_CutOff',['../classapfel_1_1OgataQuadrature.html#afb16092a8e7aa5da16e073181246b24a',1,'apfel::OgataQuadrature']]], + ['_5fdata_1627',['_data',['../classapfel_1_1matrix.html#aed7eab675e9de58009dec113fef48dc1',1,'apfel::matrix']]], + ['_5fdglapobj_1628',['_DglapObj',['../classapfel_1_1InitialiseEvolution.html#ab62e99d9183dfb26361bd197cf2f6d2c',1,'apfel::InitialiseEvolution']]], + ['_5fdistributionjointgrid_1629',['_distributionJointGrid',['../classapfel_1_1Interpolator.html#a9054c97a66105a3af624834ea49ab3d5',1,'apfel::Interpolator']]], + ['_5fdistributionsubgrid_1630',['_distributionSubGrid',['../classapfel_1_1Interpolator.html#a08d213653646c8598d07aae2ae6afcff',1,'apfel::Interpolator']]], + ['_5feps_1631',['_eps',['../classapfel_1_1TwoBodyPhaseSpace.html#a28960c52ccea4f0f2422da7b1b921262',1,'apfel::TwoBodyPhaseSpace']]], + ['_5feta_1632',['_eta',['../classapfel_1_1Expression.html#ac64c55986740b395e3bfe85a78d980e9',1,'apfel::Expression']]], + ['_5fetamax_1633',['_etamax',['../classapfel_1_1TwoBodyPhaseSpace.html#ab1a069eec6f14454431279d3dab77cd2',1,'apfel::TwoBodyPhaseSpace']]], + ['_5fetamin_1634',['_etamin',['../classapfel_1_1TwoBodyPhaseSpace.html#afaa61809c14d94e3c3a31c328c42b0a6',1,'apfel::TwoBodyPhaseSpace']]], + ['_5fextvar_1635',['_extvar',['../classapfel_1_1Expression.html#a11a7ff9afcac4667b3b3c3b6118dc9f3',1,'apfel::Expression']]], + ['_5ffqg_1636',['_fQg',['../classapfel_1_1QGrid.html#af11497a9f67e8e10192e5ee1d816dade',1,'apfel::QGrid']]], + ['_5ffunc_1637',['_func',['../classapfel_1_1Integrator.html#a16b1d48903d15ec270a1d516d2d0d032',1,'apfel::Integrator::_func()'],['../classapfel_1_1Integrator2D.html#a0afc8a76986c0b099bdb41340b3b8141',1,'apfel::Integrator2D::_func()']]], + ['_5fg_1638',['_g',['../classapfel_1_1InitialiseEvolution.html#a223f7ec4987e8439ce7c0cc89bcfd360',1,'apfel::InitialiseEvolution']]], + ['_5fglobalgrid_1639',['_GlobalGrid',['../classapfel_1_1Grid.html#ae21efbaa383663c4459f40d42f505daf',1,'apfel::Grid']]], + ['_5fgrid_1640',['_grid',['../classapfel_1_1Interpolator.html#a6a98ca87f7d781661a98038e753c1c27',1,'apfel::Interpolator::_grid()'],['../classapfel_1_1Operator.html#a07ea5d7c9382f4566be27fd651bfb600',1,'apfel::Operator::_grid()']]], + ['_5fgridvalues_1641',['_GridValues',['../classapfel_1_1QGrid.html#adfd57f2e4dee56d62a86e45d5185b2b3',1,'apfel::QGrid']]], + ['_5fh_1642',['_h',['../classapfel_1_1OgataQuadrature.html#ac91cacd8c36474c92961ec6009acc686',1,'apfel::OgataQuadrature']]], + ['_5fimin_1643',['_imin',['../classapfel_1_1ExtendedVector.html#a4d0a33f69ec57a5dc76545768d910404',1,'apfel::ExtendedVector']]], + ['_5fimod_1644',['_imod',['../classapfel_1_1P3nsp.html#ac37cab2ef8fec09b53e08c76f6e03c8d',1,'apfel::P3nsp::_imod()'],['../classapfel_1_1P3nsm.html#a0893397159130e15bfaa9ea357a71577',1,'apfel::P3nsm::_imod()'],['../classapfel_1_1P3nss.html#a60f23c4949e69fab7a491d028fcffa76',1,'apfel::P3nss::_imod()']]], + ['_5finterdegree_1645',['_InterDegree',['../classapfel_1_1QGrid.html#acff3cc7b2a176990a937c6d25b84ff24',1,'apfel::QGrid::_InterDegree()'],['../classapfel_1_1SubGrid.html#aa4519b25fee1c9b8f975e46791aff4fc',1,'apfel::SubGrid::_InterDegree()']]], + ['_5fjointgrid_1646',['_JointGrid',['../classapfel_1_1Grid.html#a9144e68087d69ad9239f76093b63a772',1,'apfel::Grid']]], + ['_5fjointtosubmap_1647',['_JointToSubMap',['../classapfel_1_1Grid.html#ad15501a23ccbfc0ce20dfacfee308188',1,'apfel::Grid']]], + ['_5fknotarray_1648',['_KnotArray',['../classapfel_1_1InitialiseEvolution.html#afc88a52384035b9a18fb4a6bb7e30aee',1,'apfel::InitialiseEvolution']]], + ['_5flogmuref2_1649',['_LogMuRef2',['../classapfel_1_1MatchedEvolution.html#a81fdc990b6c6c1fba5d4d424dbe12947',1,'apfel::MatchedEvolution']]], + ['_5flogthresholds2_1650',['_LogThresholds2',['../classapfel_1_1MatchedEvolution.html#a83d38d00b2c4f62c1ea196febcc0a533',1,'apfel::MatchedEvolution']]], + ['_5flxsg_1651',['_lxsg',['../classapfel_1_1SubGrid.html#ae531f074711c454f6e28b9212fa730be',1,'apfel::SubGrid']]], + ['_5fmap_1652',['_map',['../classapfel_1_1Set.html#a271510f77a70002dc352648a41867307',1,'apfel::Set']]], + ['_5fmatchingconditions_1653',['_MatchingConditions',['../classapfel_1_1AlphaQCD.html#a0cb6b7c81c6bfa688b3790140c73e4f0',1,'apfel::AlphaQCD::_MatchingConditions()'],['../classapfel_1_1Dglap.html#a8934eb2e07103d88fd051610b5631f31',1,'apfel::Dglap::_MatchingConditions()']]], + ['_5fmethod_1654',['_method',['../classapfel_1_1Integrator.html#a665992f89a03680e76d9f42da9cd4c3c',1,'apfel::Integrator::_method()'],['../classapfel_1_1Integrator2D.html#a815894f51ecff94df61ec253430c3ba6',1,'apfel::Integrator2D::_method()']]], + ['_5fmuref_1655',['_MuRef',['../classapfel_1_1MatchedEvolution.html#af599dcd5f9f52f0d271aa15497c680d7',1,'apfel::MatchedEvolution']]], + ['_5fmuref2_1656',['_MuRef2',['../classapfel_1_1MatchedEvolution.html#aca6a5231a81ee5e40ba29f185d4c7890',1,'apfel::MatchedEvolution']]], + ['_5fname_1657',['_name',['../classapfel_1_1ConvolutionMap.html#a291fc7fd16bb766e49cb0f6064040100',1,'apfel::ConvolutionMap']]], + ['_5fnf_1658',['_nf',['../classapfel_1_1Pgpd0qg.html#a2ed4883c3dc8ef59dddac5b5a154b2da',1,'apfel::Pgpd0qg::_nf()'],['../classapfel_1_1Pgpd0gg.html#aabb7873690de84eff203b34eed17c8ea',1,'apfel::Pgpd0gg::_nf()'],['../classapfel_1_1C2Vqqff.html#a58802f8768e4c2df7c4f81c669b9d1db',1,'apfel::C2Vqqff::_nf()'],['../classapfel_1_1C2gqff.html#aacbdb3bdb7878e4e47319e0d2a6e10cf',1,'apfel::C2gqff::_nf()'],['../classapfel_1_1C2ggff.html#acab017eecd987a1241c0ec72a6507e3e',1,'apfel::C2ggff::_nf()'],['../classapfel_1_1C2Vqqpdf.html#a0db2d4bdd2b6f1693c50f253903fdee6',1,'apfel::C2Vqqpdf::_nf()'],['../classapfel_1_1C2gqpdf.html#aa4f6e42226984ddf4bcc8ddc3da4c143',1,'apfel::C2gqpdf::_nf()'],['../classapfel_1_1C2ggpdf.html#ab0a31aa367ed8689eaf140c9eb7a94e2',1,'apfel::C2ggpdf::_nf()'],['../classapfel_1_1C3Vqqpdf.html#a25198f3499e92443ed713e236496894a',1,'apfel::C3Vqqpdf::_nf()'],['../classapfel_1_1C3Vqqbpdf.html#a353b2f56ec123b93c7454dfbdcc7272a',1,'apfel::C3Vqqbpdf::_nf()'],['../classapfel_1_1C3pspdf.html#afe5d4bc1ecd917c9813ec147f87eda86',1,'apfel::C3pspdf::_nf()'],['../classapfel_1_1C3qgpdf.html#a1903c92b59cba16e998114c39c8819a8',1,'apfel::C3qgpdf::_nf()'],['../classapfel_1_1P0polqg.html#ae02196846e4ef8cdc7bb059dd40d7069',1,'apfel::P0polqg::_nf()'],['../classapfel_1_1P0polgg.html#a011665cda94f16c533580e96cfd2ec5e',1,'apfel::P0polgg::_nf()'],['../classapfel_1_1P1polps.html#a883b17a2c76f5f03761bae1de94eb2d5',1,'apfel::P1polps::_nf()'],['../classapfel_1_1P1polqg.html#a6fe92568a29c92e422d6d7d5fd2deb35',1,'apfel::P1polqg::_nf()'],['../classapfel_1_1P1polgq.html#a47a164498fd0bb0739ea5d731de7017b',1,'apfel::P1polgq::_nf()'],['../classapfel_1_1P1polgg.html#a75d82bae9f6737572d0f8ffff56b39ff',1,'apfel::P1polgg::_nf()'],['../classapfel_1_1P2polps.html#a893159e1c46815c0b1cf5b48ab9b4ec2',1,'apfel::P2polps::_nf()'],['../classapfel_1_1P2polqg.html#a2fa30886da0bc2109456630de41be30a',1,'apfel::P2polqg::_nf()'],['../classapfel_1_1P2polgq.html#a84379216aa1ddabcf6a6069127f935dc',1,'apfel::P2polgq::_nf()'],['../classapfel_1_1P2polgg.html#abfad3b98a6383fd525e3ec4f973d9a73',1,'apfel::P2polgg::_nf()'],['../classapfel_1_1P1transnsp.html#a267a2f26afb65af38a85d44fef5f6650',1,'apfel::P1transnsp::_nf()'],['../classapfel_1_1P1Ttransnsp.html#a4157b36f7a0488b4f5c649abf4def7dc',1,'apfel::P1Ttransnsp::_nf()'],['../classapfel_1_1P0qg.html#ab958b1f5d68a9df92501d46022726c40',1,'apfel::P0qg::_nf()'],['../classapfel_1_1P0gg.html#accb2403a7f7c0ca90e809934baac0096',1,'apfel::P0gg::_nf()'],['../classapfel_1_1P1nsp.html#ae8ec64d60ce93d626ed82652a494fd34',1,'apfel::P1nsp::_nf()'],['../classapfel_1_1P1ps.html#aa104e518f3eacaeafa70e4ffa786e7b2',1,'apfel::P1ps::_nf()'],['../classapfel_1_1P1qg.html#ade04669d62a65c9f45084c92f9e723b5',1,'apfel::P1qg::_nf()'],['../classapfel_1_1P1gq.html#a0887338a2267b4b86672bc1711bf9b1b',1,'apfel::P1gq::_nf()'],['../classapfel_1_1P1gg.html#a9c805f20663c3d072ac9a53d84343b28',1,'apfel::P1gg::_nf()'],['../classapfel_1_1P2nsp.html#a5345a9441af76cd70cc1e0f7a90a1dfb',1,'apfel::P2nsp::_nf()'],['../classapfel_1_1P2nsm.html#ad4f62818aef1d8409f674a379a33476d',1,'apfel::P2nsm::_nf()'],['../classapfel_1_1P2nss.html#a2f953a8140e86060f8a76b20ec256fef',1,'apfel::P2nss::_nf()'],['../classapfel_1_1P2ps.html#ac8054d704e6a2cb3ad54f937db6dbc11',1,'apfel::P2ps::_nf()'],['../classapfel_1_1P2qg.html#af40286b7ecabe9eb73b16d1aaa41acfc',1,'apfel::P2qg::_nf()'],['../classapfel_1_1P2gq.html#a4cdbfe952a50e54463c159470186895e',1,'apfel::P2gq::_nf()'],['../classapfel_1_1P2gg.html#a622f320f0d0eb19238456f693dc2852b',1,'apfel::P2gg::_nf()'],['../classapfel_1_1P3nsp.html#a2da0c8dfe5472c0da0987f9cdee81867',1,'apfel::P3nsp::_nf()'],['../classapfel_1_1P3nsm.html#a1614231a78411d6dd73826e9c4c73d3e',1,'apfel::P3nsm::_nf()'],['../classapfel_1_1P3nss.html#abeb8598de81bd8740903512916fe7af8',1,'apfel::P3nss::_nf()'],['../classapfel_1_1P0Tqg.html#abe0b0c13d868c70b3a6354e38a0849f3',1,'apfel::P0Tqg::_nf()'],['../classapfel_1_1P0Tgg.html#a6930cbd825dfdd60381327bc9b9b8b5d',1,'apfel::P0Tgg::_nf()'],['../classapfel_1_1P1Tnsp.html#a34c05f0161269adf8cb2a27ecad1644a',1,'apfel::P1Tnsp::_nf()'],['../classapfel_1_1P1Tps.html#adc8c70afaeeae0c5d165a7c911b77b9b',1,'apfel::P1Tps::_nf()'],['../classapfel_1_1P1Tqg.html#a73c0877842d3fbaee9961f2de593f3ba',1,'apfel::P1Tqg::_nf()'],['../classapfel_1_1P1Tgq.html#aea1369faa1fa424081d6ec115cab2efd',1,'apfel::P1Tgq::_nf()'],['../classapfel_1_1P1Tgg.html#ab8fec384164e349b7b5e878ec8879b53',1,'apfel::P1Tgg::_nf()'],['../classapfel_1_1P2Tnsp.html#a3a1b828d5485d97875c9790a09256150',1,'apfel::P2Tnsp::_nf()'],['../classapfel_1_1P2Tnsm.html#a04424dca7e30c3ca3034e95688ff179c',1,'apfel::P2Tnsm::_nf()'],['../classapfel_1_1P2Tnss.html#ab05d2b37dd47ba451f0806184978cea8',1,'apfel::P2Tnss::_nf()'],['../classapfel_1_1P2Tps.html#ac6c27fca0680c269ea5f707a10bf83d9',1,'apfel::P2Tps::_nf()'],['../classapfel_1_1P2Tqg.html#a7d1f3fe85360a567125046e188dae494',1,'apfel::P2Tqg::_nf()'],['../classapfel_1_1P2Tgq.html#a05d904ad920093d68a4e35f25ce56547',1,'apfel::P2Tgq::_nf()'],['../classapfel_1_1P2Tgg.html#aa36cd7b206edcf51dec2f51eb32cd5ee',1,'apfel::P2Tgg::_nf()'],['../classapfel_1_1C22nsp.html#aa551cc387ab4287f6cb3c51839609627',1,'apfel::C22nsp::_nf()'],['../classapfel_1_1C22nsm.html#a9ff56fbcb47abfd5879c26069a7f5c90',1,'apfel::C22nsm::_nf()'],['../classapfel_1_1CL2nsp.html#abda36d1a04f2f56e4e75d6cce1d1778c',1,'apfel::CL2nsp::_nf()'],['../classapfel_1_1CL2nsm.html#a984a05b906a4bd4353627e753d42f8e9',1,'apfel::CL2nsm::_nf()'],['../classapfel_1_1C32nsp.html#a91c65b957056bba7fdb2c419d78728a1',1,'apfel::C32nsp::_nf()'],['../classapfel_1_1C32nsm.html#aac3205351d39a97902474aab9313ce70',1,'apfel::C32nsm::_nf()'],['../classapfel_1_1C22Tnsp.html#ad4c22c28c9eb4334e3a2c3f36566cd8b',1,'apfel::C22Tnsp::_nf()'],['../classapfel_1_1CL2Tnsp.html#a8b2cbae2c0d3ee9be1329510e898a58c',1,'apfel::CL2Tnsp::_nf()'],['../classapfel_1_1C32Tnsp.html#a3ceb8c2368aa3c263771082c00db5498',1,'apfel::C32Tnsp::_nf()']]], + ['_5fnq_1659',['_nQ',['../classapfel_1_1QGrid.html#aa4b3a59aea70c79d260592cbfdb316a3',1,'apfel::QGrid']]], + ['_5fnqg_1660',['_nQg',['../classapfel_1_1QGrid.html#a5ce1374dcd1a206c86b6bc1a80aadf57',1,'apfel::QGrid']]], + ['_5fnsteps_1661',['_nsteps',['../classapfel_1_1MatchedEvolution.html#a016c0e4076ad1f37e41eb2b6e4772cc1',1,'apfel::MatchedEvolution']]], + ['_5fnu_1662',['_nu',['../classapfel_1_1DoubleExponentialQuadrature.html#a4e34f614fe31b2b1d722cccbd0528a22',1,'apfel::DoubleExponentialQuadrature']]], + ['_5fnx_1663',['_nx',['../classapfel_1_1SubGrid.html#a661733d2dc527c9ebcc8c70662e3589a',1,'apfel::SubGrid']]], + ['_5fobjects_1664',['_objects',['../classapfel_1_1Set.html#ac26612986822c3154a3e39dd487f5d40',1,'apfel::Set']]], + ['_5fobjects_1665',['_Objects',['../classapfel_1_1Observable.html#ae246a1c57ff8c621fc0cec85a3da7c2e',1,'apfel::Observable']]], + ['_5fobjref_1666',['_ObjRef',['../classapfel_1_1MatchedEvolution.html#af2162e911beb35f80578121db1b84d97',1,'apfel::MatchedEvolution']]], + ['_5foperator_1667',['_Operator',['../classapfel_1_1Operator.html#a319ffccbd5f34a791d82e9dd70dfe8d8',1,'apfel::Operator']]], + ['_5fpt_1668',['_pt',['../classapfel_1_1AlphaQCD.html#aec137161168c29252dcd74d7565f5355',1,'apfel::AlphaQCD::_pt()'],['../classapfel_1_1AlphaQED.html#aa14d686efe7c0db6812d2a57dd6d0fb0',1,'apfel::AlphaQED::_pt()']]], + ['_5fptmin_1669',['_pTmin',['../classapfel_1_1TwoBodyPhaseSpace.html#a4616f8922d3efd925e333eb620d75d46',1,'apfel::TwoBodyPhaseSpace']]], + ['_5fqg_1670',['_Qg',['../classapfel_1_1QGrid.html#ac50acb129168150b4c201835217e19ac',1,'apfel::QGrid']]], + ['_5fqmax_1671',['_QMax',['../classapfel_1_1QGrid.html#acceeb20586bb7797a442185d32b9bbae',1,'apfel::QGrid']]], + ['_5fqmin_1672',['_QMin',['../classapfel_1_1QGrid.html#a4f7c4faa8b1e9ba80331661994123089',1,'apfel::QGrid']]], + ['_5frules_1673',['_rules',['../classapfel_1_1ConvolutionMap.html#af09aefa369acec757323cb45493d5aeb',1,'apfel::ConvolutionMap']]], + ['_5fsetup_1674',['_setup',['../classapfel_1_1InitialiseEvolution.html#aff56e8f30c1ace113fa62309c411221c',1,'apfel::InitialiseEvolution']]], + ['_5fsize_1675',['_size',['../classapfel_1_1matrix.html#a1a09298fa1219f356b2329914ff1b01c',1,'apfel::matrix']]], + ['_5fsplittingfunctions_1676',['_SplittingFunctions',['../classapfel_1_1Dglap.html#af722ff596c7beaaf23506d9983f4d52d',1,'apfel::Dglap']]], + ['_5fstarttime_1677',['_startTime',['../classapfel_1_1Timer.html#a142b7ba0ababdbb97cc16431753951f9',1,'apfel::Timer']]], + ['_5fstep_1678',['_Step',['../classapfel_1_1SubGrid.html#ae34adf9e8480d0218ea472dbed0cb2ac',1,'apfel::SubGrid']]], + ['_5fsubtojointmap_1679',['_SubToJointMap',['../classapfel_1_1Grid.html#a33e3f6558476bc799789c4e7a092cb78',1,'apfel::Grid']]], + ['_5ftabfunc_1680',['_TabFunc',['../classapfel_1_1QGrid.html#a7d7765d66bbd218ed474d2aaf859cb88',1,'apfel::QGrid']]], + ['_5fterms_1681',['_terms',['../classapfel_1_1DoubleObject.html#a296c6957fd6bfdef3a1024b54c0c04b8',1,'apfel::DoubleObject']]], + ['_5fthresholds_1682',['_Thresholds',['../classapfel_1_1MatchedEvolution.html#a345fedfefe33962f4f7ceb9b2f8638e8',1,'apfel::MatchedEvolution::_Thresholds()'],['../classapfel_1_1QGrid.html#af4d8ebad864790a72b74f5532bee6919',1,'apfel::QGrid::_Thresholds()']]], + ['_5fthresholds2_1683',['_Thresholds2',['../classapfel_1_1MatchedEvolution.html#af026d0e84560490983f5db02c6f55507',1,'apfel::MatchedEvolution']]], + ['_5ftranspoints_1684',['_TransPoints',['../classapfel_1_1Grid.html#a345da40f82bd80539b103f353ecdf867',1,'apfel::Grid']]], + ['_5fvector_1685',['_vector',['../classapfel_1_1ExtendedVector.html#a70d60d49ab620b00fe79bd6eae6957c9',1,'apfel::ExtendedVector']]], + ['_5fweights_1686',['_weights',['../classapfel_1_1OgataQuadrature.html#a63c4c4ee1b8d499b9879db182e7b321c',1,'apfel::OgataQuadrature']]], + ['_5fwritegrid_1687',['_WriteGrid',['../classapfel_1_1InitialiseEvolution.html#ace788f48892622cbaecb335eb28edc01',1,'apfel::InitialiseEvolution']]], + ['_5fxf_1688',['_xf',['../classapfel_1_1OgataQuadrature.html#a2ab434d5db17239eda81a4895e56f3f7',1,'apfel::OgataQuadrature']]], + ['_5fxi_1689',['_xi',['../classapfel_1_1Pgpd0ns.html#a3467de58135bb8f428ff92f15738a6ad',1,'apfel::Pgpd0ns::_xi()'],['../classapfel_1_1Pgpd0qq.html#aa391c171e262bc6641867243f603fcb4',1,'apfel::Pgpd0qq::_xi()'],['../classapfel_1_1Pgpd0qg.html#a3f0661873523da711c56cf2abe428d0d',1,'apfel::Pgpd0qg::_xi()'],['../classapfel_1_1Pgpd0gq.html#ae650258d8e99b9deed515382116e284a',1,'apfel::Pgpd0gq::_xi()'],['../classapfel_1_1Pgpd0gg.html#aaad12ec0a127dbefb493bd042437ce10',1,'apfel::Pgpd0gg::_xi()']]], + ['_5fxmax_1690',['_xMax',['../classapfel_1_1SubGrid.html#ab73f59f5d7f8284a86150f813902d924',1,'apfel::SubGrid']]], + ['_5fxmin_1691',['_xMin',['../classapfel_1_1SubGrid.html#aa7c7452cc704137c2cf6722e0ca38c31',1,'apfel::SubGrid']]], + ['_5fxsg_1692',['_xsg',['../classapfel_1_1SubGrid.html#a1d51d2837145e52e3e64d8666c522b77',1,'apfel::SubGrid']]] ]; diff --git a/docs/html/search/variables_1.html b/docs/html/search/variables_1.html index e73e85f0c..ea73d9a49 100644 --- a/docs/html/search/variables_1.html +++ b/docs/html/search/variables_1.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_1.js b/docs/html/search/variables_1.js index 7ea03031d..68ddbb5c8 100644 --- a/docs/html/search/variables_1.js +++ b/docs/html/search/variables_1.js @@ -1,5 +1,5 @@ var searchData= [ - ['alphaqcdref_1696',['AlphaQCDRef',['../structapfel_1_1EvolutionSetup.html#a3a404166e6945e59a218908e780382ea',1,'apfel::EvolutionSetup']]], - ['alphaqedref_1697',['AlphaQEDRef',['../structapfel_1_1EvolutionSetup.html#a3b717826fcca628ecdebb04619161fee',1,'apfel::EvolutionSetup']]] + ['alphaqcdref_1693',['AlphaQCDRef',['../structapfel_1_1EvolutionSetup.html#a3a404166e6945e59a218908e780382ea',1,'apfel::EvolutionSetup']]], + ['alphaqedref_1694',['AlphaQEDRef',['../structapfel_1_1EvolutionSetup.html#a3b717826fcca628ecdebb04619161fee',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/variables_10.html b/docs/html/search/variables_10.html index 140ac3130..dc9920b6d 100644 --- a/docs/html/search/variables_10.html +++ b/docs/html/search/variables_10.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_10.js b/docs/html/search/variables_10.js index 4d5417141..aa5a03508 100644 --- a/docs/html/search/variables_10.js +++ b/docs/html/search/variables_10.js @@ -1,8 +1,8 @@ var searchData= [ - ['renfacratio_1778',['RenFacRatio',['../structapfel_1_1EvolutionSetup.html#acce8fce3daa9d217a4183df7a448083f',1,'apfel::EvolutionSetup']]], - ['rotphystoqcdev_1779',['RotPhysToQCDEv',['../namespaceapfel.html#a6418419e3f1b9d048265a8dd89bc323b',1,'apfel']]], - ['rotphystoqcdevfull_1780',['RotPhysToQCDEvFull',['../namespaceapfel.html#a8a795b13251f5b660156b521f5ad6cf5',1,'apfel']]], - ['rotqcdevtophys_1781',['RotQCDEvToPhys',['../namespaceapfel.html#ac8d9079ba80f60896850b527fee1c74b',1,'apfel']]], - ['rotqcdevtophysfull_1782',['RotQCDEvToPhysFull',['../namespaceapfel.html#a762f84c466d2a6e299d13d0ac7847eeb',1,'apfel']]] + ['renfacratio_1775',['RenFacRatio',['../structapfel_1_1EvolutionSetup.html#acce8fce3daa9d217a4183df7a448083f',1,'apfel::EvolutionSetup']]], + ['rotphystoqcdev_1776',['RotPhysToQCDEv',['../namespaceapfel.html#a6418419e3f1b9d048265a8dd89bc323b',1,'apfel']]], + ['rotphystoqcdevfull_1777',['RotPhysToQCDEvFull',['../namespaceapfel.html#a8a795b13251f5b660156b521f5ad6cf5',1,'apfel']]], + ['rotqcdevtophys_1778',['RotQCDEvToPhys',['../namespaceapfel.html#ac8d9079ba80f60896850b527fee1c74b',1,'apfel']]], + ['rotqcdevtophysfull_1779',['RotQCDEvToPhysFull',['../namespaceapfel.html#a762f84c466d2a6e299d13d0ac7847eeb',1,'apfel']]] ]; diff --git a/docs/html/search/variables_11.html b/docs/html/search/variables_11.html index 5057bb02c..704bcb187 100644 --- a/docs/html/search/variables_11.html +++ b/docs/html/search/variables_11.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_11.js b/docs/html/search/variables_11.js index 3c72137e6..091604705 100644 --- a/docs/html/search/variables_11.js +++ b/docs/html/search/variables_11.js @@ -1,6 +1,6 @@ var searchData= [ - ['sin2thetaw_1783',['Sin2ThetaW',['../group__PhysConstants.html#ga9af859b43ff57c36612f5da5d4591bdc',1,'apfel']]], - ['skip_1784',['skip',['../structapfel_1_1StructureFunctionObjects.html#a9f1b3557881f7d54fdc30d4aaed976ff',1,'apfel::StructureFunctionObjects']]], - ['splittingfunctions_1785',['SplittingFunctions',['../structapfel_1_1DglapObjects.html#a9fd9557aeab57928994f9f53065c266e',1,'apfel::DglapObjects']]] + ['sin2thetaw_1780',['Sin2ThetaW',['../group__PhysConstants.html#ga9af859b43ff57c36612f5da5d4591bdc',1,'apfel']]], + ['skip_1781',['skip',['../structapfel_1_1StructureFunctionObjects.html#a9f1b3557881f7d54fdc30d4aaed976ff',1,'apfel::StructureFunctionObjects']]], + ['splittingfunctions_1782',['SplittingFunctions',['../structapfel_1_1DglapObjects.html#a9fd9557aeab57928994f9f53065c266e',1,'apfel::DglapObjects']]] ]; diff --git a/docs/html/search/variables_12.html b/docs/html/search/variables_12.html index 9377be812..a3a32eb8e 100644 --- a/docs/html/search/variables_12.html +++ b/docs/html/search/variables_12.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_12.js b/docs/html/search/variables_12.js index eb71a501e..48f450bc2 100644 --- a/docs/html/search/variables_12.js +++ b/docs/html/search/variables_12.js @@ -1,8 +1,8 @@ var searchData= [ - ['taumass_1786',['TauMass',['../structapfel_1_1EvolutionSetup.html#a9cf884af48d1913c168f1488cfa1c898',1,'apfel::EvolutionSetup']]], - ['theory_1787',['Theory',['../structapfel_1_1EvolutionSetup.html#a1f5b96a8bab80e64227371a4669d95c5',1,'apfel::EvolutionSetup']]], - ['threshold_1788',['Threshold',['../structapfel_1_1DglapObjects.html#a86d077a0480f42088cf0b73a5163fddd',1,'apfel::DglapObjects::Threshold()'],['../structapfel_1_1TmdObjects.html#ae56448881a89de75ba38927a0226291a',1,'apfel::TmdObjects::Threshold()']]], - ['thresholds_1789',['Thresholds',['../structapfel_1_1EvolutionSetup.html#a42a4fa2e5320a7878a7fad669fc640be',1,'apfel::EvolutionSetup']]], - ['tr_1790',['TR',['../group__MathConstants.html#gaa5cdb3b0774934c96e344d691863282a',1,'apfel']]] + ['taumass_1783',['TauMass',['../structapfel_1_1EvolutionSetup.html#a9cf884af48d1913c168f1488cfa1c898',1,'apfel::EvolutionSetup']]], + ['theory_1784',['Theory',['../structapfel_1_1EvolutionSetup.html#a1f5b96a8bab80e64227371a4669d95c5',1,'apfel::EvolutionSetup']]], + ['threshold_1785',['Threshold',['../structapfel_1_1DglapObjects.html#a86d077a0480f42088cf0b73a5163fddd',1,'apfel::DglapObjects::Threshold()'],['../structapfel_1_1TmdObjects.html#ae56448881a89de75ba38927a0226291a',1,'apfel::TmdObjects::Threshold()']]], + ['thresholds_1786',['Thresholds',['../structapfel_1_1EvolutionSetup.html#a42a4fa2e5320a7878a7fad669fc640be',1,'apfel::EvolutionSetup']]], + ['tr_1787',['TR',['../group__MathConstants.html#gaa5cdb3b0774934c96e344d691863282a',1,'apfel']]] ]; diff --git a/docs/html/search/variables_13.html b/docs/html/search/variables_13.html index 9b0f5386d..7d05bd863 100644 --- a/docs/html/search/variables_13.html +++ b/docs/html/search/variables_13.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_13.js b/docs/html/search/variables_13.js index 5b028fc79..7e4b70543 100644 --- a/docs/html/search/variables_13.js +++ b/docs/html/search/variables_13.js @@ -1,23 +1,23 @@ var searchData= [ - ['vcb_1791',['Vcb',['../group__PhysConstants.html#ga506a53fe1623cf4f364c4a8ffdbcfc3e',1,'apfel']]], - ['vcb2_1792',['Vcb2',['../group__PhysConstants.html#ga837cff2f272cf9609bd6b488e06df60d',1,'apfel']]], - ['vcd_1793',['Vcd',['../group__PhysConstants.html#ga93a9ede3a64ebd31415751d712de4398',1,'apfel']]], - ['vcd2_1794',['Vcd2',['../group__PhysConstants.html#ga12d1c22c19e803e3eec405778128c2ee',1,'apfel']]], - ['vcs_1795',['Vcs',['../group__PhysConstants.html#gafea926c054be18f99ad0e0d3541f4115',1,'apfel']]], - ['vcs2_1796',['Vcs2',['../group__PhysConstants.html#ga5af6909cb7b869d1d4aa340575cdc7ee',1,'apfel']]], - ['vij_1797',['Vij',['../classapfel_1_1DISCCBasis.html#a9d2d5eddc9343ef064d59fbfe43e3c0d',1,'apfel::DISCCBasis']]], - ['virtuality_1798',['Virtuality',['../structapfel_1_1EvolutionSetup.html#a97437e36806d7584b120f762488b11f8',1,'apfel::EvolutionSetup']]], - ['vtb_1799',['Vtb',['../group__PhysConstants.html#gac5c24ac570b81c678e62397059b76970',1,'apfel']]], - ['vtb2_1800',['Vtb2',['../group__PhysConstants.html#ga694a0ef9dbfa68638fb7907cb009b61e',1,'apfel']]], - ['vtd_1801',['Vtd',['../group__PhysConstants.html#gac23b2e72756f04ebf35ad8f79406550c',1,'apfel']]], - ['vtd2_1802',['Vtd2',['../group__PhysConstants.html#gaf229efc39c729da895d58d6b35c59958',1,'apfel']]], - ['vts_1803',['Vts',['../group__PhysConstants.html#gabecc31f706440da341d21c8b9cc6ef06',1,'apfel']]], - ['vts2_1804',['Vts2',['../group__PhysConstants.html#ga86c3725f35a48aa7f47369b3b7656bd5',1,'apfel']]], - ['vub_1805',['Vub',['../group__PhysConstants.html#ga17cb3cfbb88992ac625240ab5733ac1f',1,'apfel']]], - ['vub2_1806',['Vub2',['../group__PhysConstants.html#ga6bd3a18d4f6fbcafc14aef9d39671e1a',1,'apfel']]], - ['vud_1807',['Vud',['../group__PhysConstants.html#ga17cef36fa67d4d37a6f1d1ddef76f4c2',1,'apfel']]], - ['vud2_1808',['Vud2',['../group__PhysConstants.html#ga5c8862e9d777c2c1c46ff10aa2524a6f',1,'apfel']]], - ['vus_1809',['Vus',['../group__PhysConstants.html#ga48046453b45fa8d4d1394e3e486534ed',1,'apfel']]], - ['vus2_1810',['Vus2',['../group__PhysConstants.html#ga21a05a52b2cb591650f2f32fa54e45cf',1,'apfel']]] + ['vcb_1788',['Vcb',['../group__PhysConstants.html#ga506a53fe1623cf4f364c4a8ffdbcfc3e',1,'apfel']]], + ['vcb2_1789',['Vcb2',['../group__PhysConstants.html#ga837cff2f272cf9609bd6b488e06df60d',1,'apfel']]], + ['vcd_1790',['Vcd',['../group__PhysConstants.html#ga93a9ede3a64ebd31415751d712de4398',1,'apfel']]], + ['vcd2_1791',['Vcd2',['../group__PhysConstants.html#ga12d1c22c19e803e3eec405778128c2ee',1,'apfel']]], + ['vcs_1792',['Vcs',['../group__PhysConstants.html#gafea926c054be18f99ad0e0d3541f4115',1,'apfel']]], + ['vcs2_1793',['Vcs2',['../group__PhysConstants.html#ga5af6909cb7b869d1d4aa340575cdc7ee',1,'apfel']]], + ['vij_1794',['Vij',['../classapfel_1_1DISCCBasis.html#a9d2d5eddc9343ef064d59fbfe43e3c0d',1,'apfel::DISCCBasis']]], + ['virtuality_1795',['Virtuality',['../structapfel_1_1EvolutionSetup.html#a97437e36806d7584b120f762488b11f8',1,'apfel::EvolutionSetup']]], + ['vtb_1796',['Vtb',['../group__PhysConstants.html#gac5c24ac570b81c678e62397059b76970',1,'apfel']]], + ['vtb2_1797',['Vtb2',['../group__PhysConstants.html#ga694a0ef9dbfa68638fb7907cb009b61e',1,'apfel']]], + ['vtd_1798',['Vtd',['../group__PhysConstants.html#gac23b2e72756f04ebf35ad8f79406550c',1,'apfel']]], + ['vtd2_1799',['Vtd2',['../group__PhysConstants.html#gaf229efc39c729da895d58d6b35c59958',1,'apfel']]], + ['vts_1800',['Vts',['../group__PhysConstants.html#gabecc31f706440da341d21c8b9cc6ef06',1,'apfel']]], + ['vts2_1801',['Vts2',['../group__PhysConstants.html#ga86c3725f35a48aa7f47369b3b7656bd5',1,'apfel']]], + ['vub_1802',['Vub',['../group__PhysConstants.html#ga17cb3cfbb88992ac625240ab5733ac1f',1,'apfel']]], + ['vub2_1803',['Vub2',['../group__PhysConstants.html#ga6bd3a18d4f6fbcafc14aef9d39671e1a',1,'apfel']]], + ['vud_1804',['Vud',['../group__PhysConstants.html#ga17cef36fa67d4d37a6f1d1ddef76f4c2',1,'apfel']]], + ['vud2_1805',['Vud2',['../group__PhysConstants.html#ga5c8862e9d777c2c1c46ff10aa2524a6f',1,'apfel']]], + ['vus_1806',['Vus',['../group__PhysConstants.html#ga48046453b45fa8d4d1394e3e486534ed',1,'apfel']]], + ['vus2_1807',['Vus2',['../group__PhysConstants.html#ga21a05a52b2cb591650f2f32fa54e45cf',1,'apfel']]] ]; diff --git a/docs/html/search/variables_14.html b/docs/html/search/variables_14.html index 13d5c75dc..ab9e0fa9b 100644 --- a/docs/html/search/variables_14.html +++ b/docs/html/search/variables_14.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_14.js b/docs/html/search/variables_14.js index 21ff8df7d..85a2ebacf 100644 --- a/docs/html/search/variables_14.js +++ b/docs/html/search/variables_14.js @@ -1,4 +1,4 @@ var searchData= [ - ['wmass_1811',['WMass',['../group__PhysConstants.html#gac15192f07834361156df76cd57ad7b20',1,'apfel']]] + ['wmass_1808',['WMass',['../group__PhysConstants.html#gac15192f07834361156df76cd57ad7b20',1,'apfel']]] ]; diff --git a/docs/html/search/variables_15.html b/docs/html/search/variables_15.html index 7e32d6573..45b78e3d9 100644 --- a/docs/html/search/variables_15.html +++ b/docs/html/search/variables_15.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_15.js b/docs/html/search/variables_15.js index c0ada9718..2760f5fdb 100644 --- a/docs/html/search/variables_15.js +++ b/docs/html/search/variables_15.js @@ -1,6 +1,6 @@ var searchData= [ - ['xfs_1812',['xfs',['../structapfel_1_1LHKnotArray.html#ab8f6192839b549ee0db4c50ab78f9d1a',1,'apfel::LHKnotArray']]], - ['xmin_1813',['xmin',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html#a34003e1b1ec650bd91278f0dd66abe97',1,'apfel::EvolutionSetup::GridParameters']]], - ['xs_1814',['xs',['../structapfel_1_1LHKnotArray.html#aca33fa03b0ca059cc5f1f7011cadc233',1,'apfel::LHKnotArray']]] + ['xfs_1809',['xfs',['../structapfel_1_1LHKnotArray.html#ab8f6192839b549ee0db4c50ab78f9d1a',1,'apfel::LHKnotArray']]], + ['xmin_1810',['xmin',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html#a34003e1b1ec650bd91278f0dd66abe97',1,'apfel::EvolutionSetup::GridParameters']]], + ['xs_1811',['xs',['../structapfel_1_1LHKnotArray.html#aca33fa03b0ca059cc5f1f7011cadc233',1,'apfel::LHKnotArray']]] ]; diff --git a/docs/html/search/variables_16.html b/docs/html/search/variables_16.html index c0963dd58..8d9f8780c 100644 --- a/docs/html/search/variables_16.html +++ b/docs/html/search/variables_16.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_16.js b/docs/html/search/variables_16.js index 82842e1bf..8b283ca64 100644 --- a/docs/html/search/variables_16.js +++ b/docs/html/search/variables_16.js @@ -1,9 +1,9 @@ var searchData= [ - ['zeta2_1815',['zeta2',['../group__MathConstants.html#ga35fb1a2f328a8628032d37315c2e6366',1,'apfel']]], - ['zeta3_1816',['zeta3',['../group__MathConstants.html#ga8c61738249340194dc5348b0f308cc31',1,'apfel']]], - ['zeta4_1817',['zeta4',['../group__MathConstants.html#gada81e2768570ad4b52fb29b6c5f0cfc7',1,'apfel']]], - ['zeta5_1818',['zeta5',['../group__MathConstants.html#ga6ec5e74a577acfed19a3ba3b05006da8',1,'apfel']]], - ['zeta6_1819',['zeta6',['../group__MathConstants.html#ga34c092dc0a3f96e1dfba146df5770af4',1,'apfel']]], - ['zmass_1820',['ZMass',['../group__PhysConstants.html#ga82230f0bff74905ae3596d00a10ee956',1,'apfel']]] + ['zeta2_1812',['zeta2',['../group__MathConstants.html#ga35fb1a2f328a8628032d37315c2e6366',1,'apfel']]], + ['zeta3_1813',['zeta3',['../group__MathConstants.html#ga8c61738249340194dc5348b0f308cc31',1,'apfel']]], + ['zeta4_1814',['zeta4',['../group__MathConstants.html#gada81e2768570ad4b52fb29b6c5f0cfc7',1,'apfel']]], + ['zeta5_1815',['zeta5',['../group__MathConstants.html#ga6ec5e74a577acfed19a3ba3b05006da8',1,'apfel']]], + ['zeta6_1816',['zeta6',['../group__MathConstants.html#ga34c092dc0a3f96e1dfba146df5770af4',1,'apfel']]], + ['zmass_1817',['ZMass',['../group__PhysConstants.html#ga82230f0bff74905ae3596d00a10ee956',1,'apfel']]] ]; diff --git a/docs/html/search/variables_2.html b/docs/html/search/variables_2.html index 54f2b44e6..0580462e9 100644 --- a/docs/html/search/variables_2.html +++ b/docs/html/search/variables_2.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_2.js b/docs/html/search/variables_2.js index 75ec12abd..fceced57b 100644 --- a/docs/html/search/variables_2.js +++ b/docs/html/search/variables_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['beta_1698',['Beta',['../structapfel_1_1TmdObjects.html#a08b314c12cc4739a4c2944290e299265',1,'apfel::TmdObjects']]] + ['beta_1695',['Beta',['../structapfel_1_1TmdObjects.html#a08b314c12cc4739a4c2944290e299265',1,'apfel::TmdObjects']]] ]; diff --git a/docs/html/search/variables_3.html b/docs/html/search/variables_3.html index 85e534b73..0d69e7619 100644 --- a/docs/html/search/variables_3.html +++ b/docs/html/search/variables_3.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_3.js b/docs/html/search/variables_3.js index 33254065f..252de7f42 100644 --- a/docs/html/search/variables_3.js +++ b/docs/html/search/variables_3.js @@ -1,14 +1,14 @@ var searchData= [ - ['c0_1699',['C0',['../structapfel_1_1StructureFunctionObjects.html#a42c75e639c5c977a5c20b2e96366f923',1,'apfel::StructureFunctionObjects']]], - ['c1_1700',['C1',['../structapfel_1_1StructureFunctionObjects.html#a99dea2162edad62cfb740bf7ef788f4a',1,'apfel::StructureFunctionObjects']]], - ['c2_1701',['C2',['../structapfel_1_1StructureFunctionObjects.html#aff53d189b58de77fef2d038b2a9b929e',1,'apfel::StructureFunctionObjects']]], - ['ca_1702',['CA',['../group__MathConstants.html#ga8eecdadecd5396bb2e5eaa7a99267895',1,'apfel']]], - ['cf_1703',['CF',['../group__MathConstants.html#ga687ec16c12edc12df465398573b42d47',1,'apfel']]], - ['ckm2_1704',['CKM2',['../group__PhysConstants.html#ga5323493f8fa0c7f8bb81d386a7303b51',1,'apfel']]], - ['cmk_1705',['CMK',['../group__PhysConstants.html#ga3e0c3b2732a9cca26b9e8d4d39a80708',1,'apfel']]], - ['coefficient_1706',['coefficient',['../structapfel_1_1ConvolutionMap_1_1rule.html#a4bf45b4c287915ad713e8367aea136ea',1,'apfel::ConvolutionMap::rule::coefficient()'],['../structapfel_1_1term.html#ac2ed928338c39a18b9995db6c407efd3',1,'apfel::term::coefficient()']]], - ['convbasis_1707',['ConvBasis',['../structapfel_1_1StructureFunctionObjects.html#a45c9550f90d3b07604961b513bee4162',1,'apfel::StructureFunctionObjects']]], - ['convfact_1708',['ConvFact',['../group__PhysConstants.html#gae98d82c9534cde7c04ae48896e66360e',1,'apfel']]], - ['couplingevolution_1709',['CouplingEvolution',['../structapfel_1_1EvolutionSetup.html#aa26ea1950ffa331a10e1f8f6dd84f4cf',1,'apfel::EvolutionSetup']]] + ['c0_1696',['C0',['../structapfel_1_1StructureFunctionObjects.html#a42c75e639c5c977a5c20b2e96366f923',1,'apfel::StructureFunctionObjects']]], + ['c1_1697',['C1',['../structapfel_1_1StructureFunctionObjects.html#a99dea2162edad62cfb740bf7ef788f4a',1,'apfel::StructureFunctionObjects']]], + ['c2_1698',['C2',['../structapfel_1_1StructureFunctionObjects.html#aff53d189b58de77fef2d038b2a9b929e',1,'apfel::StructureFunctionObjects']]], + ['ca_1699',['CA',['../group__MathConstants.html#ga8eecdadecd5396bb2e5eaa7a99267895',1,'apfel']]], + ['cf_1700',['CF',['../group__MathConstants.html#ga687ec16c12edc12df465398573b42d47',1,'apfel']]], + ['ckm2_1701',['CKM2',['../group__PhysConstants.html#ga5323493f8fa0c7f8bb81d386a7303b51',1,'apfel']]], + ['cmk_1702',['CMK',['../group__PhysConstants.html#ga3e0c3b2732a9cca26b9e8d4d39a80708',1,'apfel']]], + ['coefficient_1703',['coefficient',['../structapfel_1_1ConvolutionMap_1_1rule.html#a4bf45b4c287915ad713e8367aea136ea',1,'apfel::ConvolutionMap::rule::coefficient()'],['../structapfel_1_1term.html#ac2ed928338c39a18b9995db6c407efd3',1,'apfel::term::coefficient()']]], + ['convbasis_1704',['ConvBasis',['../structapfel_1_1StructureFunctionObjects.html#a45c9550f90d3b07604961b513bee4162',1,'apfel::StructureFunctionObjects']]], + ['convfact_1705',['ConvFact',['../group__PhysConstants.html#gae98d82c9534cde7c04ae48896e66360e',1,'apfel']]], + ['couplingevolution_1706',['CouplingEvolution',['../structapfel_1_1EvolutionSetup.html#aa26ea1950ffa331a10e1f8f6dd84f4cf',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/variables_4.html b/docs/html/search/variables_4.html index bf94b1c0e..a4b6506bb 100644 --- a/docs/html/search/variables_4.html +++ b/docs/html/search/variables_4.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_4.js b/docs/html/search/variables_4.js index b42503783..bd5d01467 100644 --- a/docs/html/search/variables_4.js +++ b/docs/html/search/variables_4.js @@ -1,24 +1,24 @@ var searchData= [ - ['ed_1710',['ed',['../group__PhysConstants.html#ga27d95df89b3300852e09c217a893a878',1,'apfel']]], - ['ed2_1711',['ed2',['../group__PhysConstants.html#ga3cb793ece46ee52d8adcad5694e203b5',1,'apfel']]], - ['emc_1712',['emc',['../group__MathConstants.html#ga240795bbdee297aae748a1683bce99b6',1,'apfel']]], - ['eps10_1713',['eps10',['../group__MathConstants.html#ga6047a08b2ca07a0903c7909c13e41d88',1,'apfel']]], - ['eps11_1714',['eps11',['../group__MathConstants.html#ga627096cc5542441d120e9212c87126d2',1,'apfel']]], - ['eps12_1715',['eps12',['../group__MathConstants.html#ga7502bbe9bf26ff3095bf7153457135f3',1,'apfel']]], - ['eps13_1716',['eps13',['../group__MathConstants.html#ga0175cbb7a6b342b42d575467bf9ee8cd',1,'apfel']]], - ['eps14_1717',['eps14',['../group__MathConstants.html#ga4ea055c0c71c1f5e598c249de2866912',1,'apfel']]], - ['eps15_1718',['eps15',['../group__MathConstants.html#ga50d276481b75ec2db2282ea9446c937a',1,'apfel']]], - ['eps2_1719',['eps2',['../group__MathConstants.html#gaba9b9e4a5f5f7355356dc1b1aec7eeb6',1,'apfel']]], - ['eps25_1720',['eps25',['../group__MathConstants.html#ga04d2d963961509840b50a2d8f6f145a8',1,'apfel']]], - ['eps3_1721',['eps3',['../group__MathConstants.html#gaadf0a98a20c9279e274beb47f3bb7a67',1,'apfel']]], - ['eps4_1722',['eps4',['../group__MathConstants.html#ga49c469ab593c5b1f8bdaae4e7908e3af',1,'apfel']]], - ['eps5_1723',['eps5',['../group__MathConstants.html#ga02c6f845f0a0d9edd09b909463149a66',1,'apfel']]], - ['eps6_1724',['eps6',['../group__MathConstants.html#ga758b0c74178be7646453169d0d137f8f',1,'apfel']]], - ['eps7_1725',['eps7',['../group__MathConstants.html#ga2285885e136192d90a76bad54aa40d5c',1,'apfel']]], - ['eps8_1726',['eps8',['../group__MathConstants.html#ga7ffa9143b8e4ad189f9ca4dc75379a45',1,'apfel']]], - ['eps9_1727',['eps9',['../group__MathConstants.html#ga8fab04c175bb261c96c6b89d2584b243',1,'apfel']]], - ['eu_1728',['eu',['../group__PhysConstants.html#gaf6ca2b5f4cf5db0e29748bb88f98e1b1',1,'apfel']]], - ['eu2_1729',['eu2',['../group__PhysConstants.html#ga62c16d3895fbe1c4f518f794968f7ade',1,'apfel']]], - ['evolpolarisation_1730',['EvolPolarisation',['../structapfel_1_1EvolutionSetup.html#ac177f59f4426ece1c64c1ba002b040fe',1,'apfel::EvolutionSetup']]] + ['ed_1707',['ed',['../group__PhysConstants.html#ga27d95df89b3300852e09c217a893a878',1,'apfel']]], + ['ed2_1708',['ed2',['../group__PhysConstants.html#ga3cb793ece46ee52d8adcad5694e203b5',1,'apfel']]], + ['emc_1709',['emc',['../group__MathConstants.html#ga240795bbdee297aae748a1683bce99b6',1,'apfel']]], + ['eps10_1710',['eps10',['../group__MathConstants.html#ga6047a08b2ca07a0903c7909c13e41d88',1,'apfel']]], + ['eps11_1711',['eps11',['../group__MathConstants.html#ga627096cc5542441d120e9212c87126d2',1,'apfel']]], + ['eps12_1712',['eps12',['../group__MathConstants.html#ga7502bbe9bf26ff3095bf7153457135f3',1,'apfel']]], + ['eps13_1713',['eps13',['../group__MathConstants.html#ga0175cbb7a6b342b42d575467bf9ee8cd',1,'apfel']]], + ['eps14_1714',['eps14',['../group__MathConstants.html#ga4ea055c0c71c1f5e598c249de2866912',1,'apfel']]], + ['eps15_1715',['eps15',['../group__MathConstants.html#ga50d276481b75ec2db2282ea9446c937a',1,'apfel']]], + ['eps2_1716',['eps2',['../group__MathConstants.html#gaba9b9e4a5f5f7355356dc1b1aec7eeb6',1,'apfel']]], + ['eps25_1717',['eps25',['../group__MathConstants.html#ga04d2d963961509840b50a2d8f6f145a8',1,'apfel']]], + ['eps3_1718',['eps3',['../group__MathConstants.html#gaadf0a98a20c9279e274beb47f3bb7a67',1,'apfel']]], + ['eps4_1719',['eps4',['../group__MathConstants.html#ga49c469ab593c5b1f8bdaae4e7908e3af',1,'apfel']]], + ['eps5_1720',['eps5',['../group__MathConstants.html#ga02c6f845f0a0d9edd09b909463149a66',1,'apfel']]], + ['eps6_1721',['eps6',['../group__MathConstants.html#ga758b0c74178be7646453169d0d137f8f',1,'apfel']]], + ['eps7_1722',['eps7',['../group__MathConstants.html#ga2285885e136192d90a76bad54aa40d5c',1,'apfel']]], + ['eps8_1723',['eps8',['../group__MathConstants.html#ga7ffa9143b8e4ad189f9ca4dc75379a45',1,'apfel']]], + ['eps9_1724',['eps9',['../group__MathConstants.html#ga8fab04c175bb261c96c6b89d2584b243',1,'apfel']]], + ['eu_1725',['eu',['../group__PhysConstants.html#gaf6ca2b5f4cf5db0e29748bb88f98e1b1',1,'apfel']]], + ['eu2_1726',['eu2',['../group__PhysConstants.html#ga62c16d3895fbe1c4f518f794968f7ade',1,'apfel']]], + ['evolpolarisation_1727',['EvolPolarisation',['../structapfel_1_1EvolutionSetup.html#ac177f59f4426ece1c64c1ba002b040fe',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/variables_5.html b/docs/html/search/variables_5.html index c71eb8473..7e345d16c 100644 --- a/docs/html/search/variables_5.html +++ b/docs/html/search/variables_5.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_5.js b/docs/html/search/variables_5.js index 4050ba7a3..289d5b9b4 100644 --- a/docs/html/search/variables_5.js +++ b/docs/html/search/variables_5.js @@ -1,5 +1,5 @@ var searchData= [ - ['flavourscheme_1731',['FlavourScheme',['../structapfel_1_1EvolutionSetup.html#a1fadbb568bd968bcd6c04e233001e6df',1,'apfel::EvolutionSetup']]], - ['fourpi_1732',['FourPi',['../group__MathConstants.html#ga85b8b6031f7dc4332676cf62fd78f18a',1,'apfel']]] + ['flavourscheme_1728',['FlavourScheme',['../structapfel_1_1EvolutionSetup.html#a1fadbb568bd968bcd6c04e233001e6df',1,'apfel::EvolutionSetup']]], + ['fourpi_1729',['FourPi',['../group__MathConstants.html#ga85b8b6031f7dc4332676cf62fd78f18a',1,'apfel']]] ]; diff --git a/docs/html/search/variables_6.html b/docs/html/search/variables_6.html index 12a2bf21f..7d48e75e2 100644 --- a/docs/html/search/variables_6.html +++ b/docs/html/search/variables_6.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_6.js b/docs/html/search/variables_6.js index 176d2913a..7e0bf3b75 100644 --- a/docs/html/search/variables_6.js +++ b/docs/html/search/variables_6.js @@ -1,16 +1,16 @@ var searchData= [ - ['gammafg_1733',['GammaFg',['../structapfel_1_1TmdObjects.html#a31eabe8936b49708f2d3586627f73b0d',1,'apfel::TmdObjects']]], - ['gammafq_1734',['GammaFq',['../structapfel_1_1TmdObjects.html#a61484a54d9a8d73273a85317a81f55d6',1,'apfel::TmdObjects']]], - ['gammak_1735',['GammaK',['../structapfel_1_1TmdObjects.html#a7a7ec7657f92d1245b36b3cc61701d3a',1,'apfel::TmdObjects']]], - ['gammaw_1736',['GammaW',['../group__PhysConstants.html#ga88a6077298cefab58b2272f65c05c75b',1,'apfel']]], - ['gammaz_1737',['GammaZ',['../group__PhysConstants.html#gabd11d74b7dcb591975dc2695b9f887ec',1,'apfel']]], - ['gaussaccuracy_1738',['GaussAccuracy',['../structapfel_1_1EvolutionSetup.html#a54c93d3a7ba5755aeef82ef251831c2d',1,'apfel::EvolutionSetup']]], - ['gfermi_1739',['GFermi',['../group__PhysConstants.html#gaede2939625ff743f9dc736fe9eaf0779',1,'apfel']]], - ['gk_5fw_1740',['gk_w',['../group__MathConstants.html#ga0b316bc0bef1903a2c9c1de8668efc1e',1,'apfel']]], - ['gk_5fx_1741',['gk_x',['../group__MathConstants.html#ga300e96aa973287a4d619e9ba11a5c748',1,'apfel']]], - ['gkj_1742',['Gkj',['../namespaceapfel.html#ad6198ef2377e81a2fd6a5cbe081bffbf',1,'apfel']]], - ['gl_5fw_1743',['gl_w',['../group__MathConstants.html#ga3414b3a6e04cc6d62fd95cc0a9827a12',1,'apfel']]], - ['gl_5fx_1744',['gl_x',['../group__MathConstants.html#gaf52e7668f1b685bc605e97dea8d1d337',1,'apfel']]], - ['gridparameters_1745',['GridParameters',['../structapfel_1_1EvolutionSetup.html#ad81d6dd6e1abb9aed8d0e3e784ac9941',1,'apfel::EvolutionSetup']]] + ['gammafg_1730',['GammaFg',['../structapfel_1_1TmdObjects.html#a31eabe8936b49708f2d3586627f73b0d',1,'apfel::TmdObjects']]], + ['gammafq_1731',['GammaFq',['../structapfel_1_1TmdObjects.html#a61484a54d9a8d73273a85317a81f55d6',1,'apfel::TmdObjects']]], + ['gammak_1732',['GammaK',['../structapfel_1_1TmdObjects.html#a7a7ec7657f92d1245b36b3cc61701d3a',1,'apfel::TmdObjects']]], + ['gammaw_1733',['GammaW',['../group__PhysConstants.html#ga88a6077298cefab58b2272f65c05c75b',1,'apfel']]], + ['gammaz_1734',['GammaZ',['../group__PhysConstants.html#gabd11d74b7dcb591975dc2695b9f887ec',1,'apfel']]], + ['gaussaccuracy_1735',['GaussAccuracy',['../structapfel_1_1EvolutionSetup.html#a54c93d3a7ba5755aeef82ef251831c2d',1,'apfel::EvolutionSetup']]], + ['gfermi_1736',['GFermi',['../group__PhysConstants.html#gaede2939625ff743f9dc736fe9eaf0779',1,'apfel']]], + ['gk_5fw_1737',['gk_w',['../group__MathConstants.html#ga0b316bc0bef1903a2c9c1de8668efc1e',1,'apfel']]], + ['gk_5fx_1738',['gk_x',['../group__MathConstants.html#ga300e96aa973287a4d619e9ba11a5c748',1,'apfel']]], + ['gkj_1739',['Gkj',['../namespaceapfel.html#ad6198ef2377e81a2fd6a5cbe081bffbf',1,'apfel']]], + ['gl_5fw_1740',['gl_w',['../group__MathConstants.html#ga3414b3a6e04cc6d62fd95cc0a9827a12',1,'apfel']]], + ['gl_5fx_1741',['gl_x',['../group__MathConstants.html#gaf52e7668f1b685bc605e97dea8d1d337',1,'apfel']]], + ['gridparameters_1742',['GridParameters',['../structapfel_1_1EvolutionSetup.html#ad81d6dd6e1abb9aed8d0e3e784ac9941',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/variables_7.html b/docs/html/search/variables_7.html index ca9aeb7a8..5c2634092 100644 --- a/docs/html/search/variables_7.html +++ b/docs/html/search/variables_7.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_7.js b/docs/html/search/variables_7.js index 85270d252..4c1cf2880 100644 --- a/docs/html/search/variables_7.js +++ b/docs/html/search/variables_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['hardfactors_1746',['HardFactors',['../structapfel_1_1TmdObjects.html#ab72252afdabbc223c89ba674ffd0e2f9',1,'apfel::TmdObjects']]] + ['hardfactors_1743',['HardFactors',['../structapfel_1_1TmdObjects.html#ab72252afdabbc223c89ba674ffd0e2f9',1,'apfel::TmdObjects']]] ]; diff --git a/docs/html/search/variables_8.html b/docs/html/search/variables_8.html index 265f3984b..dc9ec54a5 100644 --- a/docs/html/search/variables_8.html +++ b/docs/html/search/variables_8.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_8.js b/docs/html/search/variables_8.js index a11c3330e..9d0c2dade 100644 --- a/docs/html/search/variables_8.js +++ b/docs/html/search/variables_8.js @@ -1,6 +1,6 @@ var searchData= [ - ['id_1747',['id',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html#ae2247161da652be847b31c6d2f444a2f',1,'apfel::EvolutionSetup::GridParameters']]], - ['inset_1748',['InSet',['../structapfel_1_1EvolutionSetup.html#a785f4176200bd5b4b204b0ebeda1edbf',1,'apfel::EvolutionSetup']]], - ['interdegreeq_1749',['InterDegreeQ',['../structapfel_1_1EvolutionSetup.html#a48e64395b5ab877fa9f4052bd9d2fa8e',1,'apfel::EvolutionSetup']]] + ['id_1744',['id',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html#ae2247161da652be847b31c6d2f444a2f',1,'apfel::EvolutionSetup::GridParameters']]], + ['inset_1745',['InSet',['../structapfel_1_1EvolutionSetup.html#a785f4176200bd5b4b204b0ebeda1edbf',1,'apfel::EvolutionSetup']]], + ['interdegreeq_1746',['InterDegreeQ',['../structapfel_1_1EvolutionSetup.html#a48e64395b5ab877fa9f4052bd9d2fa8e',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/variables_9.html b/docs/html/search/variables_9.html index ef8090b32..7b0147509 100644 --- a/docs/html/search/variables_9.html +++ b/docs/html/search/variables_9.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_9.js b/docs/html/search/variables_9.js index db921d2ea..72dea398f 100644 --- a/docs/html/search/variables_9.js +++ b/docs/html/search/variables_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['kcs_1750',['KCS',['../structapfel_1_1TmdObjects.html#a817a114dcb769265e80f5987533cf94a',1,'apfel::TmdObjects']]] + ['kcs_1747',['KCS',['../structapfel_1_1TmdObjects.html#a817a114dcb769265e80f5987533cf94a',1,'apfel::TmdObjects']]] ]; diff --git a/docs/html/search/variables_a.html b/docs/html/search/variables_a.html index 65ccfeb55..52a724d19 100644 --- a/docs/html/search/variables_a.html +++ b/docs/html/search/variables_a.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_a.js b/docs/html/search/variables_a.js index b88422166..1e38c0bc1 100644 --- a/docs/html/search/variables_a.js +++ b/docs/html/search/variables_a.js @@ -1,4 +1,4 @@ var searchData= [ - ['lambda_1751',['Lambda',['../structapfel_1_1EvolutionSetup.html#a627d756a982879f403991a8f5fe45811',1,'apfel::EvolutionSetup']]] + ['lambda_1748',['Lambda',['../structapfel_1_1EvolutionSetup.html#a627d756a982879f403991a8f5fe45811',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/search/variables_b.html b/docs/html/search/variables_b.html index 7ab3e590d..f376b27af 100644 --- a/docs/html/search/variables_b.html +++ b/docs/html/search/variables_b.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_b.js b/docs/html/search/variables_b.js index c799c74d6..5a386efea 100644 --- a/docs/html/search/variables_b.js +++ b/docs/html/search/variables_b.js @@ -1,8 +1,8 @@ var searchData= [ - ['masses_1752',['Masses',['../structapfel_1_1EvolutionSetup.html#a4020afe682b670da3163f676775a67cb',1,'apfel::EvolutionSetup']]], - ['massrenscheme_1753',['MassRenScheme',['../structapfel_1_1EvolutionSetup.html#a88411dbe8022d8cdc9b4bace53949cd9',1,'apfel::EvolutionSetup']]], - ['matchingconditions_1754',['MatchingConditions',['../structapfel_1_1DglapObjects.html#a7cdc6caad7aa2128f23bd467f109cb40',1,'apfel::DglapObjects']]], - ['matchingfunctionsffs_1755',['MatchingFunctionsFFs',['../structapfel_1_1TmdObjects.html#a5167975f18155c85fe6b2e506e096394',1,'apfel::TmdObjects']]], - ['matchingfunctionspdfs_1756',['MatchingFunctionsPDFs',['../structapfel_1_1TmdObjects.html#a8e043aa1d00e699e6ca2e320422b0684',1,'apfel::TmdObjects']]] + ['masses_1749',['Masses',['../structapfel_1_1EvolutionSetup.html#a4020afe682b670da3163f676775a67cb',1,'apfel::EvolutionSetup']]], + ['massrenscheme_1750',['MassRenScheme',['../structapfel_1_1EvolutionSetup.html#a88411dbe8022d8cdc9b4bace53949cd9',1,'apfel::EvolutionSetup']]], + ['matchingconditions_1751',['MatchingConditions',['../structapfel_1_1DglapObjects.html#a7cdc6caad7aa2128f23bd467f109cb40',1,'apfel::DglapObjects']]], + ['matchingfunctionsffs_1752',['MatchingFunctionsFFs',['../structapfel_1_1TmdObjects.html#a5167975f18155c85fe6b2e506e096394',1,'apfel::TmdObjects']]], + ['matchingfunctionspdfs_1753',['MatchingFunctionsPDFs',['../structapfel_1_1TmdObjects.html#a8e043aa1d00e699e6ca2e320422b0684',1,'apfel::TmdObjects']]] ]; diff --git a/docs/html/search/variables_c.html b/docs/html/search/variables_c.html index caa09e001..6019eba96 100644 --- a/docs/html/search/variables_c.html +++ b/docs/html/search/variables_c.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_c.js b/docs/html/search/variables_c.js index 5e6f713f0..255d7dd67 100644 --- a/docs/html/search/variables_c.js +++ b/docs/html/search/variables_c.js @@ -1,8 +1,8 @@ var searchData= [ - ['name_1757',['name',['../structapfel_1_1EvolutionSetup.html#ad4d76387104f1d24f4c3f2dfb4054575',1,'apfel::EvolutionSetup']]], - ['nc_1758',['NC',['../group__MathConstants.html#gadff9aadfe2fba84ec0abee6cd9b1f880',1,'apfel']]], - ['nf_5fff_1759',['Nf_FF',['../structapfel_1_1EvolutionSetup.html#a9b30d8429e9a3d033202927abf5c8667',1,'apfel::EvolutionSetup']]], - ['nqg_1760',['nQg',['../structapfel_1_1EvolutionSetup.html#aab9528d803850444afe8f68ac552338c',1,'apfel::EvolutionSetup']]], - ['nx_1761',['nx',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html#ac1ac2d643f29aa6045eb13e32ae0fd3b',1,'apfel::EvolutionSetup::GridParameters']]] + ['name_1754',['name',['../structapfel_1_1EvolutionSetup.html#ad4d76387104f1d24f4c3f2dfb4054575',1,'apfel::EvolutionSetup']]], + ['nc_1755',['NC',['../group__MathConstants.html#gadff9aadfe2fba84ec0abee6cd9b1f880',1,'apfel']]], + ['nf_5fff_1756',['Nf_FF',['../structapfel_1_1EvolutionSetup.html#a9b30d8429e9a3d033202927abf5c8667',1,'apfel::EvolutionSetup']]], + ['nqg_1757',['nQg',['../structapfel_1_1EvolutionSetup.html#aab9528d803850444afe8f68ac552338c',1,'apfel::EvolutionSetup']]], + ['nx_1758',['nx',['../structapfel_1_1EvolutionSetup_1_1GridParameters.html#ac1ac2d643f29aa6045eb13e32ae0fd3b',1,'apfel::EvolutionSetup::GridParameters']]] ]; diff --git a/docs/html/search/variables_d.html b/docs/html/search/variables_d.html index 0c7eadb59..f61ae7511 100644 --- a/docs/html/search/variables_d.html +++ b/docs/html/search/variables_d.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_d.js b/docs/html/search/variables_d.js index 273ea0460..4176d55ae 100644 --- a/docs/html/search/variables_d.js +++ b/docs/html/search/variables_d.js @@ -1,7 +1,7 @@ var searchData= [ - ['object_1762',['object',['../structapfel_1_1ConvolutionMap_1_1rule.html#a2c0746f83d8cd9aba6adef881214d4e6',1,'apfel::ConvolutionMap::rule']]], - ['object1_1763',['object1',['../structapfel_1_1term.html#ae83713d52c64fe1e8058b3e92e05441c',1,'apfel::term']]], - ['object2_1764',['object2',['../structapfel_1_1term.html#aa1968face846d1995d05dc178734b352',1,'apfel::term']]], - ['operand_1765',['operand',['../structapfel_1_1ConvolutionMap_1_1rule.html#a6c3092134ba2ed5a1eae04aae274211d',1,'apfel::ConvolutionMap::rule']]] + ['object_1759',['object',['../structapfel_1_1ConvolutionMap_1_1rule.html#a2c0746f83d8cd9aba6adef881214d4e6',1,'apfel::ConvolutionMap::rule']]], + ['object1_1760',['object1',['../structapfel_1_1term.html#ae83713d52c64fe1e8058b3e92e05441c',1,'apfel::term']]], + ['object2_1761',['object2',['../structapfel_1_1term.html#aa1968face846d1995d05dc178734b352',1,'apfel::term']]], + ['operand_1762',['operand',['../structapfel_1_1ConvolutionMap_1_1rule.html#a6c3092134ba2ed5a1eae04aae274211d',1,'apfel::ConvolutionMap::rule']]] ]; diff --git a/docs/html/search/variables_e.html b/docs/html/search/variables_e.html index 30bb467c9..7bfd37215 100644 --- a/docs/html/search/variables_e.html +++ b/docs/html/search/variables_e.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_e.js b/docs/html/search/variables_e.js index 863920d51..6c236c809 100644 --- a/docs/html/search/variables_e.js +++ b/docs/html/search/variables_e.js @@ -1,7 +1,7 @@ var searchData= [ - ['pdfevolution_1766',['PDFEvolution',['../structapfel_1_1EvolutionSetup.html#a4a281df54c20f4dae59dedde33ee2753',1,'apfel::EvolutionSetup']]], - ['perturbativeorder_1767',['PerturbativeOrder',['../structapfel_1_1EvolutionSetup.html#a904f87e2c7b0ce4f8448eebda1f1e418',1,'apfel::EvolutionSetup']]], - ['pi2_1768',['Pi2',['../group__MathConstants.html#ga9c7ef97459ddf2159d123ca9ceffe09b',1,'apfel']]], - ['protonmass_1769',['ProtonMass',['../group__PhysConstants.html#ga77dbc0a129205ed2d8bbd57d8b317e55',1,'apfel']]] + ['pdfevolution_1763',['PDFEvolution',['../structapfel_1_1EvolutionSetup.html#a4a281df54c20f4dae59dedde33ee2753',1,'apfel::EvolutionSetup']]], + ['perturbativeorder_1764',['PerturbativeOrder',['../structapfel_1_1EvolutionSetup.html#a904f87e2c7b0ce4f8448eebda1f1e418',1,'apfel::EvolutionSetup']]], + ['pi2_1765',['Pi2',['../group__MathConstants.html#ga9c7ef97459ddf2159d123ca9ceffe09b',1,'apfel']]], + ['protonmass_1766',['ProtonMass',['../group__PhysConstants.html#ga77dbc0a129205ed2d8bbd57d8b317e55',1,'apfel']]] ]; diff --git a/docs/html/search/variables_f.html b/docs/html/search/variables_f.html index 179ffaf80..d97920d08 100644 --- a/docs/html/search/variables_f.html +++ b/docs/html/search/variables_f.html @@ -2,7 +2,7 @@ - + diff --git a/docs/html/search/variables_f.js b/docs/html/search/variables_f.js index 64ba325f2..d1b29c7e1 100644 --- a/docs/html/search/variables_f.js +++ b/docs/html/search/variables_f.js @@ -1,11 +1,11 @@ var searchData= [ - ['q0_1770',['Q0',['../structapfel_1_1EvolutionSetup.html#a204de6ac2d42773ef73525b99feff1a0',1,'apfel::EvolutionSetup']]], - ['q2s_1771',['q2s',['../structapfel_1_1LHKnotArray.html#a046277f51b173abadb78d49ec1f3bca6',1,'apfel::LHKnotArray']]], - ['qch_1772',['QCh',['../group__PhysConstants.html#ga5eae545badb8945cd767271b573a8fc2',1,'apfel']]], - ['qch2_1773',['QCh2',['../group__PhysConstants.html#ga4e9304b2e9dfeb40a2ad1a3cfa6b2e6a',1,'apfel']]], - ['qmax_1774',['Qmax',['../structapfel_1_1EvolutionSetup.html#ab80c721e240135b40821d4cda11b78e2',1,'apfel::EvolutionSetup']]], - ['qmin_1775',['Qmin',['../structapfel_1_1EvolutionSetup.html#aa74278493b4ea60f09c74510a84be9ec',1,'apfel::EvolutionSetup']]], - ['qqcdref_1776',['QQCDRef',['../structapfel_1_1EvolutionSetup.html#a78386fbdc6c17e740cbd14ab8d015914',1,'apfel::EvolutionSetup']]], - ['qqedref_1777',['QQEDRef',['../structapfel_1_1EvolutionSetup.html#a198ae368f643bda07977fd4a21815a1e',1,'apfel::EvolutionSetup']]] + ['q0_1767',['Q0',['../structapfel_1_1EvolutionSetup.html#a204de6ac2d42773ef73525b99feff1a0',1,'apfel::EvolutionSetup']]], + ['q2s_1768',['q2s',['../structapfel_1_1LHKnotArray.html#a046277f51b173abadb78d49ec1f3bca6',1,'apfel::LHKnotArray']]], + ['qch_1769',['QCh',['../group__PhysConstants.html#ga5eae545badb8945cd767271b573a8fc2',1,'apfel']]], + ['qch2_1770',['QCh2',['../group__PhysConstants.html#ga4e9304b2e9dfeb40a2ad1a3cfa6b2e6a',1,'apfel']]], + ['qmax_1771',['Qmax',['../structapfel_1_1EvolutionSetup.html#ab80c721e240135b40821d4cda11b78e2',1,'apfel::EvolutionSetup']]], + ['qmin_1772',['Qmin',['../structapfel_1_1EvolutionSetup.html#aa74278493b4ea60f09c74510a84be9ec',1,'apfel::EvolutionSetup']]], + ['qqcdref_1773',['QQCDRef',['../structapfel_1_1EvolutionSetup.html#a78386fbdc6c17e740cbd14ab8d015914',1,'apfel::EvolutionSetup']]], + ['qqedref_1774',['QQEDRef',['../structapfel_1_1EvolutionSetup.html#a198ae368f643bda07977fd4a21815a1e',1,'apfel::EvolutionSetup']]] ]; diff --git a/docs/html/set_8h.html b/docs/html/set_8h.html index 2626a95ae..6a28b298f 100644 --- a/docs/html/set_8h.html +++ b/docs/html/set_8h.html @@ -3,7 +3,7 @@ - + APFEL: /Users/vbertone/Codes/apfelxx/inc/apfel/set.h File Reference @@ -33,7 +33,7 @@ - +