How to get all vectors subset of a matrix in C++?
Input example:
set = {{1,2}, {4,5}};
Output:
subvector1 = { {1,2} } s