throw away old code, prepare tests
[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
deleted file mode 100644 (file)
index a77dc60..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#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