Using the ndarray crate in rust.
I got a vector of array2 (which i know is not the best performance setup). I want to create a a Array3 from the this, but when I use from vector, or use the iter map, I only get Array1.
What would be the methode to flatten to Array3?