X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=src%2Fsources%2FEMGrank.h;h=92c3f73200280c6946e82739cb1b6634c76dc75a;hb=afa07d41c7592ac0ccd55d7af23c3bfef213291e;hp=53a1d0155cef8f6498c9883eb2145c2228e2e0d6;hpb=8e92c49c15bdacebf46190e7c8279bd227873928;p=valse.git diff --git a/src/sources/EMGrank.h b/src/sources/EMGrank.h index 53a1d01..92c3f73 100644 --- a/src/sources/EMGrank.h +++ b/src/sources/EMGrank.h @@ -1,19 +1,19 @@ #ifndef valse_EMGrank_H #define valse_EMGrank_H -void EMGrank( +void EMGrank_core( // IN parameters - const double* Pi, - const double* Rho, + const float* Pi, + const float* Rho, int mini, int maxi, - const double* X, - const double* Y, - double tau, + const float* X, + const float* Y, + float tau, const int* rank, // OUT parameters - double* phi, - double* LLF, + float* phi, + float* LLF, // additional size parameters int n, int p,