gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
276 stars 61 forks source link

Badly needed: SPRSAB, SPRSAX, SPRSIN and SPRSTP. #1693

Closed GillesDuvert closed 8 months ago

GillesDuvert commented 10 months ago

Badly needed in SSW: the 4 routines to use sparse matrixes, namely SPRSAB, SPRSAX, SPRSIN and SPRSTP. All copyright-protected because published by Knuth. I note that the gnu scientific library has equivalent routines, and Eigen:: also . Adding an interface for these routines would be easy for the knowledgeable people.

alaingdl commented 8 months ago

Thanks @GillesDuvert for the super fast add of those 4 functions.

They are tested in 'test_sparse_matrix.pro'

Please report any problem, and extension to the test cases are as always very welcome