--- a/src/fb.rs Tue Oct 22 08:27:45 2024 -0500
+++ b/src/fb.rs Tue Oct 22 08:39:46 2024 -0500
@@ -1,3 +1,6 @@
+/*!
+Implementation of the forward-backward method on manifolds.
+*/
use alg_tools::iterate::{AlgIteratorFactory, LogRepr};
use alg_tools::mapping::{Mapping, Sum};