C# Class SoundLibrary.Mathematics.Discrete.Differential

導関数。
Inheritance: Function
Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

BackwardDifference() public static méthode

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

Derive() public static méthode

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

Differential() public méthode

初期化。
public Differential ( Function primitive ) : System
primitive Function 原始関数
Résultat System

Diffrential3() public static méthode

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

Diffrential5() public static méthode

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

ForwardDifference() public static méthode

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

this() public méthode

public this ( int n ) : Type
n int
Résultat System.Type