]> git.donarmstrong.com Git - mothur.git/blobdiff - linearalgebra.cpp
changed sffinfo flow default to true. fixed bug in trim.seqs and filter.seqs related...
[mothur.git] / linearalgebra.cpp
index 0269fc49d3ddbf5c661fc99d21e2ef5ac4e5a1f3..2e0321e53bb8f601fcaff916db5534cc217709be 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "linearalgebra.h"
 
+// This class references functions used from "Numerical Recipes in C++" //
 /*********************************************************************************************************************************/
 
 inline double SIGN(const double a, const double b)