Boost logo

Ublas :

From: Michael Stevens (mail_at_[hidden])
Date: 2005-03-23 15:15:03


Hallo Gunter,

On Tuesday 22 March 2005 14:43, Gunter Winkler wrote:
> Hallo,
>
> I wrote a constructor for compressed_matrix from coordinate_matrix and the
> corresponding assing() function.

Hey cool! Makes interesting use of the data accessor functions, I had never
though of using them internally in uBLAS. Do you want me to merge it in?

> Do you think it is a good idea to also
> have an assign_temporary(coordinate_matrix & m) ?
I don't think so. assign_temporary is effectively a move (implemented as swap)
only only makes sense on the same data type.

Michael