Interpolation

Full API

Jusdl.InterpolantType
Interpolant(tinit, tfinal, coefinit, coeffinal)

Constructs a linnear interpolant that interpolates between the poinsts (tinit, coefinit) and (tfinal, coeffinal).

source
Jusdl.update!Method
update!(intepolant)

Updates interpolant using the data in timebuf and databuf of interpolant.

source