|
[Sponsors] |
Parallel algorithm to convert dense to sparse (CRS) matrix format |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 19, 2011, 04:01 |
Parallel algorithm to convert dense to sparse (CRS) matrix format
|
#1 |
New Member
Italo
Join Date: Sep 2009
Posts: 4
Rep Power: 17 |
I need to convert a dense matrix to the compressed row storage format. I can do it with a serial algorithm, but it takes too long for big matrices. I am looking for a parallel algorithm (shared memory) to do this. Anyone ever seen one?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sparse solver for block-diagonal matrix | alberto_cuoci | Main CFD Forum | 1 | July 5, 2011 07:37 |
C++ solver for Large sparse matrix! | sina_mech | Main CFD Forum | 7 | November 20, 2009 14:52 |
OpenFOAM version 1.6 details | lakeat | OpenFOAM Running, Solving & CFD | 42 | August 26, 2009 22:47 |