src/frank_wolfe.rs

branch
dev
changeset 37
c5d8bd1a7728
parent 35
b087e3eab191
child 39
6316d68b58af
--- a/src/frank_wolfe.rs	Mon Jan 06 11:32:57 2025 -0500
+++ b/src/frank_wolfe.rs	Thu Jan 23 23:35:28 2025 +0100
@@ -425,8 +425,8 @@
 /// `iterator` is used to iterate the steps of the method, and `plotter` may be used to
 /// save intermediate iteration states as images.
 #[replace_float_literals(F::cast_from(literal))]
-pub fn pointsource_fw_reg<'a, F, I, A, GA, BTA, S, Reg, const N : usize>(
-    opA : &'a A,
+pub fn pointsource_fw_reg<F, I, A, GA, BTA, S, Reg, const N : usize>(
+    opA : &A,
     b : &A::Observable,
     reg : Reg,
     //domain : Cube<F, N>,

mercurial