SmoothingSplines.jl icon indicating copy to clipboard operation
SmoothingSplines.jl copied to clipboard

depends on BandedMatrices

Open randy3k opened this issue 8 years ago • 1 comments

@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

randy3k avatar Jun 23 '17 05:06 randy3k

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

nignatiadis avatar Jun 23 '17 05:06 nignatiadis