ott.geometry.regularizers.Orthogonal.prox

ott.geometry.regularizers.Orthogonal.prox#

Orthogonal.prox(v, tau=1.0)[source]#

Proximal operator.

Parameters:
  • v (Array) – Array of shape [d,].

  • tau (float) – Positive weight.

Return type:

Array

Returns:

The prox of v.