3 #ifndef __calculator_hpp
4 #define __calculator_hpp
10 #include <polycor.hpp>
12 #include <s2proc/trace.hpp>
13 #include <s2proc/polycor.hpp>
17 typedef std::vector< std::vector<double> > Coeff_Matrix;
27 void SetRows(std::map<int, PSC::ROW> rows_map);
29 bool operator()(PSC::Statics &statics)
const;
33 bool gauss_Prepare(Coeff_Matrix &coef_mat, std::vector<double> &result)
const;
35 bool Remove_Trend(PSC::Statics &statics)
const;
37 std::map<int, PSC::ROW > m_rows_map;
Definition: calculator.hpp:19
Definition: polycor.hpp:19