Registered Member
|
I have a matrix built into eigen sparse matrix. I want to output the matrix into files with CRS format. How can I do this? Thank you!
|
Moderator
|
You can copy it into a SparseMatrix<double,RowMajor> and iterate classically over its non-zeros to output them in the right order.
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]