Class EulerSolver

java.lang.Object
com.titan.math.solver.EulerSolver
All Implemented Interfaces:
Solver

public class EulerSolver extends Object implements Solver
EulerSolver implements Solver:
implementation of the Euler-Solver approximation method
wi+1 = wi + h * f(wi, ti)