• 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
名称
最后提交
最后更新
.github 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
pytensor 正在载入提交数据...
scripts 正在载入提交数据...
tests 正在载入提交数据...
.gitattributes 正在载入提交数据...
.gitignore 正在载入提交数据...
.pre-commit-config.yaml 正在载入提交数据...
CODE_OF_CONDUCT.md 正在载入提交数据...
CONTRIBUTING.md 正在载入提交数据...
GOVERNANCE.md 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
MANIFEST.in 正在载入提交数据...
README.rst 正在载入提交数据...
codecov.yml 正在载入提交数据...
conftest.py 正在载入提交数据...
environment.yml 正在载入提交数据...
pyproject.toml 正在载入提交数据...
readthedocs.yml 正在载入提交数据...
setup.cfg 正在载入提交数据...
setup.py 正在载入提交数据...
versioneer.py 正在载入提交数据...