From bca385ea6b132d8300c476e3637452dbb9f12411 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 10 Feb 2019 13:46:37 -0600 Subject: [PATCH] Quick fix to documentation --- src/linalg/convolution.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,