Dear list

I have code for graph operations where I represent graphs as adjacency matrices 
(matrices with 0's and 1's). When graphs grow large storing all the 0's becomes 
uneconomical, so I want to use sparse matrices (from the Matrix package) for 
large graphs instead. Simple indexing operations like M[i,j] however are very 
slow, so I wonder if there are ways of dealing with sparse matrices (and rapid 
indexing) in the Rcpp framework. Apologies if I have overlooked posts on this 
topic.

Regards
Søren
_______________________________________________
Rcpp-devel mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to