X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=linearalgebra.cpp;h=2e0321e53bb8f601fcaff916db5534cc217709be;hb=fc3b1fc4fc1c4e38fde6b0c0ee7896b5fe0b9d57;hp=0269fc49d3ddbf5c661fc99d21e2ef5ac4e5a1f3;hpb=a626c629e4d4840cd2ce04d98055dcfef1f8593a;p=mothur.git diff --git a/linearalgebra.cpp b/linearalgebra.cpp index 0269fc4..2e0321e 100644 --- a/linearalgebra.cpp +++ b/linearalgebra.cpp @@ -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)