C# 클래스 Nexus.NumericalAnalysis.EulerOdeSolver

Solves an ODE using Euler integration
상속: OdeSolver
파일 보기 프로젝트 열기: tgjones/nexus

공개 메소드들

메소드 설명
EulerOdeSolver ( int dimensions, CalculateDerivatives callback )
Solve ( float initial, float x, float h ) : float[]

메소드 상세

EulerOdeSolver() 공개 메소드

public EulerOdeSolver ( int dimensions, CalculateDerivatives callback )
dimensions int
callback CalculateDerivatives

Solve() 공개 메소드

public Solve ( float initial, float x, float h ) : float[]
initial float
x float
h float
리턴 float[]