summaryrefslogtreecommitdiff
path: root/src/matrixOperations/includes/determ.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/matrixOperations/includes/determ.h')
-rw-r--r--src/matrixOperations/includes/determ.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/matrixOperations/includes/determ.h b/src/matrixOperations/includes/determ.h
index ec1df30c..e9276a70 100644
--- a/src/matrixOperations/includes/determ.h
+++ b/src/matrixOperations/includes/determ.h
@@ -20,13 +20,13 @@
-double ddeterma (double *in, int size);
+double ddeterma (double *in, int rows);
-float sdeterma (float *in, int size);
+float sdeterma (float *in, int rows);
-doubleComplex zdeterma (doubleComplex *in, int size);
+doubleComplex zdeterma (doubleComplex *in, int rows);
-floatComplex cdeterma (floatComplex *in, int size);
+floatComplex cdeterma (floatComplex *in, int rows);
#endif /* __DETERM_H__ */