com.banda.function.business
Class EulerMethodBO

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

public class EulerMethodBO
extends DiffEquationsApproxBO


Constructor Summary
EulerMethodBO(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

EulerMethodBO

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

getApproxDiffs

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


Copyright © 2012. All Rights Reserved.