Uses of Class
org.simBio.util.numerical.MathFunction

Packages that use MathFunction
org.simBio.bio.henriquez_et_al_2001   
org.simBio.util.numerical.methods   
 

Uses of MathFunction in org.simBio.bio.henriquez_et_al_2001
 

Fields in org.simBio.bio.henriquez_et_al_2001 declared as MathFunction
 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
 

Uses of MathFunction in org.simBio.util.numerical.methods
 

Methods in org.simBio.util.numerical.methods with parameters of type MathFunction
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.
 



Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.