Implement numba overload for POTRF, LAPACK cholesky routine (#578)
* 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.
正在显示
请
注册
或者
登录
后发表评论