Method | Description | |
---|---|---|
Bind ( ) : Function | ||
Clone ( ) : Function | ||
Differentiate ( |
||
Equals ( object obj ) : bool | ||
GetComplexPart ( Function &re, Function &im ) : void | ||
GetHashCode ( ) : int | ||
GetValue ( ) : |
||
GetVariableList ( ) : |
||
Multiply ( Function f ) : Function | ||
Optimize ( ) : Function | 同じ種類の関数ごとに掛けていった方が最適な構造が得られるため、 関数のリストを一度ソートしてから掛けなおす。 あと、Constant とか Variable とか Function の辺りの乗算を最適化。 | |
Product ( ) : System | ||
Product ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
Sort ( Function f ) : Function |
public Differentiate ( |
||
x | ||
return | Function |
public GetComplexPart ( Function &re, Function &im ) : void | ||
re | Function | |
im | Function | |
return | void |
public GetVariableList ( ) : |
||
return |
public Product ( |
||
functions | ||
return | System |