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