1. 24 Oct, 2017 1 commit
    • 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. 21 Oct, 2017 6 commits
  3. 20 Oct, 2017 2 commits
  4. 19 Oct, 2017 1 commit
  5. 18 Oct, 2017 8 commits
  6. 17 Oct, 2017 10 commits
  7. 16 Oct, 2017 4 commits
  8. 14 Oct, 2017 1 commit
  9. 10 Oct, 2017 3 commits
  10. 08 Oct, 2017 4 commits