hzhan0607 / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

Directly support array1d format in MatrixMarket I/O #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Make it possible to 
  1) read an Nx1 sparse or dense matrix into an array1d
  2) write an array1d into a Nx1 dense matrix

Original issue reported on code.google.com by wnbell on 5 May 2011 at 3:52

GoogleCodeExporter commented 8 years ago
Here's a patch which does pretty much the same things as posted on the mailing 
list.
I didn't commit it because of the pending release.
I'm also considering the possibility of introducing array1d<->matrix 
conversions (which would be an alternative solution).
What do you think?

Original comment by filipe.c...@gmail.com on 6 May 2011 at 7:07

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Filipe,

The patch looks good to me, so I think it's safe to integrate now.

array1d<->matrix conversions would also be useful.  I think all you'd need to 
do is introduce an array1d<->array2d conversion and then provide an array1d<->X 
case that used the array1d<->array2d<->X conversion for all the sparse formats.

Original comment by wnbell on 6 May 2011 at 3:11

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 2f24c49140be.

Original comment by filipe.c...@gmail.com on 9 May 2011 at 1:20