Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: 5e9e5d0fcec3^
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 41c9d936175a
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 4, 2016

  1. Add clarifying documentation and tests for svd().

    The example in the docs was using the matrix v directly instead of
    the transpose.  Doesn't matter for 2x2 matrices, but does for larger.
    Hopefully this clears things up.
    
    I also added some tests for svd: square matrices, and rectangular
    matrices where m>n and m<n.
    d-lamb committed Aug 4, 2016
    Copy the full SHA
    5e9e5d0 View commit details
    Browse the repository at this point in the history
  2. Heavily comment svd.c.

    Some comments taken from Nash (1990), some are my own to aid in
    understanding this algorithm.
    d-lamb committed Aug 4, 2016
    Copy the full SHA
    41c9d93 View commit details
    Browse the repository at this point in the history