Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4LegendrePolynomial.hh>
Public Member Functions | |
G4double | GetCoefficient (std::size_t i, std::size_t order) |
G4double | EvalLegendrePoly (G4int order, G4double x) |
G4double | EvalAssocLegendrePoly (G4int l, G4int m, G4double x) |
G4double | EvalAssocLegendrePoly (G4int l, G4int m, G4double x, std::map< G4int, std::map< G4int, G4double > > *cache) |
Static Public Member Functions | |
static std::size_t | GetNCoefficients (std::size_t order) |
Protected Member Functions | |
void | BuildUpToOrder (std::size_t order) |
Protected Attributes | |
std::vector< std::vector< G4double > > | fCoefficients |
Definition at line 50 of file G4LegendrePolynomial.hh.
|
protected |
Definition at line 140 of file G4LegendrePolynomial.cc.
Referenced by GetCoefficient().
Definition at line 49 of file G4LegendrePolynomial.cc.
Referenced by EvalAssocLegendrePoly(), EvalAssocLegendrePoly(), and EvalLegendrePoly().
|
inline |
Definition at line 63 of file G4LegendrePolynomial.hh.
Definition at line 43 of file G4LegendrePolynomial.cc.
G4double G4LegendrePolynomial::GetCoefficient | ( | std::size_t | i, |
std::size_t | order ) |
Definition at line 34 of file G4LegendrePolynomial.cc.
|
inlinestatic |
Definition at line 54 of file G4LegendrePolynomial.hh.
|
protected |
Definition at line 72 of file G4LegendrePolynomial.hh.
Referenced by BuildUpToOrder(), and GetCoefficient().