src/dist.rs

changeset 53
60928f1440e0
parent 17
ad68dacabe4f
child 55
15f01efc034b
--- a/src/dist.rs	Sat Dec 07 14:08:27 2024 -0500
+++ b/src/dist.rs	Sat Dec 07 21:52:43 2024 -0500
@@ -61,7 +61,7 @@
 }
 
 impl<M : ManifoldPoint> Prox<M> for DistTo<M> {
-    /// This is proximal map is a type of soft-thresholding on manifolds.
+    /// This proximal map is a type of soft-thresholding on manifolds.
     fn prox(&self, τ : f64, x : M) -> M {
         let v = x.log(&self.0);
         let d = v.norm2();

mercurial