--- a/src/kernels.rs Tue Aug 01 10:25:09 2023 +0300 +++ b/src/kernels.rs Mon Feb 17 13:54:53 2025 -0500 @@ -24,4 +24,7 @@ pub use ball_indicator::*; mod hat_convolution; pub use hat_convolution::*; +mod linear; +pub use linear::*; +