--- a/src/kernels.rs Thu Aug 29 00:00:00 2024 -0500 +++ b/src/kernels.rs Tue Dec 31 09:25:45 2024 -0500 @@ -24,4 +24,7 @@ pub use ball_indicator::*; mod hat_convolution; pub use hat_convolution::*; +mod linear; +pub use linear::*; +