qm-dsp  1.8
Polyfit.h File Reference
#include <iostream>
Include dependency graph for Polyfit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TPolyFit
 

Namespaces

 NSUtility
 

Functions

void NSUtility::swap (double &a, double &b)
 
void NSUtility::zeroise (vector< double > &array, int n)
 
void NSUtility::zeroise (vector< int > &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)
 
double NSUtility::sqr (const double &x)