1. 24 Oct, 2017 2 commits
    • Davis King's avatar
      merged · 782f4f48
      Davis King authored
      782f4f48
    • Sean Warren's avatar
      Use banded Cholesky factorization if possible (#857) · 45ce9f7b
      Sean Warren authored
      * Use banded Cholesky factorization if possible
      Computation cost from n.n.n -> n.n.b where b is band size
      
      * Tidy up whitespace
      
      * Remove typo
      
      *  Escape from banded matrix detection correctly
      
      * Use LAPACK banded Cholesky factorisation where possible
      
      * Add banded chol tests
      
      * Add test for banded chol in column major layout
      
      * Use row major layout for banded chol - more efficient as we will pass to LAPACK
      45ce9f7b
  2. 23 Oct, 2017 1 commit
  3. 21 Oct, 2017 6 commits
  4. 20 Oct, 2017 2 commits
  5. 19 Oct, 2017 1 commit
  6. 18 Oct, 2017 8 commits
  7. 17 Oct, 2017 10 commits
  8. 16 Oct, 2017 4 commits
  9. 14 Oct, 2017 1 commit
  10. 10 Oct, 2017 3 commits
  11. 08 Oct, 2017 2 commits