Interpolation
Full API
Causal.Interpolant — Typemutable struct Interpolant{TMB, INB, ITP}Constructs a linnear interpolant that interpolates between the poinsts (tinit, coefinit) and (tfinal, coeffinal).
Fields
timebuf::AnyBuffer to record time
databuf::AnyBuffer to record data
itp::AnyInternal interpolating function
Causal.update! — MethodUpdates interpolant using the data in timebuf and databuf of interpolant.