#include <mat_tools.h>
Definition at line 2090 of file mat_tools.h.
◆ CSG_Trend_Polynom()
CSG_Trend_Polynom::CSG_Trend_Polynom |
( |
void | | ) |
|
◆ Add_Data()
bool CSG_Trend_Polynom::Add_Data |
( |
double | x, |
|
|
double | y ) |
◆ Clr_Data()
bool CSG_Trend_Polynom::Clr_Data |
( |
void | | ) |
|
◆ Destroy()
bool CSG_Trend_Polynom::Destroy |
( |
void | | ) |
|
◆ Get_Coefficient()
double CSG_Trend_Polynom::Get_Coefficient |
( |
int | i | ) |
const |
|
inline |
◆ Get_Data_Count()
int CSG_Trend_Polynom::Get_Data_Count |
( |
void | | ) |
const |
|
inline |
◆ Get_Data_X()
double CSG_Trend_Polynom::Get_Data_X |
( |
int | i | ) |
const |
|
inline |
◆ Get_Data_Y()
double CSG_Trend_Polynom::Get_Data_Y |
( |
int | i | ) |
const |
|
inline |
◆ Get_nCoefficients()
int CSG_Trend_Polynom::Get_nCoefficients |
( |
void | | ) |
const |
|
inline |
◆ Get_Order()
int CSG_Trend_Polynom::Get_Order |
( |
void | | ) |
const |
|
inline |
◆ Get_R2()
double CSG_Trend_Polynom::Get_R2 |
( |
void | | ) |
const |
|
inline |
◆ Get_Trend()
bool CSG_Trend_Polynom::Get_Trend |
( |
void | | ) |
|
◆ Get_Value()
double CSG_Trend_Polynom::Get_Value |
( |
double | x | ) |
const |
◆ Set_Data()
bool CSG_Trend_Polynom::Set_Data |
( |
double * | x, |
|
|
double * | y, |
|
|
int | n, |
|
|
bool | bAdd = false ) |
◆ Set_Order()
bool CSG_Trend_Polynom::Set_Order |
( |
int | Order = 1 | ) |
|
The documentation for this class was generated from the following files: