|
help with documentation
Hey,
I try to get some documentations on sparse matrix using 2-dim orthogonal circular linked list.
I dont know if they have another kind but I would like a node format for the matrix like this one :
| row | col | right |
-------------------
| value | down |
I already searched for several books but they did a poor job explaining ( and implementing) how it works. I did not get any of the explanations.
Do you guys have something I can use?
Thank you
B
|