1. 14 2月, 2024 1 次提交
  2. 13 2月, 2024 4 次提交
  3. 10 2月, 2024 2 次提交
  4. 07 2月, 2024 1 次提交
  5. 06 2月, 2024 2 次提交
  6. 05 2月, 2024 13 次提交
  7. 27 1月, 2024 5 次提交
  8. 23 1月, 2024 1 次提交
  9. 20 1月, 2024 2 次提交
  10. 18 1月, 2024 7 次提交
  11. 16 1月, 2024 2 次提交
    • 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