diff options
Diffstat (limited to 'linear.c')
-rw-r--r-- | linear.c | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,12 +1,14 @@ #include <stdio.h> -/*#include <stdlib.h> +#include <stdlib.h> +#include <stdint.h> #include <string.h> -#include <strings.h>*/ #include <math.h> -#include <stddef.h> +#include <limits.h> + #include "nmglobal.h" #include "nbench1.h" + /*********************** ** LU DECOMPOSITION ** ** (Linear Equations) ** |