src/linops.rs

branch
dev
changeset 197
1f301affeae3
parent 188
7f13c9924b30
--- a/src/linops.rs	Thu Mar 19 18:21:40 2026 -0500
+++ b/src/linops.rs	Wed Apr 22 23:41:59 2026 -0500
@@ -1059,7 +1059,7 @@
 
 /// The simplest linear mapping, scaling by a scalar.
 ///
-/// TODO: redefined/replace [`Weighted`] by composition with [`Scaled`].
+/// TODO: redefined/replace `Weighted` by composition with [`Scaled`].
 pub struct Scaled<F: Float>(pub F);
 
 impl<Domain, F> Mapping<Domain> for Scaled<F>

mercurial