summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-28 10:58:04 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-28 10:58:04 +0200
commit8cd50c55f398cc371db2ef334c803dec99cc209a (patch)
treed6084ced937c38603dab8a72d0cc5e64aaf83480 /ot/__init__.py
parenta0d8139af3407e567e1dc9a5e8c10d9218ddd185 (diff)
update doc optim+bregman; add log to sinkhorn
Diffstat (limited to 'ot/__init__.py')
-rw-r--r--ot/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index 87119e5..863f408 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -1,13 +1,14 @@
# Python Optimal Transport toolbox
# All submodules and packages
+from . import lp
+from . import bregman
+from . import optim
from . import utils
from . import datasets
from . import plot
-from . import bregman
-from . import lp
from . import da
-from . import optim
+
# OT functions