ott.solvers.linear.sinkhorn_lr.LRSinkhorn.dykstra_update_kernel

ott.solvers.linear.sinkhorn_lr.LRSinkhorn.dykstra_update_kernel#

LRSinkhorn.dykstra_update_kernel(k_q, k_r, k_g, gamma, ot_prob, min_entry_value=1e-06, tolerance=0.001, min_iter=0, inner_iter=10, max_iter=10000)[source]#

Run Dykstra’s algorithm.

Parameters:
Return type:

Tuple[Array, Array, Array]