Méthode | Description | |
---|---|---|
RungeKutta ( Func |
Default constructor
|
Méthode | Description | |
---|---|---|
Calculate ( ) : void |
Calculates the result.
|
public RungeKutta ( Func |
||
f | Func |
Function to be solved delegate |
begin | double | Interval start point value |
end | double | Interval end point value |
y0 | double | Starting condition |
pointsNum | int | Points number |
Résultat | System |