--- a/src/lib.rs Mon Dec 30 09:49:08 2024 -0500
+++ b/src/lib.rs Tue Dec 31 08:48:50 2024 -0500
@@ -42,5 +42,7 @@
pub(crate) mod metaprogramming;
pub mod direct_product;
pub mod convex;
+pub mod discrete_gradient;
+pub mod operator_arithmetic;
pub use types::*;