X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=src%2Fsources%2FEMGrank.h;fp=src%2Fsources%2FEMGrank.h;h=92c3f73200280c6946e82739cb1b6634c76dc75a;hb=afa07d41c7592ac0ccd55d7af23c3bfef213291e;hp=8123e68c05d536e64281aaa43b424b904d599e1c;hpb=7ea8c1e58b3ab98eda5b003ccdffe5e35222bb4f;p=valse.git diff --git a/src/sources/EMGrank.h b/src/sources/EMGrank.h index 8123e68..92c3f73 100644 --- a/src/sources/EMGrank.h +++ b/src/sources/EMGrank.h @@ -3,17 +3,17 @@ 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,