﻿ott.solvers.linear.sinkhorn\_lr.LRSinkhornOutput
================================================

.. currentmodule:: ott.solvers.linear.sinkhorn_lr

.. autoclass:: LRSinkhornOutput
    
    .. rubric:: Methods

    .. autosummary::
        :toctree: .
    
        ~LRSinkhornOutput.apply
        ~LRSinkhornOutput.compute_reg_ot_cost
        ~LRSinkhornOutput.cost_at_geom
        ~LRSinkhornOutput.count
        ~LRSinkhornOutput.index
        ~LRSinkhornOutput.marginal
        ~LRSinkhornOutput.set
        ~LRSinkhornOutput.set_cost
        ~LRSinkhornOutput.transport_cost_at_geom
    
    .. rubric:: Attributes

    .. autosummary::
        :toctree: .
    
        ~LRSinkhornOutput.a
        ~LRSinkhornOutput.b
        ~LRSinkhornOutput.converged
        ~LRSinkhornOutput.costs
        ~LRSinkhornOutput.epsilon
        ~LRSinkhornOutput.errors
        ~LRSinkhornOutput.g
        ~LRSinkhornOutput.geom
        ~LRSinkhornOutput.inner_iterations
        ~LRSinkhornOutput.matrix
        ~LRSinkhornOutput.n_iters
        ~LRSinkhornOutput.ot_prob
        ~LRSinkhornOutput.primal_cost
        ~LRSinkhornOutput.q
        ~LRSinkhornOutput.r
        ~LRSinkhornOutput.reg_ot_cost
        ~LRSinkhornOutput.transport_mass
    