1. 14 Aug, 2009 1 commit
  2. 12 Aug, 2009 4 commits
  3. 06 Aug, 2009 1 commit
  4. 05 Aug, 2009 4 commits
  5. 31 Jul, 2009 2 commits
  6. 30 Jul, 2009 3 commits
  7. 27 Jul, 2009 1 commit
  8. 25 Jul, 2009 1 commit
  9. 20 Jul, 2009 1 commit
    • Davis King's avatar
      Fixed a spelling error. · 6f0feb2d
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403139
      6f0feb2d
  10. 19 Jul, 2009 1 commit
  11. 16 Jul, 2009 2 commits
  12. 13 Jul, 2009 2 commits
  13. 12 Jul, 2009 4 commits
  14. 11 Jul, 2009 4 commits
  15. 10 Jul, 2009 2 commits
  16. 09 Jul, 2009 1 commit
  17. 01 Jul, 2009 3 commits
  18. 26 Jun, 2009 3 commits
    • Davis King's avatar
      This commit adds the requirement that matrices being multiplied together · c29b9fd6
      Davis King authored
      aren't empty.  Previously this was technically allowed and worked but was
      weird.  The optimization I checked a few hours ago also breaks when empty
      matrices are multiplied together so I'm just adding this new requirement.
      
      I also had to fix a part of the LU decomposition because it was doing an
      empty matrix multiplication at one point.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403104
      c29b9fd6
    • Davis King's avatar
      Minor changes to test case. · d27be323
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403103
      d27be323
    • Davis King's avatar
      Made the normalized_function object fully generic by making the · d738ffde
      Davis King authored
      normalizer a template argument (with its default set to the vector_normalizer
      so this change doesn't break backwards compatibility).
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403102
      d738ffde