Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-01-02 16:01:05


Am Dienstag, 2. Januar 2007 21:26 schrieb Matthias Troyer:
> This will still be inefficient since it does not support the array
> serialization optimization in Boost 1.35 (the CVS head). To be
> optimal just replace the for loop in storage.hpp by
>
> ar & serialization::make_array(data_, size_);

ok, done.

mfg
Gunter