FIX: C code (double, float, ...) + wrapper (read/write data, get medoids)
[epclust.git] / code / stage1 / src / Algorithm / compute_coefficients.h
index 9530b85..a77dc60 100644 (file)
@@ -5,6 +5,6 @@
 
 // compute rows of the matrix of reduced coordinates (see computeCoefficients.R)
 void compute_coefficients(PowerCurve* powerCurves, uint32_t nbSeries, uint32_t nbValues,
-       Real* reducedCoordinates, uint32_t index, uint32_t nbReducedCoordinates);
+       float* reducedCoordinates, uint32_t index, uint32_t nbReducedCoordinates);
 
 #endif