SmoothingSplines.jl
SmoothingSplines.jl copied to clipboard
depends on BandedMatrices
@nignatiadis
What is your feeling to depend on BandedMatrices.jl? It seems that we can benefit from it in future development as I expect we will need more operations of banded matrices. (For instance, to compute the smoothing matrix).
Randy
Hi Randy,
thanks a lot for bringing this up! That would be really cool (in fact it would be ideal). See also the relevant pull request https://github.com/JuliaLang/julia/pull/16635.
As I was looking to get something up and running fast, I just ended up copying that banded symmetric Cholesky code into this repo and never found the time to do it properly.
Best, Nikos