summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/includes
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/matrixOperations/includes')
-rw-r--r--src/c/matrixOperations/includes/norm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c/matrixOperations/includes/norm.h b/src/c/matrixOperations/includes/norm.h
index 6ac4c06..dc9d351 100644
--- a/src/c/matrixOperations/includes/norm.h
+++ b/src/c/matrixOperations/includes/norm.h
@@ -21,9 +21,9 @@ double dnormv (double *in, int size, int norm);
double dnorma (double *in, int row, int col, int norm);
-float dnormv (float *in, int size, int norm);
+float snormv (float *in, int size, int norm);
-float dnorma (float *in, int row, int col, int norm);
+float snorma (float *in, int row, int col, int norm);
#ifdef __cplusplus
} /* extern "C" */