[Numpy-svn] [numpy/numpy] 3cb692: DOC: Clarify the effect of rcond in numpy.linalg.l...

GitHub noreply at github.com
Wed Jun 15 10:23:54 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 3cb6927d0457e800364c26c6022d01e7fd8f2660
      https://github.com/numpy/numpy/commit/3cb6927d0457e800364c26c6022d01e7fd8f2660
  Author: Stuart Archibald <stuart.archibald at googlemail.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M numpy/linalg/linalg.py

  Log Message:
  -----------
  DOC: Clarify the effect of rcond in numpy.linalg.lstsq.

The `rcond` `kwarg` to `numpy.linalg.lstsq` influences the rank
determination computation by specifying the level at which
singular values should be *treated* as zero, it does not cause
the singular values to be "set" to zero.


  Commit: 0b3a7d90c4d362c88d25150ada4cc95f6b8bc621
      https://github.com/numpy/numpy/commit/0b3a7d90c4d362c88d25150ada4cc95f6b8bc621
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M numpy/linalg/linalg.py

  Log Message:
  -----------
  Merge pull request #7746 from stuartarchibald/wip/np_la_lstsq_doc_fix

DOC: Clarify the effect of rcond in numpy.linalg.lstsq.


Compare: https://github.com/numpy/numpy/compare/330d023e5cfc...0b3a7d90c4d3


More information about the Numpy-svn mailing list