• Aidan Costello's avatar
    Use lapack func instead of `scipy.linalg.cholesky` (#1487) · 236e50d3
    Aidan Costello 提交于
    * Use lapack func instead of `scipy.linalg.cholesky`
    
    * Now skips 2D checks in perform
    * Updated the default arguments for `check_finite` to false to match documentation
    * Add benchmark test case
    
    * Refactor out _cholesky helper, add empty test
    
    * Remove array and `potrf` copies
    
    * Update test_cholesky_raises_on_nan_input
    236e50d3
test_slinalg.py 33.3 KB