$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2003-10-28 08:18:37
On Monday 27 October 2003 04:44 pm, Edward Diener wrote:
> Neal D. Becker wrote:
> > Does multi_array support a resize operation? I didn't see one.
>
> Documentation specifically says that the arrays are not resizable.
>
> > Should it?
>
> No, because C multi-dimensional arrays, upon which MultiArray is based, are
> not resizable either.
>
I suggest adding a pointer from the library doc section "containers" to ublas.
It seems ublas matrix is what I want here.