From: james osburn (jjosburn_at_[hidden])
Date: 2006-08-15 11:47:48


given the following:

        multi_array< double, 3 > y( extents[dim3][dim2][dim1] );

what is:
y.shape()[0]
y.strides()[0]

thanks
black_13