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