C# 클래스 YAMP.Numerics.NonLinearBase

Abstract base class for all non-linear algorithms to determine the closest root.
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

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

Creates a new instance.

보호된 메소드들

메소드 설명
fprime ( double x ) : double

Computes the derivative

메소드 상세

NonLinearBase() 공개 메소드

Creates a new instance.
public NonLinearBase ( double>.Func f, double d ) : System
f double>.Func The function to consider.
d double The spacing to use.
리턴 System

fprime() 보호된 메소드

Computes the derivative
protected fprime ( double x ) : double
x double Point
리턴 double