#include <psc_ts_dispersion_residual.hpp>
|
virtual double | calc (const std::vector< double > &dt_vec) const |
|
bool | get_ts_curve (const TsCurveParams &cp, TsCurveResult &cr) const |
|
bool | get_ids_range (const int id, const int base_size, const std::pair< int, int > &full_ids_range, std::pair< int, int > &ids_range) const |
|
virtual void | progress (const int cur, const int max) const |
|
Constructor with time shifts container and parameters provided.
virtual psc::TsDispersionResidual::~TsDispersionResidual |
( |
| ) |
|
|
virtual |
virtual double psc::TsDispersionResidual::calc |
( |
const std::vector< double > & |
dt_vec | ) |
const |
|
protectedvirtual |
Get time shifts curve for provided range of indexies.
Params& psc::TsDispersionResidual::params |
( |
| ) |
|
|
inline |
Access to residual calculation parameters.
const Params& psc::TsDispersionResidual::params |
( |
| ) |
const |
|
inline |
Read only access to residual calculation parameters.
virtual void psc::TsDispersionResidual::progress |
( |
const int |
cur, |
|
|
const int |
max |
|
) |
| const |
|
protectedvirtual |
Progress of computation, can be reimplemented.
TsContainer& psc::TsDispersionResidual::tsContainer |
( |
| ) |
|
|
inline |
Access to time shifts container.
const TsContainer& psc::TsDispersionResidual::tsContainer |
( |
| ) |
const |
|
inline |
Read only access to time shifts container.
Params psc::TsDispersionResidual::m_params |
|
protected |
Time shifts container pointer.
The documentation for this class was generated from the following file: