tested QR decomposition
authorJason Stover <jhs@math.gcsu.edu>
Fri, 14 Oct 2005 15:34:05 +0000 (15:34 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Fri, 14 Oct 2005 15:34:05 +0000 (15:34 +0000)
lib/linreg/linreg.c

index 64f782d3f6d45b24af5bc699f5c5f5645324fd75..f8f023a3a3fc7dab8bc67a7512d92e8df4e970c2 100644 (file)
@@ -294,7 +294,7 @@ pspp_linreg (const gsl_vector * Y, const gsl_matrix * X,
   else
     {
       /*
-         Use QR decomposition via GSL. This section has not been tested.
+         Use QR decomposition via GSL.
        */
       design = gsl_matrix_alloc (X->size1, 1 + X->size2);