-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimal working example with PSDMatrices.jl (#139)
* Minimal working example with PSDMatrices.jl * Get smoothing and plotting to work (but it's _very_ slow) * Fix the wrong index order in the error estimation * Fix some of the tests * Remote squarerootmatrix.jl * Add a `diag(::SRMatrix)` * Add fallbacks for X_A_Xt and X_A_Xt! back in * Fix ALL the tests * Switch to the diag implemented in PSDMatrices.jl * Apply JuliaFormatter.jl * No need to import diag anymore since PSDMats does it * Make many of the preallocations more explicit * General miniature improvements here and there * For now: Don't check for diagonality in `condition_on!` * Moar caching * Improve the callback efficiency * Make the callback a tiny bit nicer * Remove `integ` from the `rk_init_improve` function * Remove `integ` dep to possibly slightly reduce precompilation times * Fix "test/correctness.jl" tests * Remove some old unused argument (thanks to a thrown warning) * Fix the remaining failing tests * Changes from reviewing the PR * Remove the outlier count test * Apply JuliaFormatter * Use LAPACKs geqrf instead of geqrt for QR decompositions * Use an old Cholesky constructor to fix Julia 1.6 compatibility * Replace the oop `triangularize_factor` with an in-place `qr!` * Fix the solution plotting to show stddevs, not variances * Fix outdated docstring * Remove some old commented out lines * Remove old unused lines * Fix a line in `smooth` * Relace a qr! with my custom_qr! * Remove a comment * Replace SRMatrix with PSDMatrix * Fix the plotting standarddev computation * Add the precompilation again
- Loading branch information
1 parent
c1b563b
commit 1d5b415
Showing
24 changed files
with
204 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.