summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/includes
diff options
context:
space:
mode:
authorsiddhu89902016-06-27 19:16:41 +0530
committersiddhu89902016-06-27 19:16:41 +0530
commit169db0082ebd07baea82d00213db6ffd4dee7cf6 (patch)
treec6644d701b64dd82a9d17aab12f5dccb10672126 /src/c/matrixOperations/includes
parent396de3715ed2615f81325661c264341165f0edb2 (diff)
downloadScilab2C_fossee_old-169db0082ebd07baea82d00213db6ffd4dee7cf6.tar.gz
Scilab2C_fossee_old-169db0082ebd07baea82d00213db6ffd4dee7cf6.tar.bz2
Scilab2C_fossee_old-169db0082ebd07baea82d00213db6ffd4dee7cf6.zip
test commit
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" */