summaryrefslogtreecommitdiff
path: root/ot/bregman/__init__.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-21 10:51:27 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-21 10:51:27 +0200
commit581c6de782dca279edd97778cc474e7597788c0f (patch)
tree760161e1c7812d8caf77bf8acc543453c6213e39 /ot/bregman/__init__.py
parent2109443f5bea396114d1f9e0563ba5c396378c57 (diff)
demo+sinkhorn
Diffstat (limited to 'ot/bregman/__init__.py')
-rw-r--r--ot/bregman/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ot/bregman/__init__.py b/ot/bregman/__init__.py
new file mode 100644
index 0000000..e4016ea
--- /dev/null
+++ b/ot/bregman/__init__.py
@@ -0,0 +1,4 @@
+
+
+from .sink import sinkhorn
+