$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Dale McCoy (dalestan_at_[hidden])
Date: 2006-08-17 04:32:29
> given the following:
> multi_array< double, 3 > y( extents[dim3][dim2][dim1] );
> what is:
> y.shape()[0]
> y.strides()[0]
A simple test program should be able answer that question for you, and
in far less time than it'll take someone here to get around to
answering.
Dale