﻿ott.geometry.low\_rank.LRKGeometry
==================================

.. currentmodule:: ott.geometry.low_rank

.. autoclass:: LRKGeometry
    
    .. rubric:: Methods

    .. autosummary::
        :toctree: .
    
        ~LRKGeometry.apply_cost
        ~LRKGeometry.apply_kernel
        ~LRKGeometry.apply_lse_kernel
        ~LRKGeometry.apply_square_cost
        ~LRKGeometry.apply_transport_from_potentials
        ~LRKGeometry.apply_transport_from_scalings
        ~LRKGeometry.copy_epsilon
        ~LRKGeometry.from_pointcloud
        ~LRKGeometry.marginal_from_potentials
        ~LRKGeometry.marginal_from_scalings
        ~LRKGeometry.potential_from_scaling
        ~LRKGeometry.prepare_divergences
        ~LRKGeometry.scaling_from_potential
        ~LRKGeometry.set_scale_cost
        ~LRKGeometry.subset
        ~LRKGeometry.to_LRCGeometry
        ~LRKGeometry.transport_from_potentials
        ~LRKGeometry.transport_from_scalings
        ~LRKGeometry.update_potential
        ~LRKGeometry.update_scaling
    
    .. rubric:: Attributes

    .. autosummary::
        :toctree: .
    
        ~LRKGeometry.can_LRC
        ~LRKGeometry.cost_matrix
        ~LRKGeometry.cost_rank
        ~LRKGeometry.diag_cost
        ~LRKGeometry.dtype
        ~LRKGeometry.epsilon
        ~LRKGeometry.epsilon_scheduler
        ~LRKGeometry.inv_scale_cost
        ~LRKGeometry.is_online
        ~LRKGeometry.is_square
        ~LRKGeometry.is_squared_euclidean
        ~LRKGeometry.is_symmetric
        ~LRKGeometry.kernel_matrix
        ~LRKGeometry.mean_cost_matrix
        ~LRKGeometry.median_cost_matrix
        ~LRKGeometry.rank
        ~LRKGeometry.shape
        ~LRKGeometry.std_cost_matrix
    