diff --git a/src/linalg/convolution.rs b/src/linalg/convolution.rs index dba6c97d..e7e20c21 100644 --- a/src/linalg/convolution.rs +++ b/src/linalg/convolution.rs @@ -42,7 +42,7 @@ pub fn convolve_full, Q: Storage } /// -/// The output consists only of those elements that do not rely on the zero-padding. +/// The output convolution consists only of those elements that do not rely on the zero-padding. /// pub fn convolve_valid, Q: Storage>( vector: Vector, @@ -72,7 +72,7 @@ pub fn convolve_valid, Q: Storage, Q: Storage>( vector: Vector,