![]() |
APFEL 4.8.0
A PDF evolution library in C++
|
This is the complete list of members for apfel::QGrid< T >, including all inherited members.
_fQg | apfel::QGrid< T > | protected |
_GridValues | apfel::QGrid< T > | protected |
_InterDegree | apfel::QGrid< T > | protected |
_nQ | apfel::QGrid< T > | protected |
_nQg | apfel::QGrid< T > | protected |
_Qg | apfel::QGrid< T > | protected |
_QMax | apfel::QGrid< T > | protected |
_QMin | apfel::QGrid< T > | protected |
_TabFunc | apfel::QGrid< T > | protected |
_Thresholds | apfel::QGrid< T > | protected |
DerInterpolant(int const &tQ, int const &tau, double const &Q) const | apfel::QGrid< T > | |
Derive(double const &Q) const | apfel::QGrid< T > | |
Evaluate(double const &Q) const | apfel::QGrid< T > | |
GetFQGrid() const | apfel::QGrid< T > | inline |
GetQGrid() const | apfel::QGrid< T > | inline |
GetQGridValues() const | apfel::QGrid< T > | inline |
GetThesholdIndices() const | apfel::QGrid< T > | inline |
GetThresholds() const | apfel::QGrid< T > | inline |
Integrate(double const &Qa, double const &Qb) const | apfel::QGrid< T > | |
InterDegree() const | apfel::QGrid< T > | inline |
Interpolant(int const &tQ, int const &tau, double const &fq) const | apfel::QGrid< T > | |
IntInterpolant(int const &tQ, int const &tau, double const &Qa, double const &Qb) const | apfel::QGrid< T > | |
nQ() const | apfel::QGrid< T > | inline |
operator!=(QGrid const &sg) const | apfel::QGrid< T > | |
operator<<(std::ostream &os, QGrid< U > const &dt) | apfel::QGrid< T > | friend |
operator==(QGrid const &sg) const | apfel::QGrid< T > | |
Print() const | apfel::QGrid< T > | inline |
QGrid()=delete | apfel::QGrid< T > | |
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) | apfel::QGrid< T > | |
QGrid(int const &nQ, double const &QMin, double const &QMax, int const &InterDegree, std::vector< double > const &Thresholds, double const &Lambda=0.25) | apfel::QGrid< T > | |
QGrid(std::vector< double > const &Qg, int const &InterDegree) | apfel::QGrid< T > | |
QMax() const | apfel::QGrid< T > | inline |
QMin() const | apfel::QGrid< T > | inline |
SumBounds(double const &Q) const | apfel::QGrid< T > | |
TabFunc() const | apfel::QGrid< T > | inline |