major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage...
[epclust.git] / old_C_code / stage1 / src / Algorithm / compute_coefficients.h
diff --git a/old_C_code/stage1/src/Algorithm/compute_coefficients.h b/old_C_code/stage1/src/Algorithm/compute_coefficients.h
new file mode 100644 (file)
index 0000000..a77dc60
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef PPAM_COMPUTE_COEFFICIENTS_H
+#define PPAM_COMPUTE_COEFFICIENTS_H
+
+#include "Util/types.h"
+
+// compute rows of the matrix of reduced coordinates (see computeCoefficients.R)
+void compute_coefficients(PowerCurve* powerCurves, uint32_t nbSeries, uint32_t nbValues,
+       float* reducedCoordinates, uint32_t index, uint32_t nbReducedCoordinates);
+
+#endif