dtof change 1

This commit is contained in:
kradchen
2023-10-09 09:50:54 +08:00
parent c4c22ff6cf
commit b527b108e1
7 changed files with 60 additions and 59 deletions

View File

@@ -1 +1 @@
extern void maximumDetection(double* inArray, int n, int m, double* outVector);
extern void maximumDetection(float* inArray, int n, int m, float* outVector);