X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=src%2Fsources%2FEMGLLF.h;h=005c05bccf8fa51d03deee5b329a3237bfbcd13d;hb=afa07d41c7592ac0ccd55d7af23c3bfef213291e;hp=df4ae7c5d6a5db163e2ec23b8d39fa28c31a307f;hpb=8e92c49c15bdacebf46190e7c8279bd227873928;p=valse.git diff --git a/src/sources/EMGLLF.h b/src/sources/EMGLLF.h index df4ae7c..005c05b 100644 --- a/src/sources/EMGLLF.h +++ b/src/sources/EMGLLF.h @@ -1,25 +1,25 @@ #ifndef valse_EMGLLF_H #define valse_EMGLLF_H -void EMGLLF( +void EMGLLF_core( // IN parameters - const double* phiInit, - const double* rhoInit, - const double* piInit, - const double* gamInit, + const float* phiInit, + const float* rhoInit, + const float* piInit, + const float* gamInit, int mini, int maxi, - double gamma, - double lambda, - const double* X, - const double* Y, - double tau, + float gamma, + float lambda, + const float* X, + const float* Y, + float tau, // OUT parameters - double* phi, - double* rho, - double* pi, - double* LLF, - double* S, + float* phi, + float* rho, + float* pi, + float* LLF, + float* S, // additional size parameters int n, int p,