summaryrefslogtreecommitdiff
path: root/ot/lp/EMD.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot/lp/EMD.h')
-rw-r--r--ot/lp/EMD.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ot/lp/EMD.h b/ot/lp/EMD.h
index fc94211..2adaace 100644
--- a/ot/lp/EMD.h
+++ b/ot/lp/EMD.h
@@ -36,9 +36,5 @@ int EMD_wrap_return_sparse(int n1, int n2, double *X, double *Y, double *D,
long *iG, long *jG, double *G, long * nG,
double* alpha, double* beta, double *cost, int maxIter);
-int EMD_wrap_all_sparse(int n1, int n2, double *X, double *Y,
- long *iD, long *jD, double *D, long nD,
- long *iG, long *jG, double *G, long * nG,
- double* alpha, double* beta, double *cost, int maxIter);
#endif