|
Ublas : |
From: e r (erwann.rogard_at_[hidden])
Date: 2007-12-02 22:01:43
hi All,
is ublas::vector<>.resize(N) efficient like std::vector<>.resize(N) and
bounded_array<>.resize(N)?
by that i mean that if N<current size, does it use the SAME chunk of
currently allocated memory or does it allocated NEW one?
thanks,
e.