1. 28 9月, 2023 2 次提交
  2. 26 9月, 2023 1 次提交
  3. 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
  4. 23 9月, 2023 1 次提交
  5. 21 9月, 2023 3 次提交
  6. 17 9月, 2023 1 次提交
  7. 12 9月, 2023 3 次提交
  8. 11 9月, 2023 1 次提交
  9. 07 9月, 2023 3 次提交
  10. 06 9月, 2023 7 次提交
  11. 05 9月, 2023 7 次提交
  12. 01 9月, 2023 1 次提交
  13. 26 8月, 2023 1 次提交
    • Jesse Grabowski's avatar
      Add `Op` corresponding to `scipy.linalg.solve_discrete_are` (#417) · 288a3f34
      Jesse Grabowski 提交于
      * Add pytensor function corresponding to
      
      * Add pytensor function corresponding to
      
      * Cast numpy to node output dtype, rather than depending on config.floatX
      
      Change output type hint back to
      
      * Cast numpy to node output dtype, rather than depending on config.floatX  Change output type hint back to
      
      * Use  rather than  for output equality tests
      288a3f34
  14. 25 8月, 2023 6 次提交