1. 19 Dec, 2009 4 commits
  2. 16 Dec, 2009 3 commits
  3. 15 Dec, 2009 1 commit
  4. 14 Dec, 2009 4 commits
  5. 10 Dec, 2009 1 commit
  6. 08 Dec, 2009 2 commits
    • Davis King's avatar
      Fixed confusing comment. · c7e6da5c
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403313
      c7e6da5c
    • Davis King's avatar
      Updated links · 0e7f3b16
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403312
      0e7f3b16
  7. 06 Dec, 2009 9 commits
  8. 05 Dec, 2009 4 commits
  9. 04 Dec, 2009 11 commits
  10. 03 Dec, 2009 1 commit
    • Davis King's avatar
      - There were a few expressions that should have been bound to BLAS · 4f8ff2c3
      Davis King authored
          calls but weren't getting properly bound.  This has now been fixed.
        - There were a few cases where the code wouldn't compile when using
          complex numbers.  There was also a runtime bug that triggered when
          a rank 1 update was performed where one of the vectors was conjugated
          and two or more transposes were used in certain positions.  This bug
          caused the wrong output to be computed if the BLAS bindings were used.
          Both of these bugs have been fixed.
        - Added hooks for the blas binding counters that are used by the
          new blas_bindings regression tests.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403287
      4f8ff2c3