Williams A. Lima
Williams A. Lima
Yes SPARSKIT does the same. I will add some text about it.
@certik I would like to include an image in the wiki page. Clicking the wiki edit tool asks me for a url but the file is in my local computer....
I added (wiki page) some ideas for the relation between the storage format and the routines in the API. I'm still working on that.
I know that book. If you can look at the wiki and leave some comments it will be greatly appreciated. Thanks.
Thanks @sfilippone .
Today I found this interesting work: https://www.math.uzh.ch/pages/spam/ Good to add to the list of references.
I've been editing the wiki (https://github.com/fortran-lang/stdlib/wiki/Stdlib-Sparse-matrix-API) and I would like to have some feedback to know if I am in the right direction. Any comments are welcome. Among many things...
Thanks @certik . I will work on your suggestions.
I separated the design now in low and middle level parts. Low level subroutines take plain arrays of integers/real/complex values for the elements in the matrix representation. But I would...
@sfilippone I will look at psblas (and other libs) to see how this problem is approached. I don't like the idea of duplicating data/code so I will try to find...