![]() |
XLPack 6.1
Julia API リファレンスマニュアル
|
関数 | |
| function | derkf (info::Integer, n::Integer, f::Function, t::Real, y::Array{Float64}, tout::Real, wsave::Array{Float64}, iwsave::Array{Int32}, rtol::Real(keyword argument)=1.0e-10, atol::Real(keyword argument)=1.0e-10, mode::Integer(keyword argument)=0) |
| 常微分方程式の初期値問題 (5(4)次 ルンゲ・クッタ・フェールベルグ法) | |
| function | derkf_int (n::Integer, t::Real, y::Array{Float64}, wsave::Array{Float64}) |
| 常微分方程式の初期値問題 (5(4)次 ルンゲ・クッタ・フェールベルグ法) (密出力のための補間) | |
I1. 常微分方程式 (ODE) プログラムを表示しています.