- Commit
- 829c3b808899c85c458c48c4f741a2c1469aa68b
- Parent
- 26abef782fad17fb125b2cceeef6a7e31919925d
- Author
- Pablo <pablo-pie@riseup.net>
- Date
Added benchmarking to the naive version of getrf
Implemented a naive version of the dgetrf routive (N1=1) and wrote a benchmarker for this version of the algorithm
Also included the modified version of liblapack to the repo
Also edited the Jupyter Notebook to take into account the discovery that the naive version of the algorithm performs just as well as the LAPACK one