numRecipes
Interface Function
- All Known Implementing Classes: 
 - AtmMuonBundleFlux, Bremsstrahlung, GlashowResonanceHadronic, GlashowResonanceLeptonic, KnockOnElectrons, NeutrinoCharge, NeutrinoNeutral, PairCreation, PairCreationFit, PhotoNuclear, PhotoNuclearFit, SpecialFunctions
 
public interface Function
Interface to get value of a given function in a given class. 
    This will be  used for numerical integration etc.
| 
Method Summary | 
 double | 
getFunction(int functionIndex,
            double[] parameters,
            double x)
 
            | 
 
getFunction
double getFunction(int functionIndex,
                   double[] parameters,
                   double x)