diff options
Diffstat (limited to 'src/c/linearAlgebra/rowcomp/drowcompa.c')
-rw-r--r-- | src/c/linearAlgebra/rowcomp/drowcompa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/linearAlgebra/rowcomp/drowcompa.c b/src/c/linearAlgebra/rowcomp/drowcompa.c index 3161a2d6..f622849d 100644 --- a/src/c/linearAlgebra/rowcomp/drowcompa.c +++ b/src/c/linearAlgebra/rowcomp/drowcompa.c @@ -16,11 +16,13 @@ #include <stdio.h> #include <stdlib.h> #include <math.h> +#include <string.h> #include "svd.h" #include "norm.h" #include "eye.h" #include "matrixTranspose.h" #include "qr.h" +#include "min.h" /* All variable names, are in consideration of scilab documentation. for reference please check the scilab code.*/ |