クラス
org.simBio.util.numerical.MathFunction の使用

MathFunction を使用しているパッケージ
org.simBio.bio.henriquez_et_al_2001   
org.simBio.util.numerical.methods   
 

org.simBio.bio.henriquez_et_al_2001 での MathFunction の使用
 

MathFunction として宣言されている org.simBio.bio.henriquez_et_al_2001 のフィールド
 MathFunction GapJunction.fVHL
          non-linear equation for calculating the voltage across hemichannel at HL state
 MathFunction GapJunction.fVLH
          non-linear equation for calculating the voltage across hemichannel at LH state
 

org.simBio.util.numerical.methods での MathFunction の使用
 

MathFunction 型のパラメータを持つ org.simBio.util.numerical.methods のメソッド
static double BroydenMethod.solve(MathFunction[] functions, Node[] nodes)
          Solves the specified nonlinear equations for the specified variables.
static double BroydenMethod.solve(MathFunction[] functions, Node[] nodes, double epsilon, int iteration)
          Solves the specified nonlinear equations for the specified variables.
static double SecantMethod.solve(MathFunction function, Node node)
          Solve the specified nonlinear equation.
static double SecantMethod.solve(MathFunction function, Node node, double epsilon)
          Solve the specified nonlinear equation.
 



???(C) 2002-2007 ?????????????????????