ott.solvers.linear.sinkhorn_lr.LRSinkhorn.dykstra_update_lse# LRSinkhorn.dykstra_update_lse(c_q, c_r, h, 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: c_q (Array) c_r (Array) h (Array) gamma (float) ot_prob (LinearProblem) min_entry_value (float) tolerance (float) min_iter (int) inner_iter (int) max_iter (int) Return type: Tuple[Array, Array, Array]