• 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
名称
最后提交
最后更新
..
compile 正在载入提交数据...
d3viz 正在载入提交数据...
graph 正在载入提交数据...
link 正在载入提交数据...
misc 正在载入提交数据...
scalar 正在载入提交数据...
scan 正在载入提交数据...
sparse 正在载入提交数据...
tensor 正在载入提交数据...
typed_list 正在载入提交数据...
__init__.py 正在载入提交数据...
test_breakpoint.py 正在载入提交数据...
test_config.py 正在载入提交数据...
test_gradient.py 正在载入提交数据...
test_ifelse.py 正在载入提交数据...
test_printing.py 正在载入提交数据...
test_raise_op.py 正在载入提交数据...
test_rop.py 正在载入提交数据...
test_updates.py 正在载入提交数据...
unittest_tools.py 正在载入提交数据...