[Numpy-svn] [numpy/numpy] 9f8639: DOC: use variable names in formula for convolve

GitHub noreply at github.com
Fri Nov 15 13:23:13 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 9f8639aaf2791f3f6e2f5e9f28877314f35db1a3
      https://github.com/numpy/numpy/commit/9f8639aaf2791f3f6e2f5e9f28877314f35db1a3
  Author: Arun Persaud <apersaud at lbl.gov>
  Date:   2013-11-15 (Fri, 15 Nov 2013)

  Changed paths:
    M numpy/core/numeric.py

  Log Message:
  -----------
  DOC: use variable names in formula for convolve

Use the variables names `a` and `v` as used in the function instead of
using `f` and `g`. This makes it clearer which array "slides" along the other.


  Commit: 843792b6d349133114930911424772e6bbbc0c9c
      https://github.com/numpy/numpy/commit/843792b6d349133114930911424772e6bbbc0c9c
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-11-15 (Fri, 15 Nov 2013)

  Changed paths:
    M numpy/core/numeric.py

  Log Message:
  -----------
  Merge pull request #4047 from arunpersaud/convolve_doc

DOC: use variable names in formula for convolve


Compare: https://github.com/numpy/numpy/compare/1ebbd5cf0354...843792b6d349


More information about the Numpy-svn mailing list