numRecipes
インタフェース Function

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

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