TS++ library: time series library

◆ Interpolator()

ts::ipo::Interpolator::Interpolator ( Tconst_timeseries  ts,
const bool &  debug = false 
)
inlineprotected

Definition at line 128 of file ipo.h.

128  :
129  Mts(ts), Mdebug(debug) { }
Tconst_timeseries Mts
here we hold a copy
Definition: ipo.h:131
bool Mdebug
produce debug output
Definition: ipo.h:134
All stuff in this library will be placed within namespace ts.
Definition: anyfilter.cc:43
bool debug() const
indicate whether interpolator is in debug mode
Definition: ipo.h:126