SAGA API
v9.6
|
#include <mat_tools.h>
Public Member Functions | |
CSG_Trend_Polynom (void) | |
bool | Destroy (void) |
bool | Set_Order (int Order=1) |
bool | Clr_Data (void) |
bool | Set_Data (double *x, double *y, int n, bool bAdd=false) |
bool | Add_Data (double x, double y) |
int | Get_Data_Count (void) const |
double | Get_Data_X (int i) const |
double | Get_Data_Y (int i) const |
bool | Get_Trend (void) |
int | Get_Order (void) const |
int | Get_nCoefficients (void) const |
double | Get_Coefficient (int i) const |
double | Get_R2 (void) const |
double | Get_Value (double x) const |
Definition at line 2074 of file mat_tools.h.
CSG_Trend_Polynom::CSG_Trend_Polynom | ( | void | ) |
Definition at line 748 of file mat_trend.cpp.
References Destroy().
bool CSG_Trend_Polynom::Add_Data | ( | double | x, |
double | y | ||
) |
Definition at line 809 of file mat_trend.cpp.
References CSG_Vector::Add_Row().
bool CSG_Trend_Polynom::Clr_Data | ( | void | ) |
Definition at line 779 of file mat_trend.cpp.
References CSG_Vector::Destroy().
Referenced by Destroy(), and Set_Data().
bool CSG_Trend_Polynom::Destroy | ( | void | ) |
Definition at line 754 of file mat_trend.cpp.
References Clr_Data().
Referenced by CSG_Trend_Polynom().
|
inline |
Definition at line 2094 of file mat_tools.h.
|
inline |
Definition at line 2086 of file mat_tools.h.
|
inline |
Definition at line 2087 of file mat_tools.h.
|
inline |
Definition at line 2088 of file mat_tools.h.
|
inline |
Definition at line 2093 of file mat_tools.h.
|
inline |
Definition at line 2092 of file mat_tools.h.
|
inline |
Definition at line 2095 of file mat_tools.h.
bool CSG_Trend_Polynom::Get_Trend | ( | void | ) |
Definition at line 815 of file mat_trend.cpp.
References C, CSG_Matrix::Create(), CSG_Vector::Get_N(), CSG_Vector::Get_Size(), and SG_Get_Square().
double CSG_Trend_Polynom::Get_Value | ( | double | x | ) | const |
Definition at line 862 of file mat_trend.cpp.
References CSG_Vector::Get_N().
bool CSG_Trend_Polynom::Set_Data | ( | double * | x, |
double * | y, | ||
int | n, | ||
bool | bAdd = false |
||
) |
Definition at line 789 of file mat_trend.cpp.
References CSG_Vector::Add_Rows(), Clr_Data(), and CSG_Vector::Get_N().
bool CSG_Trend_Polynom::Set_Order | ( | int | Order = 1 | ) |
Definition at line 764 of file mat_trend.cpp.
References CSG_Vector::Destroy().