C# 클래스 YAMP.Numerics.SecantMethod

Represents the Secant method for determining the closest root.
상속: NonLinearBase
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
SecantMethod ( double>.Func f, double shag, double delta ) : System

Cretes a new instance.

비공개 메소드들

메소드 설명
Perform ( double x0, double delta ) : void

Performs an iteration.

메소드 상세

SecantMethod() 공개 메소드

Cretes a new instance.
public SecantMethod ( double>.Func f, double shag, double delta ) : System
f double>.Func Function to be solved delegate
shag double The spacing to use.
delta double The function values to use.
리턴 System