C# Class SoundLibrary.Mathematics.Discrete.Differential

導関数。
Inheritance: Function
显示文件 Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method 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 method

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

Derive() public static method

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

Differential() public method

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

Diffrential3() public static method

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

Diffrential5() public static method

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

ForwardDifference() public static method

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

this() public method

public this ( int n ) : Type
n int
return System.Type