numRecipes
Interface Function

All Known Implementing Classes:
AtmMuonBundleFlux, Bremsstrahlung, GlashowResonanceHadronic, GlashowResonanceLeptonic, Ionization, KnockOnElectrons, NeutrinoBHevaporation, NeutrinoCharge, NeutrinoChargeZeusPDF, NeutrinoNeutral, NeutrinoNeutralZeusPDF, PairCreation, PairCreationFit, PhotoNuclear, PhotoNuclearFit, PropagatingAtmMuonFlux, 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)
           
 

Method Detail

getFunction

double getFunction(int functionIndex,
                   double[] parameters,
                   double x)