com.banda.function.business
Class RungeKutta4BO

java.lang.Object
  extended by com.banda.function.business.DiffEquationsApproxBO
      extended by com.banda.function.business.RungeKutta4BO

public class RungeKutta4BO
extends DiffEquationsApproxBO

Since:
2012
Author:
© Peter Banda

Constructor Summary
RungeKutta4BO(FunctionEvaluator<?,Double,Double[]> diffEquationsEvaluator, Double timeStep)
           
 
Method Summary
 Double[] getApproxDiffs(Double[] currentValues)
           
 
Methods inherited from class com.banda.function.business.DiffEquationsApproxBO
getDiffEquationsEvaluator, getDiffs, getTimeStep, mulByConst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RungeKutta4BO

public RungeKutta4BO(FunctionEvaluator<?,Double,Double[]> diffEquationsEvaluator,
                     Double timeStep)
Method Detail

getApproxDiffs

public Double[] getApproxDiffs(Double[] currentValues)
Specified by:
getApproxDiffs in class DiffEquationsApproxBO


Copyright © 2013. All Rights Reserved.