C# 클래스 YAMP.Numerics.SimpsonIntegrator

Represents a specific algorithm for integration - Simpson's rule.
상속: Integrator
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
Integrate ( MatrixValue x ) : ScalarValue

Performs the integration.

SimpsonIntegrator ( MatrixValue y ) : YAMP.Exceptions

Creates a new Simpson integrator.

메소드 상세

Integrate() 공개 메소드

Performs the integration.
public Integrate ( MatrixValue x ) : ScalarValue
x MatrixValue The x values.
리턴 ScalarValue

SimpsonIntegrator() 공개 메소드

Creates a new Simpson integrator.
public SimpsonIntegrator ( MatrixValue y ) : YAMP.Exceptions
y MatrixValue The values to integrate.
리턴 YAMP.Exceptions