globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / qm-dsp / maths / Polyfit.h
index 3fac62d1b27a7d21c6deef8f45e74738c96a6949..a5c2ca2af457241579edd581b53bdf647cbdbf3e 100644 (file)
@@ -53,13 +53,13 @@ public:
                            const vector<double> &y,
                            vector<double> &coef);
 
-                   
+
 private:
     TPolyFit &operator = (const TPolyFit &);   // disable assignment
     TPolyFit();                                // and instantiation
     TPolyFit(const TPolyFit&);                 // and copying
 
-  
+
     static void Square (const Matrix &x,              // Matrix multiplication routine
                        const vector<double> &y,
                        Matrix &a,                    // A = transpose X times X
@@ -260,8 +260,8 @@ bool TPolyFit::GaussJordan (Matrix &b,
 
     for( int i = 0; i < ncol; ++i)
        coef[i] = w[i][0];
+
+
     return true;
 }   // end;    { procedure GaussJordan }
 //----------------------------------------------------------------------------------------------
@@ -274,7 +274,7 @@ bool TPolyFit::GaussJordan2(Matrix &b,
 {
     //GaussJordan2;         // first half of GaussJordan
     // actual start of gaussj
+
     double big, t;
     double pivot;
     double determ;
@@ -405,4 +405,4 @@ void NSUtility::zeroise(vector<vector<int> > &matrix, int m, int n)
 
 
 #endif
+