(I can file a JIRA for this.)
On Mon, Jun 27, 2011 at 12:46 AM, Lance Norskog <[email protected]> wrote: > The problem is that SparseMatrix does not iterate through the matrix > in a sparse manner. It uses the algorithms from AbstractMatrix which > iterate directly through the rows & columns. This is appropriate for > DenseMatrix, not SparseMatrix. >
