C# Class FvCalculation.ExpressionExtensions

Show file Open project: Ninputer/opencl-plot

Public Methods

Method Description
Apply ( this e, string name, double value ) : RawExpression
Execute ( this e, string name, double value ) : double
Solve ( this f, RawExpression df, string name, double start, int maxCount = 1000 ) : double
Solve ( this e, string name, double start, int maxCount = 1000 ) : double
Solve ( double>.this f, double>.Func df, double start, int maxCount = 1000 ) : double

Method Details

Apply() public static method

public static Apply ( this e, string name, double value ) : RawExpression
e this
name string
value double
return RawExpression

Execute() public static method

public static Execute ( this e, string name, double value ) : double
e this
name string
value double
return double

Solve() public static method

public static Solve ( this f, RawExpression df, string name, double start, int maxCount = 1000 ) : double
f this
df RawExpression
name string
start double
maxCount int
return double

Solve() public static method

public static Solve ( this e, string name, double start, int maxCount = 1000 ) : double
e this
name string
start double
maxCount int
return double

Solve() public static method

public static Solve ( double>.this f, double>.Func df, double start, int maxCount = 1000 ) : double
f double>.this
df double>.Func
start double
maxCount int
return double