C# 클래스 Nexus.NumericalAnalysis.Rk2OdeSolver

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

공개 메소드들

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

메소드 상세

Rk2OdeSolver() 공개 메소드

public Rk2OdeSolver ( 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[]