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.
References zeroise().
Referenced by TPolyFit::GaussJordan(), and TPolyFit::GaussJordan2().
void NSUtility::zeroise | ( | vector< double > & | array, |
int | n | ||
) |
void NSUtility::zeroise | ( | vector< vector< double > > & | matrix, |
int | m, | ||
int | n | ||
) |
void NSUtility::zeroise | ( | vector< vector< int > > & | matrix, |
int | m, | ||
int | n | ||
) |
Definition at line 395 of file Polyfit.h.
Referenced by TPolyFit::GaussJordan(), TPolyFit::PolyFit2(), swap(), and zeroise().
|
inline |
Definition at line 90 of file Polyfit.h.
Referenced by TPolyFit::PolyFit2().