Home
last modified time | relevance | path

Searched refs:CSG_Trend_Polynom (Results 1 – 4 of 4) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_trend.cpp748 CSG_Trend_Polynom::CSG_Trend_Polynom(void) in CSG_Trend_Polynom() function in CSG_Trend_Polynom
754 bool CSG_Trend_Polynom::Destroy(void) in Destroy()
764 bool CSG_Trend_Polynom::Set_Order(int Order) in Set_Order()
779 bool CSG_Trend_Polynom::Clr_Data(void) in Clr_Data()
789 bool CSG_Trend_Polynom::Set_Data(double *x, double *y, int n, bool bAdd) in Set_Data()
809 bool CSG_Trend_Polynom::Add_Data(double x, double y) in Add_Data()
815 bool CSG_Trend_Polynom::Get_Trend(void) in Get_Trend()
862 double CSG_Trend_Polynom::Get_Value(double x) const in Get_Value()
H A Dmat_tools.h2050 class SAGA_API_DLL_EXPORT CSG_Trend_Polynom
2053 CSG_Trend_Polynom(void);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/climate/climate_tools/
H A Dgrid_levels_interpolation.cpp293 CSG_Trend_Polynom Trend; Trend.Set_Order(m_Trend_Order); in Initialize()
339 CSG_Trend_Polynom Trend; Trend.Set_Order(m_Trend_Order); in Initialize()
657 CSG_Trend_Polynom Trend; in Get_Trend()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_regression/
H A Dgrids_trend_polynom.cpp309 CSG_Trend_Polynom Trend; Trend.Set_Order(Order); in On_Execute()