From 79547bb0423190526c0a7e70bb0374b4c3ce2a98 Mon Sep 17 00:00:00 2001 From: jofret Date: Thu, 8 Apr 2010 07:55:58 +0000 Subject: Change malloc.h -> stdlib.h --- src/c/matrixOperations/chol/schola.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/c/matrixOperations/chol/schola.c') diff --git a/src/c/matrixOperations/chol/schola.c b/src/c/matrixOperations/chol/schola.c index 33d01066..cb394c35 100644 --- a/src/c/matrixOperations/chol/schola.c +++ b/src/c/matrixOperations/chol/schola.c @@ -10,15 +10,13 @@ * */ - +#include #ifndef WITHOUT_LAPACK #include "lapack.h" #else #include "sqrt.h" #endif #include "chol.h" -#include -#include void schola(float * in, int size, float *out){ /* param in : input matrix (square matrix) -- cgit