summaryrefslogtreecommitdiff
path: root/ot/lp/EMD.h
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-12-02 09:37:54 +0100
committerRémi Flamary <remi.flamary@gmail.com>2019-12-02 09:37:54 +0100
commit4a6883e0ce2fd9f3edd374d54c4c219d876ceb76 (patch)
tree4e0e50b61e12e5de207659cb23f943b8072e6c0a /ot/lp/EMD.h
parent3a858dfa1f2795b22d1e2db3cfd94d1eb7831f8d (diff)
nothing explodes and it compiles
Diffstat (limited to 'ot/lp/EMD.h')
-rw-r--r--ot/lp/EMD.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ot/lp/EMD.h b/ot/lp/EMD.h
index f42e222..bc513d2 100644
--- a/ot/lp/EMD.h
+++ b/ot/lp/EMD.h
@@ -32,4 +32,8 @@ enum ProblemType {
int EMD_wrap(int n1,int n2, double *X, double *Y,double *D, double *G, double* alpha, double* beta, double *cost, int maxIter);
+int EMD_wrap_return_sparse(int n1, int n2, double *X, double *Y, double *D,
+ long *iG, long *jG, double *G,
+ double* alpha, double* beta, double *cost, int maxIter);
+
#endif