improve project structure
[epclust.git] / code / src / stage1 / Algorithm / compute_coefficients.h
diff --git a/code/src/stage1/Algorithm/compute_coefficients.h b/code/src/stage1/Algorithm/compute_coefficients.h
deleted file mode 100644 (file)
index 9530b85..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,
-       Real* reducedCoordinates, uint32_t index, uint32_t nbReducedCoordinates);
-
-#endif