1. 13 2月, 2024 4 次提交
  2. 10 2月, 2024 2 次提交
  3. 07 2月, 2024 1 次提交
  4. 06 2月, 2024 2 次提交
  5. 05 2月, 2024 13 次提交
  6. 27 1月, 2024 5 次提交
  7. 23 1月, 2024 1 次提交
  8. 20 1月, 2024 2 次提交
  9. 18 1月, 2024 7 次提交
  10. 16 1月, 2024 3 次提交
    • Jesse Grabowski's avatar
      Implement numba overload for POTRF, LAPACK cholesky routine (#578) · 197069d1
      Jesse Grabowski 提交于
      * Implement numba overload for POTRF, LAPACK cholesky routine
      
      * Delete old numba_funcify_Cholesky
      
      * Refactor tests to include supported keywords and datatypes
      
      * Validate inputs and outputs of numba cholesky function
      
      * Raise on complex inputs
      
      * Change `cholesky` default for `check_finite` to `False`
      
      * Remove redundant dtype checks from numba linalg dispatchers
      
      * Add docstring to `numba_funcify_Cholesky` explaining why the overload is necessary.
      197069d1
    • Ben Mares's avatar
      Fix redefinitions · f737996d
      Ben Mares 提交于
      f737996d
    • Ben Mares's avatar
      Apply pyupgrade fixes · 5c4c6b55
      Ben Mares 提交于
      5c4c6b55