|
Namespaces |
namespace | QDOS |
Functions |
template<class Tx , class Ty > |
bool | QDOS::linear_interp (const NumericSequence< Tx > &x_data, const NumericSequence< Ty > &y_data, const Tx &x_interp, Ty &y_interp) |
template<class Tx , class Ty > |
bool | QDOS::linear_interp (const NumericSequence< Tx > &x_data, const NumericSequence< Ty > &y_data, const Tx &x_interp, Ty &y_interp, double gap_criterion) |
template<class Tx , class Ty > |
vector< bool > | QDOS::series_linear_interp (const NumericSequence< Tx > &x_data, const NumericSequence< Ty > &y_data, const NumericSequence< Tx > &x_interp, NumericSequence< Ty > &y_interp) |
template<class Tx , class Ty > |
vector< bool > | QDOS::series_linear_interp (const NumericSequence< Tx > &x_data, const NumericSequence< Ty > &y_data, NumericSequence< Tx > &x_interp, NumericSequence< Ty > &y_interp, double gap_criterion) |
template<class Tx , class Ty > |
vector< bool > | QDOS::series_linear_interp (const NumericSequence< Tx > &x_data, const NumericSequence< Ty > &y_data, NumericSequence< Tx > &x_interp, NumericSequence< Ty > &y_interp, double gap_criterion, const Ty &fill_value) |
template<class Tx , class Ty > |
vector< bool > | QDOS::series_linear_interp (const NumericSequence< Tx > &x_data, const NumericSequence< Ty > &y_data, NumericSequence< Tx > &x_interp, NumericSequence< Ty > &y_interp, double gap_criterion, bool(*pinterp_fn)(const NumericSequence< Tx > &, const NumericSequence< Ty > &,
const Tx &, Ty &)) |