|
Ublas : |
From: Gunter Winkler (guwi17_at_[hidden])
Date: 2005-06-20 08:18:10
On Monday 20 June 2005 11:44, Ian McCulloch wrote:
> So, how about
>
> Vector<double> x; // default: forces 'safe' handling of aliases
> Vector<double, noalias> y; // fast: user takes responsibility for aliases
This looks really good. Here both strategies are possible, the user has the
choice and it has a clear and short syntax. I vote for this version.
mfg
Gunter