C-part of tests ready [TODO: R part]
[valse.git] / src / sources / selectiontotale.h
index fa2ba84..d225592 100644 (file)
@@ -4,23 +4,23 @@
 // Main job on raw inputs (after transformation from mxArray)
 void selectiontotale_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,
-       const double* glambda,
-       const double* X,
-       const double* Y,
-       double seuil,
-       double tau,
+       float gamma,
+       const float* glambda,
+       const float* X,
+       const float* Y,
+       float seuil,
+       float tau,
        // OUT parameters
        int* A1,
        int* A2,
-       double* Rho,
-       double* Pi,
+       float* Rho,
+       float* Pi,
        // additional size parameters
        int n,
        int p,