QSAS_2_4/QSAS_dist/src/Utilities/qdos/LinearInterp.h File Reference

#include "Algorithm.h"

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 &))

Generated on Fri Jan 8 12:51:25 2010 for QSAS by  doxygen 1.5.7