XLPack 6.1
Julia API リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません
関数
E. 補間

関数

function pchfe (n::Integer, x::Array{Float64}, f::Array{Float64}, d::Array{Float64}, ne::Integer, xe::Array{Float64}, fe::Array{Float64}, incfd::Integer=1, skip::Bool(keyword argument)=false)
 区分3次エルミート(または3次スプライン)補間関数値
 
function pchse (n::Integer, x::Array{Float64}, f::Array{Float64}, d::Array{Float64}, incfd::Integer=1)
 区分3次スプライン補間 ("not a knot"境界条件)
 
function pchia (n::Integer, x::Array{Float64}, f::Array{Float64}, d::Array{Float64}, a::Real, b::Real, incfd::Integer=1, skip::Bool(keyword argument)=false)
 区分3次エルミート(または3次スプライン)補間関数の積分値
 

詳解

E. 補間 プログラムを表示しています.