9530b85cd8b0b5ab49715285c17d5eaf536daf91
1 #ifndef PPAM_COMPUTE_COEFFICIENTS_H
2 #define PPAM_COMPUTE_COEFFICIENTS_H
4 #include "Util/types.h"
6 // compute rows of the matrix of reduced coordinates (see computeCoefficients.R)
7 void compute_coefficients(PowerCurve
* powerCurves
, uint32_t nbSeries
, uint32_t nbValues
,
8 Real
* reducedCoordinates
, uint32_t index
, uint32_t nbReducedCoordinates
);