XLPack 6.1
Julia API Reference Manual
Loading...
Searching...
No Matches
Functions
E. Interpolation

Functions

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)
 Evaluation of function values for piecewise cubic Hermite (and cubic spline) interpolation
 
function pchse (n::Integer, x::Array{Float64}, f::Array{Float64}, d::Array{Float64}, incfd::Integer=1)
 Piecewise cubic spline interpolation ("not a knot" condition)
 
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)
 Integral of piecewise cubic Hermite / cubic spline function
 

Detailed Description

This is the group of E. Interpolation