Zusammenfassung der Ressource
Sparse Matrix, Descripcion and Application
- USE
- Structured analysis, Circuit and optimization,
Network Teorhy
- methods
- Linked Lists
- It is a dynamic data structure that involves having a linked list, the information will be the numerical value of this elements in the matrix
- this method of storage is not efficient, because the Sparse Matrix was statics
- Format Cordinate
- This method is similar to linked lists but the information is
storage in three statics Arrays.
- is very efficent when the data is acces sequentially
- Linked Lists
by Row
- Compressed Sparse Row
- Compressed Sparse
Column