summaryrefslogtreecommitdiff
path: root/src/matrixOperations/includes/matrixDivision.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/matrixOperations/includes/matrixDivision.h')
-rw-r--r--src/matrixOperations/includes/matrixDivision.h80
1 files changed, 40 insertions, 40 deletions
diff --git a/src/matrixOperations/includes/matrixDivision.h b/src/matrixOperations/includes/matrixDivision.h
index 59c08c80..3fa66d6a 100644
--- a/src/matrixOperations/includes/matrixDivision.h
+++ b/src/matrixOperations/includes/matrixDivision.h
@@ -16,45 +16,45 @@
#include "floatComplex.h"
#include "doubleComplex.h"
-void srdiva ( float * in1, int it1,
- float * in2, int it2,
- float *out, int itOut, int size)) ;
-
-void sldiva ( float * in1, int it1,
- float * in2, int it2,
- float * out, int itOut, int size)) ;
-
-
-
-
-void drdiva ( double * in1, int it1,
- double * in2, int it2,
- double * out, int itOut, int size)) ;
-
-void dldiva ( double * in1, int it1,
- double * in2, int it2,
- double * out, int itOut, int size)) ;
-
-
-
-
-void crdiva ( floatComplex * in1, int it1,
- floatComplex * in2, int it2,
- floatComplex * out, int itOut, int size)) ;
-
-
-void cldiva ( floatComplex * in1, int it1,
- floatComplex * in2, int it2,
- floatComplex * out, int itOut, int size)) ;
-
-
-
-void zrdiva ( doubleComplex * in1, int it1,
- doubleComplex * in2, int it2,
- doubleComplex * out, int itOut, int size)) ;
-
-void zldiva ( doubleComplex * in1, int it1,
- doubleComplex * in2, int it2,
- doubleComplex * out, int itOut, int size)) ;
+void srdiva ( float * in1, int it1,
+ float * in2, int it2,
+ float *out, int itOut, int size) ;
+
+void sldiva ( float * in1, int it1,
+ float * in2, int it2,
+ float * out, int itOut, int size) ;
+
+
+
+
+void drdiva ( double * in1, int it1,
+ double * in2, int it2,
+ double * out, int itOut, int size) ;
+
+void dldiva ( double * in1, int it1,
+ double * in2, int it2,
+ double * out, int itOut, int size) ;
+
+
+
+
+void crdiva ( floatComplex * in1, int it1,
+ floatComplex * in2, int it2,
+ floatComplex * out, int itOut, int size) ;
+
+
+void cldiva ( floatComplex * in1, int it1,
+ floatComplex * in2, int it2,
+ floatComplex * out, int itOut, int size) ;
+
+
+
+void zrdiva ( doubleComplex * in1, int it1,
+ doubleComplex * in2, int it2,
+ doubleComplex * out, int itOut, int size) ;
+
+void zldiva ( doubleComplex * in1, int it1,
+ doubleComplex * in2, int it2,
+ doubleComplex * out, int itOut, int size) ;
#endif /* !__MATRIXDIVISION_H__ */