ott.utils
=========
.. module:: ott.utils
.. currentmodule:: ott.utils

This package contains miscellaneous functions, e.g., progress callback
function for :class:`~ott.solvers.linear.sinkhorn.Sinkhorn`.

.. autosummary::
    :toctree: _autosummary

    default_progress_fn
    tqdm_progress_fn
    batched_vmap
