On Wednesday, January 28, 2015 11:44:16 PM Kirill Ignatiev wrote: > So if I want to guarantee that the reshaped array shares the same data, and > that modifying the new array modifies the old array, what should I use?
There isn't a way to do this currently. But see https://github.com/JuliaLang/julia/issues/9874 --Tim
