matrix icon indicating copy to clipboard operation
matrix copied to clipboard

sparse matrix

Open manuel76413 opened this issue 3 years ago • 1 comments

does this head-only matrix tool support effective sparse matrix store, process, etc?

manuel76413 avatar May 13 '22 12:05 manuel76413

does this head-only matrix tool support effective sparse matrix store, process, etc?

@manuel76413 No. This library is designed as close as possible to STL containers, in which iterator is an essential part. When with sparse matrices, all the iterators will get invalidated, and the numeric algorithms based on iterators will get invalid as well.

fengwang avatar May 14 '22 22:05 fengwang