C# 클래스 SoundLibrary.Mathematics.Discrete.Differential

導関数。
상속: Function
파일 보기 프로젝트 열기: ufcpp/UfcppSample 1 사용 예제들

공개 메소드들

메소드 설명
BackwardDifference ( Function f, int i ) : Type

後退差分近似で微分。

Derive ( Type x ) : System.Type[]

配列を関数に見立てて微分。

Differential ( Function primitive ) : System

初期化。

Diffrential3 ( Function f, int i ) : Type

3点近似で微分。

Diffrential5 ( Function f, int i ) : Type

5点近似で微分。

ForwardDifference ( Function f, int i ) : Type

前進差分近似で微分。

this ( int n ) : Type

메소드 상세

BackwardDifference() 공개 정적인 메소드

後退差分近似で微分。
public static BackwardDifference ( Function f, int i ) : Type
f Function 微分対象
i int 位置
리턴 System.Type

Derive() 공개 정적인 메소드

配列を関数に見立てて微分。
public static Derive ( Type x ) : System.Type[]
x System.Type 微分対象
리턴 System.Type[]

Differential() 공개 메소드

初期化。
public Differential ( Function primitive ) : System
primitive Function 原始関数
리턴 System

Diffrential3() 공개 정적인 메소드

3点近似で微分。
public static Diffrential3 ( Function f, int i ) : Type
f Function 微分対象
i int 位置
리턴 System.Type

Diffrential5() 공개 정적인 메소드

5点近似で微分。
public static Diffrential5 ( Function f, int i ) : Type
f Function 微分対象
i int 位置
리턴 System.Type

ForwardDifference() 공개 정적인 메소드

前進差分近似で微分。
public static ForwardDifference ( Function f, int i ) : Type
f Function 微分対象
i int 位置
리턴 System.Type

this() 공개 메소드

public this ( int n ) : Type
n int
리턴 System.Type