#include <Polyfit.h>
|
| static double | PolyFit2 (const vector< double > &x, const vector< double > &y, vector< double > &coef) |
|
| typedef vector< vector< double > > | Matrix |
|
| static void | Square (const Matrix &x, const vector< double > &y, Matrix &a, vector< double > &g, const int nrow, const int ncol) |
| static bool | GaussJordan (Matrix &b, const vector< double > &y, vector< double > &coef) |
| static bool | GaussJordan2 (Matrix &b, const vector< double > &y, Matrix &w, vector< vector< int > > &index) |
Definition at line 47 of file Polyfit.h.
◆ Matrix
◆ TPolyFit() [1/2]
◆ TPolyFit() [2/2]
◆ PolyFit2()
| double TPolyFit::PolyFit2 |
( |
const vector< double > & | x, |
|
|
const vector< double > & | y, |
|
|
vector< double > & | coef ) |
|
static |
◆ operator=()
◆ Square()
| void TPolyFit::Square |
( |
const Matrix & | x, |
|
|
const vector< double > & | y, |
|
|
Matrix & | a, |
|
|
vector< double > & | g, |
|
|
const int | nrow, |
|
|
const int | ncol ) |
|
staticprivate |
◆ GaussJordan()
| bool TPolyFit::GaussJordan |
( |
Matrix & | b, |
|
|
const vector< double > & | y, |
|
|
vector< double > & | coef ) |
|
staticprivate |
◆ GaussJordan2()
| bool TPolyFit::GaussJordan2 |
( |
Matrix & | b, |
|
|
const vector< double > & | y, |
|
|
Matrix & | w, |
|
|
vector< vector< int > > & | index ) |
|
staticprivate |
The documentation for this class was generated from the following file: