nignatiadis / SmoothingSplines.jl

Cubic smoothing splines in Julia.
Other
34 stars 14 forks source link

depends on BandedMatrices #10

Open randy3k opened 7 years ago

randy3k commented 7 years ago

@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

nignatiadis commented 7 years ago

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