C# 클래스 YAMP.Numerics.Optimization.NewtonMethod

Represents the Newton method.
상속: NonLinearBase
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
NewtonMethod ( double>.Func f, double x, double d ) : System

Creates a new instance.

메소드 상세

NewtonMethod() 공개 메소드

Creates a new instance.
public NewtonMethod ( double>.Func f, double x, double d ) : System
f double>.Func Function to be solved delegate.
x double The starting point.
d double The spacing to use.
리턴 System