Closed mirca closed 5 years ago
The vector w is very sparse specially when the number of components of the graph is large. I should look into exploring this fact and use more efficient data structures probably from the Matrix package.
w
Matrix
More precisely, change the L operator to act on sparse vectors.
The vector
w
is very sparse specially when the number of components of the graph is large. I should look into exploring this fact and use more efficient data structures probably from theMatrix
package.