#include "Exception.h"
#include "Sequence.h"
#include <algorithm>
#include <iterator>
Classes | |
class | QDOS::AlgorithmException |
class | QDOS::BadData |
class | QDOS::DataNotConformant |
Namespaces | |
namespace | QDOS |
Functions | |
template<class Tx , class Ty > | |
void | QDOS::data_is_ok (const NumericSequence< Tx > &x_data, const NumericSequence< Ty > &y_data) |
template<class Tx > | |
int | QDOS::floor_index (const NumericSequence< Tx > &x_data, const Tx &x_interp) |
template<class Tx > | |
bool | QDOS::interp_at_pt (const NumericSequence< Tx > &x_data, const Tx &x_interp, int floor_idx, const double gap_criterion) |