From: Edward Diener (eddielee_at_[hidden])
Date: 2003-10-27 16:44:51


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.