|
Ublas : |
Subject: Re: [ublas] Is coordinate_matrix element assignment/insertion broken in 1.42?
From: Jesse Perla (jesseperla_at_[hidden])
Date: 2010-02-25 17:29:47
Rutger ter Borg <rutger <at> terborg.net> writes:
> One thing I spotted is that you output the index data as if they are
> doubles, but I think they are integer types.
You are right of course. However, I think the ostream iterator just did a cast.
With that change, I still have the same basic problem (though the output of
the garbage index values changed to an integral value).