1. 12 10月, 2023 1 次提交
  2. 09 10月, 2023 1 次提交
  3. 05 10月, 2023 1 次提交
  4. 04 10月, 2023 3 次提交
  5. 01 10月, 2023 1 次提交
  6. 29 9月, 2023 1 次提交
  7. 28 9月, 2023 2 次提交
  8. 26 9月, 2023 1 次提交
  9. 24 9月, 2023 3 次提交
    • Jesse Grabowski's avatar
      Add numba overload for `solve_triangular` (#423) · 2d944072
      Jesse Grabowski 提交于
      * Add numba overload for
      
      * Overload dummy function instead of scipy.linalg
      
      * Add tolerance for float32 tests
      
      * Add tolerance for float32 tests
      
      * Remove overload test
      
      * Allow b to be 1d array
      
      Remove test_SolveTriangular from numba\test_nlinalg.py
      
      * Allow b to be 1d array
      
      Remove test_SolveTriangular from numba\test_nlinalg.py
      
      * revert local change to pyproject.toml
      
      * add numba importorskip to test_slinalg.py
      
      * Test all parameterizations of solve_triangular
      
      * Raise when inputs are complex
      
      Add informative message to error raised by check_finite=True
      
      * simplify check for complex input types
      
      * simplify check for complex input types
      
      * Rename _get_addr_and_float_pointer to _get_lapack_ptr_and_ptr_type
      
      Rename addr to lapack_ptr
      
      * Don't copy A matrix in overload func
      
      Don't copy B matrix when B is array in overload func
      2d944072
    • Ricardo Vieira's avatar
      Remove Matmul Operator in favor of Blockwise Dot · 071eadd8
      Ricardo Vieira 提交于
      071eadd8
    • Ricardo Vieira's avatar
      Accept Blockwise in ifelse lift rewrite · 7c58661b
      Ricardo Vieira 提交于
      7c58661b
  10. 23 9月, 2023 1 次提交
  11. 21 9月, 2023 3 次提交
  12. 17 9月, 2023 1 次提交
  13. 12 9月, 2023 3 次提交
  14. 11 9月, 2023 1 次提交
  15. 07 9月, 2023 3 次提交
  16. 06 9月, 2023 7 次提交
  17. 05 9月, 2023 7 次提交