JuliaLinearAlgebra / BandedMatrices.jl

A Julia package for representing banded matrices
http://julialinearalgebra.github.io/BandedMatrices.jl/
Other
129 stars 38 forks source link

Submit to J. Open Source Software? #111

Open dlfivefifty opened 5 years ago

dlfivefifty commented 5 years ago

I'm thinking of submitting to JOSS to make this easier to cite. @MikaelSlevinsky @randy3k do either of you wish to be included in the author list?

MikaelSlevinsky commented 5 years ago

My small contribution has been to symmetric(-definite) eigensolvers. Here, the OOP brings the original algorithms to life in a way that LAPACK couldn't: the complexity of eigen is O(n2) instead of O(n3).

dlfivefifty commented 5 years ago

Reading the guidelines for JOSS I think you need to "agree" to be included as an author.

MikaelSlevinsky commented 5 years ago

Ok I agree

randy3k commented 5 years ago

I don’t know if my contributions are significant enough to be treated as an author of the packager. But anyhow, I don’t mind being listed as an author.

ngiann commented 3 years ago

Out of interest, has this been submitted?

dlfivefifty commented 3 years ago

No haven’t had the time