From ea958d3c401761dcc24865d9639b2fab31038db8 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Thu, 6 Jul 2017 15:48:47 +0530 Subject: Revert "LinearAlgebra Function Added" --- src/c/matrixOperations/transpose/ztransposea.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/c/matrixOperations/transpose') diff --git a/src/c/matrixOperations/transpose/ztransposea.c b/src/c/matrixOperations/transpose/ztransposea.c index c0e9184..e42d74d 100644 --- a/src/c/matrixOperations/transpose/ztransposea.c +++ b/src/c/matrixOperations/transpose/ztransposea.c @@ -17,11 +17,11 @@ void ztransposea ( doubleComplex* in , int lines , int columns, doubleComplex* o int i = 0 ; int j = 0 ; - for(i = 0 ; i