Added scope and explanation of use of conditional inverse; added appropriate enum...
[pspp-builds.git] / src / math / linreg / linreg.h
index f256ef9d3fca6ea7f208022d258a7a605f16568c..d09752a21b50e272663039fcdcedb9b0c26480af 100644 (file)
@@ -27,8 +27,9 @@ union value;
 
 enum
 {
+  PSPP_LINREG_CONDITIONAL_INVERSE,
+  PSPP_LINREG_QR,
   PSPP_LINREG_SWEEP,
-  PSPP_LINREG_SVD
 };