Boost logo

Ublas :

Subject: Re: [ublas] poll: what's your uBLAS I/O usage ?
From: Matwey V. Kornilov (matwey.kornilov_at_[hidden])
Date: 2010-05-28 14:58:27


David Bellot wrote:

> - would you like to be able to load/save from/to other formats (matlab,
> etc...) ?

Yes, I had had to write my own operator>> for boost vector in order to
implement plain input/output format: "x1 x2 x3 x4". The second style is the
numbers that are delimited by tabulation or comma.

> - would you like to have dense optimized-to-the-extreme-very-compressed
> binary format ?

As far as I understand It can be useful for reading files in FITS format for
instance.

> - more suggestions ?

What about special IO for coordinate and sparse objects?