File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,8 @@ by Y. Saad. He writes "This is one of the oldest data structures used for sparse
1212The relevant source [formats.f](https://salsa.debian.org/science-team/sparskit/blob/master/FORMATS/formats.f)
1313is also available in the debian/science gitlab.
1414
15- Probably this format was around already in SPARSPAK by E.Chu, A.George and J.Liu, however this is
16- hard to verify, as it indeed appears that the source code of SPARSPAK [vanished from the internet](http://www.netlib.org/sparspak/readme).
17-
1815The advantage of the linked list structure is the fact that upon insertion
19- of a new entry, the arrays describing the structure grow at their respective ends and
16+ of a new entry, the arrays describing the structure can grow at their respective ends and
2017can be conveniently updated via `push!`. No copying of existing data is necessary.
2118
2219$(TYPEDFIELDS)
You can’t perform that action at this time.
0 commit comments