|
qm-dsp 1.8
|
Functions | |
| void | swap (double &a, double &b) |
| void | zeroise (vector< double > &array, int n) |
| void | zeroise (vector< int > &array, int n) |
| void | zeroise (vector< vector< double > > &matrix, int m, int n) |
| void | zeroise (vector< vector< int > > &matrix, int m, int n) |
| double | sqr (const double &x) |
|
inline |
Definition at line 85 of file Polyfit.h.
Referenced by TPolyFit::GaussJordan(), and TPolyFit::GaussJordan2().
| void NSUtility::zeroise | ( | vector< double > & | array, |
| int | n ) |
Definition at line 366 of file Polyfit.h.
Referenced by TPolyFit::GaussJordan(), TPolyFit::PolyFit2(), zeroise(), and zeroise().
| void NSUtility::zeroise | ( | vector< vector< double > > & | matrix, |
| int | m, | ||
| int | n ) |
| void NSUtility::zeroise | ( | vector< vector< int > > & | matrix, |
| int | m, | ||
| int | n ) |
|
inline |
Definition at line 90 of file Polyfit.h.
Referenced by TPolyFit::PolyFit2().