Skip to content

Commit 4a1268e

Browse files
committed
DOC: add Return section to convolve doc
1 parent 093280a commit 4a1268e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

odl/oplib/convolution.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,13 @@ def convolve(x, y, out=None, **kwargs):
792792
Apply zero-padding with this target shape. Cannot be used
793793
together with ``padding``.
794794
795+
Returns
796+
-------
797+
convolved : `Tensor`
798+
The convolution of ``x`` and ``y``. If ``x`` is of type
799+
`DiscreteLpElement`, so is the result. Otherwise the returned
800+
type is `NumpyTensor`.
801+
795802
See Also
796803
--------
797804
correlate

0 commit comments

Comments
 (0)