IGLib  1.5
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
HighestDerivativeFunctionDelegate.cs File Reference

Namespaces

package  IG.MPetekLib.Algorithms.Solvers.InitialProblemODE_RK4
 

Functions

delegate double IG.MPetekLib.Algorithms.Solvers.InitialProblemODE_RK4.HighestDerivativeFunctionDelegate (double[] derivative)
 A delegate for dynamicaly binding the calller with the desired function (an ODE rearranged so that the highest derivative is expressed as a function of the lower derivatives and the independent variable). More...