Interpolation

Full API

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

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

source
Causal.update!Method
update!(intepolant)

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

source