$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arne Hansen (bsd.diverse_at_[hidden])
Date: 2007-01-10 16:16:51
Hello all Boost users.
I need to figure out if it is possible to reshape a 30x30x30 matrix into a
1x27000 vector, and the other way around.
My vector is way bigger, but if a 30x30x30 matrix can be reshaped into a
1x27000 vector and back, so can a huge vector of size 5505720 elements.
So please help me find out if reshaping like this is possible.
Thank you