I am having problem in coding a function to input a vector of vectors. It doesn’t have any pre-defined size and should take input in the form for example:
1 2 3 4
5 6 7 8
means space separated and should stop taking input when user press enter without entering a number (that blank like after the last row in example).
I have searched all of the internet but can’t find any reference. Thank You!