$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [multi-array] Extracting dimension information from a multi-array
From: Ryan McConnehey (mccorywork_at_[hidden])
Date: 2010-09-14 01:28:35
Thanks for the help.Ryan McConnehey <mccorywork <at> gmail.com> writes:Since the above code works we can access a specific dimension like so. var.shape()[1] //as long as the operator values exists within the dimensionYes.Since the type returned from var.shape() is a raw pointer, you should be able to access it under all circumstances like this.