The fastest way to do it is to use the initialize array function to create a zero-filled array of the final size and then use a replace array subset function to insert the whole 9X1 array into it in one operation...(see picture)
Using build array, inserting one array at a time, reshaping etc. is generally slower. In this case the array in question is too small for it to matter though, at least as long as your not repeating the operation extremely often.