From 754ff34d0a306f8e9ae31cb577518c6430342769 Mon Sep 17 00:00:00 2001 From: mtzikara Date: Fri, 14 Sep 2018 11:01:59 +0200 Subject: [PATCH] Update filterMARP.c --- filterMARP.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/filterMARP.c b/filterMARP.c index 60ee05a..aeba1b7 100644 --- a/filterMARP.c +++ b/filterMARP.c @@ -57,7 +57,14 @@ float** filterMARP(int** A, float* x, float e, int max_iterations, float a, int float* compy(int** Acn, float* x, int size){ //Acn*x pollaplasiasmos float* y; - + y = malloc(size*sizeof(float)); + int i,j; + for(i=0; i