﻿ott.solvers.linear.sinkhorn.SinkhornOutput
==========================================

.. currentmodule:: ott.solvers.linear.sinkhorn

.. autoclass:: SinkhornOutput
    
    .. rubric:: Methods

    .. autosummary::
        :toctree: .
    
        ~SinkhornOutput.apply
        ~SinkhornOutput.cost_at_geom
        ~SinkhornOutput.count
        ~SinkhornOutput.index
        ~SinkhornOutput.marginal
        ~SinkhornOutput.set
        ~SinkhornOutput.set_cost
        ~SinkhornOutput.to_dual_potentials
        ~SinkhornOutput.transport_cost_at_geom
    
    .. rubric:: Attributes

    .. autosummary::
        :toctree: .
    
        ~SinkhornOutput.a
        ~SinkhornOutput.b
        ~SinkhornOutput.converged
        ~SinkhornOutput.diag
        ~SinkhornOutput.dual_cost
        ~SinkhornOutput.ent_reg_cost
        ~SinkhornOutput.entropy
        ~SinkhornOutput.errors
        ~SinkhornOutput.f
        ~SinkhornOutput.g
        ~SinkhornOutput.geom
        ~SinkhornOutput.inner_iterations
        ~SinkhornOutput.kl_reg_cost
        ~SinkhornOutput.matrix
        ~SinkhornOutput.n_iters
        ~SinkhornOutput.normalized_entropy
        ~SinkhornOutput.ot_prob
        ~SinkhornOutput.potentials
        ~SinkhornOutput.primal_cost
        ~SinkhornOutput.reg_ot_cost
        ~SinkhornOutput.scalings
        ~SinkhornOutput.threshold
        ~SinkhornOutput.transport_mass
    