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: rdpeng/ProgrammingAssignment2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: garethib/ProgrammingAssignment2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 22, 2014

  1. Created cachematrix.R

    First attempt at the code.
    garethib committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    cd33665 View commit details
    Browse the repository at this point in the history
  2. Version 2

    Not for submission, but a tidier more “object-oriented” version, with a
    self-contained getinverse method.
    garethib committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    602fdf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. Finessed comments

    (no change to functionality)
    garethib committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    475e555 View commit details
    Browse the repository at this point in the history
  2. Deleted version 2

    Version 2 implemented this as a encapsulated objected with an internal
    cache not visible to the outside (the solve function was part of the
    special matrix itself, and there was no need for a separate set
    function).  Deleted to avoid confusion when grading.
    garethib committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    b0d33ab View commit details
    Browse the repository at this point in the history
Loading