Boost logo

Ublas :

Subject: Re: [ublas] poll: what's your uBLAS I/O usage ?
From: Jörn Ungermann (consulting_at_[hidden])
Date: 2010-05-28 10:35:45


Hi!
On Fri, 2010-05-28 at 15:30 +0200, David Bellot wrote:
> Questions:
>
> - what is your normal use of uBLAS IO function ?
Debugging output and *sometimes* quick export of data.
> - would you prefer more flexibility with boost::serialization ?
would be nice.
> - would you like to be able to load/save from/to other formats
> (matlab, etc...) ?
We use NetCDF binary format for that, so I guess 'yes'
> - would you like to have more pretty printings ?
yes, especially for matrices!
> - would you like to have dense
> optimized-to-the-extreme-very-compressed binary format ?
See NetCDF. I store sparse matrices of R^10000000x10000000 that way.

Kind regards,
Jörn