numRecipes
インタフェース Function

既知の実装クラスの一覧:
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.


メソッドの概要
 double getFunction(int functionIndex, double[] parameters, double x)
           
 

メソッドの詳細

getFunction

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