projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b7805
)
tested QR decomposition
author
Jason Stover
<jhs@math.gcsu.edu>
Fri, 14 Oct 2005 15:34:05 +0000
(15:34 +0000)
committer
Jason Stover
<jhs@math.gcsu.edu>
Fri, 14 Oct 2005 15:34:05 +0000
(15:34 +0000)
lib/linreg/linreg.c
patch
|
blob
|
history
diff --git
a/lib/linreg/linreg.c
b/lib/linreg/linreg.c
index 64f782d3f6d45b24af5bc699f5c5f5645324fd75..f8f023a3a3fc7dab8bc67a7512d92e8df4e970c2 100644
(file)
--- a/
lib/linreg/linreg.c
+++ b/
lib/linreg/linreg.c
@@
-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);