
11 Jan
2007
11 Jan
'07
8:50 a.m.
Is this really not possible to do in boost? 2007/1/10, Arne Hansen <bsd.diverse@gmail.com>:
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