Skip to content

Commit

Permalink
DOC: add Return section to convolve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kohr-h committed Mar 15, 2019
1 parent ad80169 commit 7c89f67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions odl/oplib/convolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,13 @@ def convolve(x, y, out=None, **kwargs):
Apply zero-padding with this target shape. Cannot be used
together with ``padding``.
Returns
-------
convolved : `Tensor`
The convolution of ``x`` and ``y``. If ``x`` is of type
`DiscreteLpElement`, so is the result. Otherwise the returned
type is `NumpyTensor`.
See Also
--------
correlate
Expand Down

0 comments on commit 7c89f67

Please sign in to comment.